summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Adds support for the tests_require keyword from setuptools. Tested by eating...Erik M. Bray2013-03-041-3/+8
| | * support test suite and test tests-requireThomas Grainger2013-03-041-1/+4
| | * Patch manifest_maker to support extra_files--this is really the only way I ca...Erik M. Bray2013-02-281-0/+38
| | * This is a test that should really work to test this featureErik M. Bray2013-02-281-0/+22
| | * Merge branch 'master' into svnErik Bray2013-02-2521-19/+1086
| | * Rolling back to previous version of resolve_name; it's possible this can fail...Erik Bray2013-01-161-24/+27
| | * oops - now compatible with python 3Mark Sienkiewicz2013-01-161-6/+11
| | * Any exception that escapes from a hook gets reported along with a stack trace.Mark Sienkiewicz2013-01-111-3/+12
| | * remove debuggingMark Sienkiewicz2013-01-071-4/+0
| | * debugging auto buildsMark Sienkiewicz2012-12-281-2/+8
| | * debugging auto buildsMark Sienkiewicz2012-12-281-0/+1
| | * fix up importer; clean hook name before searchMark Sienkiewicz2012-12-281-23/+13
| | * show traceback when a hook encounters an exceptionMark Sienkiewicz2012-12-281-5/+8
| | * Some changes I made weeks ago but forgot to commitErik Bray2012-09-172-67/+99
| | * Merge branch 'master' of github.com:iguananaut/d2to1Erik Bray2012-09-141-2/+16
| | * Fixes a bug where entry_points in a setup.py are blanked out if there are no ...Erik Bray2012-02-201-2/+7
| | * Several changes that I accidentally committed to d2to1's old repository. See ...Erik Bray2012-02-174-0/+615
* | Merge "Fix some issues in setup.py test."Jenkins2013-07-121-5/+7
|\ \
| * | Fix some issues in setup.py test.Monty Taylor2013-07-081-5/+7
| |/
* | Merge "Support version override with PBR prefix."Jenkins2013-07-121-1/+3
|\ \
| * | Support version override with PBR prefix.Monty Taylor2013-07-081-1/+3
| |/
* | Merge "Don't try to install requirements repo."Jenkins2013-07-121-2/+12
|\ \ | |/ |/|
| * Don't try to install requirements repo.Monty Taylor2013-07-111-2/+12
* | testr: fix Python 3 compatibility0.5.18Julien Danjou2013-07-051-1/+1
* | Allow to override requirement files via environJulien Danjou2013-07-042-1/+26
|/
* Add importlib to the filter list.Monty Taylor2013-06-241-3/+4
* Fix integration scriptJulien Danjou2013-06-243-79/+139
* Merge "Move testrepository to test-requirements.txt."Jenkins2013-06-192-1/+1
|\
| * Move testrepository to test-requirements.txt.Dan Prince2013-06-182-1/+1
* | Merge "Add an integration test script."Jenkins2013-06-181-0/+105
|\ \ | |/ |/|
| * Add an integration test script.Monty Taylor2013-06-141-0/+105
* | Merge "Make python setup.py test do the right thing."Jenkins2013-06-186-6/+197
|\ \ | |/ |/|
| * Make python setup.py test do the right thing.Monty Taylor2013-06-176-6/+197
* | Fix pip invocation for old versions of pip.0.5.17Monty Taylor2013-06-131-1/+1
* | Remove explicit depend on distribute.0.5.16Monty Taylor2013-06-112-14/+0
* | Merge "Use pip instead of easy_install for installation."0.5.15Jenkins2013-06-114-55/+90
|\ \ | |/
| * Use pip instead of easy_install for installation.Monty Taylor2013-06-104-55/+90
* | Merge "Skip git-checkout related tests when .git is missing"Jenkins2013-06-101-0/+4
|\ \ | |/ |/|
| * Skip git-checkout related tests when .git is missingDirk Mueller2013-06-101-0/+4
* | Refactor hooks file.Monty Taylor2013-06-079-103/+302
|/
* Remove jinja pin.0.5.140.5.13Monty Taylor2013-06-061-1/+0
* Merge "Explicitly install install_requires."0.5.12Jenkins2013-06-051-0/+38
|\
| * Explicitly install install_requires.Monty Taylor2013-06-051-0/+38
* | Merge "More python3 compatibility."Jenkins2013-06-057-100/+20
|\ \ | |/ |/|
| * More python3 compatibility.Clark Boylan2013-06-037-100/+20
* | Merge "python3: Use six everywhere"Jenkins2013-06-044-14/+14
|\ \ | |/
| * python3: Use six everywhereChuck Short2013-06-024-14/+14
* | Merge "Handle versioned egg fragments in dependency URLs"Jenkins2013-06-042-4/+29
|\ \
| * | Handle versioned egg fragments in dependency URLsMark McLoughlin2013-05-292-4/+29
* | | Merge "Add vim and emacs files to .gitignore."Jenkins2013-06-011-0/+4
|\ \ \