summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Port forward from 2.4 branch:Barry Warsaw2006-05-011-0/+10
* Patch #1472854: make the rlcompleter.Completer class usable on non-Georg Brandl2006-04-301-5/+1
* Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0.Georg Brandl2006-04-305-52/+64
* In stdlib, use hashlib instead of deprecated md5 and sha modules.Georg Brandl2006-04-302-6/+6
* Patch #1470846: fix urllib2 ProxyBasicAuthHandler.Georg Brandl2006-04-302-35/+225
* Bug #1478429: make datetime.datetime.fromtimestamp accept every float,Georg Brandl2006-04-281-0/+6
* Try to really fix the slow buildbots this time.Neal Norwitz2006-04-281-0/+1
* Add more ignores of ImportWarnings; these are all just potential triggersThomas Wouters2006-04-271-1/+3
* - Add new Warning class, ImportWarningThomas Wouters2006-04-273-0/+24
* Do the small-memory run of big-meormy tests using a prime number, ratherThomas Wouters2006-04-271-1/+1
* 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-262-922/+922
* The result of SF patch #1471578: big-memory tests for strings, lists andThomas Wouters2006-04-263-3/+1008
* Fix this test on Solaris. There can be embedded \r, so don't just replaceNeal Norwitz2006-04-261-2/+2
* Rev 45706 renamed stuff in contextlib.py, but didn't renameTim Peters2006-04-261-8/+8
* SF bug/patch #1433877: string parameter to ioctl not null terminatedThomas Wouters2006-04-251-8/+1
* Move the PEP 343 documentation and implementation closer to theNick Coghlan2006-04-251-23/+23
* Patch #1475231: add a new SKIP doctest option, thanks toTim Peters2006-04-251-0/+19
* Revert addition of setuptoolsPhillip J. Eby2006-04-241-16/+0
* Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers.Thomas Wouters2006-04-241-0/+1
* More reliable version of new command line tests that just checks the exit codesNick Coghlan2006-04-241-2/+37
* Back out new command line tests (broke buildbot)Nick Coghlan2006-04-241-55/+0
* Fix broken contextlib test from last checkin (I'd've sworn I tested that befo...Nick Coghlan2006-04-241-0/+2
* Fix contextlib.nested to cope with exit methods raising and handling exceptionsNick Coghlan2006-04-241-0/+23
* Add unit tests for the -m and -c command line switchesNick Coghlan2006-04-241-0/+55
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-231-2/+3
* Update optparse to Optik 1.5.1.Greg Ward2006-04-231-55/+145
* Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outsideHye-Shik Chang2006-04-2211-11/+0
* Whitespace normalization.Tim Peters2006-04-221-17/+17
* Add Gregory K. Johnson's revised version of mailbox.py (funded byAndrew M. Kuchling2006-04-221-14/+1658
* Make copy of test_mailbox.py. We'll still want to check the backwardAndrew M. Kuchling2006-04-221-0/+120
* SF bug #1473760 TempFile can hang on Windows.Tim Peters2006-04-212-1/+62
* Correct implementation and documentation of os.confstr. Add a simple testSkip Montanaro2006-04-201-0/+5
* SF Patch #1062014: AF_UNIX sockets under Linux have a specialArmin Rigo2006-04-191-0/+28
* A dictresize() attack. If oldtable == mp->ma_smalltable then pureArmin Rigo2006-04-181-0/+32
* add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes.Michael W. Hudson2006-04-181-0/+47
* Whitespace normalizationNeal Norwitz2006-04-181-1/+1
* Initial import of setuptools, with integrated tests.Phillip J. Eby2006-04-181-0/+16
* test_pyclbr goes nuts when a module contains code to try importing a classPhillip J. Eby2006-04-181-0/+3
* This patches fixes a number of byteorder problems in MacOSX specific code.Ronald Oussoren2006-04-171-2/+2
* Add a comment to explain why we are calling _cleanup()Neal Norwitz2006-04-171-0/+2
* Try to stop the test from leaking and yet still work on windowsNeal Norwitz2006-04-171-3/+2
* Get test to consistently show no leaksNeal Norwitz2006-04-171-1/+3
* Make test_timeout not fail on systems with no dots in their fqdn.Thomas Wouters2006-04-161-1/+1
* Make test_warnings play nice with regrtest -R:: now that regrtest doesn'tThomas Wouters2006-04-161-4/+4
* Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well asThomas Wouters2006-04-161-1/+2
* This test no longer leaks, and test_generators sufficiently tests it toThomas Wouters2006-04-161-25/+0