summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Patch #1180296: improve locale string formatting functionsGeorg Brandl2006-05-171-2/+23
* Text files missing the SVN eol-style property.Tim Peters2006-05-161-964/+964
* Patch #1435422: zlib's compress and decompress objects now have aGeorg Brandl2006-05-161-0/+57
* test_directory(): Remove the leftover temp directory that's makingTim Peters2006-05-151-0/+4
* ReadDetectFileobjTest: repair Windows disasters by openingTim Peters2006-05-151-1/+2
* [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)Georg Brandl2006-05-151-0/+23
* - Bug #1487966: Fix SystemError with conditional expression in assignmentNeal Norwitz2006-05-151-16/+19
* Patch #1484695: Update the tarfile module to version 0.8. This fixesGeorg Brandl2006-05-102-2/+47
* Variant of patch #1478292. doctest.register_optionflag(name)Tim Peters2006-05-101-0/+20
* Patch #1479302: Make urllib2 digest auth and basic auth play together.Georg Brandl2006-05-081-0/+21
* Add test for rev. 45934.Georg Brandl2006-05-081-0/+16
* Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API.Martin v. Löwis2006-05-061-0/+12
* Implement os.{chdir,rename,rmdir,remove} using Win32 directly.Martin v. Löwis2006-05-042-3/+19
* Patch #1475845: Raise IndentationError for unexpected indent.Martin v. Löwis2006-05-041-2/+18
* Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package.Georg Brandl2006-05-031-0/+3
* Finish bringing SVN into line with latest version of PEP 343 by getting rid o...Nick Coghlan2006-05-032-32/+33
* Move network tests from test_urllib2 to test_urllib2net.Georg Brandl2006-05-032-135/+137
* Whitespace normalization.Tim Peters2006-05-031-1/+1
* Use open() instead of file()Andrew M. Kuchling2006-05-021-3/+3
* Hopefully this will fix the spurious failures of test_mailbox.py that I'mGuido van Rossum2006-05-021-4/+8
* Get rid of __context__, per the latest changes to PEP 343 and python-devGuido van Rossum2006-05-022-80/+11
* Fix the formatting of KeyboardInterrupt -- a bad issubclass() call.Guido van Rossum2006-05-021-0/+6
* SF #1479988: add methods to allow access to weakrefs for theFred Drake2006-05-021-0/+44
* Try to fix breakage caused by patch #1479181, r45850Neal Norwitz2006-05-021-2/+2
* SF #1479181: split open() and file() from being aliases for each other.Neal Norwitz2006-05-021-2/+2
* 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