- 28 Nov, 2015 11 commits
-
-
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
-
- 12 Nov, 2015 1 commit
-
-
John Vandenberg authored
-
- 27 Nov, 2015 1 commit
-
-
Jason R. Coombs authored
-
- 25 Nov, 2015 12 commits
-
-
Jason R. Coombs authored
Update tox tests so they run the full suite of tests using the canonical technique. Include .tox in norecursedirs to avoid testing all the dependencies and environment. Update docs to reflect findings (https://bitbucket.org/spookylukey/setuptools/commits/88339d2e4af661a60a42bc14c4ff3e68cd19fa21#comment-2558164).
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Draft a test for testing the new expectation for develop command (and general functionality when console scripts are present).
-
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
-
- 24 Nov, 2015 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-