- 04 Eyl, 2015 28 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Victor Stinner yazdı
_PyTime_ObjectToTimespec()
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Don't download sources that won't be used.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Larry Hastings yazdı
Issue #24989
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Serhiy Storchaka yazdı
set beyond size. Based on patch by John Leitch.
-
Zachary Ware yazdı
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 yazdı
This makes it possible to pass more than 4 tests by name through Tools\buildbot\test.bat
-
Terry Jan Reedy yazdı
-
- 03 Eyl, 2015 12 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Serhiy Storchaka yazdı
set beyond size. Based on patch by John Leitch.
-
Serhiy Storchaka yazdı
set beyond size. Based on patch by John Leitch.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 yazdı
Reported by John Leitch and Bryce Darling, patch by Raymond Hettinger.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
As suggested by Steve Dower and approved by Stefan Krah.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
collection) in collections.OrderedDict constructor. Patch reviewed by Serhiy Storchaka.
-