1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

103 commits

Author SHA1 Message Date
Ludovic Gasc (GMLudo)
fa13011587 Fix pep8 warnings 2015-03-11 17:14:40 +01:00
Ludovic Gasc (GMLudo)
8cf54fff31 #2414: parse SSH repositories url with a commit hash 2015-03-11 00:41:50 +01:00
Donald Stufft
0bc8aa5622 Style fixes for the latest flake8 2015-02-24 07:46:10 -05:00
Daniel Collins
7d3ac14b6d update submodules after checkout 2014-12-12 16:04:47 -08:00
Xavier Fernandez
b713e96df2 cleanup: use "with open()" to open files 2014-10-18 20:41:18 +02:00
Xavier Fernandez
6dda27ce0f vcs: add documentation to VersionControl class 2014-10-18 20:41:17 +02:00
Chris Jerdonek
2a5deb7c3e Fix code comment ("tag" to "tag or branch"). 2014-10-01 07:14:49 -04:00
Chris Jerdonek
a2090f3172 Change "escape" to "translate" in escape_egg_surname(). 2014-10-01 07:14:47 -04:00
Chris Jerdonek
b88207a36f Fix issue #1083.
This commit escapes the egg "surname" when using git with freeze.
2014-10-01 07:14:09 -04:00
Donald Stufft
9ffa90fb5d Merge pull request #2069 from msabramo/GH-1867_names_by_commit_deterministic
Fix GH-1867: non-deterministic name for git editables on Python 3
2014-10-01 07:11:24 -04:00
Marc Abramowitz
8d1765476e Git.get_src_requirement: Get first matching ref alphabetically
so that the result is deterministic and predictable
2014-09-27 14:14:58 -07:00
Donald Stufft
ec91d8e421 Move from pip.compat.* to six.moves.* for urllib related stuff 2014-09-11 18:40:45 -04:00
Donald Stufft
767d11e49c Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
Donald Stufft
90688e82b1 Revert "Merge pull request #1519 from dstufft/remove-dependency-links"
This reverts commit da02f073da, reversing
changes made to 2ad8888901.

Conflicts:
	CHANGES.txt
	pip/commands/freeze.py
	pip/commands/list.py
	pip/commands/wheel.py
	pip/index.py
	pip/req/req_set.py
	pip/vcs/subversion.py
2014-08-01 16:50:08 -04:00
Matthew Gilliard
58023d0827 Raise NotImplementedError (not NotImplemented)
NotImplemented is a singleton intended for use in __eq__ methods where comparison is not possible for some reason.
2014-07-24 10:58:11 +01:00
Matt Iversen
1ca674bcde Merge pull request #920 from wcerfgba/patch-1
Incorrect operation sequence in bzr-handling code
2014-07-16 04:35:40 +10:00
Donald Stufft
9b11ed231c Merge pull request #1854 from Ivoz/compat-cleaning
Remove unnecessary imports, move some to six
2014-06-16 12:06:21 -04:00
Marc Abramowitz
747361517c Fix GH-1867: non-deterministic name for git editables on Python 3
Determine names_by_commit deterministically.
2014-06-12 23:05:16 -07:00
Remi Rampin
48a69581a4 Fixes pep8 issues 2014-06-11 11:59:31 -04:00
Matthew Iversen
b7770c502a Remove unnecessary imports, move some to six 2014-06-07 04:21:51 +10:00
Remi Rampin
16ca504c7b Catches BadCommand in get_src_requirement()
This catches the BadCommand that get raised by vcs modules when the VCS
software is not installed or not in the PATH. In this case, we behave as
if the .git, .svn or .hg folder hadn't been found at all (but with the
correct warning).
2014-05-21 18:14:24 -04:00
Matthew Iversen
dcb0ee0702 Move backwardcompat package to compat module 2014-05-14 13:10:06 +10:00
Donald Stufft
f79ca70c66 Remove the bundle functionality from pip 2014-05-08 16:09:23 -04:00
Donald Stufft
5a76a47d3b Fix code to handle the latest flake8 2014-03-26 18:24:19 -04:00
Donald Stufft
95ac4c16f5 Remove dependency links support from pip 2014-02-25 18:39:40 -05:00
Donald Stufft
2743768b7b Fix the style of the code base to better match pep8 2014-01-27 14:11:29 -05:00
Donald Stufft
30204be35b Remove uses of sys.exc_info()[1]
Using sys.exc_info()[1] is a hack that was used to use a shared
source approach to Python 3.x support that also included versions
of Python that didn't include the except ... as exc: construction.
Pip no longer supports any of these versions of Python so we can
remove it.
2014-01-27 08:02:10 -05:00
Marcus Smith
73b8692d86 a single path_to_url function with tests 2013-11-18 22:12:41 -08:00
Jannis Leidel
f5335079fb Moved a recursive import. 2013-07-23 20:06:11 +02:00
Carl Meyer
fa81a41d0b Combine Git get_tag_revs and get_branch_revs into single get_refs method. 2013-05-29 16:40:34 -06:00
Carl Meyer
92e0dbbf4c Use git show-ref instead of git branch for better future-proofness.
Based on original patch by Anrs Hu.
2013-05-29 14:03:26 -06:00
gizmoguy1
35f05e0bc9 Moved up check to see if 'repo' was valid before calling the lower() method on it. 2013-04-28 23:18:36 +02:00
Jannis Leidel
8a4458bf56 Fixed a whole bunch of cosmetic problems, mostly to adhere to PEP8. 2013-02-16 19:02:41 +01:00
Marcus Smith
103db0d62d docs and cli error text updates 2013-01-30 20:59:44 -08:00
Roey Berman
297d9ffca0 switch submodule init/update to a single line 2012-09-13 04:01:28 +03:00
Paul Nasrat
7c080e2f38 Fix failing bzr vcs test 2012-07-01 11:47:23 +01:00
Paul Nasrat
1aace2a7ab Merge branch 'develop' of https://github.com/orutherfurd/pip into 552-bzr-33-compat 2012-07-01 11:04:20 +01:00
lepture
94af30dc68 fix #533 . quite and recursive on submodule checkout 2012-06-13 23:27:38 +02:00
lepture
4e264664e2 fix on git repo. if a repo contains submodules, checkout submodules 2012-06-13 23:27:38 +02:00
Ollie Rutherfurd
80a1b9edfc non_hierarchical was dropped at the same time as uses_fragment (#552) 2012-06-07 12:35:41 -04:00
Ollie Rutherfurd
ed09b444bd fix compatability w/3.3 & 2.7.4 & bazaar (#552) 2012-06-07 11:34:27 -04:00
Ollie Rutherfurd
2cfd872fec Python >= 3.3a4 handles url fragments automatically 2012-06-01 18:17:23 -04:00
Paul Nasrat
b8eae098af Merge pull request #464 from gvalkov/call_subprocess
Move pip.call_subprocess to pip.util.call_subprocess
2012-05-13 13:40:03 -07:00
Carl Meyer
4b6872dfbb No .format() formatting yet. 2012-03-13 23:55:17 -07:00
Thomas Fenzl
2c0ac186d3 fixes #427 in own branch 2012-03-13 15:38:47 -07:00
Georgi Valkov
f77a6de500 Move pip.call_subprocess to pip.util.call_subprocess 2012-03-02 01:12:36 +02:00
Qiangning Hong
c2e6f87ea8 support Python 3 2012-02-02 15:25:30 +08:00
Qiangning Hong
ba95ea9499 support Python 2.4 2012-02-02 15:05:48 +08:00
Qiangning Hong
363cc60154 let subversion export support auth and revision 2012-01-31 18:56:47 +08:00
Qiangning Hong
5df6c3aede make subversion understand http://username:password@svn.example.com/ url 2012-01-31 18:42:53 +08:00