Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes to copy() and deepcopy() in copy.py to support __reduce__ as a | Guido van Rossum | 2001-09-28 | 1 | -1/+9 |
* | _reconstructor(): there's no need for tricks with assignment to | Guido van Rossum | 2001-09-25 | 1 | -9/+2 |
* | - Provisional support for pickling new-style objects. (*) | Guido van Rossum | 2001-09-25 | 1 | -0/+29 |
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 1 | -0/+2 |
* | In the module docstring, clarify that this is used to register pickle | Fred Drake | 2000-10-11 | 1 | -3/+15 |
* | Mass patch by Ka-Ping Yee: | Guido van Rossum | 2000-02-02 | 1 | -1/+1 |
* | Added some minimal comments and tweaked lay-out a bit. | Guido van Rossum | 1997-05-20 | 1 | -3/+7 |
* | support module for cPickle | Guido van Rossum | 1997-04-09 | 1 | -0/+17 |