- 27 Nov, 2013 7 commits
-
-
Alexandre Vassalotti authored
I fixed the bug that was in my previous attempt of this cleanup. I ran the full test suite to verify I didn't introduce any obvious bugs.
-
Serhiy Storchaka authored
This test requires the ifconfig executable on $PATH, /sbin/, or /usr/sbin.
-
Serhiy Storchaka authored
This test requires the ifconfig executable on $PATH, /sbin/, or /usr/sbin.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 26 Nov, 2013 27 commits
-
-
Zachary Ware authored
pythoncore sub-project. This should prevent build errors due a previous build's python(_d).exe still running.
-
Zachary Ware authored
pythoncore sub-project. This should prevent build errors due a previous build's python(_d).exe still running.
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
of the time. Patch by Julian Gindi.
-
Serhiy Storchaka authored
virtual interface. Original patch by Kent Frazier.
-
Serhiy Storchaka authored
virtual interface. Original patch by Kent Frazier.
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Change stacklevel in warnings.warn() for 'SO' key to 2.
-
Victor Stinner authored
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Christian Heimes authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
- 25 Nov, 2013 6 commits
-
-
Victor Stinner authored
with traceback_limit=1
-
Victor Stinner authored
-
Victor Stinner authored
-
Guido van Rossum authored
-
Victor Stinner authored
Regression introduced by the implementation of the PEP 446 (non-inheritable file descriptors by default). master_fd must be set non-inheritable after the creation of the slave_fd, otherwise grantpt(master_fd) fails with EPERM (errno 13).
-
Alexandre Vassalotti authored
-