Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/2.1
/
Lib
/
copy.py
tag
88a6a6e3723ed39f893617e188fc135d538d9e30
tagger
Ned Deily <nad@python.org>
Mon Jun 19 00:05:36 2017
object
5f55933b3a78b7f3557ac81a2411a1b50bffab33
Final head of the former 2.1 branch
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 25 years ago
88869f9
Whitespace normalization.
by Tim Peters
· 25 years ago
f8baad0
Patch by Finn Bock to support PyStringMap in Jython.
by Guido van Rossum
· 25 years ago
f156a44
Added Unicode objects to the copy mechanism. Since these are immutable,
by Marc-André Lemburg
· 25 years ago
227b120
Convert some old-style string exceptions to class exceptions.
by Fred Drake
· 25 years ago
4b8c6ea
Actually, the previous batch's comment should have been different;
by Guido van Rossum
· 26 years ago
2fff84d
Don't die if CodeType doesn't exist -- ignore the error. This could
by Guido van Rossum
· 27 years ago
8ca8420
A few lines were indented using spaces instead of tabs -- fix them.
by Guido van Rossum
· 27 years ago
677fc84
As Mike Fletcher pointed out, a __deepcopy__() method should be called
by Guido van Rossum
· 27 years ago
c5d2d51
Apply the same change to classes without an __getinitargs__() method
by Guido van Rossum
· 28 years ago
e6eef4b
Use __dict__.update(state) instead of for loop over state.items() and
by Guido van Rossum
· 28 years ago
abfdd70
Add XXX note about wanting support for copy_reg.py...
by Guido van Rossum
· 28 years ago
558be28
Make sure the objects returned by __getinitargs__() are kept alive (in
by Guido van Rossum
· 28 years ago
f7cea10
Remove '(' in column 0 of doc strings. Add dependency on dict.copy().
by Guido van Rossum
· 28 years ago
6afff61
Memoize _deepcopy_tuple() -- maybe this helps Tommy's problem.
by Guido van Rossum
· 29 years ago
fefbbe5
fix bogus hasttr usage
by Guido van Rossum
· 30 years ago
55d2f39
rename copy.Error to copy.error
by Guido van Rossum
· 30 years ago
cc6764c
added __doc__ strings etc.
by Guido van Rossum
· 31 years ago
409780f
shallow and deep copy operations
by Guido van Rossum
· 31 years ago