Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relocating file to Doc/lib/ | Fred Drake | 1998-05-07 | 1 | -290/+0 |
| | |||||
* | Change order of \seemodule macros at end of pickle module section. | Fred Drake | 1998-04-11 | 1 | -4/+4 |
| | |||||
* | Document cPickle and cStringIO. | Fred Drake | 1998-04-11 | 1 | -0/+18 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Logical markup. | Fred Drake | 1998-04-04 | 1 | -61/+66 |
| | |||||
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 1 | -1/+1 |
| | | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros. | ||||
* | Add reference to the copy_reg module in the See Also: section. | Fred Drake | 1998-03-06 | 1 | -0/+6 |
| | |||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -11/+11 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Add module reference for cPickle to index. | Fred Drake | 1998-01-09 | 1 | -18/+21 |
| | | | | | | | | | | | Consistency: Always use trailing "()" for function and method names in text. Consistency: Always mark parameter names with \var{} in text. Change questionable text about CORBA to definate text about XDR; "CORBA" isn't enough to specify an external representation, and I'm not sure the comment is right if we say "IIOP". I know its right about XDR if we only mention shared object references and not recursive structures. | ||||
* | Clarify that __getinitargs__ is called at pickle time! | Guido van Rossum | 1997-12-30 | 1 | -1/+3 |
| | |||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 1 | -3/+3 |
| | |||||
* | Document binary format and __init__-free unpickling. Added a pointer | Guido van Rossum | 1997-12-09 | 1 | -25/+49 |
| | | | | to cPickle. | ||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -12/+13 |
| | | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files | ||||
* | Suggest using default values for __init__ arguments to make classes | Guido van Rossum | 1996-08-09 | 1 | -1/+3 |
| | | | | unpicklable. | ||||
* | typos, layout and other small things | Guido van Rossum | 1995-04-10 | 1 | -1/+1 |
| | |||||
* | restructured library manual accordiung to functional group | Guido van Rossum | 1995-03-28 | 1 | -2/+5 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -27/+83 |
| | | | | unified style; etc. | ||||
* | small changes by Soren Larsen | Guido van Rossum | 1995-03-13 | 1 | -5/+5 |
| | |||||
* | added docs for pickle, shelve and copy | Guido van Rossum | 1995-02-15 | 1 | -0/+170 |