summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | (closes SF patch #870287)
* 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
| | | | (closes SF patch #952047)
* add note about the __name__ read-only attributeFred Drake2004-05-121-1/+6
| | | | (closes SF bug #952212)
* 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
| | | | | | message/delivery-status clause, and genericize it to handle all (other) message/* content types. This lets us correctly parse 2 more of Anthony's MIME torture tests (specifically, the message/external-body examples).
* 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
| | | | copyright years.
* _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
| | | | Already backported to release23-maint.
* use tools/getversioninfo to extract the version number from the PythonFred Drake2004-05-111-11/+4
| | | | sources
* 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
| | | | | | | binascii_a2b_qp() and binascii_b2a_qp() with calls to PyMem_Malloc() and PyMem_Free(). These won't return NULL unless the allocations actually fail, so it won't trigger a bogus memory error on some platforms <cough>AIX</cough> when passed a length of zero.
* SF #832236: merge from release23-maint branch: wrap a bunch ofGreg Ward2004-05-111-0/+18
| | | | | _EXPORT_INT calls in #ifdef's, to avoid breaking the build on MkLinux (Linux 2.0).
* Added a note describing how fp should be opened in binary mode, especially onBarry Warsaw2004-05-101-0/+4
| | | | Windows. Closes SF # 586899.
* Point out that %p has no effect on the output hour in strptime unless %I isSkip Montanaro2004-05-101-2/+6
| | | | used to parse the hour.
* 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
| | | | SF #951088.
* _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
| | | | implemented in patch [ 851736 ].
* SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to matchBarry Warsaw2004-05-091-5/+7
| | | | documented semantics.
* 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
| | | | This Parser is now just a backward compatible front-end to the FeedParser.
* 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
| | | | need the _compat21 or _compat22 modules either.
* Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of aBarry Warsaw2004-05-091-27/+6
| | | | bunch of module globals that aren't used.
* Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of aBarry Warsaw2004-05-091-57/+29
| | | | | | | | | bunch of module globals that aren't used. __maxheaderlen -> _maxheaderlen _handle_multipart(): This should be more RFC compliant now, and does match the updated/fixed semantics for preamble and epilogue.
* An updated FeedParser that should be RFC complaint, passes all existingBarry Warsaw2004-05-091-289/+359
| | | | | | (standard) tests, and doesn't throw parse errors. I still need throw Anthony's torture test at it, but I wanted to get this checked in and off my disk.
* 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
| | | | message's end boundary.
* 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
| | | | | | | Both cycle() and chain() were handling exceptions only when switching input sources. The patch makes the handle more immediate. Will backport.
* 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
| | | | Backported to 2.3.
* Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.Martin v. Löwis2004-05-073-4/+15
| | | | Backported to 2.3.
* Revert last change.Raymond Hettinger2004-05-071-12/+12
|