summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-092-1/+103
* SF #950057: itertools.chain doesn't "process" exceptions as they occurRaymond Hettinger2004-05-082-0/+42
* Small fixes in freeze.py.Gustavo Niemeyer2004-05-081-3/+3
* Record UnixWare 7.1.4 as broken. Fixes #929689.Martin v. Löwis2004-05-072-3/+4
* Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.Martin v. Löwis2004-05-073-4/+15
* 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
* note that descriptor objects must be instances of new-style typesFred Drake2004-05-061-1/+2
* fix documentation for ContentHandler.ignorableWhitespace()Fred Drake2004-05-062-5/+2
* markup adjustmentsFred Drake2004-05-061-9/+10
* 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-063-1/+8
* Patch #944110: Properly process empty passwords. Fixes #944082.Martin v. Löwis2004-05-061-1/+1
* Patch #940026: Explain "in" when it is first used.Martin v. Löwis2004-05-061-0/+3
* [Bug #810879] Document that copyfile() can fail if you don't have permissions...Andrew M. Kuchling2004-05-051-3/+5
* Fix small grammatical mistake.Brett Cannon2004-05-051-1/+1
* Nits:Raymond Hettinger2004-05-051-16/+9
* SF patch #947476: Apply freelist technique to listsRaymond Hettinger2004-05-052-4/+20
* add an index entry for __getnewargs__()Fred Drake2004-05-051-0/+2
* - note that __getinitargs__() is only for old-style classesFred Drake2004-05-051-2/+17
* Remove list of pickle protocol names used by the copy module; thereFred Drake2004-05-051-5/+1