aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update changelog17.1Jason R. Coombs2015-06-071-0/+7
|
* Add test capturing possible violation in expectation due to new Python ↵Jason R. Coombs2015-06-071-0/+16
| | | | 2.7.10 release. Ref #380.
* Remove now deprecated test capturing failure of range comparison operators ↵Jason R. Coombs2015-06-071-3/+0
| | | | (Ref #380).
* Merged in jamezpolley/setuptools (pull request #134)Jason R. Coombs2015-06-071-0/+4
|\ | | | | | | Expand the range of valid operators to include comparators
| * Expand the range of valid operators to include comparatorsJames Polley2015-05-221-0/+4
| |
* | Add tests capturing expectation for range comparison operators (Ref #380).Jason R. Coombs2015-06-071-0/+6
| |
* | Bumped to 17.1 in preparation for next release.Jason R. Coombs2015-05-282-2/+2
| |
* | Added tag 17.0 for changeset 8e5624096101Jason R. Coombs2015-05-281-0/+1
| |
* | Bumped to 17.0 in preparation for next release.17.0Jason R. Coombs2015-05-282-2/+2
| |
* | Correct typoJason R. Coombs2015-05-281-1/+1
| |
* | Issue #378: Do not use internal importlib._bootstrap module.Arfrever Frehtes Taifersar Arahesis2015-05-282-8/+9
| |
* | Update changelogJason R. Coombs2015-05-271-0/+8
| |
* | Disallow path separators in script names. Fixes #390Jason R. Coombs2015-05-271-0/+10
| |
* | Update docstring to include the actual entry point names (for hits when ↵Jason R. Coombs2015-05-271-1/+2
| | | | | | | | grepping).
* | extract variable for nicer indentationJason R. Coombs2015-05-271-2/+2
|/
* Bumped to 16.1 in preparation for next release.Jason R. Coombs2015-05-182-2/+2
|
* Added tag 16.0 for changeset e0825f0c7d59Jason R. Coombs2015-05-181-0/+1
|
* Bumped to 16.0 in preparation for next release.16.0Jason R. Coombs2015-05-182-2/+2
|
* Update changelogJason R. Coombs2015-05-181-1/+3
|
* Don't install tests in site-packagesAlex Grönholm2015-05-161-1/+1
|
* Update changelogJason R. Coombs2015-05-031-0/+7
|
* Use new string formattingJason R. Coombs2015-05-031-7/+8
|
* Extract variable for clarity.Jason R. Coombs2015-05-031-3/+2
|
* Render the error message as a single line without a period (for consistency ↵Jason R. Coombs2015-05-031-5/+3
| | | | with other usage).
* Replace ValueErrors containing implicit contract about the structure of the ↵Jason R. Coombs2015-05-031-16/+15
| | | | message with a RequirementParseError explicitly joining arguments for the string representation.
* Let the exception render itself.Jason R. Coombs2015-05-031-2/+2
|
* Nicer error when problem in install_requiresMarc Abramowitz2015-05-011-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.
* MergeJason R. Coombs2015-04-261-1/+1
|\
| * Merged in agronholm/setuptools (pull request #128)Jason R. Coombs2015-04-261-1/+1
| |\ | | | | | | | | | Check for Jython using sys.platform, not os.name
| | * Check for Jython using sys.platform, not os.nameAlex Grönholm2015-04-211-1/+1
| | |
* | | Restore compatibility for Python 3.2 and earlier.Jason R. Coombs2015-04-261-1/+6
| | |
* | | Remove use of deprecated imp module, avoiding deprecation warnings.Jason R. Coombs2015-04-261-6/+7
|/ /
* | Bumped to 15.3 in preparation for next release.Jason R. Coombs2015-04-262-2/+2
| |
* | Added tag 15.2 for changeset df5dc9c7aa75Jason R. Coombs2015-04-261-0/+1
| |
* | Partial appears to behave differently on Python 2.6. Also, this syntax is ↵15.2Jason R. Coombs2015-04-261-2/+2
| | | | | | | | more congruent and easier to read.
* | Update changelogJason R. Coombs2015-04-261-0/+8
| |
* | Use _call_aside to signal early that the function is called immediately.Jason R. Coombs2015-04-261-6/+13
| |
* | Declare variables for nicer linting.Jason R. Coombs2015-04-261-0/+6
| |
* | Extract function for initializing the master working set. Fixes #373.Jason R. Coombs2015-04-261-17/+31
|/
* Bumped to 15.2 in preparation for next release.Jason R. Coombs2015-04-152-2/+2
|
* Added tag 15.1 for changeset 10fde952613bJason R. Coombs2015-04-151-0/+1
|
* Update changelog15.1Jason R. Coombs2015-04-151-0/+1
|
* Bump packaging version to 15.1Jason R. Coombs2015-04-155-30/+32
|
* Merged in toabctl/setuptools/fix-type-error-skip-reason (pull request #127)Jason R. Coombs2015-04-151-1/+1
|\ | | | | | | Fix TypeError for pytest.skip()
| * Fix TypeError for pytest.skip()Thomas Bechtold2015-04-051-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
| * Created new branch fix-type-error-skip-reasonTom Bechtold2015-04-050-0/+0
|/ | | | | --HG-- branch : fix-type-error-skip-reason
* MergeJason R. Coombs2015-04-034-8/+8
|\
| * Fix setuptools.sandbox._execfile() with Python 3.1.Arfrever Frehtes Taifersar Arahesis2015-03-301-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 Arahesis2015-03-303-4/+4
| |
* | Bumped to 15.1 in preparation for next release.Jason R. Coombs2015-04-032-2/+2
| |