| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1462313, bug #1443328: the pickle modules now can handle classes | Georg Brandl | 2006-03-31 | 1 | -2/+13 |
|
|
* | Revert previous checkin and just add a comment about constructor_ob. | Jeremy Hylton | 2003-06-27 | 1 | -3/+5 |
|
|
* | Don't call constructor() from pickle(). | Jeremy Hylton | 2003-06-26 | 1 | -3/+3 |
|
|
* | Patch #750595: Refer to type complex using builtin. Fixes #595837. | Martin v. Löwis | 2003-06-07 | 1 | -3/+9 |
|
|
* | Remove _reduce_2, it's now implemented in C. | Guido van Rossum | 2003-02-21 | 1 | -42/+5 |
|
|
* | Rename _better_reduce to _reduce_2, to make sure that any code that | Guido van Rossum | 2003-02-19 | 1 | -10/+5 |
|
|
* | Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again. | Guido van Rossum | 2003-02-19 | 1 | -3/+8 |
|
|
* | Introducing __reduce_ex__, which is called with a protocol number argument | Guido van Rossum | 2003-02-18 | 1 | -0/+11 |
|
|
* | SF patch #685738 by Michael Stone. | Guido van Rossum | 2003-02-13 | 1 | -3/+6 |
|
|
* | Get rid of the "bozo" __getstate__ that was inserted when __slots__ | Guido van Rossum | 2003-02-10 | 1 | -10/+5 |
|
|
* | Reserve a range for Zope, not specifically for Zope 3. | Guido van Rossum | 2003-02-07 | 1 | -1/+1 |
|
|
* | Move _better_reduce from copy.py to copy_reg.py, and also use it in | Guido van Rossum | 2003-02-06 | 1 | -0/+78 |
|
|
* | cPickle can load pickles using proto 2 EXT[124] now, but can't yet | Tim Peters | 2003-02-04 | 1 | -1/+1 |
|
|
* | Rename the extension registry variables to have leading underscores -- | Guido van Rossum | 2003-02-04 | 1 | -18/+18 |
|
|
* | Brought some module variables into synch with pickle.py's current values. | Tim Peters | 2003-02-04 | 1 | -0/+2 |
|
|
* | Removed all uses of the out-of-favor __safe_for_unpickling__ magic | Tim Peters | 2003-02-01 | 1 | -3/+0 |
|
|
* | Add extension management to __all__. | Guido van Rossum | 2003-01-31 | 1 | -1/+2 |
|
|
* | Support for extension codes. (By accident I checked in the tests first.) | Guido van Rossum | 2003-01-29 | 1 | -0/+59 |
|
|
* | _reduce(): Avoid infinite recursion in the pickler when self.__class__ | Guido van Rossum | 2001-12-27 | 1 | -0/+2 |
|
|
* | _reduce(): | Guido van Rossum | 2001-11-24 | 1 | -3/+8 |
|
|
* | 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 |
|
|