Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Issue #23629: Fix the default __sizeof__ implementation for variable-sized ↵ | Antoine Pitrou | 2015-03-10 | 2 | -2/+18 | |
| | | | | | | | | objects. | |||||
* | | Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls | Steve Dower | 2015-03-10 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls | Steve Dower | 2015-03-10 | 1 | -1/+2 | |
| | | ||||||
* | | Issue #23606: Disable ctypes.util.find_library("c") on Windows so tests are ↵ | Steve Dower | 2015-03-10 | 1 | -1/+3 | |
| | | | | | | | | skipped while we figure out how best to approach the CRT change | |||||
* | | Merge 3.4 (asyncio) | Victor Stinner | 2015-03-10 | 1 | -2/+5 | |
|\ \ | |/ | ||||||
| * | asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet | Victor Stinner | 2015-03-10 | 1 | -2/+5 | |
| | | | | | | | | | | Replace "running" with "not started" and don't show the pid if the subprocess didn't start yet. | |||||
* | | Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). | Victor Stinner | 2015-03-10 | 1 | -15/+36 | |
| | | | | | | | | | | The usage of os.scandir() reduces the number of calls to os.stat(). Initial patch written by Ben Hoyt. | |||||
* | | merge 3.4 | Benjamin Peterson | 2015-03-09 | 1 | -5/+8 | |
|\ \ | |/ | ||||||
| * | fix up import style | Benjamin Peterson | 2015-03-09 | 1 | -5/+8 | |
| | | ||||||
* | | Merge. | Larry Hastings | 2015-03-09 | 1 | -0/+6 | |
|\ \ | ||||||
| * | | Issue #22980: Under Linux, C extensions now include bitness in the file name, | Antoine Pitrou | 2015-03-08 | 1 | -0/+6 | |
| | | | | | | | | | | | | to make it easy to test 32-bit and 64-bit builds in the same working tree. | |||||
* | | | Release bump for 3.5.0a2.v3.5.0a2 | Larry Hastings | 2015-03-08 | 3 | -5/+5 | |
|/ / | ||||||
* | | Issue #21619: Cleaned up test_broken_pipe_cleanup. | Serhiy Storchaka | 2015-03-08 | 1 | -10/+8 | |
|\ \ | |/ | | | | | Patch by Martin Panter. | |||||
| * | Issue #21619: Cleaned up test_broken_pipe_cleanup. | Serhiy Storchaka | 2015-03-08 | 1 | -10/+8 | |
| | | | | | | | | Patch by Martin Panter. | |||||
* | | Suppress assert dialogs in test_os | Steve Dower | 2015-03-08 | 1 | -10/+14 | |
| | | ||||||
* | | Suppress assert dialogs in test_cmd_line. | Steve Dower | 2015-03-08 | 1 | -1/+2 | |
| | | ||||||
* | | Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() | Victor Stinner | 2015-03-08 | 1 | -0/+224 | |
| | | | | | | | | | | function -- a better and faster directory iterator". Patch written by Ben Hoyt. | |||||
* | | Issue #20876: correctly close temporary file in ↵ | Antoine Pitrou | 2015-03-07 | 1 | -10/+9 | |
|\ \ | |/ | | | | | test.support.fs_is_case_insensitive() | |||||
| * | Issue #20876: correctly close temporary file in ↵ | Antoine Pitrou | 2015-03-07 | 1 | -10/+9 | |
| | | | | | | | | test.support.fs_is_case_insensitive() | |||||
* | | Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address. | Serhiy Storchaka | 2015-03-07 | 2 | -13/+19 | |
| | | ||||||
* | | Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, | Serhiy Storchaka | 2015-03-07 | 2 | -49/+94 | |
| | | | | | | | | not as stringified enum. Patch by Demian Brecht. | |||||
* | | Issue #22853: Added regression test for using multiprocessing.Queue at import | Serhiy Storchaka | 2015-03-06 | 1 | -0/+21 | |
|\ \ | |/ | | | | | time. Patch by Davin Potts. | |||||
| * | Issue #22853: Added regression test for using multiprocessing.Queue at import | Serhiy Storchaka | 2015-03-06 | 1 | -0/+21 | |
| | | | | | | | | time. Patch by Davin Potts. | |||||
* | | merge 3.4 | Benjamin Peterson | 2015-03-06 | 1 | -5/+0 | |
|\ \ | |/ | ||||||
| * | remove redundant test | Benjamin Peterson | 2015-03-06 | 1 | -5/+0 | |
| | | ||||||
* | | merge 3.4 (#23590) | Benjamin Peterson | 2015-03-06 | 1 | -0/+6 | |
|\ \ | |/ | ||||||
| * | fix potential refleak in PyFloat_AsDouble (closes #23590) | Benjamin Peterson | 2015-03-06 | 1 | -0/+6 | |
| | | ||||||
* | | Issue #22936: Allow showing local variables in unittest errors. | Robert Collins | 2015-03-06 | 7 | -25/+97 | |
| | | ||||||
* | | unittest: Trivial typo fix. | Robert Collins | 2015-03-05 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #22936: Make it possible to show local variables in tracebacks. | Robert Collins | 2015-03-05 | 2 | -24/+92 | |
| | | ||||||
* | | merge 3.4 | Benjamin Peterson | 2015-03-05 | 2 | -3/+3 | |
|\ \ | |/ | ||||||
| * | use _import_symbols to import VERIFY_* constants | Benjamin Peterson | 2015-03-05 | 1 | -2/+1 | |
| | | ||||||
| * | adjust test_crl_check for trusted first being default | Benjamin Peterson | 2015-03-05 | 1 | -1/+2 | |
| | | ||||||
* | | merge 3.4 | Benjamin Peterson | 2015-03-05 | 1 | -2/+3 | |
|\ \ | |/ | ||||||
| * | expose X509_V_FLAG_TRUSTED_FIRST | Benjamin Peterson | 2015-03-05 | 1 | -2/+3 | |
| | | ||||||
* | | Remaining fallout from 17911 | Robert Collins | 2015-03-05 | 3 | -28/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The code module was using a private function from traceback in order to skip a frame - used the direct interface to do that instead, The decimal module suffered minor fallout from formatting changes ('None' as a value is now not printed by traceback, the same as None was not before). The cgitb module was passing a bogus exception type (type.__name__) into format_exception, which uncovered that format_exception and print_exception had been ignoring the etype for some time, so the compatibility thunk to the new code now does the same thing. | |||||
* | | Merge 3.4 (test_subprocess) | Victor Stinner | 2015-03-05 | 1 | -6/+9 | |
|\ \ | |/ | ||||||
| * | Issue #21619: Try to fix test_broken_pipe_cleanup() | Victor Stinner | 2015-03-05 | 1 | -6/+9 | |
| | | ||||||
* | | Fix brownbag in issue 17911 commit | Robert Collins | 2015-03-04 | 1 | -3/+2 | |
| | | ||||||
* | | Issue #17911: traceback module overhaul | Robert Collins | 2015-03-04 | 4 | -157/+655 | |
| | | | | | | | | | | | | | | | | | | Provide a way to seed the linecache for a PEP-302 module without actually loading the code. Provide a new object API for traceback, including the ability to not lookup lines at all until the traceback is actually rendered, without any trace of the original objects being kept alive. | |||||
* | | Issue #23504: Added an __all__ to the types module. | Serhiy Storchaka | 2015-03-04 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Issue #23504: Added an __all__ to the types module. | Serhiy Storchaka | 2015-03-04 | 1 | -0/+3 | |
| | | ||||||
* | | Issue #23563: Optimized utility functions in urllib.parse. | Serhiy Storchaka | 2015-03-03 | 1 | -60/+28 | |
| | | ||||||
* | | issue19075: add visual sorting algorithms to turtledemo; original code from ↵ | Ethan Furman | 2015-03-02 | 1 | -0/+204 | |
| | | | | | | | | Jason Yeo | |||||
* | | Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ↵ | Steve Dower | 2015-03-02 | 1 | -2/+11 | |
|\ \ | |/ | | | | | later | |||||
| * | Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ↵ | Steve Dower | 2015-03-02 | 1 | -2/+11 | |
| | | | | | | | | later | |||||
* | | Added more tests for urllib.parse utility functions. | Serhiy Storchaka | 2015-03-02 | 2 | -69/+129 | |
|\ \ | |/ | | | | | These functions are not documented but used in third-party code. | |||||
| * | Added more tests for urllib.parse utility functions. | Serhiy Storchaka | 2015-03-02 | 2 | -69/+129 | |
| | | | | | | | | These functions are not documented but used in third-party code. | |||||
* | | Issue #23527: Update Gmail port number for STARTTLS to 587. | Berker Peksag | 2015-03-02 | 1 | -1/+1 | |
|\ \ | |/ | | | | | Patch by Alex Shkop. | |||||
| * | Issue #23527: Update Gmail port number for STARTTLS to 587. | Berker Peksag | 2015-03-02 | 1 | -1/+1 | |
| | | | | | | | | Patch by Alex Shkop. |