1. 3941a8f Issue #1100562: Fix deep-copying of objects derived from the list and dict types. by Antoine Pitrou · 14 years ago
  2. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 14 years ago
  3. 1fc0d2b Merged revisions 76571 via svnmerge from by Antoine Pitrou · 15 years ago
  4. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  5. 6e61006 Merged revisions 72669 via svnmerge from by Antoine Pitrou · 15 years ago
  6. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 15 years ago
  7. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  8. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago
  9. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  10. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  11. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  12. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  13. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  14. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  15. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  16. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  17. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  18. 1968ad3 - Patch 1433928: by Guido van Rossum · 18 years ago
  19. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  20. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
  21. ba8f5ff Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  22. 99d2c25 SF patch 707900, fixing bug 702858, by Steven Taschuk. by Guido van Rossum · 21 years ago
  23. e2fdc61 Fix SF #749831, copy raises SystemError when getstate raises exception by Neal Norwitz · 21 years ago
  24. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  25. e690883 Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again. by Guido van Rossum · 21 years ago
  26. 1dca482 Somehow, copy() of a classic class object was handled by Guido van Rossum · 21 years ago
  27. c06e3ac Add support for copy_reg.dispatch_table. by Guido van Rossum · 21 years ago
  28. 85233bf Fix a bug in the way __getnewargs__ was handled. by Guido van Rossum · 21 years ago
  29. c755758 Support all the new stuff supported by the new pickle code: by Guido van Rossum · 21 years ago
  30. 90e05b0 Support __reduce__ returning a 4-tuple or 5-tuple. by Guido van Rossum · 21 years ago
  31. 581cb93 A test suite for the copy module. This should provide full code coverage. by Guido van Rossum · 21 years ago