index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_bigmem.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and
Victor Stinner
2012-02-24
1
-6/+39
*
Fix memory consumption estimate in test_unicode_repr_wide
Antoine Pitrou
2011-10-07
1
-1/+1
*
Fix expected memory consumption for test_translate
Antoine Pitrou
2011-10-06
1
-8/+25
*
Fix size estimate for test_unicode_repr
Antoine Pitrou
2011-10-06
1
-1/+7
*
Fix test_splitlines to reach its size estimate
Antoine Pitrou
2011-10-06
1
-2/+2
*
Make the formula for this estimate more explicit
Antoine Pitrou
2011-10-06
1
-1/+1
*
Fix size estimation for test_bigmem.StrTest.test_format
Antoine Pitrou
2011-10-06
1
-1/+3
*
Fix the expected memory consumption for some tests
Antoine Pitrou
2011-10-06
1
-5/+7
*
An embarassing litle typo
Antoine Pitrou
2011-10-04
1
-1/+1
*
Migrate test_bigmem to PEP 393-compliant size calculations (hopefully)
Antoine Pitrou
2011-10-04
1
-33/+21
*
Start fixing test_bigmem:
Antoine Pitrou
2011-10-04
1
-116/+125
|
\
|
*
Start fixing test_bigmem:
Antoine Pitrou
2011-10-04
1
-115/+124
*
|
Revert the Lib/test/test_bigmem.py changes from commit 17891566a478 (and a
Thomas Wouters
2011-03-25
1
-28/+53
*
|
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg
2011-02-25
1
-2/+2
|
/
*
Fix the expected memory use of utf-8 encoding. Also, release the
Antoine Pitrou
2011-01-12
1
-3/+7
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-243/+243
*
Fix memory consumption advertised by some test cases
Antoine Pitrou
2010-11-08
1
-4/+6
*
Fixed a failure in test_bigmem.
Florent Xicluna
2010-03-19
1
-5/+7
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-6/+6
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-5/+5
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-69/+69
*
Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate
Georg Brandl
2009-04-12
1
-11/+8
*
Add notice about strange behaviour of the bigmem tests
Antoine Pitrou
2009-03-07
1
-0/+4
*
Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray tests
Antoine Pitrou
2009-03-07
1
-278/+388
*
Closes release blocker #3627.
Neal Norwitz
2008-08-24
1
-3/+94
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-4/+4
*
Correct a failing test after merge from trunk.
Amaury Forgeot d'Arc
2007-11-30
1
-2/+2
*
Merged revisions 59239-59244 via svnmerge from
Christian Heimes
2007-11-30
1
-4/+6
*
string.maketrans() now produces translation tables for bytes.translate() -- w...
Georg Brandl
2007-08-31
1
-2/+1
*
Fix for tet_bigmem.py (the failure was caused by a spurious reference
Guido van Rossum
2007-07-12
1
-1/+1
*
Patch by Christian Heimes to change self.assert_(x == y) into
Guido van Rossum
2007-07-11
1
-4/+4
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-13/+13
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2/+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-1/+1
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-0/+964