summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Backport: Patch #1117398: fix cookielib LoadErrorNeal Norwitz2005-12-234-10/+36
* Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'Hye-Shik Chang2005-12-171-10/+14
* Patch #1360443: Make SimpleHTTPServer display unencoded directory names.Georg Brandl2005-12-161-2/+3
* Bug #1378455: a problem of urllib using open_local_file (backport)Georg Brandl2005-12-151-0/+2
* fix recurring typo: occured --> occurredFred Drake2005-11-304-4/+4
* fix indentation; this could not have passedFred Drake2005-11-301-3/+3
* backport: bug #1365984, urllib and data: URLs^^Georg Brandl2005-11-261-2/+5
* Bug #698706: imaplib parsing INTERNALDATE backportGeorg Brandl2005-11-261-1/+1
* Backport checkin:Walter Dörwald2005-11-251-2/+12
* Backport of patch #1314396: prevent threading.Thread.join() from blocking if aBrett Cannon2005-11-231-16/+18
* [Patch #1094164] replaceChild(x,x) ends up removing x from the tree. Add fix...Andrew M. Kuchling2005-11-222-2/+13
* [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu...Andrew M. Kuchling2005-11-221-0/+2
* Backport r41489:Walter Dörwald2005-11-211-1/+1
* Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for repor...Vinay Sajip2005-11-091-1/+1
* Backport (with output/test_poll):Neal Norwitz2005-11-032-0/+22
* Backport:Neal Norwitz2005-11-021-1/+1
* Exception handling now raises KeyboardInterrupt and SystemExit rather than pa...Vinay Sajip2005-10-311-0/+12
* Exception handling now raises KeyboardInterrupt and SystemExit rather than pa...Vinay Sajip2005-10-311-0/+2
* Backport:Neal Norwitz2005-10-282-5/+30
* One-off "No handlers..." error message only raised if raiseExceptions is set.Vinay Sajip2005-10-231-1/+1
* Backport: SF bug #1167751: fix incorrect code being for generator expressions.Neal Norwitz2005-10-231-0/+12
* Don't use a string exception since it's deprecatedNeal Norwitz2005-10-211-1/+1
* Backport:Neal Norwitz2005-10-202-1/+50
* Get BSD DB working most for version 3.2Neal Norwitz2005-10-201-0/+2
* Teach unquote() to handle unicode inputsRaymond Hettinger2005-10-152-0/+6
* Optimised Placeholders handling of child loggers by using a dict rather than ...Vinay Sajip2005-10-141-4/+8
* Added Host and Content-type headers to requests sent by HTTPHandler (suggeste...Vinay Sajip2005-10-111-1/+10
* 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