- 11 Oct, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 10 Oct, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 09 Oct, 2015 1 commit
-
-
Brett Cannon authored
sys.path has an unwritable __pycache__ directory. This typically comes up when someone runs the test suite from an administrative install of Python on Windows where the user does not have write permissions to the stdlib's directory. Thanks to Zachary Ware and Matthias Klose for reporting bugs related to this issue. (grafted from 34bbd537b3e688dfbb6498e9083445a6a72fc4b1)
-
- 10 Oct, 2015 6 commits
-
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
Also add to comment in the C code.
-
Martin Panter authored
This reuses existing code to hopefully make the new test_input_no_stdout_ fileno() test work. It is hanging Free BSD 9 and OS X Tiger buildbots, and I don't know why.
-
Martin Panter authored
Also factored out some test cases into a new PtyTests class.
-
- 09 Oct, 2015 1 commit
-
-
Vinay Sajip authored
-
- 08 Oct, 2015 1 commit
-
-
Berker Peksag authored
Patch by Henrik Heimbuerger and Bar Harel.
-
- 07 Oct, 2015 3 commits
-
-
Martin Panter authored
-
Martin Panter authored
Also change glossary heading from view
-
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 1 commit
-
-
Victor Stinner authored
Restore also errno value before calling PyErr_SetFromErrno().
-