Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #12637: Merged fix from 3.2 and added test. | Vinay Sajip | 2011-07-25 | 2 | -1/+4 |
|\ | |||||
| * | Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier ↵ | Vinay Sajip | 2011-07-25 | 1 | -2/+3 |
| | | | | | | | | de Gaye for the patch." | ||||
* | | Add a test for issue #1813: getlocale() failing under a Turkish locale | Antoine Pitrou | 2011-07-24 | 2 | -0/+27 |
|\ \ | |/ | | | | | (not a problem under 3.x) | ||||
| * | Add a test for issue #1813: getlocale() failing under a Turkish locale | Antoine Pitrou | 2011-07-24 | 1 | -0/+13 |
| | | | | | | | | (not a problem under 3.x) | ||||
| * | Issue #1813: Fix codec lookup under Turkish locales. | Antoine Pitrou | 2011-07-24 | 1 | -0/+14 |
| | | |||||
* | | Issue #12624: It is now possible to fail after the first failure when | Antoine Pitrou | 2011-07-23 | 2 | -8/+19 |
|\ \ | |/ | | | | | | | | | running in verbose mode (`-v` or `-W`), by using the `--failfast` (or `-G`) option to regrtest. This is useful with long test suites such as test_io or test_subprocess. | ||||
| * | Issue #12624: It is now possible to fail after the first failure when | Antoine Pitrou | 2011-07-23 | 2 | -8/+19 |
| | | | | | | | | | | | | running in verbose mode (`-v` or `-W`), by using the `--failfast` (or `-G`) option to regrtest. This is useful with long test suites such as test_io or test_subprocess. | ||||
* | | Issue #12591: Improve support of "universal newlines" in the subprocess | Antoine Pitrou | 2011-07-23 | 2 | -17/+49 |
|\ \ | |/ | | | | | module: the piped streams can now be properly read from or written to. | ||||
| * | Issue #12591: Improve support of "universal newlines" in the subprocess | Antoine Pitrou | 2011-07-23 | 2 | -17/+49 |
| | | | | | | | | | | | | | | module: the piped streams can now be properly read from or written to. (this was broken due to the 2.x to 3.x transition; communicate() support is still sketchy) | ||||
* | | Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without | Antoine Pitrou | 2011-07-23 | 2 | -2/+27 |
|\ \ | |/ | | | | | | | a read1() method), and add a *write_through* parameter to mandate unbuffered writes. | ||||
| * | Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without | Antoine Pitrou | 2011-07-23 | 2 | -2/+27 |
| | | | | | | | | | | a read1() method), and add an undocumented *write_through* parameter to mandate unbuffered writes. | ||||
* | | Merge: #10883: Fix socket leaks in urllib.request. | Nadeem Vawda | 2011-07-23 | 4 | -29/+59 |
|\ \ | |/ | | | | | | | | | | | | | * ftpwrapper now uses reference counting to ensure that the underlying socket is closed when the ftpwrapper object is no longer in use * ftplib.FTP.ntransfercmd() now closes the socket if an error occurs Initial patch by Victor Stinner. | ||||
| * | Issue #10883: Fix socket leaks in urllib.request. | Nadeem Vawda | 2011-07-23 | 4 | -29/+59 |
| | | | | | | | | | | | | | | | | * ftpwrapper now uses reference counting to ensure that the underlying socket is closed when the ftpwrapper object is no longer in use * ftplib.FTP.ntransfercmd() now closes the socket if an error occurs Initial patch by Victor Stinner. | ||||
* | | Issue #11049: skip a test that fails on some buildbots | Eli Bendersky | 2011-07-23 | 1 | -0/+1 |
| | | |||||
* | | merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test ↵ | Senthil Kumaran | 2011-07-23 | 1 | -2/+76 |
|\ \ | |/ | | | | | coverage. Patch by Petter Haggholm. | ||||
| * | Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by ↵ | Senthil Kumaran | 2011-07-23 | 1 | -2/+76 |
| | | | | | | | | Petter Haggholm. | ||||
* | | fixing whitespace in the previous commit | Eli Bendersky | 2011-07-23 | 1 | -10/+9 |
| | | |||||
* | | Issue #11049: adding some tests to test.support | Eli Bendersky | 2011-07-23 | 2 | -10/+189 |
| | | | | | | | | Based on original patch by Giampaolo Rodola with contributions from R. David Murray | ||||
* | | merge 3.2 | Benjamin Peterson | 2011-07-22 | 1 | -0/+14 |
|\ \ | |/ | |||||
| * | type check AST strings and identifiers | Benjamin Peterson | 2011-07-22 | 1 | -0/+14 |
| | | | | | | | | This is related to a21829180423 as well as #12609 and #12610. | ||||
* | | #12601: merge with 3.2. | Ezio Melotti | 2011-07-21 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #12601: fix typo. | Ezio Melotti | 2011-07-21 | 1 | -1/+1 |
| | | |||||
* | | Issue #12551: Provide a get_channel_binding() method on SSL sockets so as | Antoine Pitrou | 2011-07-20 | 2 | -0/+110 |
| | | | | | | | | | | | | | | | | to get channel binding data for the current SSL session (only the "tls-unique" channel binding is implemented). This allows the implementation of certain authentication mechanisms such as SCRAM-SHA-1-PLUS. Patch by Jacek Konieczny. | ||||
* | | #665194: support roundtripping RFC2822 date stamps in the email.utils module | R David Murray | 2011-07-20 | 3 | -8/+102 |
| | | |||||
* | | Fix test_multiprocessing failure under Windows. | Antoine Pitrou | 2011-07-20 | 1 | -2/+2 |
| | | | | | | | | (followup to dfaa3a149a92) | ||||
* | | Issue #12587: Correct faulty test file and reference in test_tokenize. | Ned Deily | 2011-07-19 | 2 | -2/+2 |
|\ \ | |/ | | | | | (Patch by Robert Xiao) | ||||
| * | Issue #12587: Correct faulty test file and reference in test_tokenize. | Ned Deily | 2011-07-19 | 2 | -2/+2 |
| | | | | | | | | (Patch by Robert Xiao) | ||||
* | | Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, | Antoine Pitrou | 2011-07-19 | 5 | -0/+1083 |
|\ \ | |/ | | | | | 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 | 5 | -0/+1083 |
| | | | | | | | | so that "import DLFCN" and other similar imports work on Linux 3.0. | ||||
* | | #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 | 2 | -11/+33 |
|\ \ | |/ | |||||
| * | #7484: no more <> around addresses in VRFY or EXPN | R David Murray | 2011-07-19 | 2 | -11/+33 |
| | | | | | | | | | | | | | | | | | | 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. | Eric V. Smith | 2011-07-18 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Closes #12579. Positional fields with str.format_map() now raise a ↵ | Eric V. Smith | 2011-07-18 | 1 | -0/+5 |
| | | | | | | | | ValueError instead of SystemError. | ||||
| * | Close the call queue in concurrent.futures.ProcessPoolExecutor when | Antoine Pitrou | 2011-07-16 | 1 | -0/+1 |
| | | | | | | | | shutdown() is called, without waiting for the garbage collector to kick in. | ||||
* | | merge heads | Benjamin Peterson | 2011-07-18 | 2 | -12/+23 |
|\ \ | |||||
| * | | Make warnings accept a callable for showwarnings instead of | Brett Cannon | 2011-07-18 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Mark itertools tests of tuple reuse as being specific to CPython. | Alex Gaynor | 2011-07-17 | 1 | -6/+15 |
| | | | |||||
* | | | excise the remains of STOP_CODE, which hasn't done anything useful for years | Benjamin Peterson | 2011-07-18 | 2 | -2/+1 |
|/ / | |||||
* | | merge heads | Benjamin Peterson | 2011-07-16 | 9 | -48/+82 |
|\ \ | |||||
| * | | Silence spurious "broken pipe" tracebacks when shutting down a ↵ | Antoine Pitrou | 2011-07-15 | 2 | -6/+14 |
| | | | | | | | | | | | | ProcessPoolExecutor. | ||||
| * | | Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor | Antoine Pitrou | 2011-07-15 | 2 | -2/+6 |
| | | | | | | | | | | | | 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 |
| | | | |||||
| * | | Fix whitespace | Antoine Pitrou | 2011-07-15 | 1 | -1/+0 |
| | | | |||||
| * | | test_threaded_import must clean up after itself | Antoine Pitrou | 2011-07-15 | 2 | -9/+16 |
| | | | |||||
| * | | test_os needs to reap threads | Antoine Pitrou | 2011-07-15 | 1 | -0/+1 |
| | | | |||||
| * | | Merge from 3.2 | Antoine Pitrou | 2011-07-15 | 2 | -27/+39 |
| |\ \ | | |/ | |||||
| | * | Use test.script_helper in test_pydoc | Antoine Pitrou | 2011-07-15 | 1 | -11/+13 |
| | | | |||||
| | * | test_pydoc needs to cleanup after itself | Antoine Pitrou | 2011-07-15 | 1 | -13/+16 |
| | | | |||||
| | * | Try harder to reap dangling threads in test.support.reap_threads(). | Antoine Pitrou | 2011-07-15 | 1 | -6/+13 |
| | | |