Neal Norwitz
13a7bef73d
Add missing period in comment.
2006-06-16 04:31:28 +00:00
Tim Peters
1b38357094
Text files missing the SVN eol-style property.
2006-05-16 23:24:08 +00:00
Thomas Wouters
58ac820523
Some style fixes and size-calculation fixes. Also do the small-memory run
...
using a prime number, rather than a convenient power-of-2-and-multiple-of-5,
so incorrect testing algorithms fail more easily.
2006-04-27 22:37:50 +00:00
Thomas Wouters
2574f5cd8b
Some more size-estimate fixes, for large-list-tests.
2006-04-27 13:46:59 +00:00
Thomas Wouters
b5ccd1416e
Some more test-size-estimate fixes: test_append and test_insert trigger a
...
list resize, which overallocates.
2006-04-26 19:14:46 +00:00
Thomas Wouters
cda404bf36
Add tests for += and *= on strings, and fix the memory-use estimate for the
...
list.extend tests (they were estimating half the actual use.)
2006-04-26 18:46:01 +00:00
Tim Peters
687324918f
Whitespace normalization.
2006-04-26 17:11:16 +00:00
Thomas Wouters
abd08884a6
The result of SF patch #1471578 : big-memory tests for strings, lists and
...
tuples. Lots to be added, still, but this will give big-memory people
something to play with in 2.5 alpha 2, and hopefully get more people to
write these tests.
2006-04-26 15:53:30 +00:00