index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
copy.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
A few lines were indented using spaces instead of tabs -- fix them.
Guido van Rossum
1998-03-26
1
-14/+14
*
As Mike Fletcher pointed out, a __deepcopy__() method should be called
Guido van Rossum
1998-03-13
1
-1/+1
*
Apply the same change to classes without an __getinitargs__() method
Guido van Rossum
1997-12-07
1
-5/+11
*
Use __dict__.update(state) instead of for loop over state.items() and
Guido van Rossum
1997-10-26
1
-11/+9
*
Add XXX note about wanting support for copy_reg.py...
Guido van Rossum
1997-10-07
1
-0/+2
*
Make sure the objects returned by __getinitargs__() are kept alive (in
Guido van Rossum
1997-08-20
1
-0/+18
*
Remove '(' in column 0 of doc strings.
Guido van Rossum
1997-05-28
1
-10/+12
*
Memoize _deepcopy_tuple() -- maybe this helps Tommy's problem.
Guido van Rossum
1996-06-17
1
-2/+6
*
fix bogus hasttr usage
Guido van Rossum
1995-03-22
1
-2/+2
*
rename copy.Error to copy.error
Guido van Rossum
1995-03-14
1
-5/+8
*
added __doc__ strings etc.
Guido van Rossum
1995-02-09
1
-34/+64
*
shallow and deep copy operations
Guido van Rossum
1995-01-10
1
-0/+240