summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Always execute tests, even if no test_suite is supplied. Fixes #446.Jason R. Coombs2015-10-101-1/+1
|
* Accept a pattern argument, supplied by later versions of unittest.Jason R. Coombs2015-10-101-1/+1
|
* Only include test_suite in args if one is specified. Ref #446.Jason R. Coombs2015-10-101-2/+7
|
* Re-use _argv for the announcementJason R. Coombs2015-10-101-3/+3
|
* Extract _argv property.Jason R. Coombs2015-10-101-1/+5
|
* Just pass 'unittest' as argv[0] - the full path to the file shouldn't be ↵Jason R. Coombs2015-10-101-2/+1
| | | | relevant
* Resolve test_suite directly rather than referencing test_argsJason R. Coombs2015-10-101-1/+1
|
* Extract variable for nicer indentationJason R. Coombs2015-10-101-3/+2
|
* Move value checking into its own block.Jason R. Coombs2015-10-101-4/+5
|
* Calculate test_args on demand rather than setting an attribute.Jason R. Coombs2015-10-101-4/+5
|
* Backed out changeset 38b415c244b8Jason R. Coombs2015-09-271-5/+1
|
* Extract _requirement_spec method for rendering the requirement specification ↵Jason R. Coombs2015-09-271-1/+5
| | | | for scripts. Ref #439.
* Bumped to 18.3.3 in preparation for next release.Jason R. Coombs2015-09-191-1/+1
|
* Bumped to 18.3.2 in preparation for next release.18.3.2Jason R. Coombs2015-09-191-1/+1
|
* Only return results that are files. Fixes failing test and corrects ↵Jason R. Coombs2015-09-191-1/+2
| | | | additional regression in 18.3.
* MergeJason R. Coombs2015-09-191-0/+23
|\
| * Add another test capturing issue described in http://bugs.python.org/issue12885Jason R. Coombs2015-09-191-0/+23
| |
* | Bumped to 18.3.1 in preparation for next release.18.3.1Jason R. Coombs2015-09-071-1/+1
| |
* | Another refactor of findall, this time separating the simple walk / join ↵Jason R. Coombs2015-09-071-11/+18
| | | | | | | | operation from the conditional relative path.
* | Restore old behavior for calculating the base. Fixes failing test and fixes ↵Jason R. Coombs2015-09-061-1/+3
| | | | | | | | #425.
* | MergeJason R. Coombs2015-09-062-2/+28
|\ \
| * | Update docstring and test to match long-standing expectation in behavior.Jason R. Coombs2015-09-062-2/+4
| |/
| * Add tests capturing expected behavior, including failure to match ↵Jason R. Coombs2015-09-061-0/+24
| | | | | | | | expectation indicated in docstring.
* | Bumped to 18.4 in preparation for next release.Jason R. Coombs2015-09-061-1/+1
| |
* | Extract version handling as a separate methodJason R. Coombs2015-09-061-5/+12
| |
* | Adds #257, pip style versionAnkur Dedania2015-08-311-1/+3
| | | | | | | | | | --HG-- branch : AbsoluteMSTR/adds-257-pip-style-version-1441051798003
* | Use relpath to produce results relative to 'dir'Jason R. Coombs2015-08-301-8/+3
| |
* | Replace initialize/inject loop with a list comprehensionJason R. Coombs2015-08-301-9/+16
| |
* | Add reference to bug reportJason R. Coombs2015-08-301-1/+1
| |
* | Prefer preceding line commentsJason R. Coombs2015-08-301-2/+4
| |
* | Allow dict.update to do the iterationJason R. Coombs2015-08-301-2/+1
| |
* | Replace comment with docstring. Fixes #423Jason R. Coombs2015-08-301-1/+4
| |
* | Allow dict.update to do the iterationJason R. Coombs2015-08-301-3/+2
| |
* | Allow disabling of the sys.path rewrite technique using an environment variable.Jason R. Coombs2015-08-191-1/+2
| |
* | Extract a class for the behavior that rewrites the sys.pathJason R. Coombs2015-08-191-20/+30
| |
* | Calculate prelude and postlude earlyJason R. Coombs2015-08-191-16/+17
| |
* | Open file in context managerJason R. Coombs2015-08-191-3/+2
| |
* | Extract method for wrapping linesJason R. Coombs2015-08-191-8/+22
| |
* | Do join lateJason R. Coombs2015-08-191-4/+3
| |
* | Extract variableJason R. Coombs2015-08-191-1/+2
| |
* | Bumped to 18.3 in preparation for next release.Jason R. Coombs2015-08-191-1/+1
|/
* Remove unused _all_dirs. Prefer 'candidate' to 'suitable'. Update documentation.Jason R. Coombs2015-08-071-15/+8
|
* Merged in spookylukey/setuptools (pull request #140)Jason R. Coombs2015-08-071-2/+12
|\ | | | | | | Big performance fix for find_packages by ignoring hidden dirs earlier