- 01 Eki, 2015 5 kayıt (commit)
-
-
Victor Stinner yazdı
function instead of the getentropy() function. The getentropy() function is blocking to generate very good quality entropy, os.urandom() doesn't need such high-quality entropy.
-
Victor Stinner yazdı
sys.gettrace() when the test is executed, not when the module is loaded. sys.settrace() may be after after the test is loaded.
-
Victor Stinner yazdı
sys.gettrace() when the test is executed, not when the module is loaded. sys.settrace() may be after after the test is loaded.
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
- 30 Eyl, 2015 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Restore also errno value before calling PyErr_SetFromErrno().
-
Serhiy Storchaka yazdı
imported at startup) now uses the backslashreplace error handler.
-
Serhiy Storchaka yazdı
imported at startup) now uses the backslashreplace error handler.
-
- 29 Eyl, 2015 23 kayıt (commit)
-
-
Serhiy Storchaka yazdı
now accept the self and the dict keyword arguments.
-
Serhiy Storchaka yazdı
now accept the self and the dict keyword arguments.
-
Serhiy Storchaka yazdı
argument.
-
Serhiy Storchaka yazdı
argument.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
unpickler. Highest 32 bits of 64-bit size for BINUNICODE8 and BINBYTES8 opcodes no longer silently ignored on 32-bit platforms in C implementation.
-
Serhiy Storchaka yazdı
unpickler. Highest 32 bits of 64-bit size for BINUNICODE8 and BINBYTES8 opcodes no longer silently ignored on 32-bit platforms in C implementation.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Eric V. Smith yazdı
-
Eric V. Smith yazdı
and nested format_specs. Patch by Anthon van der Neut.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 28 Eyl, 2015 8 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Berker Peksag yazdı
The helper was added in 76641824cf05 11 years ago and it can be removed now since all supported Python versions have tempfile.mkstemp(). Patch by Nir Soffer.
-
Berker Peksag yazdı
The helper was added in 76641824cf05 11 years ago and it can be removed now since all supported Python versions have tempfile.mkstemp(). Patch by Nir Soffer.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-