- 28 Nov, 2015 26 commits
-
-
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
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix package list inconsistency caused by namespace package on Python 3.5
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Unload all pkg_resources modules and not just the main module.
-
Jason R. Coombs authored
Fix EBNF for package specifications.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
fix an issue for bdist_wininst with gui_scripts:
-
Jason R. Coombs authored
-
Jason R. Coombs authored
update certifi to 2015.11.20
-
- 21 Nov, 2015 2 commits
-
-
grizzlynyo authored
The script header was always generated with non-gui executable. This was caused by by adjust_header assuming the executable is always an absolute path. Fixed by using find_executables() from distutils. --HG-- branch : bdist_wininst_gui_scripts
-
grizzlynyo authored
--HG-- branch : sync_certifi
-
- 19 Nov, 2015 1 commit
-
-
sunpoet authored
namespace package will be skipped during installation. Since Python 3.5, .pyo files are removed and new .opt-1.pyc (and .opt-2.pyc) files are introduced [1]. However setuptools does not understand that new naming therefore the corresponding foo.opt-1.pyc is still added into package list (via --record). The inconsistency leads to a packaging error. [1] https://www.python.org/dev/peps/pep-0488/
-
- 17 Nov, 2015 10 commits
-
-
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
-
- 16 Nov, 2015 1 commit
-
-
Eric Larson authored
-