- 10 Mar, 2015 10 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Replace "running" with "not started" and don't show the pid if the subprocess didn't start yet.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Berker Peksag yazdı
Also, document SystemExit.code attribute explicitly.
-
Berker Peksag yazdı
Also, document SystemExit.code attribute explicitly.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Patch written by Ben Hoyt.
-
Victor Stinner yazdı
The usage of os.scandir() reduces the number of calls to os.stat(). Initial patch written by Ben Hoyt.
-
- 09 Mar, 2015 8 kayıt (commit)
-
-
Victor Stinner yazdı
assert() are noop when NDEBUG is defined. We want the opposite.
-
Steve Dower yazdı
The garbage in _crtInstalledToken was causing the IsCrtInstalled() function to return TRUE without actually checking anything. We now initialize the variable first.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
- 08 Mar, 2015 15 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Antoine Pitrou yazdı
to make it easy to test 32-bit and 64-bit builds in the same working tree.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Serhiy Storchaka yazdı
Patch by Martin Panter.
-
Serhiy Storchaka yazdı
Patch by Martin Panter.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Victor Stinner yazdı
the dirent structure (ex: OpenIndiana).
-
Victor Stinner yazdı
function -- a better and faster directory iterator". Patch written by Ben Hoyt.
-
- 07 Mar, 2015 6 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Sayan Chowdhury.
-
Serhiy Storchaka yazdı
not as stringified enum. Patch by Demian Brecht.
-
- 06 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
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.
-