summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcopy.tex
Commit message (Collapse)AuthorAgeFilesLines
* - Patch 1433928:Guido van Rossum2006-02-251-2/+5
| | | | | | | | - The copy module now "copies" function objects (as atomic objects). - dict.__getitem__ now looks for a __missing__ hook before raising KeyError. - Added a new type, defaultdict, to the collections module. This uses the new __missing__ hook behavior added to dict (see above).
* Remove list of pickle protocol names used by the copy module; thereFred Drake2004-05-051-5/+1
| | | | | | | are enough subtleties to pickling that we don't want misunderstanding to spread because we don't provide all the information twice. The reference to the pickle module for information will have to suffice; at least only one portion of the docs will be out of date. ;-(
* Fix really bad typo, noted by Neil Schemenauer <nas@arctrix.com>.Fred Drake2000-10-061-1/+1
|
* It turns out that Guido does not like or encourage the use of the termFred Drake2000-10-061-1/+1
| | | | | "disciplines" for the __*__() methods, so they should be referred to as "methods" or "special methods", as appropriate in context.
* Usage nit: a bunch of "nor"s should have been a single "or".Fred Drake1999-06-291-5/+5
| | | | Make reference to the copy_reg module a hyperlink.
* Markup nits.Fred Drake1999-02-121-12/+6
|
* Markup improvements to help with conversions.Fred Drake1998-11-301-27/+33
|
* 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-2/+4
|
* Document __copy__() and __deepcopy__() methods.Guido van Rossum1998-06-301-1/+14
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-4/+4
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Consistency: "{\bf ...}" ==> "\strong{...}"Fred Drake1998-01-141-5/+5
| | | | | | | "{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now.
* Fixed index references to modules.Fred Drake1997-12-151-1/+1
|
* AMK's megapatch:Guido van Rossum1997-07-171-3/+4
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-2/+4
| | | | unified style; etc.
* small changes by Soren LarsenGuido van Rossum1995-03-131-3/+3
|
* added docs for pickle, shelve and copyGuido van Rossum1995-02-151-0/+79