summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Clear out the regex cache when the TimeRE cache is invalidated by a localeBrett Cannon2005-09-151-0/+2
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-142-5/+37
* Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather thanGustavo Niemeyer2005-09-141-0/+3
* Revert 1.170. Add tests.Raymond Hettinger2005-09-101-0/+6
* SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complainWalter Dörwald2005-08-302-3/+82
* Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.Martin v. Löwis2005-08-271-0/+35
* Whitespace normalization (via reindent.py).Tim Peters2005-08-264-6/+5
* testSeekBackwardsFromEnd(): Repair obvious syntax error.Tim Peters2005-08-261-1/+1
* Add list() around xreadlines()Georg Brandl2005-08-261-2/+2
* *** empty log message ***Georg Brandl2005-08-261-11/+11
* patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieveGeorg Brandl2005-08-261-9/+93
* patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on WindowsGeorg Brandl2005-08-261-0/+2
* bug [ 1262320 ] minidom.py alternate newl support is brokenGeorg Brandl2005-08-251-4/+11
* Make IDNA return an empty string when the input is empty. Fixes #1163178.Martin v. Löwis2005-08-251-0/+6
* Correct test suite for #848017.Georg Brandl2005-08-251-3/+3
* Bug #735248: Fix urllib2.parse_http_list.Georg Brandl2005-08-241-0/+8
* patch [ 1141428 ] more __contains__ testsGeorg Brandl2005-08-242-2/+29
* [ 1113421 ] New tutorial tests in test_generators.pyGeorg Brandl2005-08-241-0/+78
* bug [ 728515 ] mmap's resize method resizes the file in win32 but not unixGeorg Brandl2005-08-241-0/+8
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-214-4/+292
* Fix BZ2File.(x)readlines() for files without a newline.Georg Brandl2005-08-211-1/+17
* SF bug #1242657: list(obj) can swallow KeyboardInterruptRaymond Hettinger2005-08-211-0/+9
* Numerous fix-ups to C API and docs. Added tests for C API.Raymond Hettinger2005-08-161-1/+6
* Port from the Python 2.4 branch, patches for SF bug # 900092,Barry Warsaw2005-08-151-0/+1
* Teach the sets module to correctly compute s-=s and s^=s as the empty set.Raymond Hettinger2005-08-131-0/+13
* * Fix SF #1257731. Make __contains__(), remove(), and discard() only doRaymond Hettinger2005-08-121-0/+13
* Change the %s format specifier for str objects so that it returns aNeil Schemenauer2005-08-121-0/+4
* * Add short-circuit code for in-place operations with self (such asRaymond Hettinger2005-08-111-0/+12
* Whitespace normalization (ran reindent.py over the whole tree).Tim Peters2005-08-071-10/+10
* Disable a few other tests, that can't work if Python is compiled withoutWalter Dörwald2005-08-034-18/+30
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-023-16/+273
* * Improve code for the empty frozenset singleton:Raymond Hettinger2005-08-011-0/+20
* add support for svn: and svn+ssh: URL schemes to urlparseFred Drake2005-07-291-0/+5
* Disable encoding/decoding test, if unicode is disabled.Walter Dörwald2005-07-281-19/+20
* Fix all wrong instances of "it's".Georg Brandl2005-07-225-8/+8
* Make attributes and local variables in the StreamReader str objects insteadWalter Dörwald2005-07-201-0/+17
* Whitespace normalization.Tim Peters2005-07-172-2/+2
* Add support for FreeBSD 7.Hye-Shik Chang2005-07-173-1/+3
* RFE [ 1216944 ] Add Error Code Dictionary to urllib2Georg Brandl2005-07-141-0/+4
* Fix:Michael W. Hudson2005-07-121-0/+20
* Add test for hash commutativity.Raymond Hettinger2005-07-051-0/+10
* Add doctest for examples in libweakref.tex to test_weakref.Georg Brandl2005-07-021-0/+86
* SF bug #1224347: int/long unification and hex()Raymond Hettinger2005-06-291-1/+1
* Adapt output file to new Cookie JS output.Georg Brandl2005-06-271-4/+4
* Fix test cases for doctest.Georg Brandl2005-06-261-0/+3
* SF bug #1224621: tokenize module does not detect inconsistent dedentsRaymond Hettinger2005-06-211-1/+19
* test_asynchat is no longer expected to produce output.Michael W. Hudson2005-06-202-4/+3
* SF patch #1200018: Restore GC support to set objectsRaymond Hettinger2005-06-181-0/+10
* Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in withSkip Montanaro2005-06-171-0/+31
* [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suiteAndrew M. Kuchling2005-06-151-1/+2