1. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  2. db4115f Merged revisions 62039-62042 via svnmerge from by Neal Norwitz · 16 years ago
  3. 618dc5e Merged revisions 62004 via svnmerge from by Martin v. Löwis · 16 years ago
  4. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  5. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  6. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  7. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  8. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago
  9. f8761c7 Make test_compile not fail. by Guido van Rossum · 17 years ago
  10. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  11. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  12. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  13. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  14. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  15. 0240b92 Two more patches by Tony Lownds (SF# 1607548). by Guido van Rossum · 18 years ago
  16. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  17. 63eecc7 Fix the last two tests. by Guido van Rossum · 18 years ago
  18. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  19. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  20. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  21. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  22. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  23. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  24. eadee9a Fix SF bug #1448804 and ad a test to ensure that all subscript operations continue to be handled correctly by Nick Coghlan · 18 years ago
  25. 6ab080c Fix problem handling EXTENDED_ARGs from SF bug # 1333982 by Neal Norwitz · 19 years ago
  26. 9047c8f SF bug #1048870: call arg of lambda not updating by Raymond Hettinger · 20 years ago
  27. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  28. 66bd233 Completed the patch for Bug #215126. by Raymond Hettinger · 20 years ago
  29. 11a70c7 Upgrade None assignment SyntaxWarning to a SyntaxError. by Raymond Hettinger · 20 years ago
  30. 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
  31. 8a99b50 SF patch #736962. Converted test_compile to unittest format. by Raymond Hettinger · 21 years ago
  32. 4327521 Added regression test for SF #757818 by Raymond Hettinger · 21 years ago
  33. eb2a5ef Fix SF bug #688424, 64-bit test problems by Neal Norwitz · 22 years ago
  34. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 22 years ago
  35. 66b1259 SF #660455 : patch by NNorwitz. by Guido van Rossum · 22 years ago
  36. fe8d84d Comment out a test that was anticipating SF patch 661536 -- but that by Guido van Rossum · 22 years ago
  37. 53b39d2 Verify treatment of unary minus on negative numbers SF bug #660455. by Guido van Rossum · 22 years ago
  38. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  39. 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 22 years ago
  40. 79b5b5b Don't munge __debug__ and leave it that way. by Jeremy Hylton · 23 years ago
  41. 778e265 Fix SF buf #480096: Assign to __debug__ still allowed by Jeremy Hylton · 23 years ago
  42. d507dab SF patch #455966: Allow leading 0 in float/imag literals. by Tim Peters · 23 years ago
  43. 9aa70d9 SF bug [#455775] float parsing discrepancy. by Tim Peters · 23 years ago
  44. 0009c4e Whitespace normalization. by Tim Peters · 24 years ago
  45. 121b6eb SF patch #103749: implicit tuple + default arg by Jeremy Hylton · 24 years ago
  46. 047e2c9 add test for SyntaxError on def f(a): global a by Jeremy Hylton · 24 years ago
  47. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  48. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  49. fdee0f0 added test case for fixed duplicate arguments bug in Python/compile.c by Peter Schneider-Kamp · 24 years ago