- 30 Oct, 2015 9 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 29 Oct, 2015 4 commits
-
-
Serhiy Storchaka authored
Patch by John Mark Vandenberg.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Original patch by John Mark Vandenberg.
-
Benjamin Peterson authored
-
- 28 Oct, 2015 6 commits
-
-
Serhiy Storchaka authored
whitespace is a substring of smallest leading whitespace. Based on patch by Robert Li.
-
Serhiy Storchaka authored
whitespace is a substring of smallest leading whitespace. Based on patch by Robert Li.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Zachary Ware authored
-
Zachary Ware authored
Patch by John Mark Vandenberg.
-
- 27 Oct, 2015 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Clarify message and expected action for beginners. Guard against astral chars in path incorporated in message.
-
- 26 Oct, 2015 2 commits
-
-
Martin Panter authored
-
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 4 commits
-
-
Zachary Ware authored
(tkinter._fix no longer exists in 3.5+)
-
Zachary Ware authored
rather than from elsewhere on PATH.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 24 Oct, 2015 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
(by returning the original object unchanged).
-
Zachary Ware 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 3 commits
-
-
Steve Dower authored
Moves Windows installer externals onto SVN and updates the build process to grab them automatically.
-
Victor Stinner authored
-
Victor Stinner authored
Patch written by Bernt Røskar Brenna.
-
- 22 Oct, 2015 4 commits
-
-
Serhiy Storchaka authored
self.__class__ in __repr__() and __reduce__() for simplicity and reliability.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Berker Peksag authored
-