1. dca9de9 Merged revisions 84495-84496 via svnmerge from by Antoine Pitrou · 15 years ago
  2. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  3. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
  4. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  5. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  6. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  7. d16f57b Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins. by Antoine Pitrou · 16 years ago
  8. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  9. 775fd66 Issue #2116: Weak references and weak dictionaries now support copy()ing and deepcopy()ing. by Antoine Pitrou · 16 years ago
  10. 48361f5 Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings. by Nick Coghlan · 17 years ago
  11. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 17 years ago
  12. 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 17 years ago
  13. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  14. 1968ad3 - Patch 1433928: by Guido van Rossum · 19 years ago
  15. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  16. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 22 years ago
  17. ba8f5ff Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  18. 99d2c25 SF patch 707900, fixing bug 702858, by Steven Taschuk. by Guido van Rossum · 22 years ago
  19. e2fdc61 Fix SF #749831, copy raises SystemError when getstate raises exception by Neal Norwitz · 22 years ago
  20. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  21. e690883 Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again. by Guido van Rossum · 22 years ago
  22. 1dca482 Somehow, copy() of a classic class object was handled by Guido van Rossum · 23 years ago
  23. c06e3ac Add support for copy_reg.dispatch_table. by Guido van Rossum · 23 years ago
  24. 85233bf Fix a bug in the way __getnewargs__ was handled. by Guido van Rossum · 23 years ago
  25. c755758 Support all the new stuff supported by the new pickle code: by Guido van Rossum · 23 years ago
  26. 90e05b0 Support __reduce__ returning a 4-tuple or 5-tuple. by Guido van Rossum · 23 years ago
  27. 581cb93 A test suite for the copy module. This should provide full code coverage. by Guido van Rossum · 23 years ago