1. 670e692 Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API. by Collin Winter · 18 years ago
  2. d16e81a Fix the compiler package w.r.t. the new metaclass syntax. by Guido van Rossum · 18 years ago
  3. dde0028 Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. by Georg Brandl · 18 years ago
  4. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 18 years ago
  5. e32b422 Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir. by Georg Brandl · 18 years ago
  6. 7afaa88 Move test_unittest, test_doctest and test_doctest2 higher up in the test order by Collin Winter · 18 years ago
  7. 49dc35b Fix another unittest that broke due to dict views (more precisely, due by Guido van Rossum · 18 years ago
  8. de3bc7c Fix embarrassing syntax mix. by Guido van Rossum · 18 years ago
  9. a9e2024 Check in Daniel Stutzbach's _fileio.c and test_fileio.py by Guido van Rossum · 18 years ago
  10. 4d0f5a4 Delete TESTFN after the test. by Guido van Rossum · 18 years ago
  11. 00efead Change the specs for readinto() -- it should *not* shorten the buffer to by Guido van Rossum · 18 years ago
  12. 01a2752 New version from Mike Verdone (sat in my inbox since 2/27). by Guido van Rossum · 18 years ago
  13. c788554 Addendum of patch #1669633: additional tests for bytes methods. by Georg Brandl · 18 years ago
  14. 3695bf3 Use __builtin__, not __builtins__. by Brett Cannon · 18 years ago
  15. 4af7dcf Fix test_pep352 to deal with the removal of the 'exceptions' module. by Brett Cannon · 18 years ago
  16. 6968b05 SF patch #1669633, add methods for bytes from Pete Shinners. by Neal Norwitz · 18 years ago
  17. fa04e1a Fix breakage from removing exceptions module by Neal Norwitz · 18 years ago
  18. 68bbcd2 Mike Verdone's checkpoint, cleaned up. by Guido van Rossum · 18 years ago
  19. 0b9b9e0 Implement bytes.fromhex(), with tests. by Georg Brandl · 18 years ago
  20. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 18 years ago
  21. 28524c7 Checkpoint for new I/O library. by Guido van Rossum · 18 years ago
  22. ba7bf49 Remove the ability to slice/index on exceptions per PEP 352. by Brett Cannon · 18 years ago
  23. 44c5261 Tweak the fix for test_traceback since the fix for it to run on its own broke by Brett Cannon · 18 years ago
  24. dfb2a8a Fix a broken test in test_traceback where the module name was being tacked on by Brett Cannon · 18 years ago
  25. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 18 years ago
  26. ce4a475 Add -d/--debug option to print traceback without -v/--verbose. by Guido van Rossum · 18 years ago
  27. 0240b92 Two more patches by Tony Lownds (SF# 1607548). by Guido van Rossum · 18 years ago
  28. f74225d You can no longer catch non-BaseException objects; TypeError is raised if such by Brett Cannon · 18 years ago
  29. a88a033 Add raw_input() back, named input(). Revive the old unittests too. by Guido van Rossum · 18 years ago
  30. 55b4a4a Add a proper unit test for xreload.py. by Guido van Rossum · 18 years ago
  31. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  32. ee91be4 Make bytes_repr return a string containing a b"" literal. by Georg Brandl · 18 years ago
  33. fa35365 Merged revisions 53859-53874 via svnmerge from by Thomas Wouters · 18 years ago
  34. 00e41de Bytes literal. by Thomas Wouters · 18 years ago
  35. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  36. 63eecc7 Fix the last two tests. by Guido van Rossum · 18 years ago
  37. 5b8d24a Fix obvious problems from switch to dict views. Some tests still fail over by Brett Cannon · 18 years ago
  38. c1b22a0 Fix dumbdbm and test_dumbdbm to work with dict views. Bug in dumbdbm was from by Brett Cannon · 18 years ago
  39. f0c82f9 Fix test_importhooks for dict views. by Brett Cannon · 18 years ago
  40. 0caf6d8 Fix test_iter after the dict views conversion. by Brett Cannon · 18 years ago
  41. eb6b0ee Fix test_iterlen by returning the iterator of dict views. Problem is that by Brett Cannon · 18 years ago
  42. 861fd6f Fix xml.dom.minidom so it works again after the dict views introduction. by Brett Cannon · 18 years ago
  43. ecca313 Fix test_mutants for dict views. by Brett Cannon · 18 years ago
  44. 67582d2 Fix test_os from breakage due to dict views. by Brett Cannon · 18 years ago
  45. 75d26cc Some more test now pass. by Guido van Rossum · 18 years ago
  46. d81206d Fix the damage to UserDict and its tests. by Guido van Rossum · 18 years ago
  47. e34cdd1 Fix for test_dict.py, thanks to Eduardo O Padoan. by Guido van Rossum · 18 years ago
  48. d9214d1 Make dict.keys() and dict.items() comparable to sets, using == and !=. by Guido van Rossum · 18 years ago
  49. e19aad4 Fix unittest. by Guido van Rossum · 18 years ago
  50. 07f2436 Nailed test_weakref.py. Pfew, messy! by Guido van Rossum · 18 years ago
  51. 9afbb4e Two more trivial fixes. by Guido van Rossum · 18 years ago
  52. cd70eee Another fix. Partly reverted the tweaks done by the previous fix. by Guido van Rossum · 18 years ago
  53. 091153d Make test_sax pass. by Guido van Rossum · 18 years ago
  54. 87b6395 With the help of the improved fixer, test_with.py is now fixed. by Guido van Rossum · 18 years ago
  55. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  56. 3ac6741 Implement __contains__ for dict_keys and dict_items. by Guido van Rossum · 18 years ago
  57. 83825ac Endow dict views with a proper length method. by Guido van Rossum · 18 years ago
  58. b90c848 Very preliminary work on dict views. by Guido van Rossum · 18 years ago
  59. e0192e5 Fix the remaining doctest failures. by Guido van Rossum · 18 years ago
  60. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 18 years ago
  61. bdc36e4 Redue the failure rate to 13 tests. Bah. by Guido van Rossum · 18 years ago
  62. 0bcbb0d Fix the roundtripping function. by Guido van Rossum · 18 years ago
  63. 8df511b Trivial fix for test_profile.py. by Guido van Rossum · 18 years ago
  64. 4e4035b Found another difference between old and new print: by Guido van Rossum · 18 years ago
  65. 43fc78d More prints embedded in strings. by Guido van Rossum · 18 years ago
  66. 374812c Two tests fixed with one fix. by Guido van Rossum · 18 years ago
  67. c420b2f Fix another test. by Guido van Rossum · 18 years ago
  68. d8c1967 Some more tests pass now. (Also test_compiler.py with -u all.) by Guido van Rossum · 18 years ago
  69. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  70. 08c47ba Fix an unfortunate mis-conversion: sometimes "print x," must be by Guido van Rossum · 18 years ago
  71. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 18 years ago
  72. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  73. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  74. 08f0046 - Fix conversion glitch in test_pyclbr, which caused a test to not fail by Thomas Wouters · 18 years ago
  75. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  76. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  77. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  78. 018919a Merged revisions 53434 via svnmerge from by Guido van Rossum · 18 years ago
  79. 65eabe3 One more test breakage hits the dust. The test was clearly in the wrong. by Guido van Rossum · 18 years ago
  80. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  81. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  82. 33552e9 Excise the sets module. SF #1500611 by Collin Winter. by Guido van Rossum · 18 years ago
  83. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  84. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  85. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
  86. 376446d Implement extended slicing in bytes objects. by Thomas Wouters · 18 years ago
  87. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  88. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  89. dfc9d4f Unit tests for PEP 3102, by Jiwon Seo. Forgot to add these earlier. by Guido van Rossum · 18 years ago
  90. f59677a The rest of patch 1549670 by Jiwon, making the compiler test pass. by Guido van Rossum · 18 years ago
  91. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  92. fc2a0a8 Thomas Heller fixed modulefinder and added a test. Thanks! by Guido van Rossum · 18 years ago
  93. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  94. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  95. c4996ba Fix str() and repr() of empty sets. by Georg Brandl · 18 years ago
  96. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  97. 0919a1a Part of SF patch #1513870 (the still relevant part) -- add reduce() to by Guido van Rossum · 18 years ago
  98. 6a2a2a0 Inspired by SF patch #860326, make the exception formatting by by Guido van Rossum · 18 years ago
  99. f35ad33 Don't use a fixed temporary name (gdbm). by Guido van Rossum · 18 years ago
  100. 8b6de13 UNARY_CONVERT can no longer be generated, so remove a test for the peepholer by Brett Cannon · 18 years ago