- 07 Oct, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 06 Oct, 2015 6 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
-
Serhiy Storchaka authored
-
Guido van Rossum authored
-
Serhiy Storchaka authored
Made test_tokenize discoverable.
-
Benjamin Peterson authored
-
- 05 Oct, 2015 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 04 Oct, 2015 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 03 Oct, 2015 6 commits
-
-
Guido van Rossum authored
-
Martin Panter authored
-
Martin Panter authored
Initial patch from Xiang Zhang. Also fix out-of-date _url_collapse_path() doc string.
-
Martin Panter authored
Patch from Xiang Zhang.
-
Terry Jan Reedy authored
curious users. The previous user content is now in the IDLE doc and is redundant. IDLE now means 'Integrated Development and Learning Environment'.
-
Terry Jan Reedy authored
Custom Highlighting. Original patch by Mark Roseman.
-
- 02 Oct, 2015 3 commits
-
-
Yury Selivanov authored
-
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 1 commit
-
-
Guido van Rossum authored
-