summaryrefslogtreecommitdiff
path: root/Lib/copy_reg.py
Commit message (Expand)AuthorAgeFilesLines
* Revert copy_reg -> copyreg rename.Georg Brandl2008-05-201-0/+201
* Moved copy_reg stub module to lib-old/.Alexandre Vassalotti2008-05-141-8/+0
* Added module stub for copy_reg renaming in 3.0.Alexandre Vassalotti2008-05-111-199/+6
* Removed uses of dict.has_key() from distutils, and uses ofGuido van Rossum2008-02-211-2/+2
* Fix warnings about object.__init__() signature.Guido van Rossum2007-04-021-1/+2
* Patch #1462313, bug #1443328: the pickle modules now can handle classesGeorg Brandl2006-03-311-2/+13
* Revert previous checkin and just add a comment about constructor_ob.Jeremy Hylton2003-06-271-3/+5
* Don't call constructor() from pickle().Jeremy Hylton2003-06-261-3/+3
* Patch #750595: Refer to type complex using builtin. Fixes #595837.Martin v. Löwis2003-06-071-3/+9
* Remove _reduce_2, it's now implemented in C.Guido van Rossum2003-02-211-42/+5
* Rename _better_reduce to _reduce_2, to make sure that any code thatGuido van Rossum2003-02-191-10/+5
* Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again.Guido van Rossum2003-02-191-3/+8
* Introducing __reduce_ex__, which is called with a protocol number argumentGuido van Rossum2003-02-181-0/+11
* SF patch #685738 by Michael Stone.Guido van Rossum2003-02-131-3/+6
* Get rid of the "bozo" __getstate__ that was inserted when __slots__Guido van Rossum2003-02-101-10/+5
* Reserve a range for Zope, not specifically for Zope 3.Guido van Rossum2003-02-071-1/+1
* Move _better_reduce from copy.py to copy_reg.py, and also use it inGuido van Rossum2003-02-061-0/+78
* cPickle can load pickles using proto 2 EXT[124] now, but can't yetTim Peters2003-02-041-1/+1
* Rename the extension registry variables to have leading underscores --Guido van Rossum2003-02-041-18/+18
* Brought some module variables into synch with pickle.py's current values.Tim Peters2003-02-041-0/+2
* Removed all uses of the out-of-favor __safe_for_unpickling__ magicTim Peters2003-02-011-3/+0
* Add extension management to __all__.Guido van Rossum2003-01-311-1/+2
* Support for extension codes. (By accident I checked in the tests first.)Guido van Rossum2003-01-291-0/+59
* _reduce(): Avoid infinite recursion in the pickler when self.__class__Guido van Rossum2001-12-271-0/+2
* _reduce():Guido van Rossum2001-11-241-3/+8
* Changes to copy() and deepcopy() in copy.py to support __reduce__ as aGuido van Rossum2001-09-281-1/+9
* _reconstructor(): there's no need for tricks with assignment toGuido van Rossum2001-09-251-9/+2
* - Provisional support for pickling new-style objects. (*)Guido van Rossum2001-09-251-0/+29
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* In the module docstring, clarify that this is used to register pickleFred Drake2000-10-111-3/+15
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-1/+1
* Added some minimal comments and tweaked lay-out a bit.Guido van Rossum1997-05-201-3/+7
* support module for cPickleGuido van Rossum1997-04-091-0/+17