- 12 Mar, 2015 1 commit
-
-
Victor Stinner authored
is True
-
- 11 Mar, 2015 8 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ethan Furman authored
-
Serhiy Storchaka authored
imp.reload(). Patch by Thomas Kluyver.
-
Serhiy Storchaka authored
imp.reload(). Patch by Thomas Kluyver.
-
Ethan Furman authored
-
Steve Dower authored
-
Steve Dower authored
-
- 10 Mar, 2015 16 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
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 authored
-
Victor Stinner authored
Replace "running" with "not started" and don't show the pid if the subprocess didn't start yet.
-
Victor Stinner authored
-
Victor Stinner authored
-
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 7 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
-