1. d683504 Use new name for GetoptError, and pass it two arguments by Andrew M. Kuchling · 21 years ago
  2. c755758 Support all the new stuff supported by the new pickle code: by Guido van Rossum · 21 years ago
  3. 0189266 A few naughty external scripts do 'raise getopt.error, "blah"', and by Andrew M. Kuchling · 21 years ago
  4. 83e879d Add DeprecationWarning when use_statcache argument is supplied by Andrew M. Kuchling · 21 years ago
  5. 98b922c Remove a debug print statement. by Guido van Rossum · 21 years ago
  6. 241c2e9 Remove another lie. by Michael W. Hudson · 21 years ago
  7. 847f375 Correct lie about METH_NOARGS functions. by Michael W. Hudson · 21 years ago
  8. 90e05b0 Support __reduce__ returning a 4-tuple or 5-tuple. by Guido van Rossum · 21 years ago
  9. 93cf58b Typo fixes by Andrew M. Kuchling · 21 years ago
  10. 581cb93 A test suite for the copy module. This should provide full code coverage. by Guido van Rossum · 21 years ago
  11. 8eb4044 [Bug #680494] filecmp.py uses obsolete statcache module. by Andrew M. Kuchling · 21 years ago
  12. e63846d Add test suite for filecmp.py, after some discussion on bug #680494. by Andrew M. Kuchling · 21 years ago
  13. 8440761 SF bug 680864: test_datetime fails for non-unix epoch by Tim Peters · 21 years ago
  14. cc1fccb No need for a continuation line. by Jeremy Hylton · 21 years ago
  15. 656d451 Replace hasattr() + getattr() with single getattr() and default value. by Jeremy Hylton · 21 years ago
  16. 26507db Clarify that __module__ applies to various type of functions. by Guido van Rossum · 21 years ago
  17. 0253d6e Add news item about __module__ attribute on functions. by Jeremy Hylton · 21 years ago
  18. c9172d3 Comment typo fix by Andrew M. Kuchling · 21 years ago
  19. 80fd785 Mention FutureWarning for large ints by Andrew M. Kuchling · 21 years ago
  20. ba37524 Fix description of filterwarnings() parameters (error noted by Richard Jones at by Andrew M. Kuchling · 21 years ago
  21. 292f56c Provide version changed info by Neal Norwitz · 21 years ago
  22. 983b008 Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out by Anthony Baxter · 21 years ago
  23. 985eba5 Small function call optimization and special build option for call stats. by Jeremy Hylton · 21 years ago
  24. f3f4af5 Got rid of macfs and made a bit more OSX-friendly. by Jack Jansen · 21 years ago
  25. 19e02fc removing old junk by Just van Rossum · 21 years ago
  26. ab564ee Removed unused import of macfs. by Jack Jansen · 21 years ago
  27. 6d8bca8 I don't think this script serves a useful purpose anymore, and I can't by Jack Jansen · 21 years ago
  28. ce8bcd8 Fix for SF #668433. I'm not explaining it here; ample comments are in the code. by Guido van Rossum · 21 years ago
  29. bd5cbf8 Refactor the logic for setting f_builtins. by Jeremy Hylton · 21 years ago
  30. 64edd6a [Patch #654421 from Matthew Mueller] by Andrew M. Kuchling · 21 years ago
  31. 570e358 Markup fixes; in particular, the tables are now reasonable width by Andrew M. Kuchling · 21 years ago
  32. 62235e7 dis(): Added an optional memo argument, so that multiple pickles in a by Tim Peters · 21 years ago
  33. 18e7083 SF bug 681122: Built-in function dir() causes refcount leak in baseclasses. by Tim Peters · 21 years ago
  34. 6ee0480 [680789] Debug with long array takes forever by Tim Peters · 21 years ago
  35. 5c4ded2 Patch #551977: Regression exceptions for cygwin by Jason Tishler · 21 years ago
  36. cf0b2e8 Getting rid of macfs and FSSpecs. by Jack Jansen · 21 years ago
  37. d66071b Got rid of macfs by Jack Jansen · 21 years ago
  38. 611b9f6 Added "Open File by Name" command which presens a filename dialog. If by Jack Jansen · 21 years ago
  39. d424836 Cast various floats to ints so we don't get warnings. by Jack Jansen · 21 years ago
  40. 9181c94 This patch reverts the following: by Jason Tishler · 21 years ago
  41. cccac1a This patch enables Cygwin Python to build _tkinter against Tcl/Tk 8.4. by Jason Tishler · 21 years ago
  42. 769e1ff Fixed a few typos, and changed FSCreateResourceFile filename argument to unicode. by Jack Jansen · 21 years ago
  43. 8d4f06a Added itertools module. by Jack Jansen · 21 years ago
  44. b86a2e8 Use os.path.realpath() in stead of abspath(), so the tests don't fail if by Jack Jansen · 21 years ago
  45. 30a634e SF patch #674396: Apply UserDict.DictMixin to expand dbshelve and dbojb by Raymond Hettinger · 21 years ago
  46. 35ad641 Build pickler_choices list in a lazier way. by Tim Peters · 21 years ago
  47. 6288e23 More typo repair. by Tim Peters · 21 years ago
  48. 6792014 Typo repair. by Tim Peters · 21 years ago
  49. 3e667d5 cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn't by Tim Peters · 21 years ago
  50. 5042da6 If a float is passed where a int is expected, issue a DeprecationWarning by Neil Schemenauer · 21 years ago
  51. 731098b cPickle now generates proto 2 EXT[124] when appropriate. by Tim Peters · 21 years ago
  52. 7fe16e7 Remove forward static reference since it is not required by Neal Norwitz · 21 years ago
  53. ce3d34d Whitespace normalization by Neal Norwitz · 21 years ago
  54. c3da83f Make sure filter() never returns tuple, str or unicode by Walter Dörwald · 21 years ago
  55. 29273c8 Fix for [ 543344 ] Interpreter crashes when recoding; suggested by Marc-André Lemburg · 21 years ago
  56. 604ade4 supports_unicode_filenames was not in the right location. by Fred Drake · 21 years ago
  57. bda1c86 Use size_t instead of int for various variables to prevent by Walter Dörwald · 21 years ago
  58. dbaba0d Added basic tests of copy_reg's extension registry. by Tim Peters · 21 years ago
  59. 5e61e24 Add a test that checks that filter() honors the sq_item slot for by Walter Dörwald · 21 years ago
  60. 531e000 PyUnicode_Resize() doesn't free its argument in case of a failure, by Walter Dörwald · 21 years ago
  61. 903f1e0 filterstring() and filterunicode() in Python/bltinmodule.c by Walter Dörwald · 21 years ago
  62. 57ba55b - Handle the img and MediaFormat modules not being available (by not by Jack Jansen · 21 years ago
  63. b9fa1a9 Changed an edit instruction because of a changed parameter name (sigh). by Jack Jansen · 21 years ago
  64. 57d5752 Update to better reflect the usage of struct_time instances throughout; by Fred Drake · 21 years ago
  65. 5bbeb8d Twiddle. by Fred Drake · 21 years ago
  66. 105b084 Add refcount test. by Raymond Hettinger · 21 years ago
  67. fa05ce3 Typo in comment. by Tim Peters · 21 years ago
  68. 2d62965 cPickle can load pickles using proto 2 EXT[124] now, but can't yet by Tim Peters · 21 years ago
  69. d4b920c Rename the extension registry variables to have leading underscores -- by Guido van Rossum · 21 years ago
  70. 322d553 Whitespace normalization. by Tim Peters · 21 years ago
  71. 0dd23aa Typo repair. by Tim Peters · 21 years ago
  72. 5b7da39 Brought some module variables into synch with pickle.py's current values. by Tim Peters · 21 years ago
  73. e7028ac Fix typo. by Walter Dörwald · 21 years ago
  74. c350246 Add a new test script that tests various features of the sys by Walter Dörwald · 21 years ago
  75. 894453a test_newobj_tuple(), test_newobj_list(): These tests should work under by Tim Peters · 21 years ago
  76. 5013bd9 test_newobj_generic(): Use the global protocols vector instead of a by Tim Peters · 21 years ago
  77. 22e7171 Added a bit to the EXT[124] tests, and refactored them to squash code by Tim Peters · 21 years ago
  78. 0c7c48e load_counted_long(): Changed a ValueError to an UnpicklingError, just by Tim Peters · 21 years ago
  79. 61bf257 Do a better job of testing that opcodes aren't generated under protocols by Tim Peters · 21 years ago
  80. 28d8196 Fix typo. by Walter Dörwald · 21 years ago
  81. 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 21 years ago
  82. 94c30c0 SF #661437, apply() should get PendingDeprecation by Neal Norwitz · 21 years ago
  83. 88af4df Fix typos. by Walter Dörwald · 21 years ago
  84. 363f6d6 Port test_pow.py to PyUnit. From SF patch #662807 by Walter Dörwald · 21 years ago
  85. 93fe564 _slotnames(): this is a fairly expensive calculation. Cache the by Guido van Rossum · 21 years ago
  86. 2de97d3 [Bug #676292] BaseHTTPServer incorrectly parses protocol; fix by Andrew Dalke by Andrew M. Kuchling · 21 years ago
  87. 868ecc2 _slotnames(): exclude __dict__ and __weakref__; these aren't real by Guido van Rossum · 21 years ago
  88. 795ea89 Support keyword argument 'bin', with a pending deprecation warning. by Guido van Rossum · 21 years ago
  89. 31f119e Proper testing of proto 2 in part requires checking that the new opcodes by Tim Peters · 21 years ago
  90. 621f055 braino by Skip Montanaro · 21 years ago
  91. e0a3907 PDATA_PUSH and PDATA_APPEND. documented, and reformatted for better by Tim Peters · 21 years ago
  92. 4b37364 Bug #678077: Suggest alternative to os.getlogin() by Andrew M. Kuchling · 21 years ago
  93. da72d93 try to avoid gross incompatibilities with older versions of Python by Skip Montanaro · 21 years ago
  94. 7c1274d try to avoid gross incompatibilities with earlier versions of Python by Skip Montanaro · 21 years ago
  95. 004a65c _PyLong_Sign(): remove an assert that needed a variable ndigits that by Guido van Rossum · 21 years ago
  96. 7aa56c9 test_float_overflow(): make shuge (added last week) a little less by Guido van Rossum · 21 years ago
  97. 8ca202e Bug #676273: Rewrite paragraph in module docstring by Andrew M. Kuchling · 21 years ago
  98. 9a0db07 test_support.requires(): Instead of raising TestSkipped, raise a new by Fred Drake · 21 years ago
  99. 13b2910 add note about new db2pickle.py and pickle2db.py scripts by Skip Montanaro · 21 years ago
  100. b9ba4e6 [Bug #679251] Use correct constant name by Andrew M. Kuchling · 21 years ago