Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c5b75db5def1890924d914bc36b54e6a120bf2d7
/
Lib
/
test
/
test_bigmem.py
abc649d
Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and
by Victor Stinner
· 13 years ago
0959554
Fix memory consumption estimate in test_unicode_repr_wide
by Antoine Pitrou
· 13 years ago
399df55
Fix expected memory consumption for test_translate
by Antoine Pitrou
· 13 years ago
b6080b6
Fix size estimate for test_unicode_repr
by Antoine Pitrou
· 13 years ago
a5d9917
Fix test_splitlines to reach its size estimate
by Antoine Pitrou
· 13 years ago
f81ad6f
Make the formula for this estimate more explicit
by Antoine Pitrou
· 13 years ago
8ac582f
Fix size estimation for test_bigmem.StrTest.test_format
by Antoine Pitrou
· 13 years ago
de21f84
Fix the expected memory consumption for some tests
by Antoine Pitrou
· 13 years ago
382e8b5
An embarassing litle typo
by Antoine Pitrou
· 13 years ago
87a484c
Migrate test_bigmem to PEP 393-compliant size calculations (hopefully)
by Antoine Pitrou
· 13 years ago
1a3ff48
Start fixing test_bigmem:
by Antoine Pitrou
· 13 years ago
94190bb
Start fixing test_bigmem:
by Antoine Pitrou
· 13 years ago
518b5ae
Revert the Lib/test/test_bigmem.py changes from commit 17891566a478 (and a
by Thomas Wouters
· 14 years ago
8f36af7
Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'.
by Marc-André Lemburg
· 14 years ago
45545f7
Fix the expected memory use of utf-8 encoding. Also, release the
by Antoine Pitrou
· 14 years ago
b3aedd4
#9424: Replace deprecated assert* methods in the Python test suite.
by Ezio Melotti
· 14 years ago
ea510eb
Fix memory consumption advertised by some test cases
by Antoine Pitrou
· 14 years ago
faa663f
Fixed a failure in test_bigmem.
by Florent Xicluna
· 15 years ago
b58e0bd
use assert[Not]In where appropriate
by Ezio Melotti
· 15 years ago
577473f
use assert[Not]In where appropriate
by Benjamin Peterson
· 15 years ago
c9c0f20
convert old fail* assertions to assert*
by Benjamin Peterson
· 15 years ago
abc3877
Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate
by Georg Brandl
· 16 years ago
ec00e2f
Add notice about strange behaviour of the bigmem tests
by Antoine Pitrou
· 16 years ago
7cdb495
Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray tests
by Antoine Pitrou
· 16 years ago
3ce5d92
Closes release blocker #3627.
by Neal Norwitz
· 16 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 16 years ago
8598422
Correct a failing test after merge from trunk.
by Amaury Forgeot d'Arc
· 17 years ago
4e30a84
Merged revisions 59239-59244 via svnmerge from
by Christian Heimes
· 17 years ago
7f13e6b
string.maketrans() now produces translation tables for bytes.translate() -- wrong module?
by Georg Brandl
· 17 years ago
a5d0c26
Fix for tet_bigmem.py (the failure was caused by a spurious reference
by Guido van Rossum
· 17 years ago
e61fd5b
Patch by Christian Heimes to change self.assert_(x == y) into
by Guido van Rossum
· 17 years ago
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
e2a383d
Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.)
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 18 years ago