1. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  2. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  3. 69774c2 Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 19 years ago
  4. d90d1c1 Bug #839075: document that highly recursive data cannot be pickled by Georg Brandl · 19 years ago
  5. f4a70f3 Patch #1080684: typo repair. Thanks George Yoshida! by Johannes Gijsbers · 20 years ago
  6. a6b45cc Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__(). by Raymond Hettinger · 20 years ago
  7. 3489cad Removed the deprecated bin parameter from the pickle module. by Raymond Hettinger · 20 years ago
  8. 2ee6a70 [Patch #999280 ] Update kwargs in pickle docs to match implementations by Andrew M. Kuchling · 20 years ago
  9. cbbee6f [Bug #984952] Include more material from PEP 307. by Andrew M. Kuchling · 20 years ago
  10. 14d535c [Bug #984952] Include some material from PEP 307 by Andrew M. Kuchling · 20 years ago
  11. 8aa8c84 add an index entry for __getnewargs__() by Fred Drake · 21 years ago
  12. 0de77d1 - note that __getinitargs__() is only for old-style classes by Fred Drake · 21 years ago
  13. c62af02 Fix some digicool addresses I noticed by Andrew M. Kuchling · 21 years ago
  14. 621c53e Add sets to list of picklable objects. by Raymond Hettinger · 21 years ago
  15. 7c4d8f3 - add version annotation for HIGHEST_PROTOCOL - cleaned up some markup by Fred Drake · 21 years ago
  16. f5f0c17 end-of-sentence punctuation comes *before* \footnote, not after by Fred Drake · 21 years ago
  17. f17d65d SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  18. 35fd926 SF bug #757822: Additional index items, other minor details by Raymond Hettinger · 21 years ago
  19. 7696344 [Bug #471893] Replace security material with a warning against unpickling by Andrew M. Kuchling · 22 years ago
  20. d08baa9 Add some notes about HIGHEST_PROTOCOL. by Neal Norwitz · 22 years ago
  21. 12d31e2 Try to doc the new pickle details being implemented as part of PEP 307. by Neal Norwitz · 22 years ago
  22. e9cfcef Clarify the interpretation of the __getstate__() return value for by Fred Drake · 22 years ago
  23. acb45d7 Note that True and False are pickable objects by Raymond Hettinger · 22 years ago
  24. 97394bc Patch 533291. Deprecate None return form of __reduce__. by Raymond Hettinger · 23 years ago
  25. 7f781c9 Add Pickler.clear_memo() so the pickle and cPickle modules are more similar. by Fred Drake · 23 years ago
  26. 79f1813 Add more example exceptions that unpickling can raise. by Neil Schemenauer · 23 years ago
  27. 2744f43 Fix typo, extra markup constructs. This closes SF bug #485252. by Fred Drake · 23 years ago
  28. 69ab583 Paul Rubin reminds me that of course a class's constructor /could/ get by Barry Warsaw · 23 years ago
  29. f595fd9 A massive rewrite affecting both the pickle and cPickle module by Barry Warsaw · 23 years ago
  30. 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 23 years ago
  31. c825280 Revise the example to be more resiliant in the face of continued use after by Fred Drake · 23 years ago
  32. 510dfba Capitalize & use periods for \seemodule explanation parameter. by Fred Drake · 24 years ago
  33. f831663 Rob W. W. Hooft's spelling fixes for the Library Reference. I hope by Thomas Wouters · 24 years ago
  34. c3a6598 others --> other's (possessive) by Fred Drake · 24 years ago
  35. 56ced2a Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  36. 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 25 years ago
  37. 4179691 Fix a few markup nits, improve some index entries. by Fred Drake · 25 years ago
  38. ffbe687 Make internal module references hyperlinks wherever it makes sense. by Fred Drake · 26 years ago
  39. cf3ce92 Explain how come that pickle and cPickle, while using the same data by Guido van Rossum · 26 years ago
  40. 295da24 New section header style. by Fred Drake · 26 years ago
  41. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  42. 17e5640 Change order of \seemodule macros at end of pickle module section. by Fred Drake · 27 years ago
  43. 9463de2 Document cPickle and cStringIO. by Fred Drake · 27 years ago
  44. 3a0351c Remove all uses of \sectcode; we can now use logical markup everywhere. by Fred Drake · 27 years ago
  45. 9b28fe2 Logical markup. by Fred Drake · 27 years ago
  46. cce1090 Change "\," to just "," in function signatures. This is easier to maintain, by Fred Drake · 27 years ago
  47. 4074896 Add reference to the copy_reg module in the See Also: section. by Fred Drake · 27 years ago
  48. 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 27 years ago
  49. cf7e830 Add module reference for cPickle to index. by Fred Drake · 27 years ago
  50. 5793039 Clarify that __getinitargs__ is called at pickle time! by Guido van Rossum · 27 years ago
  51. 54820dc Fixed index references to modules. by Fred Drake · 27 years ago
  52. 736fe5e Document binary format and __init__-free unpickling. Added a pointer by Guido van Rossum · 27 years ago
  53. e47da0a AMK's megapatch: by Guido van Rossum · 27 years ago
  54. 12f0cc3 Suggest using default values for __init__ arguments to make classes unpicklable. by Guido van Rossum · 28 years ago
  55. 96628a9 typos, layout and other small things by Guido van Rossum · 30 years ago
  56. ecde781 restructured library manual accordiung to functional group by Guido van Rossum · 30 years ago
  57. 470be14 mass changes; fix titles; add examples; correct typos; clarifications; by Guido van Rossum · 30 years ago
  58. 6bb1adc small changes by Soren Larsen by Guido van Rossum · 30 years ago
  59. d188358 added docs for pickle, shelve and copy by Guido van Rossum · 30 years ago