- 13 Mar, 2014 4 commits
-
-
Jesus Cea authored
-
É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.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Anastasia Filatova.
-
- 12 Mar, 2014 6 commits
-
-
Éric Araujo authored
Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Sean Rodman.
-
Éric Araujo authored
Thanks to Amaury Forgeot d’Arc and Philip J. Eby.
-
- 11 Mar, 2014 3 commits
-
-
R David Murray authored
Patch by Lita Cho.
-
Benjamin Peterson authored
-
Benjamin Peterson 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 7 commits
-
-
R David Murray authored
Patch by Priya Pappachan, based on suggestions from Terry Reedy and myself.
-
Ned Deily authored
Patch by Claudiu Popa.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
This fifth tuple element is unsupported in an old hg version still used on one buildbot, and it is not really necessary (only used in touch --help).
-
Georg Brandl authored
-
Georg Brandl authored
-
- 08 Mar, 2014 1 commit
-
-
R David Murray authored
This was perhaps on the border between a bug fix and a feature since the Python3 docs did not originally say it was unix only. However, the functions never worked anywhere but unix, and the docs were changed to say it was unix only well before the windows support was added. Unfortunately, windows support was added in 3.3.4 as well as 3.4. That leaves us in the uncomfortable position of needing the tag to say "version changed: 3.3.4" :(
-
- 07 Mar, 2014 1 commit
-
-
Brett Cannon authored
-
- 06 Mar, 2014 2 commits
-
-
Zachary Ware authored
pylauncher.vcxproj already has the same dependency, and adding it to the pywlauncher project eliminates the possibility of the pywlauncher build failing when building the solution in parallel. In particular, pywlauncher may fail to build when doing a "Rebuild Solution" from the VS Build menu.
-
Serhiy Storchaka authored
as documented. The pattern and source keyword parameters are left as deprecated aliases.
-
- 05 Mar, 2014 1 commit
-
-
Kristján Valur Jónsson authored
index. This avoids the possibility of setting an iterator to an invalid state.
-
- 04 Mar, 2014 1 commit
-
-
Kristján Valur Jónsson authored
to the exhausted state.
-
- 03 Mar, 2014 1 commit
-
-
Serhiy Storchaka authored
Thanks Vajrasky Kok and Zachary Ware.
-
- 02 Mar, 2014 7 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 01 Mar, 2014 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 28 Feb, 2014 2 commits
-
-
Brett Cannon authored
Bug filed and initial attempt at a patch by Bohuslav Kabrda.
-
Martin v. Löwis authored
are opened in text mode. Patch by Serhiy Storchaka.
-
- 27 Feb, 2014 1 commit
-
-
Terry Jan Reedy authored
Code patch by Serhiy Storchaka
-