| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #4770: Restrict binascii module to accept only bytes (as specified). | Florent Xicluna | 2010-07-27 | 2 | -4/+6 |
|
|
* | #1555570: correctly handle a \r\n that is split by the read buffer. | R. David Murray | 2010-07-17 | 2 | -0/+37 |
|
|
* | Merged revisions 81675 via svnmerge from | R. David Murray | 2010-06-16 | 2 | -1/+19 |
|
|
* | #4768: store base64 encoded email body parts as text, not binary. | R. David Murray | 2010-06-04 | 2 | -4/+6 |
|
|
* | Fix Charset.body_encode to encode to output_charset before calling base64mime. | R. David Murray | 2010-06-03 | 2 | -1/+30 |
|
|
* | Merged revisions 80800 via svnmerge from | R. David Murray | 2010-05-06 | 1 | -0/+7 |
|
|
* | Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes | Barry Warsaw | 2010-05-05 | 1 | -0/+0 |
|
|
* | Merged revisions 80357 via svnmerge from | Ezio Melotti | 2010-04-22 | 1 | -2/+2 |
|
|
* | Merged revisions 80350 via svnmerge from | Ezio Melotti | 2010-04-22 | 1 | -5/+0 |
|
|
* | Merged revisions 80062 via svnmerge from | R. David Murray | 2010-04-14 | 2 | -1/+9 |
|
|
* | Merged revisions 79994 via svnmerge from | R. David Murray | 2010-04-12 | 1 | -1/+1 |
|
|
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 1 | -2/+2 |
|
|
* | bdecode was already gone in email 5. This merge adds the test from | R. David Murray | 2010-03-08 | 3 | -2/+12 |
|
|
* | Merged revisions 78274 via svnmerge from | R. David Murray | 2010-02-21 | 3 | -2/+45 |
|
|
* | Merged revisions 77517,77525 via svnmerge from | R. David Murray | 2010-01-16 | 3 | -0/+82 |
|
|
* | Merged revisions 77209,77229,77359-77360,77371 via svnmerge from | Benjamin Peterson | 2010-01-09 | 3 | -3/+3 |
|
|
* | Add mktime_tz to __all__. It's documented as being available in email.utils. | Barry Warsaw | 2009-11-25 | 1 | -1/+2 |
|
|
* | Merged revisions 75301 via svnmerge from | R. David Murray | 2009-10-10 | 2 | -5/+3 |
|
|
* | Merged revisions 73952 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-12 | 4 | -7/+7 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -43/+43 |
|
|
* | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,... | Benjamin Peterson | 2009-06-28 | 1 | -4/+0 |
|
|
* | More codestring -> codebytes. | Georg Brandl | 2009-06-04 | 1 | -2/+2 |
|
|
* | Remove nonexisting stuff from __all__. | Georg Brandl | 2009-06-04 | 2 | -4/+0 |
|
|
* | #6139: fix typo of variable name. | Georg Brandl | 2009-05-29 | 1 | -1/+1 |
|
|
* | "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ... | Barry Warsaw | 2009-03-30 | 4 | -83/+6 |
|
|
* | Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from | Benjamin Peterson | 2009-03-30 | 1 | -2/+2 |
|
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -2/+2 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
|
|
* | Issue #4387: binascii now refuses to accept str as binary input. | Martin v. Löwis | 2008-12-02 | 1 | -8/+8 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 2 | -14/+15 |
|
|
* | - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. | Guido van Rossum | 2008-08-18 | 1 | -2/+5 |
|
|
* | Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from | Benjamin Peterson | 2008-08-17 | 1 | -7/+11 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -4/+3 |
|
|
* | Merged revisions 64260 via svnmerge from | Martin v. Löwis | 2008-06-14 | 1 | -45/+45 |
|
|
* | Ran svneol.py | Martin v. Löwis | 2008-06-13 | 1 | -45/+45 |
|
|
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 2 | -6/+2 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 4 | -5/+5 |
|
|
* | Removed implicit convertions of str object to bytes from base64. | Alexandre Vassalotti | 2008-05-03 | 1 | -2/+3 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | Merged revisions 60053-60078 via svnmerge from | Christian Heimes | 2008-01-19 | 2 | -0/+9 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -2/+2 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 2 | -5/+3 |
|
|
* | Get test_email to pass. There is a problem reading the data file and | Neal Norwitz | 2007-10-27 | 1 | -1/+1 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 3 | -5/+5 |
|
|
* | Restore test_email for a1. It passes completely. | Barry Warsaw | 2007-08-31 | 1 | -2/+2 |
|
|
* | Make test_email.py completely pass. This is cheating though because the two | Barry Warsaw | 2007-08-31 | 2 | -25/+29 |
|
|
* | More email package fixes. | Barry Warsaw | 2007-08-31 | 2 | -10/+9 |
|
|
* | More email package fixes. | Barry Warsaw | 2007-08-31 | 4 | -34/+10 |
|
|
* | More email package fixes. | Barry Warsaw | 2007-08-31 | 2 | -14/+16 |
|
|
* | More email package fixes. | Barry Warsaw | 2007-08-30 | 1 | -5/+13 |
|
|