Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.4 (os doc) | Victor Stinner | 2015-03-10 | 1 | -2/+3 |
|\ | |||||
| * | Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example | Victor Stinner | 2015-03-10 | 1 | -2/+3 |
| | | |||||
* | | Issue #22524: Rephrase scandir addition in What's New in Python 3.5 | Victor Stinner | 2015-03-10 | 1 | -8/+18 |
| | | | | | | | | Patch written by Ben Hoyt. | ||||
* | | Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). | Victor Stinner | 2015-03-10 | 3 | -15/+45 |
| | | | | | | | | | | The usage of os.scandir() reduces the number of calls to os.stat(). Initial patch written by Ben Hoyt. | ||||
* | | Issue #23571: Oops, fix #ifdef assert() | Victor Stinner | 2015-03-09 | 1 | -1/+1 |
| | | | | | | | | assert() are noop when NDEBUG is defined. We want the opposite. | ||||
* | | Issue #23619: Ensure C variable is initialized before using it. | Steve Dower | 2015-03-09 | 1 | -2/+1 |
| | | | | | | | | The garbage in _crtInstalledToken was causing the IsCrtInstalled() function to return TRUE without actually checking anything. We now initialize the variable first. | ||||
* | | 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 | 11 | -12/+39 |
|\ \ | |||||
| * \ | Issue #23617: Correct plurals typo noted by Kentrell Johnson. | Ned Deily | 2015-03-09 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #23617: Correct plurals typo noted by Kentrell Johnson. | Ned Deily | 2015-03-09 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #23612: Fixes upgrade code and version for Windows installer. | Steve Dower | 2015-03-08 | 3 | -5/+5 |
| | | | |||||
| * | | Minor updates to Windows installer upload script. | Steve Dower | 2015-03-08 | 2 | -3/+4 |
| | | | |||||
| * | | Issue #22980: Under Linux, C extensions now include bitness in the file name, | Antoine Pitrou | 2015-03-08 | 4 | -2/+28 |
| | | | | | | | | | | | | to make it easy to test 32-bit and 64-bit builds in the same working tree. | ||||
| * | | merge 3.4 (#23608) | Benjamin Peterson | 2015-03-08 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | indicate correct version (closes #23608) | Benjamin Peterson | 2015-03-08 | 1 | -1/+1 |
| | | | |||||
* | | | Post-release changes for 3.5.0a2. | Larry Hastings | 2015-03-09 | 2 | -2/+14 |
| | | | |||||
* | | | Merge. | Larry Hastings | 2015-03-08 | 0 | -0/+0 |
|\ \ \ | |||||
| * \ \ | Merge. | Larry Hastings | 2015-02-07 | 4 | -2/+88 |
| |\ \ \ | |||||
* | | | | | Added tag v3.5.0a2 for changeset 0337bd7ebcb6 | Larry Hastings | 2015-03-08 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Release bump for 3.5.0a2.v3.5.0a2 | Larry Hastings | 2015-03-08 | 5 | -8/+8 |
| |_|/ / |/| | | | |||||
* | | | | 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-07 | 1 | -10/+14 |
| | | | | |||||
* | | | | Suppress assert dialogs in test_cmd_line. | Steve Dower | 2015-03-07 | 1 | -1/+2 |
| | | | | |||||
* | | | | Issue #23524: Change back to using Windows errors for _Py_fstat instead of ↵ | Steve Dower | 2015-03-07 | 3 | -5/+13 |
| | | | | | | | | | | | | | | | | the errno shim. | ||||
* | | | | Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in | Victor Stinner | 2015-03-08 | 4 | -11/+82 |
| | | | | | | | | | | | | | | | | the dirent structure (ex: OpenIndiana). | ||||
* | | | | Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() | Victor Stinner | 2015-03-08 | 5 | -20/+1222 |
| | | | | | | | | | | | | | | | | | | | | function -- a better and faster directory iterator". Patch written by Ben Hoyt. | ||||
* | | | | Issue #20876: correctly close temporary file in ↵ | Antoine Pitrou | 2015-03-08 | 1 | -10/+9 |
|\ \ \ \ | |/ / / | | | | | | | | | test.support.fs_is_case_insensitive() | ||||
| * | | | Issue #20876: correctly close temporary file in ↵ | Antoine Pitrou | 2015-03-08 | 1 | -10/+9 |
| | | | | | | | | | | | | | | | | test.support.fs_is_case_insensitive() | ||||
* | | | | Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address. | Serhiy Storchaka | 2015-03-07 | 3 | -13/+21 |
| | | | | |||||
* | | | | merge 3.4 | Benjamin Peterson | 2015-03-07 | 2 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | replace Amazon links in the documentation (closes #23579) | Benjamin Peterson | 2015-03-07 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | Patch by Sayan Chowdhury. | ||||
* | | | | Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, | Serhiy Storchaka | 2015-03-07 | 3 | -49/+97 |
| | | | | | | | | | | | | | | | | not as stringified enum. Patch by Demian Brecht. | ||||
* | | | | Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now | Victor Stinner | 2015-03-06 | 7 | -96/+125 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | raise a SystemError if a function returns a result and raises an exception. The SystemError is chained to the previous exception. Refactor also PyObject_Call() and PyCFunction_Call() to make them more readable. Remove some checks which became useless (duplicate checks). Change reviewed by Serhiy Storchaka. | ||||
* | | | | Issue #23524: Replace _PyVerify_fd function with calling ↵ | Steve Dower | 2015-03-06 | 9 | -112/+160 |
| | | | | | | | | | | | | | | | | _set_thread_local_invalid_parameter_handler on every thread. | ||||
* | | | | 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 | 2 | -0/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | fix potential refleak in PyFloat_AsDouble (closes #23590) | Benjamin Peterson | 2015-03-06 | 2 | -0/+7 |
| | | | | |||||
* | | | | Issue #17911: Tweak traceback documentation. | Berker Peksag | 2015-03-06 | 1 | -71/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Fixed reSt markup * Fixed cross references * Fixed a couple of typos | ||||
* | | | | Issue #23593: fix Misc/NEWS entries | Ned Deily | 2015-03-05 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #23593: fix Misc/NEWS entries | Ned Deily | 2015-03-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue #23594: merge 3.4 | Ned Deily | 2015-03-05 | 3 | -14/+20 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. | Ned Deily | 2015-03-05 | 3 | -14/+20 |
| | | | | |||||
* | | | | Issue #22936: Allow showing local variables in unittest errors. | Robert Collins | 2015-03-06 | 9 | -32/+118 |
| | | | | |||||
* | | | | Fix regression introduced by changeset 7c6e3358221a that caused compile | Ned Deily | 2015-03-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | errors of _testcapimodule.c with older versions of gcc. | ||||
* | | | | unittest: Trivial typo fix. | Robert Collins | 2015-03-06 | 1 | -1/+1 |
| | | | |