1. 42f08ac Implemented batching for dicts in cPickle. This is after two failed by Tim Peters · 22 years ago
  2. 9eb67ea Add Str, a subclass of str. by Guido van Rossum · 22 years ago
  3. 1092d64 Implemented list batching in cPickle. by Tim Peters · 22 years ago
  4. a33d0aa Unparenting BZ2File, as discussed in SF patch #661796. by Gustavo Niemeyer · 22 years ago
  5. 5f322d3 SF bug 684667: Modules/selectmodule.c returns NULL without exception set. by Tim Peters · 22 years ago
  6. 0c10015 Patch #676839: Cygwin _iconv_codec module patch by Jason Tishler · 22 years ago
  7. 8437570 Patch #676837: Cygwin array module patch by Jason Tishler · 22 years ago
  8. 4adc9ab Fix memory leak of newstr when putenv() fails by Neal Norwitz · 22 years ago
  9. e4b5500 Remove duplicate code introduced by fixing bug #678518 by Neal Norwitz · 22 years ago
  10. d58f3fc Remove unused variable. by Guido van Rossum · 22 years ago
  11. 60eca93 C Code: by Raymond Hettinger · 22 years ago
  12. df1252d Apply logistix's patch from by Michael W. Hudson · 22 years ago
  13. aa7d849 timedelta comparison and datetime addition: as the Python implementation by Tim Peters · 22 years ago
  14. 07534a6 Comparison for timedelta, time, date and datetime objects: __eq__ and by Tim Peters · 22 years ago
  15. 4d933fe SF patch #682514, mmapmodule.c write fix for LP64 executables by Neal Norwitz · 22 years ago
  16. f0c0024 * Eliminated tuple re-use in imap(). Doing it correctly made the code by Raymond Hettinger · 22 years ago
  17. 2012f17 SF bug #681003: itertools issues by Raymond Hettinger · 22 years ago
  18. dab8b0a Integrate the patch from expat.h 1.51; needed for some C compilers. by Fred Drake · 22 years ago
  19. 6288e23 More typo repair. by Tim Peters · 22 years ago
  20. 6792014 Typo repair. by Tim Peters · 22 years ago
  21. 3e667d5 cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn't by Tim Peters · 22 years ago
  22. 731098b cPickle now generates proto 2 EXT[124] when appropriate. by Tim Peters · 22 years ago
  23. 7fe16e7 Remove forward static reference since it is not required by Neal Norwitz · 22 years ago
  24. ce3d34d Whitespace normalization by Neal Norwitz · 22 years ago
  25. 29273c8 Fix for [ 543344 ] Interpreter crashes when recoding; suggested by Marc-André Lemburg · 22 years ago
  26. bda1c86 Use size_t instead of int for various variables to prevent by Walter Dörwald · 22 years ago
  27. fa05ce3 Typo in comment. by Tim Peters · 22 years ago
  28. 2d62965 cPickle can load pickles using proto 2 EXT[124] now, but can't yet by Tim Peters · 22 years ago
  29. d4b920c Rename the extension registry variables to have leading underscores -- by Guido van Rossum · 22 years ago
  30. 0dd23aa Typo repair. by Tim Peters · 22 years ago
  31. 5b7da39 Brought some module variables into synch with pickle.py's current values. by Tim Peters · 22 years ago
  32. 0c7c48e load_counted_long(): Changed a ValueError to an UnpicklingError, just by Tim Peters · 22 years ago
  33. 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 22 years ago
  34. e0a3907 PDATA_PUSH and PDATA_APPEND. documented, and reformatted for better by Tim Peters · 22 years ago
  35. 3ed7b03 version 4.1.4 (4.1.3 just released) by Gregory P. Smith · 22 years ago
  36. 1d63c9f cPickle support for TUPLE[123]. Incidentally plugged several undetected by Tim Peters · 22 years ago
  37. 0bc93f5 Massive edits. If p is a pointer to a struct, and p->f is a pointer to by Tim Peters · 22 years ago
  38. ac5687a Minor cleanup, mostly adding horizontal whitespace, and breaking apart by Tim Peters · 22 years ago
  39. 3c67d79 Implemented proto 2 NEWTRUE and NEWFALSE in cPickle. by Tim Peters · 22 years ago
  40. d156c2d Get ossaudiodev to compile on freebsd 4.7 by Neal Norwitz · 22 years ago
  41. 70b02d7 Beefed up the tests by putting in more "for proto in protocols:" outer by Tim Peters · 22 years ago
  42. 529baf2 Fix compiler warning by Neal Norwitz · 22 years ago
  43. 87482ea dump(): Added asserts that self->proto is sane. by Tim Peters · 22 years ago
  44. 9b1e03f dump(): Fixed a stupid bug in new code. It wasn't possible for the bug by Tim Peters · 22 years ago
  45. 4190fb8 Add cPickle support for PROTO. Duplicated PROTO/LONG1/LONG4 code in by Tim Peters · 22 years ago
  46. 06dd8cf Fix memory leak: free memory storing the content model passed to the by Fred Drake · 22 years ago
  47. ee1a53c cPickle.c: Full support for the new LONG1 and LONG4. Added comments. by Tim Peters · 22 years ago
  48. 5bd2a79 The C pickle now knows how to deal with a proto= argument. Assorted by Tim Peters · 22 years ago
  49. 040e033 Removed needless include of errno.h. by Tim Peters · 22 years ago
  50. 64c04d1 The module docstring had an RCS ID from 1999 embedded in it. Enough by Tim Peters · 22 years ago
  51. cba30e2 Trimmed trailing whitespace. by Tim Peters · 22 years ago
  52. 797ec24 Added #defines for proto 2 opcodes; gave the Pickler a proto member; by Tim Peters · 22 years ago
  53. 70533e2 New functions alloc_{time,datetime}. Got rid of all setstate-like by Tim Peters · 22 years ago
  54. b57f8f0 There's no good reason for datetime objects to expose __getstate__() by Tim Peters · 22 years ago
  55. 1f1b2d2 Removed all uses of the out-of-favor __safe_for_unpickling__ magic by Tim Peters · 22 years ago
  56. 371935f All over: changed comments to reflect pickling is straightforward now, by Tim Peters · 22 years ago
  57. 8a60c22 delta_setstate(): This waS no longer referenced, so nukeit. by Tim Peters · 22 years ago
  58. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 22 years ago
  59. 506be28 The various datetime object __setstate__() methods are no longer public by Tim Peters · 22 years ago
  60. 8e0ad0c Ignore the state returned by __reduce__ if it is Py_None. by Guido van Rossum · 22 years ago
  61. 8f24cdc SF patch #678257 by Geoff Talvola. by Guido van Rossum · 22 years ago
  62. 4f707ac SF patch 676472 by Geoff Talvola, reviewed by Ben Laurie. by Guido van Rossum · 22 years ago
  63. 2e0b18a Change the treatment of positions returned by PEP293 by Walter Dörwald · 22 years ago
  64. 757246c Initialize swappedinput to silence the compiler warning about by Walter Dörwald · 22 years ago
  65. 5b8132f _PyLong_NumBits(): The definition of this was too specific to the quirky by Tim Peters · 22 years ago
  66. abc7cd2 Backward branches are disgusting, at least when a forward branch by Tim Peters · 22 years ago
  67. 177e41a Change the approach to pickling to use __reduce__ everywhere. Most by Guido van Rossum · 22 years ago
  68. b4ff111 Check whether the choosen encoding requires byte swapping by Walter Dörwald · 22 years ago
  69. 0e986a3 I was in this module anyway, so I did some janitorial things. by Michael W. Hudson · 22 years ago
  70. 796df15 Add the get_completer() function based on Michael Stone's patch in by Michael W. Hudson · 22 years ago
  71. 5e83b7a Teach the parsermodule about floor division. Fixes by Michael W. Hudson · 22 years ago
  72. baefd9e Added new private API function _PyLong_NumBits. This will be used at the by Tim Peters · 22 years ago
  73. 7871154 Bump the version number by Barry Warsaw · 22 years ago
  74. 4faea01 Update to the final version released as Expat 1.95.6 (maintaining by Fred Drake · 22 years ago
  75. 99d4abf Support socket timeout in SSL, by Geoff Talvola. by Guido van Rossum · 22 years ago
  76. 7a565f0 Fix reference counting of iconvcodec_Type. Fixes #670715. by Martin v. Löwis · 22 years ago
  77. 57c115c Get rid of compiler warnings on Redhat by Neal Norwitz · 22 years ago
  78. 727fe66 Add _iconv_codec to Setup.dist. Use PyModule_ functions. by Martin v. Löwis · 22 years ago
  79. 9789aef Patch #670715: Universal Unicode Codec for POSIX iconv. by Martin v. Löwis · 22 years ago
  80. c35d199 Undo inclusion of Python.h. Remove HAVE_MEMCPY section. by Martin v. Löwis · 22 years ago
  81. 94ac339 Uncomment usage of expat_config.h by Martin v. Löwis · 22 years ago
  82. fc03a94 Incorporate Expat 1.95.6. by Martin v. Löwis · 22 years ago
  83. 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 22 years ago
  84. 8bb5ad2 Updated the astimezone() proof to recover from all the last week's by Tim Peters · 22 years ago
  85. 2fbe537 Fix typo by Neal Norwitz · 22 years ago
  86. 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 22 years ago
  87. 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 22 years ago
  88. b1049e8 fromutc(): Repair incorrect failure return, as noted by NealN. Thanks! by Tim Peters · 22 years ago
  89. 52dcce2 Bringing the code and test suite into line with doc and NEWS changes by Tim Peters · 22 years ago
  90. 70c3dda Convert booleans to integers in IntVar.set. Fixes #671741. by Martin v. Löwis · 22 years ago
  91. cd9a8b6 Avoid usage of PyDoc_STR in 2.2 compatibility code. by Martin v. Löwis · 22 years ago
  92. c847f40 Conditionalize features not found in PyXML 1.95.2. by Martin v. Löwis · 22 years ago
  93. 069dde2 Merge with PyXML 1.71: by Martin v. Löwis · 22 years ago
  94. 327098a New rule for tzinfo subclasses handling both standard and daylight time: by Tim Peters · 22 years ago
  95. fa56e2d SF # 669553, fix memory (ref) leaks by Neal Norwitz · 22 years ago
  96. 513a1cd Windows flavor of floatsleep(): folded long lines, introduced a temp by Tim Peters · 22 years ago
  97. 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 22 years ago
  98. 8b19a93 When time.localtime() is passed a tick count the platform C localtime() by Tim Peters · 22 years ago
  99. b6c9f78 bugfix: do not double-close DB cursor during deallocation when the by Gregory P. Smith · 22 years ago
  100. aa71f5f bugfix: allow the module to work with python compiled without thread support. by Gregory P. Smith · 22 years ago