| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bumped to 17.0 in preparation for next release.17.0 | Jason R. Coombs | 2015-05-28 | 1 | -1/+1 |
| | | |||||
| * | Disallow path separators in script names. Fixes #390 | Jason R. Coombs | 2015-05-27 | 1 | -0/+10 |
| | | |||||
| * | Update docstring to include the actual entry point names (for hits when ↵ | Jason R. Coombs | 2015-05-27 | 1 | -1/+2 |
| | | | | | grepping). | ||||
| * | extract variable for nicer indentation | Jason R. Coombs | 2015-05-27 | 1 | -2/+2 |
| | | |||||
| * | Bumped to 16.1 in preparation for next release. | Jason R. Coombs | 2015-05-18 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 16.0 in preparation for next release.16.0 | Jason R. Coombs | 2015-05-18 | 1 | -1/+1 |
| | | |||||
| * | Use new string formatting | Jason R. Coombs | 2015-05-03 | 1 | -7/+8 |
| | | |||||
| * | Render the error message as a single line without a period (for consistency ↵ | Jason R. Coombs | 2015-05-03 | 1 | -5/+3 |
| | | | | | with other usage). | ||||
| * | Let the exception render itself. | Jason R. Coombs | 2015-05-03 | 1 | -2/+2 |
| | | |||||
| * | Nicer error when problem in install_requires | Marc Abramowitz | 2015-05-01 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | Instead of: $ python setup.py egg_info error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers We now have the more helpful: $ python setup.py egg_info error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers. Error: Expected version spec in smsdk.authsvc>=0.0.8,2.0 at 2.0 It took me longer than it should to find the problem with the old error message. The new error message would've helped greatly. | ||||
| * | Merged in agronholm/setuptools (pull request #128) | Jason R. Coombs | 2015-04-26 | 1 | -1/+1 |
| |\ | | | | | | | Check for Jython using sys.platform, not os.name | ||||
| | * | Check for Jython using sys.platform, not os.name | Alex Grönholm | 2015-04-21 | 1 | -1/+1 |
| | | | |||||
| * | | Bumped to 15.3 in preparation for next release. | Jason R. Coombs | 2015-04-26 | 1 | -1/+1 |
| |/ | |||||
| * | Bumped to 15.2 in preparation for next release. | Jason R. Coombs | 2015-04-15 | 1 | -1/+1 |
| | | |||||
| * | Fix TypeError for pytest.skip() | Thomas Bechtold | 2015-04-05 | 1 | -1/+1 |
| | | | | | | | | | | | pytests skip() method doesn't have a 'reason' parameter. This fixes: TypeError: skip() got an unexpected keyword argument 'reason' --HG-- branch : fix-type-error-skip-reason | ||||
| * | Merge | Jason R. Coombs | 2015-04-03 | 2 | -5/+5 |
| |\ | |||||
| | * | Fix setuptools.sandbox._execfile() with Python 3.1. | Arfrever Frehtes Taifersar Arahesis | 2015-03-30 | 1 | -4/+4 |
| | | | | | | | | | It fixes failure of setuptools.tests.test_sandbox.TestSandbox.test_setup_py_with_CRLF() with Python 3.1. | ||||
| | * | Fix some typos. | Arfrever Frehtes Taifersar Arahesis | 2015-03-30 | 1 | -1/+1 |
| | | | |||||
| * | | Bumped to 15.1 in preparation for next release. | Jason R. Coombs | 2015-04-03 | 1 | -1/+1 |
| |/ | |||||
| * | Bumped to 15.0 in preparation for next release.15.0b1 | Jason R. Coombs | 2015-03-28 | 1 | -1/+1 |
| | | |||||
| * | Merged in msabramo/setuptools/DistributionNotFound_list_requirers (pull ↵ | Jason R. Coombs | 2015-03-28 | 1 | -3/+1 |
| |\ | | | | | | | | | | | request #126) DistributionNotFound: Show requirers | ||||
| | * | DistributionNotFound: Move message template to class | Marc Abramowitz | 2015-03-24 | 1 | -3/+1 |
| | | | | | | | | | | | --HG-- branch : DistributionNotFound_list_requirers | ||||
| * | | Bumped to 14.3.2 in preparation for next release. | Jason R. Coombs | 2015-03-20 | 1 | -1/+1 |
| | | | |||||
| * | | Bumped to 14.3.1 in preparation for next release.14.3.1 | Jason R. Coombs | 2015-03-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge | Jason R. Coombs | 2015-03-20 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Correct regex usage | Jason R. Coombs | 2015-03-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | Flat is better than nested. | Jason R. Coombs | 2015-03-20 | 1 | -5/+3 |
| | | | | |||||
| * | | | Remove unused variable | Jason R. Coombs | 2015-03-20 | 1 | -1/+1 |
| |/ / | |||||
| * | | Match Python 3 for bdist_dumb. | Jason R. Coombs | 2015-03-20 | 1 | -2/+3 |
| | | | |||||
| * | | Replace deprecated usage with preferred usage. Fixes #364. | Jason R. Coombs | 2015-03-19 | 1 | -1/+2 |
| |/ | |||||
| * | Bumped to 14.4 in preparation for next release. | Jason R. Coombs | 2015-03-15 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 14.3 in preparation for next release. | Jason R. Coombs | 2015-03-15 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 14.2 in preparation for next release.14.2 | Jason R. Coombs | 2015-03-15 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 14.1.2 in preparation for next release. | Jason R. Coombs | 2015-03-14 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 14.1.1 in preparation for next release.14.1.1 | Jason R. Coombs | 2015-03-14 | 1 | -1/+1 |
| | | |||||
| * | Bypass the checking of site-packages when asserting not user install in ↵ | Jason R. Coombs | 2015-03-14 | 1 | -0/+10 |
| | | | | | site-packages. Fixes #360. | ||||
| * | Remove regression test for Distribute issue #318. The continuing relevance ↵ | Jason R. Coombs | 2015-03-14 | 1 | -20/+0 |
| | | | | | of this test is questionnaible, given that user installs of setuptools no longer imply user installs of other packages. Ref #360. | ||||
| * | Bumped to 14.2 in preparation for next release. | Jason R. Coombs | 2015-03-14 | 1 | -1/+1 |
| | | |||||
| * | Use 'path' to describe a file or directory. | Jason R. Coombs | 2015-03-06 | 1 | -5/+5 |
| | | |||||
| * | More concisely describe the removal. | Jason R. Coombs | 2015-03-06 | 1 | -4/+2 |
| | | |||||
| * | Extract variable for is_tree | Jason R. Coombs | 2015-03-06 | 1 | -2/+2 |
| | | |||||
| * | Short circuit on dry run | Jason R. Coombs | 2015-03-06 | 1 | -6/+8 |
| | | |||||
| * | Remove excess indent | Jason R. Coombs | 2015-03-06 | 1 | -7/+7 |
| | | |||||
| * | Extract method for filename deletion. | Jason R. Coombs | 2015-03-06 | 1 | -1/+3 |
| | | |||||
| * | Filter blockers in the iterable | Jason R. Coombs | 2015-03-06 | 1 | -2/+5 |
| | | |||||
| * | Extract variable for error message. | Jason R. Coombs | 2015-03-06 | 1 | -2/+2 |
| | | |||||
| * | Use short circuit instead of nesting functionality. | Jason R. Coombs | 2015-03-06 | 1 | -8/+10 |
| | | |||||
| * | Extract method for fixing install dir | Jason R. Coombs | 2015-03-06 | 1 | -9/+14 |
| | | |||||
| * | Calculate scheme name directly. | Jason R. Coombs | 2015-03-06 | 1 | -4/+2 |
| | | |||||
| * | Remove comment that references a setup command, but even at the time it was ↵ | Jason R. Coombs | 2015-03-06 | 1 | -1/+0 |
| | | | | | committed, it's not duplicate code from anything in setuptools, and I'm unaware of what a setup command is. | ||||
