summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update the DLL example to work with Py2.4.Raymond Hettinger2004-05-151-2/+2
* typo - fixes 954030.Skip Montanaro2004-05-141-2/+2
* forward porting from release23-maintBarry Warsaw2004-05-131-0/+10
* test_boundary_in_non_multipart(): Added a test for SF bug # 846938.Barry Warsaw2004-05-131-0/+15
* encode_7or8bit(): Clearing out some old patches; iso-2202 is non-ASCII butBarry Warsaw2004-05-131-5/+10
* 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
* forward-port 1.17.12.1Anthony Baxter2004-05-131-1/+1
* SF #847346: merge from release23-maint branch: remove misguidedGreg Ward2004-05-132-14/+50
* SF bug #952866: "can't multiply sequence *by* non-int"Raymond Hettinger2004-05-121-1/+1
* Make sure "del d[n]" is properly supported. Was necessary because theRaymond Hettinger2004-05-123-14/+63
* Windows build number for 2.3.4c1 is 52.Thomas Heller2004-05-121-1/+3
* fix various descriptions of "ctime"Fred Drake2004-05-123-3/+7
* minor wording cleanupFred Drake2004-05-121-1/+1
* fix error message; closes SF patch #932796Fred Drake2004-05-121-1/+1
* fix various typos; thanks, George Yoshida!Fred Drake2004-05-126-6/+6
* add note about the __name__ read-only attributeFred Drake2004-05-121-1/+6
* 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
* Changed company name to PSF. Added 2004 to copyright years.Tim Peters2004-05-111-2/+2
* Added 2.3.3 and 2.3.4 to the release table. Added 2004 to the list ofTim Peters2004-05-112-6/+9
* _parsegen(): Watch out for empty epilogues.Barry Warsaw2004-05-111-4/+5
* Fix SF item #876278: Unbounded recursion in modulefinder.Thomas Heller2004-05-112-0/+6
* use tools/getversioninfo to extract the version number from the PythonFred Drake2004-05-111-11/+4
* remove assignment to unused variableFred Drake2004-05-111-1/+0
* update to reflect the current location of the SF bugs search boxFred Drake2004-05-111-1/+1
* markup adjustmentFred Drake2004-05-111-3/+5
* In order to fix SF bug # 824977, we replace calloc()/free() calls inBarry Warsaw2004-05-111-9/+16
* SF #832236: merge from release23-maint branch: wrap a bunch ofGreg Ward2004-05-111-0/+18
* Added a note describing how fp should be opened in binary mode, especially onBarry Warsaw2004-05-101-0/+4
* Point out that %p has no effect on the output hour in strptime unless %I isSkip Montanaro2004-05-101-2/+6
* don't make assumptions about $PATH in Cygwin instructionsFred Drake2004-05-101-1/+1
* _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
* Add this year to the copyright notices.Barry Warsaw2004-05-091-1/+1
* 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