Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #665194: support roundtripping RFC2822 date stamps in the email.utils module | R David Murray | 2011-07-20 | 5 | -8/+133 |
| | |||||
* | merge from 3.2 - Fix closes issue12524 - update http.client POST example ↵ | Senthil Kumaran | 2011-07-20 | 1 | -4/+6 |
|\ | | | | | | | with a working example. | ||||
| * | Fix closes issue12524 - update http.client POST example with a working example. | Senthil Kumaran | 2011-07-20 | 1 | -4/+6 |
| | | |||||
* | | Fix test_multiprocessing failure under Windows. | Antoine Pitrou | 2011-07-20 | 1 | -2/+2 |
| | | | | | | | | (followup to dfaa3a149a92) | ||||
* | | Upstream merge. | Barry Warsaw | 2011-07-19 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Upstream merge | Barry Warsaw | 2011-07-19 | 2 | -2/+14 |
| |\ | |||||
* | \ | Upstream merge. | Barry Warsaw | 2011-07-19 | 9 | -2/+1093 |
|\ \ \ | |||||
| * \ \ | Issue #12587: Correct faulty test file and reference in test_tokenize. | Ned Deily | 2011-07-19 | 4 | -2/+6 |
| |\ \ \ | | |/ / | | | | | | | | | (Patch by Robert Xiao) | ||||
| | * | | Issue #12587: Correct faulty test file and reference in test_tokenize. | Ned Deily | 2011-07-19 | 4 | -2/+6 |
| | | | | | | | | | | | | | | | | (Patch by Robert Xiao) | ||||
| * | | | Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, | Antoine Pitrou | 2011-07-19 | 6 | -0/+1087 |
| |\ \ \ | | |/ / | | | | | | | | | so that "import DLFCN" and other similar imports work on Linux 3.0. | ||||
| | * | | Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, | Antoine Pitrou | 2011-07-19 | 6 | -0/+1087 |
| | | | | | | | | | | | | | | | | so that "import DLFCN" and other similar imports work on Linux 3.0. | ||||
* | | | | - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper | Barry Warsaw | 2011-07-19 | 2 | -2/+11 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | signature. Without this, architectures where sizeof void* != sizeof int are broken. Patch given by Hallvard B Furuseth. | ||||
| * | | - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper | Barry Warsaw | 2011-07-19 | 2 | -2/+14 |
| |/ | | | | | | | | | signature. Without this, architectures where sizeof void* != sizeof int are broken. Patch given by Hallvard B Furuseth. | ||||
* | | #7484: simplify quoteaddr: if parseaddr throws an error it is a bug. | R David Murray | 2011-07-19 | 1 | -14/+8 |
| | | | | | | | | | | | | As far as I can tell, the try/except was ancient code, from before the email package rewrite where the philosophy of never throwing parsing errors was adopted. | ||||
* | | Merge #7484: no more <> around addresses in VRFY or EXPN | R David Murray | 2011-07-19 | 3 | -11/+36 |
|\ \ | |/ | |||||
| * | #7484: no more <> around addresses in VRFY or EXPN | R David Murray | 2011-07-19 | 3 | -11/+36 |
| | | | | | | | | | | | | | | | | | | The RFC doesn't say that they are allowed; apparently many mailers accept them, but not postfix. Contributions to this patch were made by Felipe Cruz and Catalin Iacob. The changeset also adds additional indirect tests for quoteaddr (null address and IDNA-encoded address). | ||||
* | | merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. ↵ | Senthil Kumaran | 2011-07-19 | 1 | -2/+4 |
|\ \ | |/ | | | | | Patch suggestion by Catalin Iacob | ||||
| * | Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion ↵ | Senthil Kumaran | 2011-07-19 | 1 | -2/+4 |
| | | | | | | | | by Catalin Iacob | ||||
* | | Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe ↵ | Antoine Pitrou | 2011-07-18 | 1 | -1/+3 |
|\ \ | |/ | | | | | under Windows. | ||||
| * | Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe ↵ | Antoine Pitrou | 2011-07-18 | 1 | -1/+3 |
| | | | | | | | | under Windows. | ||||
* | | Merge from 3.2. | Eric V. Smith | 2011-07-18 | 4 | -0/+20 |
|\ \ | |/ | |||||
| * | Closes #12579. Positional fields with str.format_map() now raise a ↵ | Eric V. Smith | 2011-07-18 | 4 | -0/+20 |
| | | | | | | | | ValueError instead of SystemError. | ||||
* | | Fix English in packaging, too. | R David Murray | 2011-07-18 | 1 | -1/+1 |
| | | |||||
* | | Merge English fix. | R David Murray | 2011-07-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Better English. | R David Murray | 2011-07-18 | 1 | -1/+1 |
| | | |||||
* | | merge heads | Benjamin Peterson | 2011-07-18 | 6 | -17/+41 |
|\ \ | |||||
| * | | Add Misc/NEWS entry and relevant doc change for issue 10271. | Brett Cannon | 2011-07-18 | 2 | -2/+3 |
| | | | |||||
| * | | Make warnings accept a callable for showwarnings instead of | Brett Cannon | 2011-07-18 | 2 | -8/+10 |
| | | | | | | | | | | | | | | | | | | | | | restricting itself to just functions and methods (which allows built-in functions to be used, etc.). Closes issue #10271. Thanks to lekma for the bug report. | ||||
| * | | Merged upstream. | Alex Gaynor | 2011-07-17 | 1 | -1/+8 |
| |\ \ | |||||
| | * \ | fix whitespace in rst. | Senthil Kumaran | 2011-07-17 | 1 | -2/+2 |
| | |\ \ | | | |/ | |||||
| | | * | fix whitespace nit. | Senthil Kumaran | 2011-07-17 | 1 | -2/+2 |
| | | | | |||||
| | * | | merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are ↵ | Senthil Kumaran | 2011-07-17 | 1 | -1/+8 |
| | |\ \ | | | |/ | | | | | | | | | http_response and https_response. | ||||
| | | * | Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and ↵ | Senthil Kumaran | 2011-07-17 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | https_response. | ||||
| * | | | Mark itertools tests of tuple reuse as being specific to CPython. | Alex Gaynor | 2011-07-17 | 1 | -6/+15 |
| |/ / | |||||
| * | | merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class ↵ | Senthil Kumaran | 2011-07-17 | 1 | -0/+5 |
| |\ \ | | |/ | | | | | | | definition - Patch by Sandro Tosi | ||||
| | * | Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by ↵ | Senthil Kumaran | 2011-07-17 | 1 | -0/+5 |
| | | | | | | | | | | | | Sandro Tosi | ||||
* | | | excise the remains of STOP_CODE, which hasn't done anything useful for years | Benjamin Peterson | 2011-07-18 | 6 | -13/+1 |
|/ / | |||||
* | | merge from 3.2 | Senthil Kumaran | 2011-07-17 | 1 | -18/+20 |
|\ \ | |/ | |||||
| * | Fix Issue10403 - datetime documentation clarification based on review in the ↵ | Senthil Kumaran | 2011-07-17 | 1 | -18/+20 |
| | | | | | | | | reitveld by Alexendar belopolsky. | ||||
* | | merge from 3.2 | Senthil Kumaran | 2011-07-17 | 1 | -4/+5 |
|\ \ | |/ | |||||
| * | Fix closes Issue11436 - Minor clarification to struct documentation for 's' ↵ | Senthil Kumaran | 2011-07-17 | 1 | -4/+5 |
| | | | | | | | | format character. | ||||
* | | Merge | Antoine Pitrou | 2011-07-16 | 5 | -44/+3 |
|\ \ | |||||
| * | | put in correct section | Benjamin Peterson | 2011-07-16 | 1 | -3/+3 |
| | | | |||||
| * | | merge heads | Benjamin Peterson | 2011-07-16 | 10 | -48/+88 |
| |\ \ | |||||
| * | | | remove ast.__version__ (closes #12273) | Benjamin Peterson | 2011-07-16 | 5 | -44/+3 |
| | | | | |||||
* | | | | Dummy merge | Antoine Pitrou | 2011-07-16 | 0 | -0/+0 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | Close the call queue in concurrent.futures.ProcessPoolExecutor when | Antoine Pitrou | 2011-07-16 | 2 | -0/+4 |
| | | | | | | | | | | | | shutdown() is called, without waiting for the garbage collector to kick in. | ||||
* | | | Silence spurious "broken pipe" tracebacks when shutting down a ↵ | Antoine Pitrou | 2011-07-15 | 3 | -6/+17 |
| | | | | | | | | | | | | ProcessPoolExecutor. | ||||
* | | | Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor | Antoine Pitrou | 2011-07-15 | 3 | -2/+9 |
| | | | | | | | | | | | | by joining all queues and processes when shutdown() is called. | ||||
* | | | test_packaging should clean up after itself (but it doesn't really) | Antoine Pitrou | 2011-07-15 | 1 | -6/+9 |
| | | |