1. d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 15 years ago
  2. ebfecfd Only try to intern str objects when unpickling attributes. by Alexandre Vassalotti · 15 years ago
  3. a9f48a0 Merged revisions 72223 via svnmerge from by Antoine Pitrou · 15 years ago
  4. 8dd0514 Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the by Mark Dickinson · 15 years ago
  5. 49956b2 fix typo #4904 by Benjamin Peterson · 16 years ago
  6. 3cfcab9 Fix issue #4374: Pickle tests fail w/o _pickle extension. by Alexandre Vassalotti · 16 years ago
  7. b46a633 Sorry, r67092 is commit miss.... by Hirokazu Yamamoto · 16 years ago
  8. 1543a22 Blocked revisions 67002 via svnmerge by Hirokazu Yamamoto · 16 years ago
  9. e8022b4 Remove a confusing statement in Pickler's docstring. by Alexandre Vassalotti · 16 years ago
  10. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 16 years ago
  11. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago
  12. 66b343b Removed exception renaming cruft in pickle.py. by Alexandre Vassalotti · 16 years ago
  13. cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 16 years ago
  14. c7db1d6 Change Pickler._batch_appends() and Pickler._batch_setitems() to take by Alexandre Vassalotti · 16 years ago
  15. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago
  16. 8cb02b6 Removed memoryview objects from bytes_types. by Alexandre Vassalotti · 16 years ago
  17. f416981 - A new pickle protocol (protocol 3) is added with explicit support by Guido van Rossum · 16 years ago
  18. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  19. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  20. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  21. feea078 Random changes having to do with readline() and bytes. by Guido van Rossum · 17 years ago
  22. 26d95c3 More str/bytes fixes. by Guido van Rossum · 17 years ago
  23. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  24. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  25. f93254d Fix test_pickle, by reverting the string opcodes (S, T, U) to returning by Guido van Rossum · 17 years ago
  26. 10a60b3 Change Py_BuildValue to generate Unicode objects for by Martin v. Löwis · 17 years ago
  27. aa588c4 Fix some problems introduced by the str8 repr change. by Guido van Rossum · 17 years ago
  28. 42748a8 Rip out all codecs that can't work in a unicode/bytes world: by Walter Dörwald · 17 years ago
  29. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  30. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  31. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  32. cfe5f20 Got test_pickletools and test_pickle working. by Guido van Rossum · 17 years ago
  33. b8142c3 Got test_exceptions.py working. by Guido van Rossum · 17 years ago
  34. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  35. 1255ed6 Much more pickling now works. by Guido van Rossum · 17 years ago
  36. 2e6a4b3 Checkpoint. Make pickle.py read/write bytes. by Guido van Rossum · 17 years ago
  37. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  38. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  39. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  40. 634e53f Fix a bizarre error where test_pickletools fails if preceded by test_pyclbr. by Guido van Rossum · 17 years ago
  41. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  42. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  43. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  44. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  45. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  46. 65810fe SF patch 1495675: Remove types.InstanceType and new.instance (Collin Winter) by Guido van Rossum · 18 years ago
  47. fe59dc1 Revert previous checkin. by Raymond Hettinger · 19 years ago
  48. f715366 Reduce the usage of the types module. by Raymond Hettinger · 19 years ago
  49. a6b45cc Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__(). by Raymond Hettinger · 20 years ago
  50. 3489cad Removed the deprecated bin parameter from the pickle module. by Raymond Hettinger · 20 years ago
  51. dc54f2b Make 'bin' argument trigger DeprecationWarning by Andrew M. Kuchling · 20 years ago
  52. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  53. e3a565e Fix grammar in comment. by Jeremy Hylton · 21 years ago
  54. 443ada4 Remove unused _better_reduce (which will disappear soon) and by Guido van Rossum · 21 years ago
  55. c53f009 Introducing __reduce_ex__, which is called with a protocol number argument by Guido van Rossum · 21 years ago
  56. 080c88b cPickle.c, load_build(): Taught cPickle how to pick apart by Tim Peters · 21 years ago
  57. 8587b3c Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle. by Tim Peters · 21 years ago
  58. 42f08ac Implemented batching for dicts in cPickle. This is after two failed by Tim Peters · 21 years ago
  59. 1092d64 Implemented list batching in cPickle. by Tim Peters · 21 years ago
  60. cf117b0 Rename 'proto' keyword arg to 'protocol' . Greg Ward's suggestion. by Guido van Rossum · 21 years ago
  61. 5aac4e6 Move _better_reduce from copy.py to copy_reg.py, and also use it in by Guido van Rossum · 21 years ago
  62. 98b922c Remove a debug print statement. by Guido van Rossum · 21 years ago
  63. cc1fccb No need for a continuation line. by Jeremy Hylton · 21 years ago
  64. 656d451 Replace hasattr() + getattr() with single getattr() and default value. by Jeremy Hylton · 21 years ago
  65. d4b920c Rename the extension registry variables to have leading underscores -- by Guido van Rossum · 21 years ago
  66. 93fe564 _slotnames(): this is a fairly expensive calculation. Cache the by Guido van Rossum · 21 years ago
  67. 868ecc2 _slotnames(): exclude __dict__ and __weakref__; these aren't real by Guido van Rossum · 21 years ago
  68. 795ea89 Support keyword argument 'bin', with a pending deprecation warning. by Guido van Rossum · 21 years ago
  69. 1d63c9f cPickle support for TUPLE[123]. Incidentally plugged several undetected by Tim Peters · 21 years ago
  70. bf2674b long(string, base) now takes time linear in len(string) when base is a by Tim Peters · 21 years ago
  71. ee1a53c cPickle.c: Full support for the new LONG1 and LONG4. Added comments. by Tim Peters · 21 years ago
  72. 5bd2a79 The C pickle now knows how to deal with a proto= argument. Assorted by Tim Peters · 21 years ago
  73. 7eff63a Change the default protocol back to 0. by Guido van Rossum · 21 years ago
  74. 25cb7df Another extension to reduce(). It can return a 4- or 5-tuple now. by Guido van Rossum · 21 years ago
  75. 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 21 years ago
  76. f7f4517 Pass the object to save_reduce(), so the memoize() call can go into by Guido van Rossum · 21 years ago
  77. d053b4b Add a magical feature to save_reduce so that __reduce__ can cause by Guido van Rossum · 21 years ago
  78. 4b23f2b It's Official: for LONG1/LONG4, a "byte count" of 0 is taken as a by Tim Peters · 21 years ago
  79. d174068 Fix typo by Neal Norwitz · 21 years ago
  80. 9114982 Linear-time implementations of {encode,decode}_long. by Tim Peters · 21 years ago
  81. d01c1e9 load_inst(), load_obj(): Put the bulk of these into a common new by Tim Peters · 21 years ago
  82. 9b40e80 There was a subtle big in save_newobj(): it used self.save_global(t) by Guido van Rossum · 21 years ago
  83. 4fba220 Slight code rearrangement to avoid testing getstate twice. by Guido van Rossum · 21 years ago
  84. 4548617 In save_newobj(), if an object's __getnewargs__ and __getstate__ are by Guido van Rossum · 21 years ago
  85. ba884f3 Use %c rather than chr() to turn some ints into chars. by Guido van Rossum · 21 years ago
  86. 5d9113d Implement appropriate __getnewargs__ for all immutable subclassable builtin by Guido van Rossum · 21 years ago
  87. 586c9e8 Declare Protocol 2 as implemented. by Guido van Rossum · 21 years ago
  88. 255f3ee Support for extension codes. (By accident I checked in the tests first.) by Guido van Rossum · 21 years ago
  89. c0c12b5 pickle: Comment repair. by Tim Peters · 21 years ago
  90. 4e2491d Add a comment about how some built-in types should grow a __getnewargs__ method. by Guido van Rossum · 21 years ago
  91. b26a97a Get rid of __safe_for_unpickling__ and safe_constructors. by Guido van Rossum · 21 years ago
  92. ac5b5d2 Instead of bad hacks trying to worm around the inherited by Guido van Rossum · 21 years ago
  93. 3d8c01b The default __reduce__ on the base object type obscured any by Guido van Rossum · 21 years ago
  94. 54fb192 Move the NEWOBJ-generating code to a separate function, and invoke it by Guido van Rossum · 21 years ago
  95. 533dbcf Some experimental support for generating NEWOBJ with proto=2, and by Guido van Rossum · 21 years ago
  96. a6ae9a2 save_empty_tuple(): Comment on why we can't get rid of this. by Tim Peters · 21 years ago
  97. 82ca59e save_dict(): Added a comment about the control flow NealN missed. by Tim Peters · 21 years ago
  98. 13a25fb _is_string_secure(): This method is no longer used; removed it. (It by Tim Peters · 21 years ago
  99. bc64e22 Made save() fit on a page, while adding comments. (I moved some type by Guido van Rossum · 21 years ago
  100. ad5a771 Got rid of the _quotes global. Used only once, and is trivial. by Tim Peters · 21 years ago