- 02 Dec, 2016 1 commit
-
-
Xavier Fernandez authored
-
- 01 Dec, 2016 13 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Use super to resolve the superclass, but fall back to direct access on Python 2 where old style classes are used. Ref #843.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Remove _add_defaults_data_files override and add unittest
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
https://github.com/abstrus/setuptoolsJason R. Coombs authored
Merge branch 'suppress-warning' of https://github.com/abstrus/setuptools into abstrus-suppress-warning
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 30 Nov, 2016 1 commit
-
-
Jason R. Coombs authored
-
- 27 Nov, 2016 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 26 Nov, 2016 1 commit
-
-
Jason R. Coombs authored
-
- 20 Nov, 2016 1 commit
-
-
Thiebaud Weksteen authored
-
- 18 Nov, 2016 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Drop exception support for packages triggering win32com cache generation during build/install. Fixes #841
-
- 13 Nov, 2016 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 08 Nov, 2016 1 commit
-
-
Charles Bouchard-Légaré authored
-
- 04 Nov, 2016 7 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Support Python 3.3.0 for extension suffix
-
Jason R. Coombs authored
Use packaging.version.Version to sort filenames by the version of the package they represent. Alternate implementation of that proposed in #829. Also ref #629.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Add test to verify the install of Pypi top packages
-
- 03 Nov, 2016 3 commits
-
-
Thiebaud Weksteen authored
-
Paul Kehrer authored
-
Paul Kehrer authored
In setuptools 27.0+ extension building fails on Python 3.3.0 because the extension suffix is obtained using `SO` and not `EXT_SUFFIX` (which is used in 3.3.1 and above). See: https://hg.python.org/cpython/file/v3.3.0/Lib/distutils/command/build_ext.py#l673 This patch tries `EXT_SUFFIX` and falls back to `SO` if `EXT_SUFFIX` is falsey.
-
- 31 Oct, 2016 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-