summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | Extract variableJason R. Coombs2015-12-081-2/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Update syntax for modern styleJason R. Coombs2015-12-081-4/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Don't rely on repr for an HTML attribute value (could end up with 'u' ↵Jason R. Coombs2015-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prefix). Fixes #471.
| * | | | | | | | | | | Extract variableJason R. Coombs2015-12-011-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Use context manager for opening fileJason R. Coombs2015-12-011-3/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Add get_command_list to dist and process distutils.commands entry pointsget_command_listSachi King2015-12-071-0/+8
|/ / / / / / / / / /
* | | | | | | | | | Bumped to 18.7.2 in preparation for next release.Jason R. Coombs2015-12-011-1/+1
| | | | | | | | | |
* | | | | | | | | | Bumped to 18.7.1 in preparation for next release.18.7.1Jason R. Coombs2015-12-011-1/+1
| | | | | | | | | |
* | | | | | | | | | Expect fail when LC_ALL=CJason R. Coombs2015-12-011-0/+1
| | | | | | | | | |
* | | | | | | | | | Expect failure running Python 3 only tests on Python 2Jason R. Coombs2015-12-012-104/+107
| | | | | | | | | |
* | | | | | | | | | Try setting LC_CTYPE alsoJason R. Coombs2015-12-011-6/+2
| | | | | | | | | |
* | | | | | | | | | WTFJason R. Coombs2015-12-011-0/+1
| | | | | | | | | |
* | | | | | | | | | Try inlining the xfail marker.Jason R. Coombs2015-12-011-2/+2
| | | | | | | | | |
* | | | | | | | | | Correct usageJason R. Coombs2015-12-011-1/+1
| | | | | | | | | |
* | | | | | | | | | Expect failures on these tests due to ASCIIJason R. Coombs2015-12-013-6/+10
| | | | | | | | | |
* | | | | | | | | | Expect failure on LC_ALL=C alsoJason R. Coombs2015-12-011-1/+3
| | | | | | | | | |
* | | | | | | | | | Bumped to 18.8 in preparation for next release.Jason R. Coombs2015-11-281-1/+1
| | | | | | | | | |
* | | | | | | | | | 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:bdist_wininst_gui_scriptsgrizzlynyo2015-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.
* | | | | | | | | | | 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
| | | | | | | | |