- 06 Sep, 2015 4 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Raymond Hettinger authored
-
- 05 Sep, 2015 7 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
in an infinite loop. Patch by Xavier de Gaye.
-
Guido van Rossum authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Guido van Rossum authored
-
- 04 Sep, 2015 19 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Victor Stinner authored
-
Victor Stinner authored
Issue #24891: Fix a race condition at Python startup if the file descriptor of stdin (0), stdout (1) or stderr (2) is closed while Python is creating sys.stdin, sys.stdout and sys.stderr objects. These attributes are now set to None if the creation of the object failed, instead of raising an OSError exception. Initial patch written by Marco Paolini.
-
R David Murray authored
-
R David Murray authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Zachary Ware authored
Don't download sources that won't be used.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Larry Hastings authored
Issue #24989
-
Serhiy Storchaka authored
set beyond size. Based on patch by John Leitch.
-
Zachary Ware authored
This modifies the behavior of the '-e' flag to PCbuild\build.bat: when '-e' is not supplied, no attempt will be made to build extension modules that require external libraries, even if the external libraries are present. Also adds '--no-<module>' flags to PCbuild\build.bat, where '<module>' is one of 'ssl', 'tkinter', or 'bsddb', to allow skipping just those modules (if '-e' is given).
-
Zachary Ware authored
This makes it possible to pass more than 4 tests by name through Tools\buildbot\test.bat
-
Terry Jan Reedy authored
-
- 03 Sep, 2015 10 commits
-
-
Brett Cannon authored
-
Serhiy Storchaka authored
set beyond size. Based on patch by John Leitch.
-
Victor Stinner authored
-
Victor Stinner authored
The ICC compiler doesn't seem to support defined() in macro expansion. Example of warning: warning #3199: "defined" is always false in a macro expansion in Microsoft mode
-
Brett Cannon authored
Reported by John Leitch and Bryce Darling, patch by Raymond Hettinger.
-
Zachary Ware authored
As suggested by Steve Dower and approved by Stefan Krah.
-
Victor Stinner authored
collection) in collections.OrderedDict constructor. Patch reviewed by Serhiy Storchaka.
-
Victor Stinner authored
Handle PyCapsule_Import() failure (exception) in PyCodec_NameReplaceErrors(): return immedialty NULL.
-
Victor Stinner authored
-
Victor Stinner authored
-