1. 68bbcd2 Mike Verdone's checkpoint, cleaned up. by Guido van Rossum · 18 years ago
  2. a4f9fc6 Add news about nonlocal statement by Jeremy Hylton · 18 years ago
  3. 17e43e5 Added some comments and docstrings. More is needed. by Guido van Rossum · 18 years ago
  4. b3f568f Remove a few stray tabs from bytesobject.c. by Georg Brandl · 18 years ago
  5. 0b9b9e0 Implement bytes.fromhex(), with tests. by Georg Brandl · 18 years ago
  6. 88d65bd I assume this was supposed to be Py_ssize_t since there are no uses of plain ssize_t. by Neal Norwitz · 18 years ago
  7. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 18 years ago
  8. 8b41c3d Add some XXX comments for Guido to look at. by Neal Norwitz · 18 years ago
  9. 28524c7 Checkpoint for new I/O library. by Guido van Rossum · 18 years ago
  10. eff072c Fix some silly uses of KEYS, ITEMS, VALUES. by Guido van Rossum · 18 years ago
  11. b69b2e5 Remove duplicate refs to int from int/long unification presumably. (There might be more refs like these.) by Neal Norwitz · 18 years ago
  12. ba7bf49 Remove the ability to slice/index on exceptions per PEP 352. by Brett Cannon · 18 years ago
  13. 44c5261 Tweak the fix for test_traceback since the fix for it to run on its own broke by Brett Cannon · 18 years ago
  14. dfb2a8a Fix a broken test in test_traceback where the module name was being tacked on by Brett Cannon · 18 years ago
  15. e36f2ba Add TODO by Neal Norwitz · 18 years ago
  16. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 18 years ago
  17. f543348 Fix another loop over a dict that may change... :-( by Guido van Rossum · 18 years ago
  18. ce4a475 Add -d/--debug option to print traceback without -v/--verbose. by Guido van Rossum · 18 years ago
  19. 3959046 Make it so TypeError is raised if an instance of an object is put in an by Brett Cannon · 18 years ago
  20. 81fe341 The raw_input name was removed, but the implementation was moved to input. by Neal Norwitz · 18 years ago
  21. 3f54fea raw_input() really was removed, only input() was resurrected. by Neal Norwitz · 18 years ago
  22. 0240b92 Two more patches by Tony Lownds (SF# 1607548). by Guido van Rossum · 18 years ago
  23. f74225d You can no longer catch non-BaseException objects; TypeError is raised if such by Brett Cannon · 18 years ago
  24. 6baa4c4 Whoops, fix build breakage. There were still a few uses of the bool type. by Neal Norwitz · 18 years ago
  25. 3591bbe bool is no longer required, it was only used for the print statement by Neal Norwitz · 18 years ago
  26. a44f3a3 Merged revisions 53912-53951 via svnmerge from by Thomas Wouters · 18 years ago
  27. a88a033 Add raw_input() back, named input(). Revive the old unittests too. by Guido van Rossum · 18 years ago
  28. e8ef4e1 Add a partial list of limitations, stripping out some corresponding XXX comments. by Guido van Rossum · 18 years ago
  29. 4f7ac2e Change a test to be more predictable. by Guido van Rossum · 18 years ago
  30. 61c31b0 Another refleak, this time in PyLong_AsLong. Fixes leaks showing in by Georg Brandl · 18 years ago
  31. c145ef3 Use better idiom to sort keys. by Guido van Rossum · 18 years ago
  32. 94ab000 Fix a refleak in the MAKE_FUNCTION opcode in ceval.c. by Georg Brandl · 18 years ago
  33. 6ce7d1e Fix a refleak in PyString_Format. by Georg Brandl · 18 years ago
  34. 80b331c Fix refleaks in function objects caused by kwdefaults not being allocated. by Georg Brandl · 18 years ago
  35. 257d3d9 Fix leak in the print function. by Georg Brandl · 18 years ago
  36. b79b781 Fix token.py main code vs. dict views. by Georg Brandl · 18 years ago
  37. 634e53f Fix a bizarre error where test_pickletools fails if preceded by test_pyclbr. by Guido van Rossum · 18 years ago
  38. 032a284 Don't confound Neil S on b"a"[0] = b"b". by Guido van Rossum · 18 years ago
  39. 5e0af3c put a missing curly brace by George Yoshida · 18 years ago
  40. 025488b These comments aren't relevant for 3k. They were to support modules compiled by Neal Norwitz · 18 years ago
  41. 5dc0d97 Fix merge bug (lost line causing syntax error). by Guido van Rossum · 18 years ago
  42. 5c0a6de Use Glyph's trick to ensure that __globals__ is set properly. by Guido van Rossum · 18 years ago
  43. 55b4a4a Add a proper unit test for xreload.py. by Guido van Rossum · 18 years ago
  44. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  45. 27d517b Merged revisions 53875-53911 via svnmerge from by Thomas Wouters · 18 years ago
  46. 9a7e774 Add support for static and class methods. by Guido van Rossum · 18 years ago
  47. 88470ec Fix typo by Neal Norwitz · 18 years ago
  48. ebbc01e First draft of a different solution to the reload() problem. by Guido van Rossum · 18 years ago
  49. ee91be4 Make bytes_repr return a string containing a b"" literal. by Georg Brandl · 18 years ago
  50. fa35365 Merged revisions 53859-53874 via svnmerge from by Thomas Wouters · 18 years ago
  51. 7ea15d0 Prevent regeneration. by Thomas Wouters · 18 years ago
  52. 8b4a3e8 Touch file to regenerate Python-ast.[ch] by Thomas Wouters · 18 years ago
  53. 00e41de Bytes literal. by Thomas Wouters · 18 years ago
  54. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  55. 63eecc7 Fix the last two tests. by Guido van Rossum · 18 years ago
  56. 0072e43 Fix test_bsddb3 (along with something bsddb) to work with dict views. by Brett Cannon · 18 years ago
  57. 5b8d24a Fix obvious problems from switch to dict views. Some tests still fail over by Brett Cannon · 18 years ago
  58. c7e9d74 Remove test_dumbdbm as failing. by Brett Cannon · 18 years ago
  59. c1b22a0 Fix dumbdbm and test_dumbdbm to work with dict views. Bug in dumbdbm was from by Brett Cannon · 18 years ago
  60. f0c82f9 Fix test_importhooks for dict views. by Brett Cannon · 18 years ago
  61. 0caf6d8 Fix test_iter after the dict views conversion. by Brett Cannon · 18 years ago
  62. eb6b0ee Fix test_iterlen by returning the iterator of dict views. Problem is that by Brett Cannon · 18 years ago
  63. 861fd6f Fix xml.dom.minidom so it works again after the dict views introduction. by Brett Cannon · 18 years ago
  64. ecca313 Fix test_mutants for dict views. by Brett Cannon · 18 years ago
  65. 67582d2 Fix test_os from breakage due to dict views. by Brett Cannon · 18 years ago
  66. b38e2bc Fix plistlib to work with dict views. by Brett Cannon · 18 years ago
  67. 75d26cc Some more test now pass. by Guido van Rossum · 18 years ago
  68. d81206d Fix the damage to UserDict and its tests. by Guido van Rossum · 18 years ago
  69. e34cdd1 Fix for test_dict.py, thanks to Eduardo O Padoan. by Guido van Rossum · 18 years ago
  70. d4588c1 Get rid of some old TO TO items. by Guido van Rossum · 18 years ago
  71. 4726942 List of broken tests at this time. If you fix a test, please update this file. by Guido van Rossum · 18 years ago
  72. d9214d1 Make dict.keys() and dict.items() comparable to sets, using == and !=. by Guido van Rossum · 18 years ago
  73. e19aad4 Fix unittest. by Guido van Rossum · 18 years ago
  74. dde4c2c Fix another unit test. by Guido van Rossum · 18 years ago
  75. 8b8a543 Make test_logging pass. by Guido van Rossum · 18 years ago
  76. c2d9d7f Checkin the regenerated Python-ast.c and fix test_optparse. by Georg Brandl · 18 years ago
  77. 07f2436 Nailed test_weakref.py. Pfew, messy! by Guido van Rossum · 18 years ago
  78. 9afbb4e Two more trivial fixes. by Guido van Rossum · 18 years ago
  79. cd70eee Another fix. Partly reverted the tweaks done by the previous fix. by Guido van Rossum · 18 years ago
  80. 091153d Make test_sax pass. by Guido van Rossum · 18 years ago
  81. 87b6395 With the help of the improved fixer, test_with.py is now fixed. by Guido van Rossum · 18 years ago
  82. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  83. 4e66dfc Random change to make this work unchanged when dict.keys() returns a dict view. by Guido van Rossum · 18 years ago
  84. 3ac6741 Implement __contains__ for dict_keys and dict_items. by Guido van Rossum · 18 years ago
  85. 83825ac Endow dict views with a proper length method. by Guido van Rossum · 18 years ago
  86. b90c848 Very preliminary work on dict views. by Guido van Rossum · 18 years ago
  87. 8b54536 News about softspace. by Guido van Rossum · 18 years ago
  88. e0192e5 Fix the remaining doctest failures. by Guido van Rossum · 18 years ago
  89. 79f5543 Ignore *.py[co]. by Guido van Rossum · 18 years ago
  90. 96bf7e8 Fix test_frozen. by Guido van Rossum · 18 years ago
  91. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 18 years ago
  92. bdc36e4 Redue the failure rate to 13 tests. Bah. by Guido van Rossum · 18 years ago
  93. 0bcbb0d Fix the roundtripping function. by Guido van Rossum · 18 years ago
  94. 9b88504 Fairly subtle fix for failing tests. by Guido van Rossum · 18 years ago
  95. 8df511b Trivial fix for test_profile.py. by Guido van Rossum · 18 years ago
  96. 4e4035b Found another difference between old and new print: by Guido van Rossum · 18 years ago
  97. 43fc78d More prints embedded in strings. by Guido van Rossum · 18 years ago
  98. ceae375 Fix a bogus end=' ' here. by Guido van Rossum · 18 years ago
  99. 374812c Two tests fixed with one fix. by Guido van Rossum · 18 years ago
  100. c420b2f Fix another test. by Guido van Rossum · 18 years ago