- 18 Mar, 2014 1 commit
-
-
Zachary Ware authored
-
- 17 Mar, 2014 1 commit
-
-
Georg Brandl authored
-
- 16 Mar, 2014 2 commits
-
-
Benjamin Peterson authored
Patch by Andreas Schwab.
-
Antoine Pitrou authored
-
- 15 Mar, 2014 3 commits
-
-
Benjamin Peterson authored
-
Ned Deily authored
new redirect of http://www.python.org/ to https://www.python.org.
-
Benjamin Peterson authored
-
- 13 Mar, 2014 5 commits
-
-
Éric Araujo authored
-
Jesus Cea authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Anastasia Filatova.
-
Éric Araujo authored
When running external programs such as a C compiler and getting an error code, distutils only prints the program name. With this change, one can get the full command line by setting the DISTUTILS_DEBUG environment variable. This should have no compatibility issues, unless there are tools that depend on the exact format of distutils debug messages.
-
- 12 Mar, 2014 7 commits
-
-
Éric Araujo authored
Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
Thanks to Amaury Forgeot d’Arc and Philip J. Eby.
-
Éric Araujo authored
Original patch by Lina Clark.
-
- 11 Mar, 2014 3 commits
-
-
R David Murray authored
Patch by Lita Cho.
-
Benjamin Peterson authored
-
Georg Brandl authored
-
- 10 Mar, 2014 1 commit
-
-
Georg Brandl authored
it clear that any Python 3.x is not usable with the checked out Sphinx.
-
- 09 Mar, 2014 2 commits
-
-
Benjamin Peterson authored
Patch by Gareth Rees.
-
Georg Brandl authored
-
- 08 Mar, 2014 1 commit
-
-
Raymond Hettinger authored
-
- 06 Mar, 2014 2 commits
-
-
Serhiy Storchaka authored
as documented. The pattern and source keyword parameters are left as deprecated aliases.
-
Terry Jan Reedy authored
from __future__ import unicode_literals. Initial patch by Juancarlo Añez. The demos at the end of turtle.py appear to be the only test, so I changed some of the strings to unicode with a u prefix. If os.path.isfile or the Tk image function have problems with Unicode input, that would be different issue.
-
- 03 Mar, 2014 1 commit
-
-
Serhiy Storchaka authored
Thanks Vajrasky Kok and Zachary Ware.
-
- 02 Mar, 2014 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 27 Feb, 2014 1 commit
-
-
Terry Jan Reedy authored
Code patch by Serhiy Storchaka
-
- 26 Feb, 2014 1 commit
-
-
Serhiy Storchaka authored
fileinput.hook_encoded.
-
- 24 Feb, 2014 4 commits
-
-
R David Murray authored
-
R David Murray authored
Patch by Sean Rodman.
-
Georg Brandl authored
-
Terry Jan Reedy authored
Original patches by A. Kuchling and G. Rees (#12691).
-
- 23 Feb, 2014 2 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 22 Feb, 2014 1 commit
-
-
Benjamin Peterson authored
-