GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_copy.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-4
/
+4
*
Rename copy_reg module to copyreg.
Alexandre Vassalotti
2008-05-11
1
-3
/
+3
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
1
-1
/
+0
*
Raise statement normalization in Lib/test/.
Collin Winter
2007-08-29
1
-5
/
+5
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-2
/
+2
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-2
/
+2
*
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum
2007-03-18
1
-2
/
+2
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-2
/
+2
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-1
/
+1
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2
/
+2
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-35
/
+35
*
- Patch 1433928:
Guido van Rossum
2006-02-25
1
-0
/
+16
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-2
/
+2
*
Deleting cyclic object comparison.
Armin Rigo
2003-10-28
1
-6
/
+6
*
Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2.
Martin v. Löwis
2003-06-14
1
-2
/
+2
*
SF patch 707900, fixing bug 702858, by Steven Taschuk.
Guido van Rossum
2003-06-13
1
-2
/
+49
*
Fix SF #749831, copy raises SystemError when getstate raises exception
Neal Norwitz
2003-06-08
1
-0
/
+6
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-3
/
+1
*
Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again.
Guido van Rossum
2003-02-19
1
-8
/
+24
*
Somehow, copy() of a classic class object was handled
Guido van Rossum
2003-02-07
1
-1
/
+1
*
Add support for copy_reg.dispatch_table.
Guido van Rossum
2003-02-07
1
-0
/
+27
*
Fix a bug in the way __getnewargs__ was handled.
Guido van Rossum
2003-02-06
1
-0
/
+18
*
Support all the new stuff supported by the new pickle code:
Guido van Rossum
2003-02-06
1
-2
/
+45
*
Support __reduce__ returning a 4-tuple or 5-tuple.
Guido van Rossum
2003-02-06
1
-0
/
+36
*
A test suite for the copy module. This should provide full code
Guido van Rossum
2003-02-06
1
-0
/
+384