summaryrefslogtreecommitdiff
path: root/pip/req.py
Commit message (Expand)AuthorAgeFilesLines
* Don't pass a unicode __file__ to setup.py on Python 2.xDonald Stufft2014-02-201-1/+5
* Ensure wheel-Version is compatible with pipMatthew Iversen2014-02-191-0/+3
* cherry-pick fixesMarcus Smith2014-02-081-5/+6
* fixes for downloading wheels (Issue #1112)Marcus Smith2014-02-081-16/+27
* 'pip wheel' should download wheels, when it finds themMarcus Smith2014-02-081-17/+53
* Properly parse comments from the end of a lineDonald Stufft2014-01-221-0/+4
* Explicitly test for setuptools and not pkg_resourcesDonald Stufft2014-01-101-1/+1
* Have a nice error when setuptools is not availableDonald Stufft2014-01-071-0/+9
* Switch to importing the vendored pkg_resourcesDonald Stufft2014-01-071-1/+1
* Try utf-8, the system’s default encoding, and latin1 when reading egg_info-...Stefan Scherfke2013-12-201-3/+26
* Respect explicit encoding declarations in setup.py files.Ben Darnell2013-12-201-4/+5
* uninstalling --user dists should leave global scripts aloneMarcus Smith2013-11-291-7/+15
* fix --ignore-installed (Issue #1097)Marcus Smith2013-11-291-1/+2
* Enable --[no-]compile which will compile or not compile pyc filesDonald Stufft2013-11-211-2/+12
* - if installing directly from a wheel, fail if it has an invalid name or is u...Marcus Smith2013-11-141-3/+9
* Make Wheel respect --rootDonald Stufft2013-10-301-3/+8
* Fixed error messageawentzonline2013-10-291-1/+1
* Remove the allow_all_unverifiedDonald Stufft2013-10-261-2/+4
* Rename --allow-insecure to --allow-unverifiedDonald Stufft2013-10-261-1/+5
* Merge remote-tracking branch 'niedbalski/develop' into subdirectory-editablePaul Nasrat2013-09-271-23/+85
|\
| * Merge from upstream projectJorge Niedbalski R2013-08-121-25/+44
| |\
| * | [pip/req] editable_options defaults to NoneJorge Niedbalski2013-07-241-1/+5
| * | [pip/req] added _strip_postfix, _build_req_from_url, _build_editable_options....Jorge Niedbalski2013-07-241-23/+83
* | | Use requests instead of urllib2Donald Stufft2013-09-241-6/+16
* | | Cmds {install,wheel} should return proper error codeLincoln de Sousa2013-08-251-5/+2
| |/ |/|
* | fix up the bundle supportMarcus Smith2013-08-071-8/+13
* | let --download work with wheelsMarcus Smith2013-08-051-5/+7
* | setuptools upgrade testsMarcus Smith2013-07-271-0/+1
* | 2 fixes for setuptools upgrades: 1) works using setuptools wheels, 2) works w...Marcus Smith2013-07-261-11/+24
|/
* Checked for options to be None in parse_requirementsKevin Frommelt2013-07-011-1/+1
* remove unnecessary patches since setuptools-0.8 will be py2/3 compatibleMarcus Smith2013-06-191-30/+8
* force setuptools>=0.7.2 to uninstall distributeMarcus Smith2013-06-191-3/+25
* revert distribute skip in py3 (commit fe09baa1a2e062afeb3f264c41f98906294e85ff)Marcus Smith2013-06-191-16/+8
* solution for uprading to setuptools-0.7.2 in py2 & py3Marcus Smith2013-06-191-10/+54
* Enable --no-allow-insecure inside of a requirements.txtDonald Stufft2013-06-071-0/+2
* Change --allow-external to work per project and add --allow-all-externalDonald Stufft2013-06-071-1/+4
* Change wording from "unsafe" to "insecure"Donald Stufft2013-06-071-3/+3
* Differentiate between safe and unsafe urls where possibleDonald Stufft2013-06-071-1/+4
* In accordance with PEP438 default to allowing external urlsDonald Stufft2013-06-071-0/+2
* Differentiate between internal and external links where possibleDonald Stufft2013-06-071-0/+2
* Merge pull request #948 from qwcode/global_build_cleanupMarcus Smith2013-05-181-22/+4
|\
| * write pip delete marker into global build dir upon creationMarcus Smith2013-05-181-22/+4
* | don't install or build wheels for distribute in python3Marcus Smith2013-05-161-8/+16
|/
* PreviousBuildDirError logging and test fixMarcus Smith2013-04-301-2/+2
* pep8 comment fixMarcus Smith2013-04-201-2/+2
* deal with pre-existing build dirsMarcus Smith2013-04-201-4/+17
* wheel requirement checks with testsMarcus Smith2013-04-051-2/+0
* check for proper distribute when using wheelsDaniel Holth2013-04-051-1/+3
* merge with developMarcus Smith2013-03-151-13/+20
|\
| * Only install stable releases by defaultDonald Stufft2013-03-091-6/+14