Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the DLL example to work with Py2.4. | Raymond Hettinger | 2004-05-15 | 1 | -2/+2 |
| | |||||
* | typo - fixes 954030. | Skip Montanaro | 2004-05-14 | 1 | -2/+2 |
| | |||||
* | forward porting from release23-maint | Barry Warsaw | 2004-05-13 | 1 | -0/+10 |
| | |||||
* | test_boundary_in_non_multipart(): Added a test for SF bug # 846938. | Barry Warsaw | 2004-05-13 | 1 | -0/+15 |
| | |||||
* | encode_7or8bit(): Clearing out some old patches; iso-2202 is non-ASCII but | Barry Warsaw | 2004-05-13 | 1 | -5/+10 |
| | | | | still 7-bit. | ||||
* | readline(): RFC 2046, section 5.1.2 (and partially 5.1) both state that the | Barry Warsaw | 2004-05-13 | 1 | -3/+5 |
| | | | | | | | | | | parser must recognize outer boundaries in inner parts. So cruise through the EOF stack backwards testing each predicate against the current line. There's still some discussion about whether this is (always) the best thing to do. Anthony would rather parse these messages as if the outer boundaries were ignored. I think that's counter to the RFC, but might be practically more useful. Can you say behavior flag? (ug). | ||||
* | test_nested_inner_contains_outer_boundary(), test_nested_with_same_boundary(): | Barry Warsaw | 2004-05-13 | 1 | -0/+36 |
| | | | | Two evil samples from Anthony's MIME torture tests. | ||||
* | _structure(): Make sure all output goes the to fp object. | Barry Warsaw | 2004-05-13 | 1 | -2/+2 |
| | |||||
* | Another evil test from Anthony's suite. This one has an inner part with the | Barry Warsaw | 2004-05-13 | 1 | -0/+83 |
| | | | | same boundary as the outer part. | ||||
* | A boiled down example from Anthony's MIME torture tests. This one has a | Barry Warsaw | 2004-05-13 | 1 | -0/+101 |
| | | | | separating boundary for an outer part inside an inner part. | ||||
* | forward-port 1.17.12.1 | Anthony Baxter | 2004-05-13 | 1 | -1/+1 |
| | |||||
* | SF #847346: merge from release23-maint branch: remove misguided | Greg Ward | 2004-05-13 | 2 | -14/+50 |
| | | | | | optimization for short input; beef up tests for fix_sentence_endings feature. | ||||
* | SF bug #952866: "can't multiply sequence *by* non-int" | Raymond Hettinger | 2004-05-12 | 1 | -1/+1 |
| | | | | Minor wording fix. | ||||
* | Make sure "del d[n]" is properly supported. Was necessary because the | Raymond Hettinger | 2004-05-12 | 3 | -14/+63 |
| | | | | | | same method that implements __setitem__ also implements __delitem__. Also, there were several good use cases (removing items from a queue and implementing Forth style stack ops). | ||||
* | Windows build number for 2.3.4c1 is 52. | Thomas Heller | 2004-05-12 | 1 | -1/+3 |
| | |||||
* | fix various descriptions of "ctime" | Fred Drake | 2004-05-12 | 3 | -3/+7 |
| | | | | (closes SF patch #870287) | ||||
* | minor wording cleanup | Fred Drake | 2004-05-12 | 1 | -1/+1 |
| | |||||
* | fix error message; closes SF patch #932796 | Fred Drake | 2004-05-12 | 1 | -1/+1 |
| | |||||
* | fix various typos; thanks, George Yoshida! | Fred Drake | 2004-05-12 | 6 | -6/+6 |
| | | | | (closes SF patch #952047) | ||||
* | add note about the __name__ read-only attribute | Fred Drake | 2004-05-12 | 1 | -1/+6 |
| | | | | (closes SF bug #952212) | ||||
* | Tests for message/external-body and for duplicate boundary lines. | Barry Warsaw | 2004-05-11 | 1 | -3/+12 |
| | |||||
* | 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 |
| | | | | | | 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 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 |
| | | | | copyright years. | ||||
* | _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 |
| | | | | Already backported to release23-maint. | ||||
* | use tools/getversioninfo to extract the version number from the Python | Fred Drake | 2004-05-11 | 1 | -11/+4 |
| | | | | sources | ||||
* | 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 |
| | | | | | | | 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 of | Greg Ward | 2004-05-11 | 1 | -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 on | Barry Warsaw | 2004-05-10 | 1 | -0/+4 |
| | | | | Windows. Closes SF # 586899. | ||||
* | Point out that %p has no effect on the output hour in strptime unless %I is | Skip Montanaro | 2004-05-10 | 1 | -2/+6 |
| | | | | used to parse the hour. | ||||
* | 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 |
| | | | | SF #951088. | ||||
* | _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 |
| | | | | implemented in patch [ 851736 ]. | ||||
* | SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match | Barry Warsaw | 2004-05-09 | 1 | -5/+7 |
| | | | | documented semantics. | ||||
* | 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 |
| | | | | 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 Warsaw | 2004-05-09 | 1 | -28/+17 |
| |