- 10 Mar, 2015 6 commits
-
-
Berker Peksag authored
Also, document SystemExit.code attribute explicitly.
-
Berker Peksag authored
Also, document SystemExit.code attribute explicitly.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Patch written by Ben Hoyt.
-
Victor Stinner authored
The usage of os.scandir() reduces the number of calls to os.stat(). Initial patch written by Ben Hoyt.
-
- 09 Mar, 2015 8 commits
-
-
Victor Stinner authored
assert() are noop when NDEBUG is defined. We want the opposite.
-
Steve Dower authored
The garbage in _crtInstalledToken was causing the IsCrtInstalled() function to return TRUE without actually checking anything. We now initialize the variable first.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Ned Deily authored
-
Ned Deily authored
-
- 08 Mar, 2015 15 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Antoine Pitrou authored
to make it easy to test 32-bit and 64-bit builds in the same working tree.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Serhiy Storchaka authored
Patch by Martin Panter.
-
Serhiy Storchaka authored
Patch by Martin Panter.
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Victor Stinner authored
the dirent structure (ex: OpenIndiana).
-
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 5 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
-