- 02 Oct, 2015 5 commits
-
-
Berker Peksag authored
Patch by Johannes Niediek.
-
Berker Peksag authored
Patch by Johannes Niediek.
-
Serhiy Storchaka authored
1. Non-ASCII bytes were accepted after shift sequence. 2. A low surrogate could be emitted in case of error in high surrogate. 3. In some circumstances the '\xfd' character was produced instead of the replacement character '\ufffd' (due to a bug in _PyUnicodeWriter).
-
Serhiy Storchaka authored
1. Non-ASCII bytes were accepted after shift sequence. 2. A low surrogate could be emitted in case of error in high surrogate.
-
Serhiy Storchaka authored
hash only once.
-
- 01 Oct, 2015 15 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Serhiy Storchaka authored
longer formatted twice.
-
Serhiy Storchaka authored
longer formatted twice.
-
Victor Stinner authored
-
Victor Stinner authored
getentropy() is blocking, whereas os.urandom() should not block. getentropy() is supported since Solaris 11.3.
-
Victor Stinner authored
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 authored
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 authored
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 authored
-
Andrew Svetlov authored
-
- 30 Sep, 2015 4 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Restore also errno value before calling PyErr_SetFromErrno().
-
Serhiy Storchaka authored
imported at startup) now uses the backslashreplace error handler.
-
Serhiy Storchaka authored
imported at startup) now uses the backslashreplace error handler.
-
- 29 Sep, 2015 16 commits
-
-
Serhiy Storchaka authored
now accept the self and the dict keyword arguments.
-
Serhiy Storchaka authored
now accept the self and the dict keyword arguments.
-
Serhiy Storchaka authored
argument.
-
Serhiy Storchaka authored
argument.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
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 authored
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 authored
-
Guido van Rossum authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Eric V. Smith authored
-
Eric V. Smith authored
and nested format_specs. Patch by Anthon van der Neut.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-