summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use pkg_resources.parse_version to handle more version typesRichard Ipsum2014-11-061-10/+16
* fixRichard Ipsum2014-11-051-24/+57
* The beginnings of conflict detectionRichard Ipsum2014-11-051-2/+26
* Add the beginnings of this conflict detectionRichard Ipsum2014-11-053-5/+85
* more things...Richard Ipsum2014-11-041-4/+4
* Add the beginnings of pip.find_depsRichard Ipsum2014-11-041-0/+76
* Add a temporary pip.to_chunkRichard Ipsum2014-11-041-0/+23
* Move pip exts into ext dirRichard Ipsum2014-11-042-0/+0
* Remove pypi-checkerRichard Ipsum2014-11-041-26/+0
* some random fixRichard Ipsum2014-11-041-2/+5
* It's okayRichard Ipsum2014-11-041-1/+0
* Fulfil TODO: don't keyerror on invalid opRichard Ipsum2014-11-041-2/+9
* Another TODORichard Ipsum2014-11-041-0/+2
* Add TODORichard Ipsum2014-11-041-0/+1
* Handle version constraintsRichard Ipsum2014-11-041-1/+11
* TODORichard Ipsum2014-11-041-0/+2
* Parse a requirement insteadRichard Ipsum2014-11-041-13/+24
* Change format of usageRichard Ipsum2014-11-041-1/+2
* And be a bit more verboseRichard Ipsum2014-11-041-0/+6
* Ahem >.>Richard Ipsum2014-11-041-1/+1
* No need for this, given our assumptionRichard Ipsum2014-11-041-2/+0
* Add case for valid tarRichard Ipsum2014-11-041-4/+11
* TODOsRichard Ipsum2014-11-041-0/+3
* Add basic test for make_tarball_lorryRichard Ipsum2014-11-041-0/+45
* Only run our stuff if we're called as mainRichard Ipsum2014-11-041-8/+10
* Remove this example urlRichard Ipsum2014-11-041-2/+0
* Add warn() and error() and use thoseRichard Ipsum2014-11-041-18/+16
* Tarball should have -tarball suffixRichard Ipsum2014-11-041-1/+2
* Lorries are dicts of dicts, return thatRichard Ipsum2014-11-041-6/+6
* package name should be lower caseRichard Ipsum2014-11-041-3/+5
* Rename back, generate seems more appropriateRichard Ipsum2014-11-041-2/+2
* Change some of the err strings and format to 80 charRichard Ipsum2014-11-041-11/+12
* Fix get_compresionRichard Ipsum2014-11-041-5/+3
* Catch exceptions for anything network relatedRichard Ipsum2014-11-041-5/+18
* I'll log to stdoutRichard Ipsum2014-11-041-7/+0
* Rename some thingsRichard Ipsum2014-11-041-4/+4
* If home_page is repo url then lorry thatRichard Ipsum2014-11-041-9/+11
* Be more verboseRichard Ipsum2014-11-041-7/+15
* Pretty print the lorry outputRichard Ipsum2014-11-041-1/+1
* Comment about loggingRichard Ipsum2014-11-041-1/+6
* TODO: we need to log stuffRichard Ipsum2014-11-041-0/+2
* Use url extension to determine compressionRichard Ipsum2014-11-041-7/+26
* Filter urlsRichard Ipsum2014-11-041-3/+16
* ahem, more fixes >.>Richard Ipsum2014-11-041-6/+2
* Fix is_repo function + misc tidyRichard Ipsum2014-11-041-5/+17
* Various fix upsRichard Ipsum2014-11-041-12/+17
* enum from 1Richard Ipsum2014-11-041-1/+1
* Generate tarball lorryRichard Ipsum2014-11-041-17/+28
* Get user to choose in the case of multiple releasesRichard Ipsum2014-11-041-20/+58
* Add stuff for finding whether a url is a repoRichard Ipsum2014-11-041-2/+31