summaryrefslogtreecommitdiff
path: root/Lib/test/test_bigmem.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-246/+246
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-211-6/+7
* use assert[Not]In where appropriateEzio Melotti2010-01-231-11/+11
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-8/+6
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-6/+8
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-70/+70
* Security patches from Apple: prevent int overflow when allocating memoryNeal Norwitz2008-07-311-4/+110
* Issue #1521: on 64bit platforms, str.decode fails on very long strings.Amaury Forgeot d'Arc2007-11-301-4/+6
* Add missing period in comment.Neal Norwitz2006-06-161-1/+1
* Text files missing the SVN eol-style property.Tim Peters2006-05-161-964/+964
* Some style fixes and size-calculation fixes. Also do the small-memory runThomas Wouters2006-04-271-16/+21
* Some more size-estimate fixes, for large-list-tests.Thomas Wouters2006-04-271-2/+2
* Some more test-size-estimate fixes: test_append and test_insert trigger aThomas Wouters2006-04-261-3/+7
* Add tests for += and *= on strings, and fix the memory-use estimate for theThomas Wouters2006-04-261-3/+37
* Whitespace normalization.Tim Peters2006-04-261-921/+921
* The result of SF patch #1471578: big-memory tests for strings, lists andThomas Wouters2006-04-261-0/+921