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