- 02 Oct, 2015 2 commits
-
-
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.
-
- 01 Oct, 2015 6 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Serhiy Storchaka authored
longer formatted twice.
-
Victor Stinner authored
getentropy() is blocking, whereas os.urandom() should not block. getentropy() is supported since Solaris 11.3.
-
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
-
- 30 Sep, 2015 2 commits
-
-
Victor Stinner authored
Restore also errno value before calling PyErr_SetFromErrno().
-
Serhiy Storchaka authored
imported at startup) now uses the backslashreplace error handler.
-
- 29 Sep, 2015 11 commits
-
-
Serhiy Storchaka authored
now accept the self and the dict keyword arguments.
-
Serhiy Storchaka authored
argument.
-
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
-
Andrew Svetlov authored
-
Eric V. Smith authored
and nested format_specs. Patch by Anthon van der Neut.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 28 Sep, 2015 10 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Berker Peksag authored
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 authored
-
Terry Jan Reedy authored
background, as selected by user, on all systems. This also fixes a problem with found items not highlighted on Windows. Initial patch by Mark Roseman. Fix replaces workaround with obscure but proper configuration option.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
background, as selected by user, on all systems. This also fixes a problem with found items not highlighted on Windows. Initial patch by Mark Roseman. Fix replaces workaround with obscure but proper configuration option.
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
- 27 Sep, 2015 9 commits
-
-
Serhiy Storchaka authored
module in inconsistent state.
-
R David Murray authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Terry Jan Reedy authored
top of the window, unless it is too near the bottom to do do.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Terry Jan Reedy authored
affected by a tk regression. Initial patch by Mark Roseman.
-