| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused _all_dirs. Prefer 'candidate' to 'suitable'. Update documentation. | Jason R. Coombs | 2015-08-07 | 1 | -15/+8 |
| | | |||||
| * | Merged in spookylukey/setuptools (pull request #140) | Jason R. Coombs | 2015-08-07 | 1 | -2/+12 |
| |\ | | | | | | | Big performance fix for find_packages by ignoring hidden dirs earlier | ||||
| | * | Big performance fix for find_packages by ignoring hidden dirs earlier | Luke Plant | 2015-07-20 | 1 | -2/+12 |
| | | | |||||
| * | | Bumped to 18.2 in preparation for next release. | Jason R. Coombs | 2015-08-02 | 1 | -1/+1 |
| | | | |||||
| * | | Bumped to 18.1 in preparation for next release.18.1 | Jason R. Coombs | 2015-08-02 | 1 | -1/+1 |
| |/ | |||||
| * | Bumped to 18.0.2 in preparation for next release. | Jason R. Coombs | 2015-06-24 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 18.0.1 in preparation for next release.18.0.1 | Jason R. Coombs | 2015-06-24 | 1 | -1/+1 |
| | | |||||
| * | Conditionally remove __PYVENV_LAUNCHER__ | Jason R. Coombs | 2015-06-23 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 18.1 in preparation for next release. | Jason R. Coombs | 2015-06-23 | 1 | -1/+1 |
| | | |||||
| * | Merge fix | Jason R. Coombs | 2015-06-13 | 1 | -2/+4 |
| |\ | |||||
| | * | Fix test failure when __PYVENV_LAUNCHER__ is set. Fixes #396. | Jason R. Coombs | 2015-06-13 | 1 | -2/+4 |
| | | | |||||
| * | | Don't quote executable name twice in script headers | Stephen Drake | 2015-06-11 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | Don't quote the executable name in JythonCommandSpec.from_environment() since it is quoted if necessary in CommandSpec._render(). With the executable quoted on initialisation of JythonCommandSpec, the quotes get escaped in the resulting header, eg: #!/usr/bin/env \"/path/to/jython\" | ||||
| * | | Remove loop, made unnecessary by removal of support for Pyrex | Jason R. Coombs | 2015-06-10 | 1 | -8/+7 |
| | | | |||||
| * | | Bumped to 18.0 in preparation for next release.18.0b1 | Jason R. Coombs | 2015-06-10 | 1 | -1/+1 |
| | | | |||||
| * | | Detect Cython later in the build process, allowing the library to be ↵ | Jason R. Coombs | 2015-06-10 | 2 | -23/+13 |
| | | | | | | | | | specified in setup_requires. Fixes #288. | ||||
| * | | Bumped to 17.1.2 in preparation for next release. | Jason R. Coombs | 2015-06-08 | 1 | -1/+1 |
| |/ | |||||
| * | Bumped to 17.1.1 in preparation for next release.17.1.1 | Jason R. Coombs | 2015-06-08 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 17.2 in preparation for next release. | Jason R. Coombs | 2015-06-07 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 17.1 in preparation for next release. | Jason R. Coombs | 2015-05-28 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
