1. 5f1a518 Use sequence repetition instead of bytes constructor with integer argument. by Serhiy Storchaka · 8 years ago
  2. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  3. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  4. 860c8a4 merge 3.5 (#25502) by Benjamin Peterson · 9 years ago
  5. 669ff66 remove duplicated imports (closes #25502) by Benjamin Peterson · 9 years ago
  6. dbc517c Issue #25382: pickletools.dis() now outputs implicit memo index for the by Serhiy Storchaka · 9 years ago
  7. 5805dde Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in pickletools.opcodes. by Serhiy Storchaka · 9 years ago
  8. 05dadcf Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can by Serhiy Storchaka · 9 years ago
  9. d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 10 years ago
  10. 02066d3 Issue #19754: Fix typo. by Alexandre Vassalotti · 10 years ago
  11. 28d271e Issue #19754: Make pickletools.optimize respect the frame size target. by Alexandre Vassalotti · 10 years ago
  12. 057e58d Fix test_pickletools.py doctest's on 32-bit platforms. I hate doctests. by Gregory P. Smith · 11 years ago
  13. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
  14. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  15. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  16. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  17. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  18. 96d6a78 Merge 3.3 by Alexandre Vassalotti · 11 years ago
  19. 8db89ca Issue #16550: Update the opcode descriptions of pickletools to use unsigned by Alexandre Vassalotti · 11 years ago
  20. 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 11 years ago
  21. a23d65c Merge 3.2 by Alexandre Vassalotti · 12 years ago
  22. 3bfc65a Issue #13505: Make pickling of bytes object compatible with Python 2. by Alexandre Vassalotti · 12 years ago
  23. aa6c1d2 Issue #13575: there is only one class type. by Florent Xicluna · 12 years ago
  24. 2bb96f5 Cleanup code: remove int/long idioms and simplify a while statement. by Florent Xicluna · 13 years ago
  25. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  26. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  27. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 14 years ago
  28. 02ea12b2 Syntax cleanup. by Florent Xicluna · 14 years ago
  29. 929d384 Issue #9268: Add annotation option to pickletools.dis by Alexander Belopolsky · 14 years ago
  30. bd39f95 Merged revisions 82915 via svnmerge from by Alexander Belopolsky · 14 years ago
  31. 44c2ffd Corrected TUPLE<N> opcodes' docs. by Alexander Belopolsky · 14 years ago
  32. 60c762b Issue #9094: Make python -m pickletools disassemble pickles given in by Alexander Belopolsky · 14 years ago
  33. f7351b4 Merged revisions 80031 via svnmerge from by Victor Stinner · 14 years ago
  34. 485fb56 Issue #8383: pickle and pickletools use surrogatepass error handler when by Victor Stinner · 14 years ago
  35. d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 15 years ago
  36. e61d437 Merge r72792: POP_MARK was not in pickle protocol 0, SHORT_BINBYTES was not in protocol 1. by Collin Winter · 15 years ago
  37. cddcf44 Merged revisions 68903,68906 via svnmerge from by Mark Dickinson · 15 years ago
  38. 8dd0514 Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the by Mark Dickinson · 15 years ago
  39. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 16 years ago
  40. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago
  41. cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 16 years ago
  42. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago
  43. f416981 - A new pickle protocol (protocol 3) is added with explicit support by Guido van Rossum · 16 years ago
  44. 126d29a Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60734 via svnmerge from by Christian Heimes · 16 years ago
  45. 3feef61 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60706,60708-60712,60714-60724 via svnmerge from by Christian Heimes · 16 years ago
  46. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 16 years ago
  47. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  48. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  49. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  50. a5dc3db Change string literals to bytes, since they are compared to bytes. by Jeremy Hylton · 17 years ago
  51. 26d95c3 More str/bytes fixes. by Guido van Rossum · 17 years ago
  52. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  53. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  54. 2698631 Make test_pickletools.py pass. by Guido van Rossum · 17 years ago
  55. 42748a8 Rip out all codecs that can't work in a unicode/bytes world: by Walter Dörwald · 17 years ago
  56. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  57. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  58. cfe5f20 Got test_pickletools and test_pickle working. by Guido van Rossum · 17 years ago
  59. 617dbc4 Checkpoint. A b it closer to working pickles and pickletools. by Guido van Rossum · 17 years ago
  60. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  61. 4f7ac2e Change a test to be more predictable. by Guido van Rossum · 17 years ago
  62. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  63. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  64. f410000 Fix pickletools doctests -- all we get nowadays is longs. by Guido van Rossum · 17 years ago
  65. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  66. 65810fe SF patch 1495675: Remove types.InstanceType and new.instance (Collin Winter) by Guido van Rossum · 18 years ago
  67. 90718a4 An instance of class PicklingError was used here simply as an example of by Tim Peters · 19 years ago
  68. 6c1e0fe Remove reference to old pickle feature. by Raymond Hettinger · 19 years ago
  69. 90cf212 Essentially SF patch 1061679: add missing __all__ to pickletools.py. Harmless. by Tim Peters · 20 years ago
  70. d0c53fe Add argument to docstring by Andrew M. Kuchling · 20 years ago
  71. 62235e7 dis(): Added an optional memo argument, so that multiple pickles in a by Tim Peters · 21 years ago
  72. 4b23f2b It's Official: for LONG1/LONG4, a "byte count" of 0 is taken as a by Tim Peters · 21 years ago
  73. 2b93c4c Updated the INST/OBJ docs, to say they really are (almost) identical in 2.3. by Tim Peters · 21 years ago
  74. 43277d6 dis(): Simplified stack emulation a bit. by Tim Peters · 21 years ago
  75. c1c2b3e dis(): This had a problem with proto 0 pickles, in that POP sometimes by Tim Peters · 21 years ago
  76. 5445594 minor grammar tweaks by Skip Montanaro · 21 years ago
  77. ecb1104 Document the demise of all pretenses of safety, and the difference by Guido van Rossum · 21 years ago
  78. 2c60f7a Whitespace normalization. by Tim Peters · 21 years ago
  79. c0c12b5 pickle: Comment repair. by Tim Peters · 21 years ago
  80. 55762f5 Use raw-mode docstring whenever there's an escape code in an example -- by Tim Peters · 21 years ago
  81. 03e3532 _dis_test should be a raw string now that it contains \x escapes. by Guido van Rossum · 21 years ago
  82. d0f7c86 dis(): Not all opcodes are printable anymore, so print the repr by Tim Peters · 21 years ago
  83. 5702835 Fix one disassembly output now that empty tuples are no longer by Guido van Rossum · 21 years ago
  84. 81098ac Comments. by Tim Peters · 21 years ago
  85. fdc0346 Now that proto2 is defined, replaced XXX blocks with text about it. by Tim Peters · 21 years ago
  86. 784a3f5 Use proper function name in exception messages by Neal Norwitz · 21 years ago
  87. fdb8cfa Removed the new LONG2 opcode: it's extravagant. If LONG1 isn't enough, by Tim Peters · 21 years ago
  88. bdbe741 Documented the 2's-comp business for the new long opcodes. by Tim Peters · 21 years ago
  89. 5eed340 Whitespace normalization. by Tim Peters · 21 years ago
  90. 217e571 decode_long(): Simplified the "is it negative?" test. by Tim Peters · 21 years ago
  91. f29d3d6 Begin the change from 'binary vs. text mode' to 'protocol 0, 1, 2'. by Guido van Rossum · 21 years ago
  92. 5a2d8f5 Begin documenting protocol 2. by Guido van Rossum · 21 years ago
  93. a72ded9 Remove a stray quote. by Guido van Rossum · 21 years ago
  94. 1996e23 Repaired comment. by Tim Peters · 21 years ago
  95. d916cf4 stringnl_noescape_pair(): changed the reader to separate the two by Tim Peters · 21 years ago
  96. 8ecfc8e Moving pickletools.py from the sandbox into the std library. I started by Tim Peters · 21 years ago