summaryrefslogtreecommitdiffstats
path: root/Doc/library/pickle.rst
Commit message (Collapse)AuthorAgeFilesLines
* Demote warnings to notices where appropriate, following the goal that as few ↵Georg Brandl2009-04-271-3/+3
| | | | | | "red box" warnings should clutter the docs as possible. Part 1: stuff that gets merged to Py3k.
* #5370: doc update about unpickling objects with custom __getattr__ etc. methods.Georg Brandl2009-04-051-0/+9
|
* revert r69777 since all the experts agree that extra import lines distract ↵Benjamin Peterson2009-02-201-2/+1
| | | | from the code
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-1/+2
| | | | documentation.
* Remove trailing whitespace.Georg Brandl2009-01-031-10/+10
|
* Give the pickle special methods a signature.Georg Brandl2008-07-041-118/+117
|
* Revert copy_reg -> copyreg rename.Georg Brandl2008-05-201-2/+2
|
* Fix-up docs for the copyreg module renaming.Georg Brandl2008-05-121-2/+2
|
* reformat some documentation of classes so methods and attributes are under ↵Benjamin Peterson2008-04-251-33/+34
| | | | the class directive
* Mention that the tuple returned by __reduce__ is pickled as normal.Georg Brandl2008-04-051-2/+3
|
* #835521: Add index entries for various pickle-protocol methods and attributesAndrew M. Kuchling2008-02-231-0/+13
|
* Some cleanup in the docs.Georg Brandl2007-12-291-9/+6
|
* Add :term:s for "new-style class".Georg Brandl2007-10-211-5/+5
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+868