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