aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bumped to 14.0 in preparation for next release.14.0Jason R. Coombs2015-03-062-2/+2
|
* Edit changelogJason R. Coombs2015-03-061-1/+1
|
* Merge pull request #25 from dhellmann/fix-toxJason R. Coombs2015-03-061-2/+4
|\ | | | | Fix tox settings so they work
| * Fix tox settings so they workDoug Hellmann2015-01-121-2/+4
| | | | | | | | | | | | | | | | Update the dependency list to include the mock package. Update the way py.test is called to only scan the setuptools directory, to avoid scanning all of the packages installed in .tox and other temporary directories.
* | Remove unnecessary blockJason R. Coombs2015-03-061-14/+11
| |
* | Extract sys.path and os.environ patching into install_target fixtureJason R. Coombs2015-03-061-10/+7
| |
* | Extract install_target as fixtureJason R. Coombs2015-03-061-12/+8
| |
* | Extract fixture for foo_package.Jason R. Coombs2015-03-061-9/+11
| |
* | Replace comment with docstring assertion.Jason R. Coombs2015-03-061-3/+4
| |
* | Move patching into the patch methods.Jason R. Coombs2015-03-061-8/+4
| |
* | Extract method for common behavior.Jason R. Coombs2015-03-061-9/+7
| |
* | Functions now mirror each other.Jason R. Coombs2015-03-061-4/+6
| |
* | Move related tests into proximityJason R. Coombs2015-03-061-7/+7
| |
* | Rename test to reflect implementation.Jason R. Coombs2015-03-061-1/+1
| |
* | Use pytest.importorskip.Jason R. Coombs2015-03-061-5/+1
| |
* | Update test to match new expectation following pull request #109. Refs #285.Jason R. Coombs2015-03-061-3/+5
| |
* | Merge with 13.0.2Jason R. Coombs2015-03-063-0/+9
|\ \
| * | Added tag 13.0.2 for changeset e22a1d613bddJason R. Coombs2015-03-061-0/+1
| | |
| * | Include pytest.ini in MANIFEST.in. Fixes #359.13.0.2Jason R. Coombs2015-03-062-0/+8
| | |
* | | Update changelogJason R. Coombs2015-03-051-4/+12
| | |
* | | Merged in milinnovations/setuptools (pull request #109)Jason R. Coombs2015-03-051-6/+3
|\ \ \ | | | | | | | | | | | | Different treatment of --user option to easy_install (refs #285)
| * | | Different treatment of --user option to easy_install (refs #285)matej2014-11-181-6/+3
| | | |
* | | | Add --to-dir to bootstrap scriptJason R. Coombs2015-03-052-2/+18
| | | |
* | | | Extract function for _download_argsJason R. Coombs2015-03-051-5/+10
| |/ / |/| |
* | | Bumped to 13.0.2 in preparation for next release.Jason R. Coombs2015-03-052-2/+2
| | |
* | | Added tag 13.0.1 for changeset ae1a5c5cf78fJason R. Coombs2015-03-051-0/+1
| | |
* | | Bumped to 13.0.1 in preparation for next release.13.0.1Jason R. Coombs2015-03-052-2/+2
| | |
* | | Update changelogJason R. Coombs2015-03-051-0/+7
| | |
* | | Added tag 13.0 for changeset df34cc186242Jason R. Coombs2015-03-051-0/+1
| | |
* | | Update changelog13.0Jason R. Coombs2015-03-051-1/+3
| | |
* | | Bumped to 13.0 in preparation for next release.Jason R. Coombs2015-03-052-2/+2
| | |
* | | Remove build_py (unused)Jason R. Coombs2015-03-052-15/+1
| | |
* | | Update changelogJason R. Coombs2015-03-051-0/+7
| | |
* | | Backed out changeset: 8bff4399a7af; Fixes #356Jason R. Coombs2015-03-051-1/+0
| | |
* | | Bumped to 12.5 in preparation for next release.Jason R. Coombs2015-03-042-2/+2
| | |
* | | Added tag 12.4 for changeset 297931cb8cacJason R. Coombs2015-03-041-0/+1
| | |
* | | Reindent header12.4Jason R. Coombs2015-03-041-1/+4
| | |
* | | Update changelogJason R. Coombs2015-03-031-0/+7
| | |
* | | Merged in richardipsum/setuptools (pull request #119)Jason R. Coombs2015-03-031-0/+1
|\ \ \ | | | | | | | | | | | | Reintroduce use of setup_requirements writer
| * | | Reintroduce use of setup_requirements writerRichard Ipsum2015-01-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was originally removed due to an underlying issue (#315) with the upgrade code, which combined with this writer caused upgrades to fail. Issue #315 is resolved now so we can add this writer back.
* | | | Bumped to 12.4 in preparation for next release.Jason R. Coombs2015-02-262-2/+2
| | | |
* | | | Added tag 12.3 for changeset 8d50aac3b207Jason R. Coombs2015-02-261-0/+1
| | | |
* | | | Update changelog12.3Jason R. Coombs2015-02-261-0/+10
| | | |
* | | | Formally describe the supported documentation build process. Fixes #354.Jason R. Coombs2015-02-262-1/+17
| | | |
* | | | Correct usage in needs_pytestJason R. Coombs2015-02-251-1/+1
| | | |
* | | | Now tests may be invoked simply with setup.py test.Jason R. Coombs2015-02-251-1/+1
| | | |
* | | | Move pytest config to pytest.ini (as it conflicts with the pytest-runner ↵Jason R. Coombs2015-02-252-4/+4
| | | | | | | | | | | | | | | | pytest command).
* | | | Update conditional setup-time dependency to also support pytest and test ↵Jason R. Coombs2015-02-251-1/+2
| | | | | | | | | | | | | | | | commands.
* | | | Only require rst.linker when docs commands are invoked. Also specify sphinx ↵Jason R. Coombs2015-02-251-2/+3
| | | | | | | | | | | | | | | | dependency.
* | | | Use rst.linker for generating linked changelogJason R. Coombs2015-02-243-57/+49
| | | |