Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Extract variable | Jason R. Coombs | 2015-12-08 | 1 | -2/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Update syntax for modern style | Jason R. Coombs | 2015-12-08 | 1 | -4/+4 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Don't rely on repr for an HTML attribute value (could end up with 'u' ↵ | Jason R. Coombs | 2015-12-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prefix). Fixes #471. | |||||
| * | | | | | | | | | | | Extract variable | Jason R. Coombs | 2015-12-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Use context manager for opening file | Jason R. Coombs | 2015-12-01 | 1 | -3/+2 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Add get_command_list to dist and process distutils.commands entry pointsget_command_list | Sachi King | 2015-12-07 | 1 | -0/+8 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Bumped to 18.7.2 in preparation for next release. | Jason R. Coombs | 2015-12-01 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Bumped to 18.7.1 in preparation for next release.18.7.1 | Jason R. Coombs | 2015-12-01 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Expect fail when LC_ALL=C | Jason R. Coombs | 2015-12-01 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Expect failure running Python 3 only tests on Python 2 | Jason R. Coombs | 2015-12-01 | 2 | -104/+107 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Try setting LC_CTYPE also | Jason R. Coombs | 2015-12-01 | 1 | -6/+2 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | WTF | Jason R. Coombs | 2015-12-01 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Try inlining the xfail marker. | Jason R. Coombs | 2015-12-01 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Correct usage | Jason R. Coombs | 2015-12-01 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Expect failures on these tests due to ASCII | Jason R. Coombs | 2015-12-01 | 3 | -6/+10 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Expect failure on LC_ALL=C also | Jason R. Coombs | 2015-12-01 | 1 | -1/+3 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Bumped to 18.8 in preparation for next release. | Jason R. Coombs | 2015-11-28 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Bumped to 18.7 in preparation for next release.18.7 | Jason R. Coombs | 2015-11-28 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge Pull Request #144 | Jason R. Coombs | 2015-11-28 | 1 | -5/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Move test into pkg_resources tests | Jason R. Coombs | 2015-11-28 | 1 | -85/+0 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add tests ref #419. | Eric Larson | 2015-11-15 | 1 | -5/+91 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merged in sunpoet/setuptools (pull request #158) | Jason R. Coombs | 2015-11-27 | 1 | -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.5 | sunpoet | 2015-11-20 | 1 | -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. Coombs | 2015-11-27 | 1 | -1/+12 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Extract _use_header method | Jason R. Coombs | 2015-11-27 | 1 | -10/+16 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merged in grizzlynyo/setuptools/bdist_wininst_gui_scripts (pull request #160) | Jason R. Coombs | 2015-11-27 | 1 | -4/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix an issue for bdist_wininst with gui_scripts: | |||||
| * | | | | | | | | | | | fix an issue for bdist_wininst with gui_scripts:bdist_wininst_gui_scripts | grizzlynyo | 2015-11-21 | 1 | -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 Vandenberg | 2015-11-13 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Skip the test when running under venv also | Jason R. Coombs | 2015-11-25 | 1 | -2/+4 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Draft a test for testing the new expectation for develop command (and ↵ | Jason R. Coombs | 2015-11-24 | 1 | -0/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | general functionality when console scripts are present). | |||||
* | | | | | | | | | | | Rename tests for clarity | Jason R. Coombs | 2015-11-24 | 1 | -2/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Use if clause. | Jason R. Coombs | 2015-11-24 | 1 | -4/+4 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Use io.open and its context for simpler reading of a file | Jason R. Coombs | 2015-11-24 | 1 | -8/+5 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Use quiet context to suppress stdout. | Jason R. Coombs | 2015-11-24 | 1 | -5/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Remove unused imports | Jason R. Coombs | 2015-11-24 | 1 | -2/+0 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Extract variable | Jason R. Coombs | 2015-11-24 | 1 | -6/+7 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Replace silent test acceptance with a proper skip check | Jason R. Coombs | 2015-11-24 | 1 | -11/+2 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Extract setup/teardown methods as proper fixtures. | Jason R. Coombs | 2015-11-24 | 1 | -27/+30 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Use context manager for opening file | Jason R. Coombs | 2015-11-24 | 1 | -6/+4 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Bumped to 18.6.2 in preparation for next release. | Jason R. Coombs | 2015-11-24 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Bumped to 18.6.1 in preparation for next release.18.6.1 | Jason R. Coombs | 2015-11-24 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | issue #464: don't crash using super() on a old-style class | Ryan Kelly | 2015-11-24 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Bumped to 18.7 in preparation for next release. | Jason R. Coombs | 2015-11-24 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Adapt the dist to suppress the version in the requirement when installing ↵ | Jason R. Coombs | 2015-11-24 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripts under the develop command. Fixes #439. | |||||
* | | | | | | | | | | | Add VersionlessRequirement adapter to suppress the version number in a ↵ | Jason R. Coombs | 2015-11-24 | 1 | -0/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Distribution. Ref #439. | |||||
* | | | | | | | | | | | Short circuit on skipped behavior, leaving main behavior in the body of the ↵ | Jason R. Coombs | 2015-11-24 | 1 | -3/+4 | |
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method. | |||||
* | | | | | | | | | | Bumped to 18.6 in preparation for next release. | Jason R. Coombs | 2015-11-01 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Bumped to 18.5 in preparation for next release. | Jason R. Coombs | 2015-10-10 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Bumped to 18.4 in preparation for next release.18.4 | Jason R. Coombs | 2015-10-10 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Remove unreachable branch. | Jason R. Coombs | 2015-10-10 | 1 | -7/+6 | |
| | | | | | | | | |