- 13 Mar, 2014 12 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
- based on pip and other PyPA tools - includes references to the new Python Packaging User Guide where appropriate (and the relevant section is at least partially filled in) - started new FAQ sections - both guides aim to introduce users to basic open source concepts if they aren't aware of them - existing guides have been relocated (now linked from the distutils docs) rather then removed, since there is some needed material that has yet to be relocated to the distutils docs as a reference for the legacy formats
-
Éric Araujo authored
-
Éric Araujo authored
-
Victor Stinner authored
It's not exact, but easier to understand.
-
Victor Stinner authored
Condition
-
Victor Stinner 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
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Anastasia Filatova.
-
- 12 Mar, 2014 14 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Sean Rodman.
-
Benjamin Peterson authored
-
Victor Stinner authored
-
Éric Araujo authored
-
Éric Araujo authored
Thanks to Amaury Forgeot d’Arc and Philip J. Eby.
-
R David Murray authored
Corrections from Jim Jewett in #19861.
-
- 11 Mar, 2014 13 commits
-
-
R David Murray authored
-
R David Murray authored
Patch by Lita Cho.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
R David Murray authored
#19861 msg213159
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
R David Murray authored
#19861 msg213156.
-
R David Murray authored
Removed an entry made redundant by the new security section, Moved 'marshal' to the section on features other platforms will need to support, and mention that 'help' is improved by the inspect/pydoc changes (#19561 msg213153).
-
Peter Moody authored
in ipaddress.
-
Victor Stinner authored
-
Victor Stinner authored
-
R David Murray authored
Can't figure out what the other issue was for the importlib changes. Did find a small typo in the reload doc, though.
-
- 10 Mar, 2014 1 commit
-
-
R David Murray authored
They aren't all my words, but most of them are :).
-