summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Add more documentation"Jenkins2013-07-223-124/+188
|\ \ | |/
| * Add more documentationMonty Taylor2013-07-213-124/+188
* | Merge "We force installs via pip, we should declare it"Jenkins2013-07-221-0/+1
|\ \
| * | We force installs via pip, we should declare itMonty Taylor2013-07-211-0/+1
* | | Merge "Ignore project creator while generating AUTHORS"Jenkins2013-07-221-2/+2
|\ \ \
| * | | Ignore project creator while generating AUTHORSSergey Lukjanov2013-07-181-2/+2
* | | | Merge "Do not assume the tests run as jenkins"Jenkins2013-07-221-2/+2
|\ \ \ \
| * | | | Do not assume the tests run as jenkinsDoug Hellmann2013-07-211-2/+2
| |/ / /
* | | | Merge "Replace entry_points console_scripts"Jenkins2013-07-227-1/+157
|\ \ \ \ | | |/ / | |/| |
| * | | Replace entry_points console_scriptsMonty Taylor2013-07-217-1/+157
| | |/ | |/|
* | | Merge "Remove the need to specify the pbr hook"Jenkins2013-07-223-4/+8
|\ \ \ | |/ /
| * | Remove the need to specify the pbr hookMonty Taylor2013-07-213-4/+8
* | | Merge "Move d2to1 more into the source tree"Jenkins2013-07-2226-117/+92
|\ \ \ | |/ /
| * | Move d2to1 more into the source treeMonty Taylor2013-07-2126-117/+92
* | | Merge "Fix python 3.3 tests"Jenkins2013-07-222-15/+1
|\ \ \
| * | | Fix python 3.3 testsDoug Hellmann2013-07-212-15/+1
* | | | 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
* | Add libffi-devMonty Taylor2013-07-201-1/+1
|/
* Merge "Add Python 3.3 checking"0.5.19Jenkins2013-07-162-0/+14
|\
| * Add Python 3.3 checkingJulien Danjou2013-07-152-0/+14
* | Merge feature/merged2to1 into masterMonty Taylor2013-07-1233-30/+1637
|\ \ | |/ |/|
| * 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-1126-1253/+555
| * 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
| | * Merge pull request #16 from iguananaut/sixErik Bray2013-03-059-21/+420
| | |\
| | | * 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
| | * | Fix 'except as' statements that were breaking things in Python 2.5Erik Bray2013-03-051-2/+2
| | * | Somehow neglected to include extra-file.txt used in the test for #15. Also mo...Erik Bray2013-03-053-4/+5
| | |/