Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Issue #23239: ssl.match_hostname() now supports matching of IP addresses. | Antoine Pitrou | 2015-02-15 | 1 | -0/+24 | |
| | | ||||||
* | | Issue #23146: Fix mishandling of absolute Windows paths with forward slashes ↵ | Antoine Pitrou | 2015-02-15 | 1 | -16/+20 | |
|\ \ | |/ | | | | | | | | | in pathlib. Detected and fixed by Serhiy. | |||||
| * | Issue #23146: Fix mishandling of absolute Windows paths with forward slashes ↵ | Antoine Pitrou | 2015-02-15 | 1 | -16/+20 | |
| | | | | | | | | | | | | in pathlib. Detected and fixed by Serhiy. | |||||
* | | Issue #19681: Test the repr of partial with more than one keyword argument. | Serhiy Storchaka | 2015-02-15 | 1 | -7/+9 | |
|\ \ | |/ | ||||||
| * | Issue #19681: Test the repr of partial with more than one keyword argument. | Serhiy Storchaka | 2015-02-15 | 1 | -7/+9 | |
| | | ||||||
* | | Use pickled data compatible with Python 2 for testing protocols 0-2. | Serhiy Storchaka | 2015-02-15 | 1 | -216/+217 | |
|\ \ | |/ | ||||||
| * | Use pickled data compatible with Python 2 for testing protocols 0-2. | Serhiy Storchaka | 2015-02-15 | 1 | -216/+217 | |
| | | ||||||
* | | Use os.devnull instead of hardcoded '/dev/null'. | Serhiy Storchaka | 2015-02-15 | 4 | -12/+12 | |
|\ \ | |/ | ||||||
| * | Merge heads | Serhiy Storchaka | 2015-02-15 | 3 | -0/+24 | |
| |\ | ||||||
| * | | Use os.devnull instead of hardcoded '/dev/null'. | Serhiy Storchaka | 2015-02-15 | 4 | -12/+12 | |
| | | | ||||||
* | | | Issue #17753: Skip test_zipfile tests which require write access to test | Serhiy Storchaka | 2015-02-14 | 1 | -0/+8 | |
|\ \ \ | | |/ | |/| | | | | and email.test. | |||||
| * | | Issue #17753: Skip test_zipfile tests which require write access to test | Serhiy Storchaka | 2015-02-14 | 1 | -0/+8 | |
| | | | | | | | | | | | | and email.test. | |||||
* | | | Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. | Serhiy Storchaka | 2015-02-14 | 1 | -0/+2 | |
|\ \ \ | |/ / | | | | | | | Patch by David Edelsohn. | |||||
| * | | Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. | Serhiy Storchaka | 2015-02-14 | 1 | -0/+2 | |
| | | | | | | | | | | | | Patch by David Edelsohn. | |||||
* | | | Issue #19105: pprint now more efficiently uses free space at the right. | Serhiy Storchaka | 2015-02-14 | 1 | -11/+86 | |
| | | | ||||||
* | | | Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. | Berker Peksag | 2015-02-13 | 1 | -0/+33 | |
| | | | | | | | | | | | | Patch by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson. | |||||
* | | | Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. | Berker Peksag | 2015-02-13 | 1 | -0/+82 | |
| | | | ||||||
* | | | Issue #23418: Add missing entries to http.server.__all__. | Berker Peksag | 2015-02-13 | 1 | -0/+14 | |
|\ \ \ | |/ / | | | | | | | Patch by Martin Panter. | |||||
| * | | Issue #23418: Add missing entries to http.server.__all__. | Berker Peksag | 2015-02-13 | 1 | -0/+14 | |
| |/ | | | | | | | Patch by Martin Panter. | |||||
* | | Issue #21849: Ported from 2.7 tests for non-ASCII data. | Serhiy Storchaka | 2015-02-13 | 1 | -7/+13 | |
|\ \ | |/ | ||||||
| * | Issue #21849: Ported from 2.7 tests for non-ASCII data. | Serhiy Storchaka | 2015-02-13 | 1 | -7/+13 | |
| | | ||||||
* | | Merge 3.4 (asyncio) | Victor Stinner | 2015-02-10 | 1 | -0/+55 | |
|\ \ | |/ | ||||||
| * | asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it | Victor Stinner | 2015-02-10 | 1 | -0/+55 | |
| | | | | | | | | already finished | |||||
* | | Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. | Serhiy Storchaka | 2015-02-10 | 1 | -0/+15 | |
|\ \ | |/ | ||||||
| * | Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. | Serhiy Storchaka | 2015-02-10 | 1 | -0/+15 | |
| | | ||||||
* | | Added respect_handler_level to QueueListener. | Vinay Sajip | 2015-02-09 | 1 | -0/+19 | |
| | | ||||||
* | | Fix whitespace. | Charles-François Natali | 2015-02-07 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #23285: PEP 475 -- Retry system calls failing with EINTR. | Charles-François Natali | 2015-02-07 | 5 | -144/+287 | |
| | | ||||||
* | | Issue #20289: cgi.FieldStorage() now supports the context management protocol. | Berker Peksag | 2015-02-06 | 1 | -6/+13 | |
| | | ||||||
* | | Issue #23392: Added tests for marshal C API that works with FILE*. | Serhiy Storchaka | 2015-02-06 | 1 | -12/+87 | |
|\ \ | |/ | ||||||
| * | Issue #23392: Added tests for marshal C API that works with FILE*. | Serhiy Storchaka | 2015-02-06 | 1 | -12/+87 | |
| | | ||||||
* | | Issue #23881: Only use entry-values with gdb 7.4 in tests. | Serhiy Storchaka | 2015-02-06 | 1 | -8/+10 | |
|\ \ | |/ | | | | | Fixes a regression in issue #22765. Patch by Vinson Lee. | |||||
| * | Issue #23881: Only use entry-values with gdb 7.4 in tests. | Serhiy Storchaka | 2015-02-06 | 1 | -8/+10 | |
| | | | | | | | | Fixes a regression in issue #22765. Patch by Vinson Lee. | |||||
* | | merge 3.4 (#22735) | Benjamin Peterson | 2015-02-06 | 1 | -1/+226 | |
|\ \ | |/ | ||||||
| * | fix many custom mro() edge cases and improve code quality (#22735) | Benjamin Peterson | 2015-02-06 | 1 | -1/+226 | |
| | | | | | | | | Patch by Eldar Abusalimov. | |||||
* | | (Merge 3.4) test_multiprocessing: tolerate a delta of 30 ms because of bad | Victor Stinner | 2015-02-05 | 1 | -2/+4 | |
|\ \ | |/ | | | | | clock resolution on Windows | |||||
| * | test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolution | Victor Stinner | 2015-02-05 | 1 | -2/+4 | |
| | | | | | | | | on Windows | |||||
* | | Issue #18982: Add tests for CLI of the calendar module. | Serhiy Storchaka | 2015-02-05 | 1 | -25/+130 | |
|\ \ | |/ | ||||||
| * | Issue #18982: Add tests for CLI of the calendar module. | Serhiy Storchaka | 2015-02-05 | 1 | -25/+130 | |
| | | ||||||
* | | Issue #23345: merge from 3.4 | Ned Deily | 2015-02-05 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Issue #23345: Prevent test_ssl failures with large OpenSSL patch level | Ned Deily | 2015-02-05 | 1 | -1/+1 | |
| | | | | | | | | values (like 0.9.8zc). | |||||
* | | Make the stdlib test suite helper test.script_helper._assert_python no longer | Gregory P. Smith | 2015-02-05 | 2 | -2/+36 | |
|\ \ | |/ | | | | | | | pass -I or -E to the child process by default when the environment is required for the child process interpreter to function properly. | |||||
| * | Make the stdlib test suite helper test.script_helper._assert_python no longer | Gregory P. Smith | 2015-02-05 | 2 | -2/+36 | |
| | | | | | | | | | | pass -I or -E to the child process by default when the environment is required for the child process interpreter to function properly. | |||||
* | | Merge 3.4 (asyncio) | Victor Stinner | 2015-02-04 | 1 | -0/+4 | |
|\ \ | |/ | ||||||
| * | asyncio: Only call _check_resolved_address() in debug mode | Victor Stinner | 2015-02-04 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * _check_resolved_address() is implemented with getaddrinfo() which is slow * If available, use socket.inet_pton() instead of socket.getaddrinfo(), because it is much faster Microbenchmark (timeit) on Fedora 21 (Python 3.4, Linux 3.17, glibc 2.20) to validate the IPV4 address "127.0.0.1" or the IPv6 address "::1": * getaddrinfo() 10.4 usec per loop * inet_pton(): 0.285 usec per loop On glibc older than 2.14, getaddrinfo() always requests the list of all local IP addresses to the kernel (using a NETLINK socket). getaddrinfo() has other known issues, it's better to avoid it when it is possible. | |||||
* | | Skip some tests that require a subinterpreter launched with -E or -I when the | Gregory P. Smith | 2015-02-04 | 4 | -2/+82 | |
|\ \ | |/ | | | | | | | | | | | | | interpreter under test is being run in an environment that requires the use of environment variables such as PYTHONHOME in order to function at all. Adds a test.script_helper.interpreter_requires_environment() function to be used with @unittest.skipIf on stdlib test methods requiring this. | |||||
| * | Skip some tests that require a subinterpreter launched with -E or -I when the | Gregory P. Smith | 2015-02-04 | 4 | -2/+82 | |
| | | | | | | | | | | | | | | | | interpreter under test is being run in an environment that requires the use of environment variables such as PYTHONHOME in order to function at all. Adds a private test.script_helper._interpreter_requires_environment() function to be used with @unittest.skipIf on stdlib test methods requiring this. | |||||
* | | Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer() | Stefan Krah | 2015-02-03 | 2 | -0/+9 | |
| | | | | | | | | and array_buffer_getbuf(). | |||||
* | | Issue #13128: Print response headers for CONNECT requests when debuglevel > 0. | Berker Peksag | 2015-02-03 | 1 | -5/+18 | |
| | | | | | | | | Patch by Demian Brecht. | |||||
* | | Issue #23358: Add missing BaseServer entry to socketserver.__all__. | Berker Peksag | 2015-02-03 | 1 | -7/+12 | |
|\ \ | |/ | | | | | Patch by Martin Panter. |