- 08 Mar, 2015 1 commit
-
-
Victor Stinner authored
function -- a better and faster directory iterator". Patch written by Ben Hoyt.
-
- 07 Mar, 2015 6 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Sayan Chowdhury.
-
Serhiy Storchaka authored
not as stringified enum. Patch by Demian Brecht.
-
- 06 Mar, 2015 14 commits
-
-
Victor Stinner authored
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.
-
Steve Dower authored
Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread.
-
Serhiy Storchaka authored
time. Patch by Davin Potts.
-
Serhiy Storchaka authored
time. Patch by Davin Potts.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Berker Peksag authored
Changes: * Fixed reSt markup * Fixed cross references * Fixed a couple of typos
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Robert Collins authored
-
- 05 Mar, 2015 16 commits
-
-
Ned Deily authored
errors of _testcapimodule.c with older versions of gcc.
-
Robert Collins authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
Fix regression of changeset 7c6e3358221a on GCC < 4.4. The _socket module cannot be compiled on "x86 FreeBSD 7.2 3.x" buildbot anymore.
-
Robert Collins authored
-
Steve Dower authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Robert Collins authored
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.
-
Victor Stinner authored
-
Victor Stinner authored
-
- 04 Mar, 2015 3 commits
-
-
Robert Collins authored
-
Robert Collins authored
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.
-
Antoine Pitrou authored
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed.
-