summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to 18.7 in preparation for next release.18.7Jason R. Coombs2015-11-281-1/+1
|
* Merge Pull Request #144Jason R. Coombs2015-11-281-5/+6
|\
| * Move test into pkg_resources testsJason R. Coombs2015-11-281-85/+0
| |
| * Add tests ref #419.Eric Larson2015-11-151-5/+91
| |
* | Merged in sunpoet/setuptools (pull request #158)Jason R. Coombs2015-11-271-0/+2
|\ \ | | | | | | | | | Fix package list inconsistency caused by namespace package on Python 3.5
| * | Fix package list inconsistency caused by namespace package on Python 3.5sunpoet2015-11-201-0/+2
| |/ | | | | | | | | | | 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/
* | Make test.test_args a non-data property per Pull Request #155.Jason R. Coombs2015-11-271-1/+12
| |
* | Extract _use_header methodJason R. Coombs2015-11-271-10/+16
| |
* | Merged in grizzlynyo/setuptools/bdist_wininst_gui_scripts (pull request #160)Jason R. Coombs2015-11-271-4/+7
|\ \ | | | | | | | | | fix an issue for bdist_wininst with gui_scripts:
| * | fix an issue for bdist_wininst with gui_scripts:grizzlynyo2015-11-211-4/+7
| |/ | | | | | | | | | | | | | | | | | | | | 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
* | Fix docstring started with """" instead of """John Vandenberg2015-11-131-1/+1
| |
* | Skip the test when running under venv alsoJason R. Coombs2015-11-251-2/+4
| |
* | Draft a test for testing the new expectation for develop command (and ↵Jason R. Coombs2015-11-241-0/+25
| | | | | | | | general functionality when console scripts are present).
* | Rename tests for clarityJason R. Coombs2015-11-241-2/+2
| |
* | Use if clause.Jason R. Coombs2015-11-241-4/+4
| |
* | Use io.open and its context for simpler reading of a fileJason R. Coombs2015-11-241-8/+5
| |
* | Use quiet context to suppress stdout.Jason R. Coombs2015-11-241-5/+1
| |
* | Remove unused importsJason R. Coombs2015-11-241-2/+0
| |
* | Extract variableJason R. Coombs2015-11-241-6/+7
| |
* | Replace silent test acceptance with a proper skip checkJason R. Coombs2015-11-241-11/+2
| |
* | Extract setup/teardown methods as proper fixtures.Jason R. Coombs2015-11-241-27/+30
| |
* | Use context manager for opening fileJason R. Coombs2015-11-241-6/+4
| |
* | Bumped to 18.6.2 in preparation for next release.Jason R. Coombs2015-11-241-1/+1
| |
* | Bumped to 18.6.1 in preparation for next release.18.6.1Jason R. Coombs2015-11-241-1/+1
| |
* | issue #464: don't crash using super() on a old-style classRyan Kelly2015-11-241-1/+1
| |
* | Bumped to 18.7 in preparation for next release.Jason R. Coombs2015-11-241-1/+1
| |
* | Adapt the dist to suppress the version in the requirement when installing ↵Jason R. Coombs2015-11-241-0/+4
| | | | | | | | scripts under the develop command. Fixes #439.
* | Add VersionlessRequirement adapter to suppress the version number in a ↵Jason R. Coombs2015-11-241-0/+23
| | | | | | | | Distribution. Ref #439.
* | Short circuit on skipped behavior, leaving main behavior in the body of the ↵Jason R. Coombs2015-11-241-3/+4
|/ | | | method.
* Bumped to 18.6 in preparation for next release.Jason R. Coombs2015-11-011-1/+1
|
* Bumped to 18.5 in preparation for next release.Jason R. Coombs2015-10-101-1/+1
|
* Bumped to 18.4 in preparation for next release.18.4Jason R. Coombs2015-10-101-1/+1
|
* Remove unreachable branch.Jason R. Coombs2015-10-101-7/+6
|
* Always execute tests, even if no test_suite is supplied. Fixes #446.Jason R. Coombs2015-10-101-1/+1
|
* Accept a pattern argument, supplied by later versions of unittest.Jason R. Coombs2015-10-101-1/+1
|
* Only include test_suite in args if one is specified. Ref #446.Jason R. Coombs2015-10-101-2/+7
|
* Re-use _argv for the announcementJason R. Coombs2015-10-101-3/+3
|
* Extract _argv property.Jason R. Coombs2015-10-101-1/+5
|
* Just pass 'unittest' as argv[0] - the full path to the file shouldn't be ↵Jason R. Coombs2015-10-101-2/+1
| | | | relevant
* Resolve test_suite directly rather than referencing test_argsJason R. Coombs2015-10-101-1/+1
|
* Extract variable for nicer indentationJason R. Coombs2015-10-101-3/+2
|
* Move value checking into its own block.Jason R. Coombs2015-10-101-4/+5
|
* Calculate test_args on demand rather than setting an attribute.Jason R. Coombs2015-10-101-4/+5
|
* Backed out changeset 38b415c244b8Jason R. Coombs2015-09-271-5/+1
|
* Extract _requirement_spec method for rendering the requirement specification ↵Jason R. Coombs2015-09-271-1/+5
| | | | for scripts. Ref #439.
* Bumped to 18.3.3 in preparation for next release.Jason R. Coombs2015-09-191-1/+1
|
* Bumped to 18.3.2 in preparation for next release.18.3.2Jason R. Coombs2015-09-191-1/+1
|
* Only return results that are files. Fixes failing test and corrects ↵Jason R. Coombs2015-09-191-1/+2
| | | | additional regression in 18.3.
* MergeJason R. Coombs2015-09-191-0/+23
|\
| * Add another test capturing issue described in http://bugs.python.org/issue12885Jason R. Coombs2015-09-191-0/+23
| |