Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Patch 1433928: | Guido van Rossum | 2006-02-25 | 1 | -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; there | Fred Drake | 2004-05-05 | 1 | -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 Drake | 2000-10-06 | 1 | -1/+1 |
| | |||||
* | It turns out that Guido does not like or encourage the use of the term | Fred Drake | 2000-10-06 | 1 | -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 Drake | 1999-06-29 | 1 | -5/+5 |
| | | | | Make reference to the copy_reg module a hyperlink. | ||||
* | Markup nits. | Fred Drake | 1999-02-12 | 1 | -12/+6 |
| | |||||
* | Markup improvements to help with conversions. | Fred Drake | 1998-11-30 | 1 | -27/+33 |
| | |||||
* | 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 | -2/+4 |
| | |||||
* | Document __copy__() and __deepcopy__() methods. | Guido van Rossum | 1998-06-30 | 1 | -1/+14 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -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 Drake | 1998-01-14 | 1 | -5/+5 |
| | | | | | | | "{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now. | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 1 | -1/+1 |
| | |||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -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 Rossum | 1995-03-17 | 1 | -2/+4 |
| | | | | unified style; etc. | ||||
* | small changes by Soren Larsen | Guido van Rossum | 1995-03-13 | 1 | -3/+3 |
| | |||||
* | added docs for pickle, shelve and copy | Guido van Rossum | 1995-02-15 | 1 | -0/+79 |