summaryrefslogtreecommitdiff
path: root/Lib/test/test_bigmem.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-5438: Update memory requirements and optimize test_bigmem.py. (GH-11123)Miss Islington (bot)2018-12-191-68/+69
* Issue #27171: Merge typo fixes from 3.5Martin Panter2016-06-021-1/+1
|\
| * Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-021-1/+1
* | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
|/
* Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() andVictor Stinner2012-02-251-6/+39
* Fix memory consumption estimate in test_unicode_repr_wideAntoine Pitrou2011-10-071-1/+1
* Fix expected memory consumption for test_translateAntoine Pitrou2011-10-061-8/+25
* Fix size estimate for test_unicode_reprAntoine Pitrou2011-10-061-1/+7
* Fix test_splitlines to reach its size estimateAntoine Pitrou2011-10-061-2/+2
* Make the formula for this estimate more explicitAntoine Pitrou2011-10-061-1/+1
* Fix size estimation for test_bigmem.StrTest.test_formatAntoine Pitrou2011-10-061-1/+3
* Fix the expected memory consumption for some testsAntoine Pitrou2011-10-061-5/+7
* An embarassing litle typoAntoine Pitrou2011-10-041-1/+1
* Migrate test_bigmem to PEP 393-compliant size calculations (hopefully)Antoine Pitrou2011-10-041-33/+21
* Start fixing test_bigmem:Antoine Pitrou2011-10-041-116/+125
|\
| * Start fixing test_bigmem:Antoine Pitrou2011-10-041-115/+124
* | Revert the Lib/test/test_bigmem.py changes from commit 17891566a478 (and aThomas Wouters2011-03-251-28/+53
* | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-2/+2
|/
* Fix the expected memory use of utf-8 encoding. Also, release theAntoine Pitrou2011-01-121-3/+7
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-243/+243
* Fix memory consumption advertised by some test casesAntoine Pitrou2010-11-081-4/+6
* Fixed a failure in test_bigmem.Florent Xicluna2010-03-191-5/+7
* use assert[Not]In where appropriateEzio Melotti2010-01-231-6/+6
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-5/+5
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-69/+69
* Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecateGeorg Brandl2009-04-121-11/+8
* Add notice about strange behaviour of the bigmem testsAntoine Pitrou2009-03-071-0/+4
* Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray testsAntoine Pitrou2009-03-071-278/+388
* Closes release blocker #3627.Neal Norwitz2008-08-241-3/+94
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Correct a failing test after merge from trunk.Amaury Forgeot d'Arc2007-11-301-2/+2
* Merged revisions 59239-59244 via svnmerge fromChristian Heimes2007-11-301-4/+6
* string.maketrans() now produces translation tables for bytes.translate() -- w...Georg Brandl2007-08-311-2/+1
* Fix for tet_bigmem.py (the failure was caused by a spurious referenceGuido van Rossum2007-07-121-1/+1
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-111-4/+4
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-13/+13
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+964