summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Backport (with Anthony's blessing (in fact he reminded me to do it :)):Michael W. Hudson2005-09-261-0/+7
* Backport Jack Jansen's fix for test_macfs.py (broke on OS X 10.4.2).Guido van Rossum2005-09-221-2/+2
* (backport) test and fix for buggy handling of exceptions raised by CArmin Rigo2005-09-201-2/+21
* backport:Anthony Baxter2005-09-201-0/+7
* Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather thanGeorg Brandl2005-09-181-0/+3
* Test case for latest complexobject fix.Georg Brandl2005-09-171-0/+2
* Clear the regex cache when the locale changes.Brett Cannon2005-09-151-0/+2
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-142-5/+37
* Backport checkin:Walter 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
* Add list() around xreadlines()Georg Brandl2005-08-261-1/+1
* backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieveGeorg Brandl2005-08-261-9/+93
* backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on WindowsGeorg Brandl2005-08-261-0/+2
* backport bug [ 1262320 ] minidom.py alternate newl support is brokenGeorg Brandl2005-08-251-4/+11
* Backport fixes for bugs #1191043 and #1215928.Georg Brandl2005-08-251-1/+17
* Make IDNA return an empty string when the input is empty. Fixes #1163178.Martin v. Löwis2005-08-251-0/+6
* Backport bug #735248: fix urllib2.parse_http_list().Georg Brandl2005-08-241-0/+8
* backport bug [ 728515 ] mmap's resize method resizes the file in win32 but no...Georg Brandl2005-08-241-0/+8
* SF bug #1242657: list(obj) can swallow KeyboardInterruptRaymond Hettinger2005-08-211-0/+9
* Fix for SF bug # 900092, hotshot.stats.load assertion failure. This patchBarry Warsaw2005-08-151-0/+1
* Complete backport of #1172785 fix.Georg Brandl2005-08-131-0/+3
* Teach set modules to correctly compute s-=s and s^=s as the empty set.Raymond Hettinger2005-08-132-0/+25
* * SF bug #1257731: Fix logic in set.__contains__(), set.remove(),Raymond Hettinger2005-08-121-0/+13
* add support for svn: and svn+ssh: URL schemes to urlparseFred Drake2005-07-291-0/+5
* Fix all wrong instances of "it's".Georg Brandl2005-07-225-8/+8
* Backport checkin:Walter Dörwald2005-07-201-1/+18
* backport doctest for weakref examplesGeorg Brandl2005-07-021-0/+86
* SF bug #1224621: tokenize module does not detect inconsistent dedentsRaymond Hettinger2005-06-211-1/+19
* SF patch #1200018: Restore GC support to set objectsRaymond Hettinger2005-06-191-0/+10
* backport Lib/test/test_class.py revision 1.13:Michael W. Hudson2005-06-161-1/+1
* [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suiteAndrew M. Kuchling2005-06-151-1/+2
* [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ...Andrew M. Kuchling2005-06-081-0/+6
* Tools/scripts/reindent.py is your friendAnthony Baxter2005-06-082-5/+5
* [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra...Andrew M. Kuchling2005-06-071-0/+18
* Backport bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.Georg Brandl2005-06-031-0/+10
* backport of [ 1197218 ] test_locale fix on modern linuxAnthony Baxter2005-06-031-8/+10
* Backport bug #1213894: os.path.realpath didn't resolve symlinks that were the...Georg Brandl2005-06-031-0/+20
* whitespace normalisationAnthony Baxter2005-06-033-3/+3
* fix exceptions.TabError. _Please_ run test suite before checking in.Anthony Baxter2005-06-031-9/+9
* [Bug #1177831] Fix (?(id)yes|no) for a group other than the first one, and ad...Andrew M. Kuchling2005-06-021-0/+10
* Fix a docstring with mismatched opening and closing quotes.Brett Cannon2005-04-301-1/+1
* Backport checkin (and the appropriate fix to the test):Walter Dörwald2005-04-211-0/+2
* Backport checkin:Walter Dörwald2005-04-041-9/+82
* Backport from 1.27:Hye-Shik Chang2005-04-041-2/+8
* Backport:Michael W. Hudson2005-03-311-0/+10
* SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior.Raymond Hettinger2005-03-311-0/+6
* - Fixed decimal operator and comparison methods to return NotImplementedRaymond Hettinger2005-03-271-7/+50
* Decimal special values did not hash properly.Raymond Hettinger2005-03-151-0/+3
* Backport checkin:Walter Dörwald2005-03-141-0/+11
* Backport of change to os.access to encode Unicode file names withMartin v. Löwis2005-03-131-0/+2