1. 9181c94 This patch reverts the following: by Jason Tishler · 21 years ago
  2. cccac1a This patch enables Cygwin Python to build _tkinter against Tcl/Tk 8.4. by Jason Tishler · 21 years ago
  3. 769e1ff Fixed a few typos, and changed FSCreateResourceFile filename argument to unicode. by Jack Jansen · 21 years ago
  4. 8d4f06a Added itertools module. by Jack Jansen · 21 years ago
  5. b86a2e8 Use os.path.realpath() in stead of abspath(), so the tests don't fail if by Jack Jansen · 21 years ago
  6. 30a634e SF patch #674396: Apply UserDict.DictMixin to expand dbshelve and dbojb by Raymond Hettinger · 21 years ago
  7. 35ad641 Build pickler_choices list in a lazier way. by Tim Peters · 21 years ago
  8. 6288e23 More typo repair. by Tim Peters · 21 years ago
  9. 6792014 Typo repair. by Tim Peters · 21 years ago
  10. 3e667d5 cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn't by Tim Peters · 21 years ago
  11. 5042da6 If a float is passed where a int is expected, issue a DeprecationWarning by Neil Schemenauer · 21 years ago
  12. 731098b cPickle now generates proto 2 EXT[124] when appropriate. by Tim Peters · 21 years ago
  13. 7fe16e7 Remove forward static reference since it is not required by Neal Norwitz · 21 years ago
  14. ce3d34d Whitespace normalization by Neal Norwitz · 21 years ago
  15. c3da83f Make sure filter() never returns tuple, str or unicode by Walter Dörwald · 21 years ago
  16. 29273c8 Fix for [ 543344 ] Interpreter crashes when recoding; suggested by Marc-André Lemburg · 21 years ago
  17. 604ade4 supports_unicode_filenames was not in the right location. by Fred Drake · 21 years ago
  18. bda1c86 Use size_t instead of int for various variables to prevent by Walter Dörwald · 21 years ago
  19. dbaba0d Added basic tests of copy_reg's extension registry. by Tim Peters · 21 years ago
  20. 5e61e24 Add a test that checks that filter() honors the sq_item slot for by Walter Dörwald · 21 years ago
  21. 531e000 PyUnicode_Resize() doesn't free its argument in case of a failure, by Walter Dörwald · 21 years ago
  22. 903f1e0 filterstring() and filterunicode() in Python/bltinmodule.c by Walter Dörwald · 21 years ago
  23. 57ba55b - Handle the img and MediaFormat modules not being available (by not by Jack Jansen · 21 years ago
  24. b9fa1a9 Changed an edit instruction because of a changed parameter name (sigh). by Jack Jansen · 21 years ago
  25. 57d5752 Update to better reflect the usage of struct_time instances throughout; by Fred Drake · 21 years ago
  26. 5bbeb8d Twiddle. by Fred Drake · 21 years ago
  27. 105b084 Add refcount test. by Raymond Hettinger · 21 years ago
  28. fa05ce3 Typo in comment. by Tim Peters · 21 years ago
  29. 2d62965 cPickle can load pickles using proto 2 EXT[124] now, but can't yet by Tim Peters · 21 years ago
  30. d4b920c Rename the extension registry variables to have leading underscores -- by Guido van Rossum · 21 years ago
  31. 322d553 Whitespace normalization. by Tim Peters · 21 years ago
  32. 0dd23aa Typo repair. by Tim Peters · 21 years ago
  33. 5b7da39 Brought some module variables into synch with pickle.py's current values. by Tim Peters · 21 years ago
  34. e7028ac Fix typo. by Walter Dörwald · 21 years ago
  35. c350246 Add a new test script that tests various features of the sys by Walter Dörwald · 21 years ago
  36. 894453a test_newobj_tuple(), test_newobj_list(): These tests should work under by Tim Peters · 21 years ago
  37. 5013bd9 test_newobj_generic(): Use the global protocols vector instead of a by Tim Peters · 21 years ago
  38. 22e7171 Added a bit to the EXT[124] tests, and refactored them to squash code by Tim Peters · 21 years ago
  39. 0c7c48e load_counted_long(): Changed a ValueError to an UnpicklingError, just by Tim Peters · 21 years ago
  40. 61bf257 Do a better job of testing that opcodes aren't generated under protocols by Tim Peters · 21 years ago
  41. 28d8196 Fix typo. by Walter Dörwald · 21 years ago
  42. 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 21 years ago
  43. 94c30c0 SF #661437, apply() should get PendingDeprecation by Neal Norwitz · 21 years ago
  44. 88af4df Fix typos. by Walter Dörwald · 21 years ago
  45. 363f6d6 Port test_pow.py to PyUnit. From SF patch #662807 by Walter Dörwald · 21 years ago
  46. 93fe564 _slotnames(): this is a fairly expensive calculation. Cache the by Guido van Rossum · 21 years ago
  47. 2de97d3 [Bug #676292] BaseHTTPServer incorrectly parses protocol; fix by Andrew Dalke by Andrew M. Kuchling · 21 years ago
  48. 868ecc2 _slotnames(): exclude __dict__ and __weakref__; these aren't real by Guido van Rossum · 21 years ago
  49. 795ea89 Support keyword argument 'bin', with a pending deprecation warning. by Guido van Rossum · 21 years ago
  50. 31f119e Proper testing of proto 2 in part requires checking that the new opcodes by Tim Peters · 21 years ago
  51. 621f055 braino by Skip Montanaro · 21 years ago
  52. e0a3907 PDATA_PUSH and PDATA_APPEND. documented, and reformatted for better by Tim Peters · 21 years ago
  53. 4b37364 Bug #678077: Suggest alternative to os.getlogin() by Andrew M. Kuchling · 21 years ago
  54. da72d93 try to avoid gross incompatibilities with older versions of Python by Skip Montanaro · 21 years ago
  55. 7c1274d try to avoid gross incompatibilities with earlier versions of Python by Skip Montanaro · 21 years ago
  56. 004a65c _PyLong_Sign(): remove an assert that needed a variable ndigits that by Guido van Rossum · 21 years ago
  57. 7aa56c9 test_float_overflow(): make shuge (added last week) a little less by Guido van Rossum · 21 years ago
  58. 8ca202e Bug #676273: Rewrite paragraph in module docstring by Andrew M. Kuchling · 21 years ago
  59. 9a0db07 test_support.requires(): Instead of raising TestSkipped, raise a new by Fred Drake · 21 years ago
  60. 13b2910 add note about new db2pickle.py and pickle2db.py scripts by Skip Montanaro · 21 years ago
  61. b9ba4e6 [Bug #679251] Use correct constant name by Andrew M. Kuchling · 21 years ago
  62. 9445ce5 note db2pickle.py and pickle2db.py by Skip Montanaro · 21 years ago
  63. d968329 dump database files to pickle format by Skip Montanaro · 21 years ago
  64. 9db49c8 convert pickles generated by db2pickle.py back to database files by Skip Montanaro · 21 years ago
  65. 4c6c9c4 Add __all__ (suggested by Raymond Hettinger). by Greg Ward · 21 years ago
  66. 7a2d7a7 Remove test_b1 and test_b2 from the list of tests by Walter Dörwald · 21 years ago
  67. ca3fec7 patch #664131, fix config command on OSX and Linux by Just van Rossum · 21 years ago
  68. 35a92ce Fix bug by Michael W. Hudson · 21 years ago
  69. c064a1d add missing "summary" from long options list by Skip Montanaro · 21 years ago
  70. 1ff49a7 * Add description of PyInt_FromString. by Skip Montanaro · 21 years ago
  71. 3ed7b03 version 4.1.4 (4.1.3 just released) by Gregory P. Smith · 21 years ago
  72. bc2adef fix for use on python 2.1 by Gregory P. Smith · 21 years ago
  73. ae31e9b Add PyFloat_FromString. Left the char **pend argument out of the by Skip Montanaro · 21 years ago
  74. 49992f9 cPickle now implements enough of protocol 2 to enable all cross-pickling tests. by Guido van Rossum · 21 years ago
  75. 771bc37 Fix comment typo. by Walter Dörwald · 21 years ago
  76. 7dc65d6 Fix typos. by Walter Dörwald · 21 years ago
  77. 7f3ed74 Fix typos. by Walter Dörwald · 21 years ago
  78. cc94764 Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9. by Jack Jansen · 21 years ago
  79. 52377e0 The FSAliasFile routines also have an in/out parameter. by Jack Jansen · 21 years ago
  80. 1d63c9f cPickle support for TUPLE[123]. Incidentally plugged several undetected by Tim Peters · 21 years ago
  81. 9af6968 jeez, now I know why I shouldn't even _want_ to learn sh. by Just van Rossum · 21 years ago
  82. 0bc93f5 Massive edits. If p is a pointer to a struct, and p->f is a pointer to by Tim Peters · 21 years ago
  83. ac5687a Minor cleanup, mostly adding horizontal whitespace, and breaking apart by Tim Peters · 21 years ago
  84. 3c67d79 Implemented proto 2 NEWTRUE and NEWFALSE in cPickle. by Tim Peters · 21 years ago
  85. d156c2d Get ossaudiodev to compile on freebsd 4.7 by Neal Norwitz · 21 years ago
  86. 1a3b19a long_from_binary_base(): Sped this a little by computing the # of bits by Tim Peters · 21 years ago
  87. 70b02d7 Beefed up the tests by putting in more "for proto in protocols:" outer by Tim Peters · 21 years ago
  88. 6c54ef6 Add some notes that got python to work on the snake farm by Neal Norwitz · 21 years ago
  89. 529baf2 Fix compiler warning by Neal Norwitz · 21 years ago
  90. 87482ea dump(): Added asserts that self->proto is sane. by Tim Peters · 21 years ago
  91. 9b1e03f dump(): Fixed a stupid bug in new code. It wasn't possible for the bug by Tim Peters · 21 years ago
  92. 4190fb8 Add cPickle support for PROTO. Duplicated PROTO/LONG1/LONG4 code in by Tim Peters · 21 years ago
  93. 1ecfb73 One more use of ifilter() by Raymond Hettinger · 21 years ago
  94. a3a5318 SF patch #678899: Save time and memory by using itertools in sets module. by Raymond Hettinger · 21 years ago
  95. efb9625 Tightened a too-generous assert. by Tim Peters · 21 years ago
  96. bf2674b long(string, base) now takes time linear in len(string) when base is a by Tim Peters · 21 years ago
  97. 06dd8cf Fix memory leak: free memory storing the content model passed to the by Fred Drake · 21 years ago
  98. ee1a53c cPickle.c: Full support for the new LONG1 and LONG4. Added comments. by Tim Peters · 21 years ago
  99. 5bd2a79 The C pickle now knows how to deal with a proto= argument. Assorted by Tim Peters · 21 years ago
  100. a212c5c removed bizarre construct, no idea why it was there... by Just van Rossum · 21 years ago