1. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  2. ea510eb Fix memory consumption advertised by some test cases by Antoine Pitrou · 14 years ago
  3. faa663f Fixed a failure in test_bigmem. by Florent Xicluna · 14 years ago
  4. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  5. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  6. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  7. abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 15 years ago
  8. ec00e2f Add notice about strange behaviour of the bigmem tests by Antoine Pitrou · 15 years ago
  9. 7cdb495 Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray tests by Antoine Pitrou · 15 years ago
  10. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  11. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  12. 8598422 Correct a failing test after merge from trunk. by Amaury Forgeot d'Arc · 17 years ago
  13. 4e30a84 Merged revisions 59239-59244 via svnmerge from by Christian Heimes · 17 years ago
  14. 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 17 years ago
  15. a5d0c26 Fix for tet_bigmem.py (the failure was caused by a spurious reference by Guido van Rossum · 17 years ago
  16. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  17. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  18. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  19. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  20. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago