index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
copy_reg.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert copy_reg -> copyreg rename.
Georg Brandl
2008-05-20
1
-0
/
+201
*
Moved copy_reg stub module to lib-old/.
Alexandre Vassalotti
2008-05-14
1
-8
/
+0
*
Added module stub for copy_reg renaming in 3.0.
Alexandre Vassalotti
2008-05-11
1
-199
/
+6
*
Removed uses of dict.has_key() from distutils, and uses of
Guido van Rossum
2008-02-21
1
-2
/
+2
*
Fix warnings about object.__init__() signature.
Guido van Rossum
2007-04-02
1
-1
/
+2
*
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