- 25 Mar, 2014 7 commits
-
-
R David Murray authored
Previously a non-string, non-regex second argument and no callable argument could cause the test to appear to always pass.
-
Victor Stinner authored
Remove useless test and unused variables. Initial patch by Andreas Schwab.
-
Vinay Sajip authored
-
Georg Brandl authored
-
Georg Brandl authored
Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan.
-
Victor Stinner authored
-
Victor Stinner authored
close the file descriptor if os.fdopen() fails
-
- 24 Mar, 2014 1 commit
-
-
Donald Stufft authored
-
- 20 Mar, 2014 3 commits
-
-
Zachary Ware authored
Suggested by Bruce Esrig on docs@.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 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.
-