1. abc649d Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and by Victor Stinner · 12 years ago
  2. 0959554 Fix memory consumption estimate in test_unicode_repr_wide by Antoine Pitrou · 13 years ago
  3. 399df55 Fix expected memory consumption for test_translate by Antoine Pitrou · 13 years ago
  4. b6080b6 Fix size estimate for test_unicode_repr by Antoine Pitrou · 13 years ago
  5. a5d9917 Fix test_splitlines to reach its size estimate by Antoine Pitrou · 13 years ago
  6. f81ad6f Make the formula for this estimate more explicit by Antoine Pitrou · 13 years ago
  7. 8ac582f Fix size estimation for test_bigmem.StrTest.test_format by Antoine Pitrou · 13 years ago
  8. de21f84 Fix the expected memory consumption for some tests by Antoine Pitrou · 13 years ago
  9. 382e8b5 An embarassing litle typo by Antoine Pitrou · 13 years ago
  10. 87a484c Migrate test_bigmem to PEP 393-compliant size calculations (hopefully) by Antoine Pitrou · 13 years ago
  11. 1a3ff48 Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  12. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  13. 518b5ae Revert the Lib/test/test_bigmem.py changes from commit 17891566a478 (and a by Thomas Wouters · 13 years ago
  14. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  15. 45545f7 Fix the expected memory use of utf-8 encoding. Also, release the by Antoine Pitrou · 14 years ago
  16. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  17. ea510eb Fix memory consumption advertised by some test cases by Antoine Pitrou · 14 years ago
  18. faa663f Fixed a failure in test_bigmem. by Florent Xicluna · 14 years ago
  19. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  20. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  21. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  22. abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 15 years ago
  23. ec00e2f Add notice about strange behaviour of the bigmem tests by Antoine Pitrou · 15 years ago
  24. 7cdb495 Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray tests by Antoine Pitrou · 15 years ago
  25. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  26. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  27. 8598422 Correct a failing test after merge from trunk. by Amaury Forgeot d'Arc · 17 years ago
  28. 4e30a84 Merged revisions 59239-59244 via svnmerge from by Christian Heimes · 17 years ago
  29. 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 17 years ago
  30. a5d0c26 Fix for tet_bigmem.py (the failure was caused by a spurious reference by Guido van Rossum · 17 years ago
  31. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  32. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  33. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  34. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  35. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago