1. d362c21 Use pickled data compatible with Python 2 for testing protocols 0-2. by Serhiy Storchaka · 9 years ago
  2. fa310ee Use pickled data compatible with Python 2 for testing protocols 0-2. by Serhiy Storchaka · 9 years ago
  3. 2305867 Issue #23094: Fixed readline with frames in Python implementation of pickle. by Serhiy Storchaka · 10 years ago
  4. 21d7533 Issue #23094: Fixed readline with frames in Python implementation of pickle. by Serhiy Storchaka · 10 years ago
  5. 707b5cc Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX by Serhiy Storchaka · 10 years ago
  6. 6cd5eda Fix uninitialized variable after #22676. by Antoine Pitrou · 10 years ago
  7. 8cf7c1c Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 10 years ago
  8. 786ac7b Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  9. 4847e4e Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  10. c1764dd Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin. by Antoine Pitrou · 11 years ago
  11. d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 11 years ago
  12. 6e73ff1 Issue #19881: Fix bad pickling of large bytes in cpickle. by Alexandre Vassalotti · 11 years ago
  13. 6e8bc50 Issue #19800: make the pickle framing tests more precise. by Antoine Pitrou · 11 years ago
  14. 69359f6 Fix #19834: merge with 3.3. by Walter Doerwald · 11 years ago
  15. 9d1dbca Fix issue #19834: Support unpickling of exceptions pickled by Python 2. by Walter Doerwald · 11 years ago
  16. 28d271e Issue #19754: Make pickletools.optimize respect the frame size target. by Alexandre Vassalotti · 11 years ago
  17. 3c23e7a Issue #6477: Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  18. 19b6fa6 Issue #6477: Added support for pickling the types of built-in singletons. by Alexandre Vassalotti · 11 years ago
  19. a1eedf9 Merge with 3.3. by Alexandre Vassalotti · 11 years ago
  20. 896414f Fixed _pickle.Unpickler to handle empty persistent IDs correctly. by Alexandre Vassalotti · 11 years ago
  21. 3ab9cfc Selectively re-enable framing tests by Antoine Pitrou · 11 years ago
  22. 5e411b7 Disable annoying tests which doesn't work optimized pickles. by Alexandre Vassalotti · 11 years ago
  23. b6a2f2a Make framing optional in pickle protocol 4. by Alexandre Vassalotti · 11 years ago
  24. d5df194 test_pickle: speed up test_long by Antoine Pitrou · 11 years ago
  25. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
  26. 48e6a8c Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  27. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  28. f3bc946 Merge 3.3 by Alexandre Vassalotti · 11 years ago
  29. 1f7492c Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler by Alexandre Vassalotti · 11 years ago
  30. 7c5e094 Make C and Python implementations of pickle load STRING opcodes the same way. by Alexandre Vassalotti · 11 years ago
  31. 3034efd Issue #17710: Fix pickle raising a SystemError on bogus input. by Antoine Pitrou · 11 years ago
  32. 2960693 #17346: merge with 3.2. by Ezio Melotti · 11 years ago
  33. aaef344 #17346: make sure pickle tests are run against all protocols. Initial patch by Marius Gedminas. by Ezio Melotti · 11 years ago
  34. 9facaf4 Issue #15079: make a test applicable to both C and Python versions of the pickle module. by Antoine Pitrou · 12 years ago
  35. 79035bd Issue #15079: make a test applicable to both C and Python versions of the pickle module. by Antoine Pitrou · 12 years ago
  36. f3078fb Fixes #13842: cannot pickle Ellipsis or NotImplemented. by Łukasz Langa · 12 years ago
  37. 8d3c290 Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions. by Antoine Pitrou · 12 years ago
  38. a23d65c Merge 3.2 by Alexandre Vassalotti · 13 years ago
  39. 3bfc65a Issue #13505: Make pickling of bytes object compatible with Python 2. by Alexandre Vassalotti · 13 years ago
  40. b7591d4 Also fix pickletester by Antoine Pitrou · 13 years ago
  41. 1a3ff48 Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  42. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  43. 5a688db Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  44. ffd41d9 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  45. 2d24349 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 13 years ago
  46. e897e95 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 13 years ago
  47. a514eb9 Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  48. 55549ec Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  49. ee763e2 Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  50. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  51. 8567493 Monotonic, not monotonous by Antoine Pitrou · 13 years ago
  52. 3c7e928 Issue #12744: Fix inefficient representation of integers by Antoine Pitrou · 13 years ago
  53. fdf4a27 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  54. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  55. 16c4ce1 Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 13 years ago
  56. ec8f0df Merged revisions 88546 via svnmerge from by Alexander Belopolsky · 13 years ago
  57. 1ce92dc Issue #11286: Fixed unpickling of empty 2.x strings. by Alexander Belopolsky · 13 years ago
  58. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 13 years ago
  59. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  60. ff150f2 Revert r85797 (and r85798): it broke the Windows buildbots because of by Antoine Pitrou · 14 years ago
  61. 7eecffd Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 14 years ago
  62. 04248a8 Issue #3873: Speed up unpickling from file objects which have a peek() method. by Antoine Pitrou · 14 years ago
  63. ea99c5c Issue #9410: Various optimizations to the pickle module, leading to by Antoine Pitrou · 14 years ago
  64. d92f040 Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x by Alexander Belopolsky · 14 years ago
  65. 485fb56 Issue #8383: pickle and pickletools use surrogatepass error handler when by Victor Stinner · 14 years ago
  66. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  67. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  68. 01a15ea Merged revisions 77352-77354 via svnmerge from by Antoine Pitrou · 15 years ago
  69. 5c2db37 Issue #7435: Remove duplicate int/long tests, and other by Mark Dickinson · 15 years ago
  70. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  71. d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 15 years ago
  72. 8ca69de Merged revisions 72930 via svnmerge from by Collin Winter · 15 years ago
  73. a9f48a0 Merged revisions 72223 via svnmerge from by Antoine Pitrou · 15 years ago
  74. 771d834 Port r71408 to py3k: issue 5665, add more pickling tests. by Collin Winter · 15 years ago
  75. cddcf44 Merged revisions 68903,68906 via svnmerge from by Mark Dickinson · 16 years ago
  76. 8dd0514 Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the by Mark Dickinson · 16 years ago
  77. d148630 fix syntax by Benjamin Peterson · 16 years ago
  78. 9203501 Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,67923-67924,67926-67927,67930,67943 via svnmerge from by Benjamin Peterson · 16 years ago
  79. 554d878 Update copy of PyUnicode_EncodeRawUnicodeEscape in _pickle. by Alexandre Vassalotti · 16 years ago
  80. 3e4e72f #4298: pickle.load() can segfault on invalid or truncated input. by Amaury Forgeot d'Arc · 16 years ago
  81. 6285ffd Correct the pickle test, broken since r67059: by Amaury Forgeot d'Arc · 16 years ago
  82. 424b481 Merged revisions 67049 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  83. 87eee63 #3664: The pickle module could segfault if a Pickler instance is not correctly initialized: by Amaury Forgeot d'Arc · 16 years ago
  84. 1f9d907 Issue 3514: Fixed segfault dues to infinite loop in __getattr__. by Alexandre Vassalotti · 16 years ago
  85. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 16 years ago
  86. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago
  87. cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 16 years ago
  88. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  89. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago
  90. f416981 - A new pickle protocol (protocol 3) is added with explicit support by Guido van Rossum · 16 years ago
  91. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  92. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  93. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  94. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  95. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  96. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  97. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  98. 11b41f6 Open files in binary mode. by Walter Dörwald · 17 years ago
  99. 9b77553 Rename checks for test_support.have_unicode (we always by Walter Dörwald · 17 years ago
  100. cfe5f20 Got test_pickletools and test_pickle working. by Guido van Rossum · 17 years ago