summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcopyreg.tex
Commit message (Collapse)AuthorAgeFilesLines
* Document the exceptions that now get raised on invalid parameters.Fred Drake2000-10-111-2/+5
|
* Make it clear that copy_reg.pickle() should not be used for classes, butFred Drake2000-10-101-5/+6
| | | | | | only for extension types. This partially fixes SourceForge bug #116295.
* Make internal module references hyperlinks wherever it makes sense.Fred Drake1999-04-221-5/+5
|
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-8/+8
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Remove obsolete lines like this:Fred Drake1998-04-041-1/+0
| | | | | | | | \setindexsubitem{(in module frobnitz)} These are no longer needed when present before any other \setindexsubitem{} in the module section. The indexsubitem is now set by \bimodindex and \stmodindex.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-1/+1
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Simple documentation of the copy_reg module.Fred Drake1998-01-211-0/+28
Guido, you should probably look at this. The pickle documentation is out of date; I don't see anything about the __reduce__() stuff or the __safe_for_unpickling__ attribute.