- 16 Nov, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 10 Nov, 2013 2 commits
-
-
Jason R. Coombs authored
Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2.
-
Jason R. Coombs authored
Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2.
-
- 04 Nov, 2013 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 02 Nov, 2013 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Issue #19286: Adding test demonstrating the failure when a directory is found in the package_data globs.
-
- 27 Oct, 2013 1 commit
-
-
Georg Brandl authored
-
- 30 Sep, 2013 1 commit
-
-
Antoine Pitrou authored
Patch by Oscar Benjamin.
-
- 29 Sep, 2013 1 commit
-
-
Benjamin Peterson authored
-
- 28 Sep, 2013 1 commit
-
-
Antoine Pitrou authored
-
- 21 Aug, 2013 1 commit
-
-
Tim Peters authored
The only file change is adding the v3.2.5 tag to 3.3's .hgtags file.
-
- 17 Aug, 2013 1 commit
-
-
Ezio Melotti authored
-
- 28 May, 2013 1 commit
-
-
Ned Deily authored
is overriden with the CC environment variable, use the new compiler as the default for linking if LDSHARED is not also overriden. This restores Distutils behavior introduced in 3.2.3 and inadvertently dropped in 3.3.0.
-
- 12 May, 2013 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
distutils.cfg when a venv is active.
-
Georg Brandl authored
-
- 06 Apr, 2013 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 03 Apr, 2013 1 commit
-
-
Roger Serwy authored
-
- 28 Mar, 2013 1 commit
-
-
Georg Brandl authored
-
- 23 Mar, 2013 3 commits
-
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 22 Mar, 2013 1 commit
-
-
Benjamin Peterson authored
-
- 21 Mar, 2013 3 commits
-
-
doko@ubuntu.com authored
when imported, instead doing it at build time. This makes importing sysconfig faster and reduces Python startup time by 20%.
-
doko@ubuntu.com authored
two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
-
doko@ubuntu.com authored
two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
-
- 16 Mar, 2013 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 11 Mar, 2013 3 commits
-
-
Terry Jan Reedy authored
3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett.
-
Terry Jan Reedy authored
as reported by Serhiy Storchaka and Matthew Barnett.
-
Terry Jan Reedy authored
as reported by Serhiy Storchaka and Matthew Barnett.
-
- 03 Feb, 2013 1 commit
-
-
Éric Araujo authored
The customize_compiler function moved many times during the 2.7 series; in 2.7.3, setup scripts importing this function from ccompiler were broken. This commit restores compatibility without reintroducing the issue that #13994 originally fixed (duplication of the function). A unit test makes little sense here, as distutils tests never do imports in functions, and the fix is very simple.
-
- 31 Jan, 2013 1 commit
-
-
doko@python.org authored
the package.
-