Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-08 | 1 | -10/+14 |
| | | |||||
* | | Suppress assert dialogs in test_cmd_line. | Steve Dower | 2015-03-08 | 1 | -1/+2 |
| | | |||||
* | | Issue #23524: Change back to using Windows errors for _Py_fstat instead of ↵ | Steve Dower | 2015-03-08 | 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-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 | 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-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #23593: fix Misc/NEWS entries | Ned Deily | 2015-03-06 | 1 | -1/+1 |
| | | |||||
* | | Issue #23594: merge 3.4 | Ned Deily | 2015-03-06 | 3 | -14/+20 |
|\ \ | |/ | |||||
| * | Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. | Ned Deily | 2015-03-06 | 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-05 | 1 | -1/+1 |
| | | |||||
* | | Fixed GCC version testing. | Serhiy Storchaka | 2015-03-05 | 1 | -2/+2 |
| | | |||||
* | | Fix "GCC diagnostic" in socketmodule.c | Victor Stinner | 2015-03-05 | 1 | -2/+2 |
| | | | | | | | | | | Fix regression of changeset 7c6e3358221a on GCC < 4.4. The _socket module cannot be compiled on "x86 FreeBSD 7.2 3.x" buildbot anymore. | ||||
* | | Issue #22936: Make it possible to show local variables in tracebacks. | Robert Collins | 2015-03-05 | 4 | -34/+112 |
| | | |||||
* | | Add scripts for uploading Windows builds to a Linux server using pscp | Steve Dower | 2015-03-05 | 3 | -0/+108 |
| | | |||||
* | | 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 | 3 | -5/+18 |
|\ \ | |/ | |||||
| * | expose X509_V_FLAG_TRUSTED_FIRST | Benjamin Peterson | 2015-03-05 | 3 | -5/+18 |
| | | |||||
* | | merge 3.4 (#23476) | Benjamin Peterson | 2015-03-05 | 2 | -0/+12 |
|\ \ | |/ | |||||
| * | enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) | Benjamin Peterson | 2015-03-05 | 2 | -0/+12 |
| | | |||||
* | | 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 | 7 | -157/+794 |
| | | | | | | | | | | | | | | | | | | 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 #23576: Avoid stalling in SSL reads when EOF has been reached in the ↵ | Antoine Pitrou | 2015-03-04 | 2 | -20/+3 |
|\ \ | |/ | | | | | SSL layer but the underlying connection hasn't been closed. | ||||
| * | Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the ↵ | Antoine Pitrou | 2015-03-04 | 2 | -20/+3 |
| | | | | | | | | SSL layer but the underlying connection hasn't been closed. | ||||
* | | Issue #23285: Fix handling of EINTR in fileio.c | Victor Stinner | 2015-03-04 | 1 | -28/+46 |
| | | | | | | | | | | | | | | Fix handling of EINTR: don't return None if PyErr_CheckSignals() raised an exception. Initialize also the length outside the loop to only initialize it once. | ||||
* | | Issue #23504: Added an __all__ to the types module. | Serhiy Storchaka | 2015-03-04 | 2 | -0/+5 |
|\ \ | |/ |