- 11 Eki, 2015 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Nir Soffer.
-
Benjamin Peterson yazdı
-
- 10 Eki, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 09 Eki, 2015 1 kayıt (commit)
-
-
Brett Cannon yazdı
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 Eki, 2015 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
Also add to comment in the C code.
-
Martin Panter yazdı
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 yazdı
Also factored out some test cases into a new PtyTests class.
-
- 09 Eki, 2015 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 08 Eki, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Henrik Heimbuerger and Bar Harel.
-
- 07 Eki, 2015 3 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
Also change glossary heading from view
-
Benjamin Peterson yazdı
-
- 06 Eki, 2015 6 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Serhiy Storchaka yazdı
-
Guido van Rossum yazdı
-
Serhiy Storchaka yazdı
Made test_tokenize discoverable.
-
Benjamin Peterson yazdı
-
- 05 Eki, 2015 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 04 Eki, 2015 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 03 Eki, 2015 6 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
Initial patch from Xiang Zhang. Also fix out-of-date _url_collapse_path() doc string.
-
Martin Panter yazdı
Patch from Xiang Zhang.
-
Terry Jan Reedy yazdı
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 yazdı
Custom Highlighting. Original patch by Mark Roseman.
-
- 02 Eki, 2015 3 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Berker Peksag yazdı
Patch by Johannes Niediek.
-
Serhiy Storchaka yazdı
1. Non-ASCII bytes were accepted after shift sequence. 2. A low surrogate could be emitted in case of error in high surrogate.
-
- 01 Eki, 2015 5 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Serhiy Storchaka yazdı
longer formatted twice.
-
Victor Stinner yazdı
getentropy() is blocking, whereas os.urandom() should not block. getentropy() is supported since Solaris 11.3.
-
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.
-