- 06 Mar, 2015 1 kayıt (commit)
-
-
Robert Collins yazdı
-
- 05 Mar, 2015 16 kayıt (commit)
-
-
Ned Deily yazdı
errors of _testcapimodule.c with older versions of gcc.
-
Robert Collins yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
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 yazdı
-
Steve Dower yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Robert Collins yazdı
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 yazdı
-
Victor Stinner yazdı
-
- 04 Mar, 2015 7 kayıt (commit)
-
-
Robert Collins yazdı
-
Robert Collins yazdı
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 yazdı
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed.
-
Antoine Pitrou yazdı
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed.
-
Victor Stinner yazdı
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.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 03 Mar, 2015 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 02 Mar, 2015 10 kayıt (commit)
-
-
Ethan Furman yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Larry Hastings yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Steve Dower yazdı
-