- 04 Eyl, 2015 34 kayıt (commit)
-
-
Victor Stinner yazdı
datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp(). microseconds sign should be kept before rounding.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
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 6 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ı
-