summaryrefslogtreecommitdiff
path: root/pbr
Commit message (Expand)AuthorAgeFilesLines
* Remove missing_reuqires optimizationMonty Taylor2013-07-301-23/+7
* Merge "Loop over test output for better readability"0.5.20Jenkins2013-07-271-1/+2
|\
| * Loop over test output for better readabilityMonty Taylor2013-07-231-1/+2
* | Merge "Add support for globbing in data files"Jenkins2013-07-274-26/+126
|\ \
| * | Add support for globbing in data filesMonty Taylor2013-07-244-26/+126
* | | Merge "Revert include_package_data change"Jenkins2013-07-271-0/+1
|\ \ \
| * | | Revert include_package_data changeMonty Taylor2013-07-231-0/+1
| | |/ | |/|
* | | Merge "Also patch easy_install script creation"Jenkins2013-07-273-2/+31
|\ \ \
| * | | Also patch easy_install script creationMonty Taylor2013-07-233-2/+31
| |/ /
* | | Swap the order of configparser importsMonty Taylor2013-07-252-4/+4
|/ /
* | Merge "Ignore project creator while generating AUTHORS"Jenkins2013-07-221-2/+2
|\ \
| * | Ignore project creator while generating AUTHORSSergey Lukjanov2013-07-181-2/+2
* | | Merge "Replace entry_points console_scripts"Jenkins2013-07-226-1/+114
|\ \ \
| * | | Replace entry_points console_scriptsMonty Taylor2013-07-216-1/+114
| | |/ | |/|
* | | Merge "Remove the need to specify the pbr hook"Jenkins2013-07-222-1/+8
|\ \ \ | |/ /
| * | Remove the need to specify the pbr hookMonty Taylor2013-07-212-1/+8
* | | Merge "Move d2to1 more into the source tree"Jenkins2013-07-2224-115/+90
|\ \ \ | |/ /
| * | Move d2to1 more into the source treeMonty Taylor2013-07-2124-115/+90
* | | Merge "Set defaults directly in option processing"Jenkins2013-07-212-1/+4
|\ \ \ | |/ /
| * | Set defaults directly in option processingMonty Taylor2013-07-212-1/+4
| |/
* | Fix integer_types type under python 3Doug Hellmann2013-07-211-1/+1
|/
* Fix some issues in setup.py testMonty Taylor2013-07-121-4/+6
* Merge "Put AUTHORS.in at the top of AUTHORS." into feature/merged2to1Jenkins2013-07-121-4/+4
|\
| * Put AUTHORS.in at the top of AUTHORS.Monty Taylor2013-07-111-4/+4
* | Merge "Support version override with PBR prefix." into feature/merged2to1Jenkins2013-07-121-1/+3
|\ \
| * | Support version override with PBR prefix.Monty Taylor2013-07-111-1/+3
| |/
* | Allow pip installation to be skipped.Monty Taylor2013-07-111-0/+2
* | Don't run pip needlesslyMonty Taylor2013-07-111-7/+9
|/
* Clean up hacking and path issues with d2to1Monty Taylor2013-07-1119-1241/+515
* Merge d2to1 into the tree, complete with history.Monty Taylor2013-07-0627-0/+2311
|\
| * Add support for namespace packages.Monty Taylor2013-07-061-0/+2
| * Make parse errors meaningful.Monty Taylor2013-05-131-2/+1
| * Added some additional zest.releaser hooks to deal with some perpetual annoyan...Erik M. Bray2013-04-101-0/+87
| * When catching exceptions from a setup-hook don't throw a traceback up for sys...Erik M. Bray2013-04-091-0/+2
| * Remove extra complexity of six.u wrapper.Monty Taylor2013-03-131-1/+1
| * Move setup_requires to setup_requires_dist.Monty Taylor2013-03-121-1/+1
| * Add a few more backwards compatibility options.Monty Taylor2013-03-111-1/+6
| * Fix exception handling error.Monty Taylor2013-03-111-1/+1
| * Fix two minor style things.Monty Taylor2013-03-101-3/+3
| * Fixes #20. Make sure the manifest_maker monkeypatch only occurs once and that...Erik M. Bray2013-03-061-5/+7
| * Yet another Python 2.5 fix; I really ought to just set up my own 2.5 installa...Erik M. Bray2013-03-051-0/+2
| * multiprocessing doesn't exist in Python 2.5Erik M. Bray2013-03-051-1/+4
| * Adds six.py and makes the necessary tweaks to improve support for using d2to1...Erik M. Bray2013-03-058-20/+414
| * Fix 'except as' statements that were breaking things in Python 2.5Erik M. Bray2013-03-051-2/+2
| * Somehow neglected to include extra-file.txt used in the test for #15. Also mo...Erik M. Bray2013-03-053-4/+5
| * 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