| Commit message (Expand) | Author | Age | Files | Lines |
* | More boiled down tests from Anthony's big torture suite. | Barry Warsaw | 2004-05-11 | 1 | -2/+26 |
|
|
* | A boiled down message/external-body example from Anthony's torture test. | Barry Warsaw | 2004-05-11 | 1 | -0/+40 |
|
|
* | An example with multiple boundary lines. | Barry Warsaw | 2004-05-11 | 1 | -0/+22 |
|
|
* | _parsegen(): Move the message/rfc822 clause to after the | Barry Warsaw | 2004-05-11 | 1 | -12/+13 |
|
|
* | Reverting local change checked in by mistake. | Tim Peters | 2004-05-11 | 1 | -4/+3 |
|
|
* | Changed company name to PSF. Added 2004 to copyright years. | Tim Peters | 2004-05-11 | 1 | -2/+2 |
|
|
* | Added 2.3.3 and 2.3.4 to the release table. Added 2004 to the list of | Tim Peters | 2004-05-11 | 2 | -6/+9 |
|
|
* | _parsegen(): Watch out for empty epilogues. | Barry Warsaw | 2004-05-11 | 1 | -4/+5 |
|
|
* | Fix SF item #876278: Unbounded recursion in modulefinder. | Thomas Heller | 2004-05-11 | 2 | -0/+6 |
|
|
* | use tools/getversioninfo to extract the version number from the Python | Fred Drake | 2004-05-11 | 1 | -11/+4 |
|
|
* | remove assignment to unused variable | Fred Drake | 2004-05-11 | 1 | -1/+0 |
|
|
* | update to reflect the current location of the SF bugs search box | Fred Drake | 2004-05-11 | 1 | -1/+1 |
|
|
* | markup adjustment | Fred Drake | 2004-05-11 | 1 | -3/+5 |
|
|
* | In order to fix SF bug # 824977, we replace calloc()/free() calls in | Barry Warsaw | 2004-05-11 | 1 | -9/+16 |
|
|
* | SF #832236: merge from release23-maint branch: wrap a bunch of | Greg Ward | 2004-05-11 | 1 | -0/+18 |
|
|
* | Added a note describing how fp should be opened in binary mode, especially on | Barry Warsaw | 2004-05-10 | 1 | -0/+4 |
|
|
* | Point out that %p has no effect on the output hour in strptime unless %I is | Skip Montanaro | 2004-05-10 | 1 | -2/+6 |
|
|
* | don't make assumptions about $PATH in Cygwin instructions | Fred Drake | 2004-05-10 | 1 | -1/+1 |
|
|
* | _parse_headers(): Strip a trailing newline from the envelope header. Closes | Barry Warsaw | 2004-05-10 | 1 | -0/+4 |
|
|
* | _split_ascii(): Small optimization by RH. | Barry Warsaw | 2004-05-10 | 1 | -1/+1 |
|
|
* | Temporarily disable doctest until genexps are in CVS | Raymond Hettinger | 2004-05-10 | 1 | -1/+1 |
|
|
* | Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as | Mark Hammond | 2004-05-10 | 1 | -1/+1 |
|
|
* | SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match | Barry Warsaw | 2004-05-09 | 1 | -5/+7 |
|
|
* | test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. | Barry Warsaw | 2004-05-09 | 1 | -0/+9 |
|
|
* | Add this year to the copyright notices. | Barry Warsaw | 2004-05-09 | 1 | -1/+1 |
|
|
* | we dont support any Python's before 2.3 now. | Barry Warsaw | 2004-05-09 | 2 | -139/+0 |
|
|
* | Update to Python 2.3, getting rid of backward compatiblity crud. | Barry Warsaw | 2004-05-09 | 5 | -84/+19 |
|
|
* | Update to Python 2.3, getting rid of backward compatiblity crud. | Barry Warsaw | 2004-05-09 | 1 | -281/+20 |
|
|
* | Update to Python 2.3, getting rid of backward compatiblity crud. | Barry Warsaw | 2004-05-09 | 1 | -28/+17 |
|
|
* | Update to Python 2.3, getting rid of backward compatiblity crud. We don't | Barry Warsaw | 2004-05-09 | 1 | -10/+52 |
|
|
* | Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a | Barry Warsaw | 2004-05-09 | 1 | -27/+6 |
|
|
* | Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a | Barry Warsaw | 2004-05-09 | 1 | -57/+29 |
|
|
* | An updated FeedParser that should be RFC complaint, passes all existing | Barry Warsaw | 2004-05-09 | 1 | -289/+359 |
|
|
* | Add MessageDefect and subclasses. | Barry Warsaw | 2004-05-09 | 1 | -4/+27 |
|
|
* | Update to Python 2.3, getting rid of backward compatiblity crud. | Barry Warsaw | 2004-05-09 | 1 | -16/+7 |
|
|
* | Like msg_12.txt but with some extra vertical whitespace around the inner | Barry Warsaw | 2004-05-09 | 1 | -0/+38 |
|
|
* | A bunch of new tests, and updated tests for the email 3.0 FeedParser. | Barry Warsaw | 2004-05-09 | 1 | -63/+189 |
|
|
* | Add more examples. | Raymond Hettinger | 2004-05-09 | 2 | -1/+103 |
|
|
* | SF #950057: itertools.chain doesn't "process" exceptions as they occur | Raymond Hettinger | 2004-05-08 | 2 | -0/+42 |
|
|
* | Small fixes in freeze.py. | Gustavo Niemeyer | 2004-05-08 | 1 | -3/+3 |
|
|
* | Record UnixWare 7.1.4 as broken. Fixes #929689. | Martin v. Löwis | 2004-05-07 | 2 | -3/+4 |
|
|
* | Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. | Martin v. Löwis | 2004-05-07 | 3 | -4/+15 |
|
|
* | Revert last change. | Raymond Hettinger | 2004-05-07 | 1 | -12/+12 |
|
|
* | Use sets instead of lists for membership testing | Raymond Hettinger | 2004-05-06 | 1 | -12/+12 |
|
|
* | [Bug #945063] Get file extension correct. (2.3 bugfix candidate) | Andrew M. Kuchling | 2004-05-06 | 1 | -1/+1 |
|
|
* | note that descriptor objects must be instances of new-style types | Fred Drake | 2004-05-06 | 1 | -1/+2 |
|
|
* | fix documentation for ContentHandler.ignorableWhitespace() | Fred Drake | 2004-05-06 | 2 | -5/+2 |
|
|
* | markup adjustments | Fred Drake | 2004-05-06 | 1 | -9/+10 |
|
|
* | Consider output encoding in XMLGenerator. Fixes #938076. | Martin v. Löwis | 2004-05-06 | 1 | -13/+28 |
|
|
* | Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637. | Martin v. Löwis | 2004-05-06 | 1 | -1/+1 |
|
|