summaryrefslogtreecommitdiff
path: root/Lib/test/test_bigmem.py
Commit message (Expand)AuthorAgeFilesLines
* 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