- 28 Oct, 2015 1 commit
-
-
Zachary Ware authored
Patch by John Mark Vandenberg.
-
- 27 Oct, 2015 1 commit
-
-
Terry Jan Reedy authored
Clarify message and expected action for beginners. Guard against astral chars in path incorporated in message.
-
- 26 Oct, 2015 1 commit
-
-
Martin Panter authored
This restores details lost in revision 097f4fda61a4 (since Python 3.3, related to the new OSError subclasses). Further additions: * Markup for attributes and constructor signature * Explain "winerror" and "filename2" * Extend test to check for filename2 defaulting to None * Clarify that the constructor can return a subclass I have intentionally left out any details of allowing more than five arguments, or how the "args" attribute is set for four or more arguments. These details seem to be dependent on the Python version and platform.
-
- 25 Oct, 2015 2 commits
-
-
Zachary Ware authored
rather than from elsewhere on PATH.
-
Benjamin Peterson authored
-
- 24 Oct, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Zachary Ware authored
This removes the need to add externals/tcltk[64]/bin to PATH to be able to import tkinter. Also documents the necessity for the DLLs to be on PATH or in python.exe's directory.
-
- 23 Oct, 2015 1 commit
-
-
Victor Stinner authored
Patch written by Bernt Røskar Brenna.
-
- 22 Oct, 2015 1 commit
-
-
Terry Jan Reedy authored
-
- 20 Oct, 2015 2 commits
-
-
Terry Jan Reedy authored
-
Berker Peksag authored
This should make buildbots green.
-
- 19 Oct, 2015 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
doko@ubuntu.com authored
-
- 17 Oct, 2015 2 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 16 Oct, 2015 1 commit
-
-
Berker Peksag authored
Patch by TAKASE Arihiro.
-
- 14 Oct, 2015 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
-
- 13 Oct, 2015 2 commits
-
-
Serhiy Storchaka authored
pickletools.opcodes.
-
Zachary Ware authored
Patch by Serhiy Storchaka.
-
- 12 Oct, 2015 2 commits
-
-
Benjamin Peterson authored
-
Terry Jan Reedy authored
the other buttons and the new IDLE Dark theme.
-
- 11 Oct, 2015 4 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Nir Soffer.
-
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 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
Also change glossary heading from view
-