Georg Brandl
|
16a57f6a34
|
Demote warnings to notices where appropriate, following the goal that as few "red box" warnings
should clutter the docs as possible. Part 1: stuff that gets merged to Py3k.
|
2009-04-27 15:29:09 +00:00 |
Georg Brandl
|
a7ec0726e2
|
#5370: doc update about unpickling objects with custom __getattr__ etc. methods.
|
2009-04-05 14:40:06 +00:00 |
Benjamin Peterson
|
a7b55a33f8
|
revert r69777 since all the experts agree that extra import lines distract from the code
|
2009-02-20 03:31:23 +00:00 |
Jeroen Ruigrok van der Werven
|
5149742e8b
|
Since we recommend one module per import line, reflect this also in the
documentation.
|
2009-02-19 18:52:21 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Georg Brandl
|
66ef83bd9d
|
Give the pickle special methods a signature.
|
2008-07-04 17:22:53 +00:00 |
Georg Brandl
|
dffbf5f542
|
Revert copy_reg -> copyreg rename.
|
2008-05-20 07:49:57 +00:00 |
Georg Brandl
|
6a0a368479
|
Fix-up docs for the copyreg module renaming.
|
2008-05-12 10:05:39 +00:00 |
Benjamin Peterson
|
c7b05920d6
|
reformat some documentation of classes so methods and attributes are under the class directive
|
2008-04-25 01:29:10 +00:00 |
Georg Brandl
|
3b1202dfe8
|
Mention that the tuple returned by __reduce__ is pickled as normal.
|
2008-04-05 17:45:58 +00:00 |
Andrew M. Kuchling
|
8887e54867
|
#835521: Add index entries for various pickle-protocol methods and attributes
|
2008-02-23 16:39:43 +00:00 |
Georg Brandl
|
b19be571e0
|
Some cleanup in the docs.
|
2007-12-29 10:57:00 +00:00 |
Georg Brandl
|
a739503881
|
Add :term:s for "new-style class".
|
2007-10-21 12:15:05 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |