1. 7a54073 Issue #10992: make tests pass when run under coverage. by Brett Cannon · 13 years ago
  2. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  3. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  4. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago
  5. e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 16 years ago
  6. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 16 years ago
  7. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  8. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  9. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  10. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  11. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  12. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  13. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  14. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  15. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 18 years ago
  16. 37c0844 Fix SF bug #1167751, Argument genexp corner case by Neal Norwitz · 19 years ago
  17. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  18. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  19. 7b46f6b Add tests for syntax errors. by Raymond Hettinger · 20 years ago
  20. 5ea7e31 Improve test coverage. by Raymond Hettinger · 20 years ago
  21. 84f107d Minor formatting cleanup. by Raymond Hettinger · 20 years ago
  22. 3258e72 * Uncomment the SyntaxError doctest after Tim demonstrated how. by Raymond Hettinger · 20 years ago
  23. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  24. 83ee795 Add a test to verify an early call to iter() on the outermost for expression. by Raymond Hettinger · 20 years ago
  25. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago