summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* formatting nitAnthony Baxter2004-05-271-8/+8
* This file no longer compressed with upx.Thomas Heller2004-05-251-0/+0
* Remove the offending added bit of a test case that doesn't apply toGregory P. Smith2004-05-151-5/+0
* Added a sample message for the test for SF bug # 846938. I'm naming thisBarry Warsaw2004-05-131-0/+10
* test_boundary_in_non_multipart(): Added a test for SF bug # 846938.Barry Warsaw2004-05-131-0/+15
* _parsebody(): Do not create subparts unless the container has a main type ofBarry Warsaw2004-05-131-7/+8
* Waugh! we need to bump the email package to 2.5.5 for Python 2.3.4.Barry Warsaw2004-05-131-3/+3
* update to match Lib/idlelib/NEWS version numberAnthony Baxter2004-05-131-1/+1
* SF #847346: remove misguided optimization for short input fromGreg Ward2004-05-131-10/+8
* SF #847346: add test_fix_sentence_endings() to ensure that sentenceGreg Ward2004-05-131-4/+42
* Fix version number (2.3.4c1) and release date (12-May-2004).Thomas Heller2004-05-121-1/+1
* fix various descriptions of "ctime"Fred Drake2004-05-121-1/+1
* Fix SF item #876278: Unbounded recursion in modulefinder.Thomas Heller2004-05-111-0/+4
* Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, asMark Hammond2004-05-101-1/+1
* test_mime_attachments_in_constructor(): New test to check for SF bug # 884030.Barry Warsaw2004-05-091-0/+9
* SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to matchBarry Warsaw2004-05-091-5/+7
* SF #950057: itertools.chain doesn't "process" exceptions as they occurRaymond Hettinger2004-05-081-0/+30
* Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.Martin v. Löwis2004-05-071-3/+5
* [Bug #945063 backport] Get file extension correct.Andrew M. Kuchling2004-05-061-1/+1
* fix documentation for ContentHandler.ignorableWhitespace()Fred Drake2004-05-061-4/+1
* Consider output encoding in XMLGenerator. Fixes #938076.Martin v. Löwis2004-05-061-13/+28
* Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637.Martin v. Löwis2004-05-061-1/+1
* Patch #944110: Properly process empty passwords. Fixes #944082.Martin v. Löwis2004-05-061-1/+1
* Merge all fixes from Python 2.4. This includes:Guido van Rossum2004-05-051-29/+23
* Using reversed() is not compatible with Python 1.5.2.Guido van Rossum2004-05-041-1/+1
* Do not use the default namespace for attributes.Martin v. Löwis2004-05-021-16/+12
* SF #926075: Fixed the bug that returns a wrong pattern object forHye-Shik Chang2004-04-201-0/+8
* SF #926075: Fixed the bug that returns a wrong pattern object forHye-Shik Chang2004-04-201-2/+3
* backport of patch #934971.Skip Montanaro2004-04-161-1/+1
* Recompiled the binary wininst.exe after this change:Thomas Heller2004-04-151-0/+0
* Backport to 2.3:Andrew MacIntyre2004-04-111-4/+19
* Backport to 2.3 to support Zope 2.7 on OS/2:Andrew MacIntyre2004-04-041-2/+5
* Backport to 2.3:Andrew MacIntyre2004-04-041-0/+17
* Fix support for the "prog" keyword to the OptionParser constructor, as wellFred Drake2004-04-012-3/+24
* backport fix for SF bug #796042: sdist ignores scripts argument in setupFred Drake2004-04-012-0/+6
* Backport 1.17:Guido van Rossum2004-03-311-0/+1
* Keybindings with the Shift modifier now work correctly. So do bindingsKurt B. Kaiser2004-03-305-74/+88
* Fix last patch to make backwards-compatible with Python 1.5.2 .Brett Cannon2004-03-251-14/+26
* Fixed a caching bug in platform.platform() where the argument of 'terse' wasBrett Cannon2004-03-251-8/+8
* Ensure super() lookup of descriptor from classmethod works (SF ID# 743627)Phillip J. Eby2004-03-251-0/+14
* Convert input to a string object. Fixes #909230.Martin v. Löwis2004-03-231-0/+1
* Fix test_strftime.py to escape locale time values that have characters thatBrett Cannon2004-03-201-2/+14
* Backporting to 2.3:Guido van Rossum2004-03-201-6/+5
* Raise RuntimeError if the second argument to isinstance() or issubclass()Brett Cannon2004-03-201-0/+19
* Strip all whitespace at the end of a line when validating paths specified inBrett Cannon2004-03-201-2/+1
* commit the portion of PyXML patch #919008 that is relevant to theFred Drake2004-03-202-2/+42
* fix bug related to SF bug id 788421 where DBC.set_range() could callGregory P. Smith2004-03-161-1/+1
* Backport checkin:Walter Dörwald2004-03-152-152/+149
* SF patch #911431: robot.txt must be robots.txtRaymond Hettinger2004-03-131-2/+2
* Backport of 1.29 and 1.30 (1.28 is obsolete):Jack Jansen2004-02-281-4/+48