- 18 Haz, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Xiang Zhang.
-
Berker Peksag yazdı
-
- 17 Haz, 2016 8 kayıt (commit)
-
-
Terry Jan Reedy yazdı
IDLE test_macosx and see if addOpenEventSupport() fails.
-
Steve Dower yazdı
-
Steve Dower yazdı
Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters
-
Steve Dower yazdı
Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters
-
Victor Stinner yazdı
Replace "#if WITH_THREAD" with "#ifdef WITH_THREAD".
-
Berker Peksag yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 16 Haz, 2016 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #27278. It should fix a conversion warning. In practice, the Linux kernel doesn't return more than 32 MB per call to the getrandom() syscall.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 15 Haz, 2016 14 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Xavier de Gaye yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
Patch by John Hagen.
-
- 14 Haz, 2016 12 kayıt (commit)
-
-
Serhiy Storchaka yazdı
by Jelle Zijlstra.
-
Serhiy Storchaka yazdı
by Jelle Zijlstra.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
managed by a contextlib.ExitStack() and one of the exit stack generators catches and raises it in a chain, do not re-raise the original exception when exiting, let the new chained one through. This avoids the PEP 479 bug described in issue25782.
-
Gregory P. Smith yazdı
managed by a contextlib.ExitStack() and one of the exit stack generators catches and raises it in a chain, do not re-raise the original exception when exiting, let the new chained one through. This avoids the PEP 479 bug described in issue25782.
-
Victor Stinner yazdı
* Add the process identifier to the warning message * Add also a comment to explain the issue
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Casting Py_ssize_t to Py_ssize_t is useless.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #27278: Fix os.urandom() implementation using getrandom() on Linux. Truncate size to INT_MAX and loop until we collected enough random bytes, instead of casting a directly Py_ssize_t to int.
-
Victor Stinner yazdı
-