summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix unit test failure -- the output received from Python can be empty,Guido van Rossum2005-10-081-1/+1
* Fixed bug where the logging message was wrongly being demoted from Unicode to...Vinay Sajip2005-10-071-6/+8
* SF #1313496: bisect C replacement doesn't accept named argsRaymond Hettinger2005-10-051-0/+10
* Backport:Neal Norwitz2005-10-031-0/+50
* file test_cmd_line.py was added on branch release24-maint on 2005-10-03 01:03...Neal Norwitz2005-10-031-50/+0
* This commit was manufactured by cvs2svn to create branchcvs2svn2005-10-031-0/+50
* backport bug [ 729103 ] Cannot retrieve name of super objectGeorg Brandl2005-10-011-3/+3
* - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1,Neal Norwitz2005-09-301-0/+9
* backport patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes f...Georg Brandl2005-09-291-1/+1
* backport bug [ 1296004 ] MemoryError in httplibGeorg Brandl2005-09-291-4/+7
* 2.4.2 release stuffAnthony Baxter2005-09-282-1/+6
* Backport (with Anthony's blessing (in fact he reminded me to do it :)):Michael W. Hudson2005-09-261-0/+7
* Changed header to match the HEAD version:Peter Astrand2005-09-231-20/+4
* 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-202-3/+22
* backport:Anthony Baxter2005-09-201-0/+7
* pre-release machinationsAnthony Baxter2005-09-202-3/+3
* - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGEMatthias Klose2005-09-201-1/+3
* Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather thanGeorg Brandl2005-09-182-0/+6
* Patch #1268314: Cache lines in StreamReader.readlines for performance.Martin v. Löwis2005-09-181-0/+37
* Test case for latest complexobject fix.Georg Brandl2005-09-171-0/+2
* Misc. backported changesVinay Sajip2005-09-162-6/+15
* Sync-up with head except for 1.72 which is Py2.5 specific.Raymond Hettinger2005-09-151-10/+10
* Sync-up with minor changes to the head.Raymond Hettinger2005-09-151-14/+15
* Removed assignment to an unused variable.Raymond Hettinger2005-09-151-1/+0
* Fix bug #687747 and patch #1077979 in webbrowser.py.Georg Brandl2005-09-151-2/+2
* Sync-up with patches to the head.Raymond Hettinger2005-09-151-53/+61
* Backport SF #1209527.Raymond Hettinger2005-09-151-9/+13
* Clear the regex cache when the locale changes.Brett Cannon2005-09-152-1/+4
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-142-5/+37
* Backport checkin:Walter Dörwald2005-09-011-1/+3
* Reverting previous checkin. This breaks too much of HTMLParser to be appliedGeorg Brandl2005-09-011-1/+1
* patch [ 1242454 ] shutil.copytree() quits too soon after an error.Georg Brandl2005-08-311-0/+4
* backport bug [ 761452 ] HTMLParser chokes on my.yahoo.com outputGeorg Brandl2005-08-311-1/+1
* Backport checkin:Walter Dörwald2005-08-302-3/+82
* Fix logic error introduced in last commit.Brett Cannon2005-08-291-2/+2
* Fix bug where __contains__ should have been used over str.find()Brett Cannon2005-08-271-1/+1
* Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.Martin v. Löwis2005-08-272-14/+47
* 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-262-17/+100
* 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 bug [ 1262320 ] minidom.py alternate newl support is brokenGeorg Brandl2005-08-251-6/+6
* 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-252-0/+12
* Backport bug #735248: fix urllib2.parse_http_list().Georg Brandl2005-08-242-39/+44
* Backport bug #1016563: Bug in urllib2 proxy authGeorg Brandl2005-08-241-1/+1
* Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.Martin v. Löwis2005-08-241-1/+1
* Return complete lines from codec stream readersMartin v. Löwis2005-08-241-3/+17
* backport bug [ 1192315 ] 'clear -1' in pdbGeorg Brandl2005-08-241-1/+4