Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove unused method from internal class. | R David Murray | 2011-04-15 | 1 | -3/+0 | |
| | | ||||||
* | | #11684: Complete parser bytes interface by adding BytesHeaderParser | R David Murray | 2011-04-13 | 2 | -2/+12 | |
| | | | | | | | | Patch by Steffen Daode Nurpmeso. | |||||
* | | Merge with 3.2. | Ezio Melotti | 2011-04-13 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Merge with 3.1. | Ezio Melotti | 2011-04-13 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Fix typo in docstring. | Ezio Melotti | 2011-04-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge: Add maxlinelen to docstring, delete obsolete wording | R David Murray | 2011-04-12 | 1 | -6/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Merge: Add maxlinelen to docstring, delete obsolete wording | R David Murray | 2011-04-12 | 1 | -6/+6 | |
| |\ \ | | |/ | ||||||
| | * | Add maxlinelen to docstring, delete obsolete wording | R David Murray | 2011-04-12 | 1 | -6/+6 | |
| | | | ||||||
* | | | Merge #11492: fix header truncation on folding when there are runs of split ↵ | R David Murray | 2011-04-08 | 1 | -3/+4 | |
|\ \ \ | |/ / | | | | | | | | | | | | | chars. Not a complete fix for this issue. | |||||
| * | | Merge #11492: fix header truncation on folding when there are runs of split ↵ | R David Murray | 2011-04-08 | 2 | -3/+14 | |
| |\ \ | | |/ | | | | | | | | | | | | | chars. Not a complete fix for this issue. | |||||
| | * | #11492: fix header truncation on folding when there are runs of split chars. | R David Murray | 2011-04-08 | 2 | -3/+14 | |
| | | | | | | | | | | | | Not a complete fix for this issue. | |||||
| * | | Merge: Improve test coverage of _split_ascii method. | R David Murray | 2011-04-08 | 1 | -0/+43 | |
| |\ \ | | |/ | ||||||
| | * | Improve test coverage of _split_ascii method. | R David Murray | 2011-04-08 | 1 | -0/+43 | |
| | | | ||||||
* | | | #1690608: make formataddr RFC2047 aware. | R David Murray | 2011-04-06 | 1 | -6/+22 | |
| | | | | | | | | | | | | Patch by Torsten Becker. | |||||
* | | | Merge #11605: don't use set/get_payload in feedparser; they do conversions. | R David Murray | 2011-04-06 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | #11605: don't use set/get_payload in feedparser; they do conversions. | R David Murray | 2011-04-06 | 2 | -2/+49 | |
| | | | | | | | | | | | | | | | Really the whole API needs to be gone over to restore the separation of concerns; but that's what email6 is about. | |||||
* | | | Remove the 'strict' argument to Parser, deprecated since 2.4. | R David Murray | 2011-03-29 | 1 | -22/+2 | |
| | | | ||||||
* | | | Merge #11584: Since __getitem__ returns headers, make decode_header handle them. | R David Murray | 2011-03-25 | 1 | -0/+6 | |
|\ \ \ | |/ / | ||||||
| * | | #11584: Since __getitem__ returns headers, make decode_header handle them. | R David Murray | 2011-03-25 | 2 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | Why I consider this a bug rather than an API change: the API change was to Message, which didn't used to return Headers unless you added them yourself. Now it does (for 8bit binary header input), so decode_header needs to be able to handle them. | |||||
* | | | Merge #11606: improved body_encode algorithm, no longer produces overlong lines | R David Murray | 2011-03-24 | 1 | -60/+85 | |
|\ \ \ | |/ / | ||||||
| * | | Merge #11606: improved body_encode algorithm, no longer produces overlong lines | R David Murray | 2011-03-24 | 2 | -61/+103 | |
| |\ \ | | |/ | ||||||
| | * | #11606: improved body_encode algorithm, no longer produces overlong lines | R David Murray | 2011-03-24 | 2 | -61/+103 | |
| | | | | | | | | | | | | Algorithm and initial patch by Michael Henry. | |||||
* | | | Merge #11590: fix quoprimime decode handling of empty strings and line endings. | R David Murray | 2011-03-23 | 1 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Merge #11590: fix quoprimime decode handling of empty strings and line endings. | R David Murray | 2011-03-23 | 2 | -3/+18 | |
| |\ \ | | |/ | ||||||
| | * | #11590: fix quoprimime decode handling of empty strings and line endings. | R David Murray | 2011-03-23 | 2 | -3/+18 | |
| | | | ||||||
| * | | Merge #11589: add additional tests for the email quoprimime module. | R David Murray | 2011-03-23 | 1 | -14/+178 | |
| |\ \ | | |/ | ||||||
| | * | #11589: add additional tests for the email quoprimime module. | R David Murray | 2011-03-23 | 1 | -14/+178 | |
| | | | | | | | | | | | | Patch by Michael Henry. | |||||
* | | | Correctly move email package tests to Lib/test. | R David Murray | 2011-03-21 | 53 | -6290/+0 | |
| | | | ||||||
* | | | Merge from 3.2 | Nick Coghlan | 2011-03-17 | 2 | -5/+60 | |
|\ \ \ | |/ / | ||||||
| * | | #11243: tests and fixes for handling of 'dirty data' in additional methods | R David Murray | 2011-03-17 | 2 | -5/+60 | |
| | | | ||||||
* | | | Merge #11401 fix from 3.2. | R David Murray | 2011-03-16 | 2 | -1/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Merge #11401 fix from 3.1. | R David Murray | 2011-03-16 | 2 | -1/+8 | |
| |\ \ | | |/ | ||||||
| | * | #11401: handle headers with no value. | R David Murray | 2011-03-16 | 2 | -1/+8 | |
| | | | ||||||
* | | | Merge #9298 fix. | R David Murray | 2011-03-16 | 2 | -6/+16 | |
|\ \ \ | |/ / | ||||||
| * | | Merge #9298 fix. | R David Murray | 2011-03-16 | 2 | -6/+16 | |
| |\ \ | | |/ | ||||||
| | * | #9298: restore proper folding of base64 encoded bodies. | R David Murray | 2011-03-16 | 2 | -6/+16 | |
| | | | | | | | | | | | | Patch by Yves Dorfsman. | |||||
* | | | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge #11555 as_string doc fix from 3.2. | R David Murray | 2011-03-15 | 1 | -2/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Merge #11555 as_string doc fix from 3.1. | R David Murray | 2011-03-15 | 1 | -2/+1 | |
| |\ \ | | |/ | ||||||
| | * | #11555: update doc for 3.x change to as_string mangle_from default. | R David Murray | 2011-03-15 | 1 | -2/+1 | |
| | | | ||||||
* | | | Merge obsolete comment removal from 3.2. | R David Murray | 2011-03-15 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Remove obsolete comment. | R David Murray | 2011-03-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge #11554 test_email_codecs activation from 3.2. | R David Murray | 2011-03-15 | 4 | -22/+46 | |
|\ \ \ | |/ / | ||||||
| * | | #11554: reactivate test_email_codecs, and make it pass. | R David Murray | 2011-03-15 | 4 | -22/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix is to charset.py, which was not doing the encoding to the correct output character set when doing a body_encode for either the shift-jis or euc-jp charsets. There's also a fix for handling a bytes input in encoders.py. Patch by Michael Henry, comment changes by me. | |||||
* | | | #11515: Merge with 3.2. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | Merged revisions ↵ | Georg Brandl | 2011-02-25 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ........ r87627 | georg.brandl | 2011-01-02 15:23:43 +0100 (So, 02 Jan 2011) | 1 line #1665333: add more docs for optparse.OptionGroup. ........ r87638 | georg.brandl | 2011-01-02 20:07:51 +0100 (So, 02 Jan 2011) | 1 line Fix code indentation. ........ r87739 | georg.brandl | 2011-01-04 18:27:13 +0100 (Di, 04 Jan 2011) | 1 line Fix exception catching. ........ r87760 | georg.brandl | 2011-01-05 11:59:48 +0100 (Mi, 05 Jan 2011) | 1 line Fix duplicate end tag. ........ r87771 | georg.brandl | 2011-01-05 22:47:47 +0100 (Mi, 05 Jan 2011) | 1 line On Py3k, -tt and -3 are no-op and unsupported respectively. ........ r87787 | georg.brandl | 2011-01-06 10:15:45 +0100 (Do, 06 Jan 2011) | 1 line Remove doc for nonexisting parameter. ........ r87984 | georg.brandl | 2011-01-13 08:24:40 +0100 (Do, 13 Jan 2011) | 1 line Add semicolon for consistency. ........ r87986 | georg.brandl | 2011-01-13 08:31:18 +0100 (Do, 13 Jan 2011) | 1 line Fix the example output of count(). ........ r88108 | georg.brandl | 2011-01-19 09:42:03 +0100 (Mi, 19 Jan 2011) | 1 line Suppress trailing spaces in table paragraphs. ........ r88115 | georg.brandl | 2011-01-19 21:05:49 +0100 (Mi, 19 Jan 2011) | 1 line #10944: add c_bool to types table. ........ r88144 | georg.brandl | 2011-01-22 23:06:24 +0100 (Sa, 22 Jan 2011) | 1 line #10983: fix several bugs in the _tunnel implementation that seem to have missed while porting between branches. A unittest is needed! ........ r88165 | georg.brandl | 2011-01-24 20:53:18 +0100 (Mo, 24 Jan 2011) | 1 line Typo fix. ........ r88329 | georg.brandl | 2011-02-03 08:08:25 +0100 (Do, 03 Feb 2011) | 1 line Punctuation typos. ........ r88364 | georg.brandl | 2011-02-07 13:10:46 +0100 (Mo, 07 Feb 2011) | 1 line #11138: fix order of fill and align specifiers. ........ r88365 | georg.brandl | 2011-02-07 13:13:58 +0100 (Mo, 07 Feb 2011) | 1 line #8691: document that right alignment is default for numbers. ........ r88369 | georg.brandl | 2011-02-07 16:30:45 +0100 (Mo, 07 Feb 2011) | 1 line Consistent heading spacing, and fix two typos. ........ r88370 | georg.brandl | 2011-02-07 16:44:27 +0100 (Mo, 07 Feb 2011) | 1 line Spelling fixes. ........ r88423 | georg.brandl | 2011-02-15 13:41:17 +0100 (Di, 15 Feb 2011) | 1 line Apply logging SocketHandler doc update by Vinay. ........ r88424 | georg.brandl | 2011-02-15 13:44:43 +0100 (Di, 15 Feb 2011) | 1 line Remove editing slip. ........ |