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

1593 commits

Author SHA1 Message Date
Paul Moore 1dee479184 Code changes for fix to issue 670 2012-09-10 21:04:00 +01:00
Paul Moore 040f729376 Fix for issue 670 (unorderable Link types under Python 3) 2012-09-10 20:45:04 +01:00
Carl Meyer 90c826e0f5 Merge pull request #669 from andreiko/check-already-downloaded-fix
Fixed test_download_should_skip_existing_files test
2012-09-10 08:46:19 -07:00
Andrey Bulgakov e51d076738 Fixed test_download_should_skip_existing_files test 2012-09-10 18:53:54 +04:00
Carl Meyer 382465e4a2 Update AUTHORS and changelog. 2012-09-10 02:57:36 -06:00
Andrey Bulgakov 6bdb5041f6 test for check-already-downloaded feature 2012-09-10 02:57:36 -06:00
Andrey Bulgakov a4da43ada4 _get_md5_from_file -> _get_hash_from_file 2012-09-10 02:57:36 -06:00
andreiko aa2b3522f6 fixed typo: md5_hash -> hash 2012-09-10 02:57:36 -06:00
Andrey Bulgakov 8d194bfcfc check if file was already downloaded
In --download mode skip downloading when file already exists in target directory
2012-09-10 02:57:36 -06:00
Carl Meyer 3c7509d9e0 Merge pull request #659 from lanxenet/patch-1
Fix bug with ;-terminated PATHEXT on Windows.
2012-09-10 01:11:53 -07:00
Carl Meyer cc86de13d8 Update AUTHORS and changelog. 2012-09-10 00:51:53 -06:00
Carl Meyer 895bfee767 Allow --no-index and --find-links relative path in reqs file. 2012-09-10 00:48:48 -06:00
Paul Moore 04f01f227e Support local file paths in --find-links arguments 2012-09-09 21:15:32 +01:00
Carl Meyer 60860379d8 Add note in docs that bundle feature may go away. 2012-09-09 10:51:25 -06:00
Carl Meyer 51b928ff4b Update news entry. 2012-09-08 15:42:10 -06:00
Carl Meyer 6315bf9877 Update AUTHORS and changelog. 2012-09-08 15:41:07 -06:00
Carl Meyer 558e11ab2b Merge branch 'feature.status' into develop 2012-09-08 15:34:52 -06:00
Carl Meyer 1d6f5af736 Add basic docs. 2012-09-08 15:34:24 -06:00
Carl Meyer 6d5a9e2fb2 Minor cleanup. 2012-09-08 15:31:59 -06:00
Carl Meyer 40ff2fcb35 Merge branch 'develop' into feature.status 2012-09-08 11:04:20 -06:00
Carl Meyer e91653ca80 Merge pull request #665 from mcdonc/feature.tox
add a tox.ini
2012-09-08 09:44:36 -07:00
Chris McDonough d95f2e1b45 add a tox.ini 2012-09-08 10:18:25 -04:00
Rafael Caricio 63459a2707 Little refactory. 2012-09-07 18:18:48 -04:00
Rafael Caricio 16f76e24bd Only print some files. 2012-09-07 17:44:49 -04:00
Rafael Caricio 776fcbce9f Test search for more than one distribution. 2012-09-07 17:28:18 -04:00
Rafael Caricio b78dff8d2c Refactory and support to package name in any case. 2012-09-07 17:17:04 -04:00
Rafael Caricio 0f09b5ccd7 First test for status command. 2012-09-07 16:31:56 -04:00
Rafael Caricio 44470d1bd0 Remove blank spaces in the end of the line. 2012-09-07 16:01:34 -04:00
Rafael Caricio 76bbecd42e Added the patch code sent by @vbabiy. 2012-09-07 15:56:00 -04:00
Carl Meyer 469fa69793 Fix a couple tests that were too sensitive to how pip is installed. 2012-09-07 10:32:45 -06:00
Carl Meyer 931408b965 Bump develop branch to a post-release version. 2012-09-07 09:48:57 -06:00
Carl Meyer e860d6a0b1 Merge pull request #662 from mcdonc/feature.setupdev
setup.py dev
2012-09-07 08:31:32 -07:00
Chris McDonough 05ebae2a20 Non-user-facing: setup.py dev in pip checkout will run setup.py develop and then cause test_requires requirements to be installed 2012-09-07 10:45:39 -04:00
Jannis Leidel 0d08f266fb Merge branch 'release/1.2.1' into develop 2012-09-06 10:31:07 +02:00
Jannis Leidel ac2c3fed39 Bumped up the version a notch and updated changelog. 2012-09-06 10:30:13 +02:00
Carl Meyer 378dc14b85 Merge pull request #660 from garrypolley/patch-1
Fixing import error for tempfile
2012-09-05 14:24:30 -07:00
Garry Polley 0d27d5aa0a Fixing import error for tempfile
A change was made to add extra logging whenever pip log files cannot be added. 

Here is the changeset that caused the issue:  8ebc7a3160 (pip)/basecommand.py
2012-09-05 15:55:34 -05:00
enoch 5230dd2016 修复配置PATHEXT最后一个字符如果是分号的情况。 2012-09-05 18:04:09 +08:00
Marcus Smith 0c599b68e8 Merge pull request #657 from qwcode/issue_656
Issue 656   just log warning when no uninstall paths, don't raise error
2012-09-04 15:36:51 -07:00
Marcus Smith 597e684d0e py2.7 freeze variants in travis 2012-09-04 15:13:50 -07:00
Marcus Smith cf23cb609f regression test for issue #656 2012-09-04 12:40:50 -07:00
Marcus Smith ab335810d2 fix test for no paths in uninstall set 2012-09-03 10:55:29 -07:00
Marcus Smith 99e28f072b just log warning and return when no paths, don't raise 2012-09-03 10:55:10 -07:00
Jannis Leidel f6aae6069f Fixed a failing test. 2012-09-01 21:21:30 +02:00
Jannis Leidel 7760a01ddc Simplified get_prog to not trigger any exception. 2012-09-01 21:14:07 +02:00
Jannis Leidel 7492f9c23a Safeguard against sys.argv not existing. 2012-09-01 21:06:29 +02:00
Jannis Leidel 5c3f415f23 Trying to fix a werid test failure. 2012-09-01 20:58:39 +02:00
Jannis Leidel 1447d7d2ac Use our own terminal size util. 2012-09-01 20:36:35 +02:00
Jannis Leidel 1525a63b57 Added a get_prog util to correctly show the name of the program when using python -m pip.
Also show the full path in the missing command error message.
2012-09-01 20:36:31 +02:00
Jannis Leidel 95ff6fc32b Moved __main__.py to correct location. 2012-09-01 20:36:27 +02:00