- 03 Jul, 2016 17 commits
-
-
J. Goutin authored
Add the new link to "Microsoft Visual C++ Build Tools" if MSVC14 is not installed.
-
Jason R. Coombs authored
Fix misspellings
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
msvc fixes
-
J. Goutin authored
-
J. Goutin authored
-
J. Goutin authored
-
J. Goutin authored
-
J. Goutin authored
-
J. Goutin authored
-
J. Goutin authored
-
J. Goutin authored
-
J. Goutin authored
-
J. Goutin authored
-
J. Goutin authored
Fixes : - Bad argument name - Better Python 2 compatibility
-
- 02 Jul, 2016 17 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Improved support for MSVC discovery
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Reindent to avoid raw strings and hanging indents. Let os.path.join provide the backslash characters.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 01 Jul, 2016 1 commit
-
-
Jason R. Coombs authored
Don't use deprecated 'U' flag to read manifest
-
- 29 Jun, 2016 1 commit
-
-
Victor Stinner authored
The universal newlines mode ('U' flag) is deprecated since Python 3.4. It only replaces "\r\n" with "\n", but it doesn't split lines at "\r" (Mac newline). In practice, the flag was useless, the sdist.read_manifest() method already uses line.strip() and so removes newline characters.
-
- 25 Jun, 2016 3 commits
-
-
stepshal authored
-
Jason R. Coombs authored
readme: update links to documentation
-
Benoit Pierre authored
-
- 24 Jun, 2016 1 commit
-
-
Jason R. Coombs authored
Issue #593 and other fixes
-