summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* readline(): RFC 2046, section 5.1.2 (and partially 5.1) both state that theBarry Warsaw2004-05-131-3/+5
* test_nested_inner_contains_outer_boundary(), test_nested_with_same_boundary():Barry Warsaw2004-05-131-0/+36
* _structure(): Make sure all output goes the to fp object.Barry Warsaw2004-05-131-2/+2
* Another evil test from Anthony's suite. This one has an inner part with theBarry Warsaw2004-05-131-0/+83
* A boiled down example from Anthony's MIME torture tests. This one has aBarry Warsaw2004-05-131-0/+101
* SF #847346: merge from release23-maint branch: remove misguidedGreg Ward2004-05-132-14/+50
* Make sure "del d[n]" is properly supported. Was necessary because theRaymond Hettinger2004-05-121-3/+14
* fix various descriptions of "ctime"Fred Drake2004-05-121-1/+1
* Tests for message/external-body and for duplicate boundary lines.Barry Warsaw2004-05-111-3/+12
* More boiled down tests from Anthony's big torture suite.Barry Warsaw2004-05-111-2/+26
* A boiled down message/external-body example from Anthony's torture test.Barry Warsaw2004-05-111-0/+40
* An example with multiple boundary lines.Barry Warsaw2004-05-111-0/+22
* _parsegen(): Move the message/rfc822 clause to after theBarry Warsaw2004-05-111-12/+13
* Reverting local change checked in by mistake.Tim Peters2004-05-111-4/+3
* Added 2.3.3 and 2.3.4 to the release table. Added 2004 to the list ofTim Peters2004-05-111-3/+4
* _parsegen(): Watch out for empty epilogues.Barry Warsaw2004-05-111-4/+5
* Fix SF item #876278: Unbounded recursion in modulefinder.Thomas Heller2004-05-111-0/+4
* _parse_headers(): Strip a trailing newline from the envelope header. ClosesBarry Warsaw2004-05-101-0/+4
* _split_ascii(): Small optimization by RH.Barry Warsaw2004-05-101-1/+1
* Temporarily disable doctest until genexps are in CVSRaymond Hettinger2004-05-101-1/+1
* Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, asMark Hammond2004-05-101-1/+1
* SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to matchBarry Warsaw2004-05-091-5/+7
* test_mime_attachments_in_constructor(): New test to check for SF bug # 884030.Barry Warsaw2004-05-091-0/+9
* we dont support any Python's before 2.3 now.Barry Warsaw2004-05-092-139/+0
* Update to Python 2.3, getting rid of backward compatiblity crud.Barry Warsaw2004-05-095-84/+19
* Update to Python 2.3, getting rid of backward compatiblity crud.Barry Warsaw2004-05-091-281/+20
* Update to Python 2.3, getting rid of backward compatiblity crud.Barry Warsaw2004-05-091-28/+17
* Update to Python 2.3, getting rid of backward compatiblity crud. We don'tBarry Warsaw2004-05-091-10/+52
* Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of aBarry Warsaw2004-05-091-27/+6
* Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of aBarry Warsaw2004-05-091-57/+29
* An updated FeedParser that should be RFC complaint, passes all existingBarry Warsaw2004-05-091-289/+359
* Add MessageDefect and subclasses.Barry Warsaw2004-05-091-4/+27
* Update to Python 2.3, getting rid of backward compatiblity crud.Barry Warsaw2004-05-091-16/+7
* Like msg_12.txt but with some extra vertical whitespace around the innerBarry Warsaw2004-05-091-0/+38
* A bunch of new tests, and updated tests for the email 3.0 FeedParser.Barry Warsaw2004-05-091-63/+189
* Add more examples.Raymond Hettinger2004-05-091-0/+51
* 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-072-3/+14
* Revert last change.Raymond Hettinger2004-05-071-12/+12
* Use sets instead of lists for membership testingRaymond Hettinger2004-05-061-12/+12
* [Bug #945063] Get file extension correct. (2.3 bugfix candidate)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
* Swap public and system ID in start_doctype_decl. Fixes #780300.Martin v. Löwis2004-05-061-1/+1
* Patch #944110: Properly process empty passwords. Fixes #944082.Martin v. Löwis2004-05-061-1/+1
* Using reversed() is not compatible with Python 1.5.2.Guido van Rossum2004-05-041-1/+1
* Replace str.find()!=1 with the more readable "in" operator.Raymond Hettinger2004-05-047-9/+9
* Testing for None should be done with 'is'Raymond Hettinger2004-05-041-1/+1
* Stacks based on lists work better and read more clearly when theyRaymond Hettinger2004-05-041-8/+7