Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
15863ea07ab4eed2d91ce55b274245e8d420723d
/
Lib
/
test
/
test_copy.py
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
52cc1d8
Implement PEP 3115 -- new metaclass syntax and semantics.
by Guido van Rossum
· 18 years ago
221085d
Change all the function attributes from func_* -> __*__. This gets rid
by Neal Norwitz
· 18 years ago
cc2b016
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
by Guido van Rossum
· 18 years ago
e2a383d
Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.)
by Guido van Rossum
· 19 years ago
47b9ff6
Restructure comparison dramatically. There is no longer a default
by Guido van Rossum
· 19 years ago
1968ad3
- Patch 1433928:
by Guido van Rossum
· 19 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
2b3eb40
Deleting cyclic object comparison.
by Armin Rigo
· 22 years ago
ba8f5ff
Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2.
by Martin v. Löwis
· 22 years ago
99d2c25
SF patch 707900, fixing bug 702858, by Steven Taschuk.
by Guido van Rossum
· 22 years ago
e2fdc61
Fix SF #749831, copy raises SystemError when getstate raises exception
by Neal Norwitz
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
e690883
Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again.
by Guido van Rossum
· 22 years ago
1dca482
Somehow, copy() of a classic class object was handled
by Guido van Rossum
· 23 years ago
c06e3ac
Add support for copy_reg.dispatch_table.
by Guido van Rossum
· 23 years ago
85233bf
Fix a bug in the way __getnewargs__ was handled.
by Guido van Rossum
· 23 years ago
c755758
Support all the new stuff supported by the new pickle code:
by Guido van Rossum
· 23 years ago
90e05b0
Support __reduce__ returning a 4-tuple or 5-tuple.
by Guido van Rossum
· 23 years ago
581cb93
A test suite for the copy module. This should provide full code coverage.
by Guido van Rossum
· 23 years ago