summaryrefslogtreecommitdiff
path: root/Lib/test/test_copy.py
Commit message (Expand)AuthorAgeFilesLines
* - Patch 1433928:Guido van Rossum2006-02-251-0/+16
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* Deleting cyclic object comparison.Armin Rigo2003-10-281-6/+6
* Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2.Martin v. Löwis2003-06-141-2/+2
* SF patch 707900, fixing bug 702858, by Steven Taschuk.Guido van Rossum2003-06-131-2/+49
* Fix SF #749831, copy raises SystemError when getstate raises exceptionNeal Norwitz2003-06-081-0/+6
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again.Guido van Rossum2003-02-191-8/+24
* Somehow, copy() of a classic class object was handledGuido van Rossum2003-02-071-1/+1
* Add support for copy_reg.dispatch_table.Guido van Rossum2003-02-071-0/+27
* Fix a bug in the way __getnewargs__ was handled.Guido van Rossum2003-02-061-0/+18
* Support all the new stuff supported by the new pickle code:Guido van Rossum2003-02-061-2/+45
* Support __reduce__ returning a 4-tuple or 5-tuple.Guido van Rossum2003-02-061-0/+36
* A test suite for the copy module. This should provide full codeGuido van Rossum2003-02-061-0/+384