Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | work around whitespace bugs in the HTML version | Fred Drake | 2003-12-30 | 1 | -3/+3 |
| | |||||
* | Clarify that copy_reg.pickle() is not intended for use with "classic" classes. | Fred Drake | 2002-03-19 | 1 | -3/+5 |
| | | | | | | This was stated before, but a minor grammatical error made it difficult to be sure of the meaning. This closes SF bug #530143. | ||||
* | Minor updates to add more pointers to the pickle documentation, and to | Barry Warsaw | 2001-11-15 | 1 | -1/+7 |
| | | | | clarify some of the interface. | ||||
* | Document the exceptions that now get raised on invalid parameters. | Fred Drake | 2000-10-11 | 1 | -2/+5 |
| | |||||
* | Make it clear that copy_reg.pickle() should not be used for classes, but | Fred Drake | 2000-10-10 | 1 | -5/+6 |
| | | | | | | only for extension types. This partially fixes SourceForge bug #116295. | ||||
* | Make internal module references hyperlinks wherever it makes sense. | Fred Drake | 1999-04-22 | 1 | -5/+5 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -8/+8 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Remove obsolete lines like this: | Fred Drake | 1998-04-04 | 1 | -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 previous | Fred Drake | 1998-02-13 | 1 | -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 Drake | 1998-01-21 | 1 | -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. |