aboutsummaryrefslogtreecommitdiffstats
path: root/pavement.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-0/+32
| | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd.
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-32/+0
|
* Add appdirs as vendored package. Ref #763.Jason R. Coombs2016-08-271-0/+2
|
* Fix missing whitespace around operator.stepshal2016-07-141-1/+1
|
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+2
|
* Tabs to spaces in two more files. Ref #489.Jason R. Coombs2016-05-021-19/+19
|
* Replace makefile with pavement file, granting portability on OS X and ↵Jason R. Coombs2016-02-271-0/+28
Windows. Fixes #505.