- 12 Mar, 2015 6 kayıt (commit)
-
-
Victor Stinner yazdı
functions of faulthandler now accept file descriptors. Patch by Wei Wu.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
Original patch by Demian Brecht.
-
Serhiy Storchaka yazdı
Original patch by Demian Brecht.
-
Victor Stinner yazdı
is True
-
- 11 Mar, 2015 8 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Ethan Furman yazdı
-
Serhiy Storchaka yazdı
imp.reload(). Patch by Thomas Kluyver.
-
Serhiy Storchaka yazdı
imp.reload(). Patch by Thomas Kluyver.
-
Ethan Furman yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
- 10 Mar, 2015 16 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
Issue #23606: Disable ctypes.util.find_library("c") on Windows so tests are skipped while we figure out how best to approach the CRT change
-
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 2 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-