summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Update documentation to point at https://pip.pypa.io/Donald Stufft2014-05-021-1/+1
* Rename pip.vendor.* to pip._vendor.* to ensure it's obviously privateDonald Stufft2013-10-221-3/+3
* Add distlib's package_data to setup.pyPaul Moore2013-10-221-1/+5
* Use requests instead of urllib2Donald Stufft2013-09-241-1/+1
* Vendor requests v2.0.0Donald Stufft2013-09-241-1/+1
* Require the newest version of scripttestDonald Stufft2013-08-211-1/+1
* Switch to using py.test as the test runner instead of noseDonald Stufft2013-08-211-3/+21
* setup.py: dropped claim of python 2.5 supportJim Garrison2013-07-251-1/+0
* Merge branch 'release-1.4' into developJannis Leidel2013-07-231-22/+20
|\
| * Ignore everything in tests.Jannis Leidel2013-07-231-1/+1
| * Remove the changelog from the PyPI page and add links to it and the installat...Jannis Leidel2013-07-231-21/+19
* | Versioned commands consistent with python.Paul Nasrat2013-07-141-1/+2
|/
* wheel: account for purelib != platlibDaniel Holth2013-06-301-0/+1
* have "pip wheel" only be satisfied by setuptoolsMarcus Smith2013-06-271-1/+1
* Switch to using a fully vendored distlib inside of pip.vendorDonald Stufft2013-03-091-2/+2
* Only install stable releases by defaultDonald Stufft2013-03-091-1/+1
* use rst extensions for editability and RTD linksMarcus Smith2013-03-031-1/+1
* remove non-ascii char from CHANGES.txt and add comment about lack of encoding...Marcus Smith2013-02-191-0/+2
* refactor pip.backwardcompat from module to packageMarcus Smith2013-02-101-1/+1
* won't be installing the ssl backport as a dependencyMarcus Smith2013-02-061-1/+0
* 'package_dir' not neededMarcus Smith2013-02-051-1/+0
* added install_requiresJames Cleveland2013-02-041-0/+1
* Adding PEM file to package data.James Cleveland2013-02-041-0/+2
* setup.py read function fixMarcus Smith2013-01-251-1/+1
* improved docs and cli helpMarcus Smith2013-01-181-15/+8
* Non-user-facing: setup.py dev in pip checkout will run setup.py develop and t...Chris McDonough2012-09-071-2/+8
* Use our own terminal size util.Jannis Leidel2012-09-011-1/+1
* Added a pip.__version__ variable that is used in the setup.py and the docs' c...Jannis Leidel2012-09-011-14/+19
* Bumped version up to 1.2.Jannis Leidel2012-09-011-1/+1
* Removed 2.4 a bit more.Jannis Leidel2012-09-011-1/+0
* Bump dev version.Carl Meyer2012-06-061-1/+1
* Bumped to post1.Jannis Leidel2012-02-161-1/+1
* Bumped version to 1.1 and updated changelog slightly.Jannis Leidel2012-02-161-1/+1
* Use a numbered post version.Carl Meyer2011-12-121-1/+1
* Require virtualenv 1.7 for running tests, and drop --no-site-packages.Carl Meyer2011-12-111-1/+1
* Bump to a post version to distinguish from current release.Carl Meyer2011-12-111-1/+1
* Bumped version to 1.0.2.Jannis Leidel2011-07-161-1/+1
* Use absolute path to docs dir. Fixes issue #279.Jannis Leidel2011-07-161-1/+1
* Fixed setup.py long-description to account for sphinx index.html changes.Carl Meyer2011-07-161-2/+6
* Bumped version to 1.0.1.Jannis Leidel2011-04-301-1/+1
* No reason to assume the tests wouldn't run with a future version of scripttest.Carl Meyer2011-04-161-1/+1
* Added news about the use of git-flow.Jannis Leidel2011-04-121-1/+1
* Updated test dependency to virtualenv>=1.6.Jannis Leidel2011-04-041-4/+1
* Revert "Updated setup.py to handle unicode date in the long_description."Jannis Leidel2011-04-041-12/+10
* Updated setup.py to handle unicode date in the long_description.Jannis Leidel2011-04-041-10/+12
* Merge branch 'master' of github.com:pypa/pipJannis Leidel2011-04-041-1/+4
|\
| * Update tests_require to match master version of virtualenv.Carl Meyer2011-03-221-2/+4
| * Bump version to 1.0.0.pre1; next release will be 1.0Carl Meyer2011-03-221-1/+1
| * added virtualenv development version to tests_require, because it is py3k com...Hugo Lopes Tavares2011-03-201-1/+2
* | Bumped version to 1.0.Jannis Leidel2011-04-041-4/+3
|/