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

1454 commits

Author SHA1 Message Date
Marcus Smith 35d704d6e4 Merge pull request #678 from qwcode/file_fixes
file:// fixes, test cleanup, and some refactor
2012-09-17 10:14:18 -07:00
Marcus Smith bb23766d2d correct import for py3x and better assertions 2012-09-16 22:42:30 -07:00
Marcus Smith e066d36de8 don't add local dirs that are not findlinks to url list 2012-09-16 22:41:51 -07:00
Marcus Smith 12ad1f18fe using 'simple' instead of 'FSPkg' in the 'in dex' index 2012-09-16 18:13:47 -07:00
Marcus Smith 7486982f3b test moved to test_index.py 2012-09-16 17:46:19 -07:00
Marcus Smith 65605d5dab have the extra be 'simple' 2012-09-16 17:45:58 -07:00
Marcus Smith 4de9737c7c file:// related tests 2012-09-16 17:45:16 -07:00
Marcus Smith 534037906f file:// urls could have hash fragments 2012-09-16 17:42:54 -07:00
Marcus Smith af7bd9ccdb index file:// urls that are dirs should not have listdir run against them 2012-09-16 17:41:27 -07:00
Marcus Smith 531e3bf443 have the LocalExtras dist use the simple file:// index and simple dist 2012-09-16 17:39:48 -07:00
Marcus Smith 4311632164 have the 'in dex' file:// index use the simple dist 2012-09-16 17:38:59 -07:00
Marcus Smith 2a3a65e981 an empty test file:// index with a dist in the root dir 2012-09-16 17:38:06 -07:00
Marcus Smith da81ff2c38 a new simple file:// index for basic testing 2012-09-16 17:36:21 -07:00
Marcus Smith a2e489fdd5 a new 'simple' dist for basic testing 2012-09-16 17:35:31 -07:00
Marcus Smith 69508f3c68 move to dedicated indexes test folder 2012-09-13 13:09:43 -07:00
Carl Meyer 8c9a241fb2 Rename 'status' command 'show'. 2012-09-12 10:39:19 -06:00
Rafael Caricio 85bbe26f64 Make optional the full file listing. 2012-09-11 17:44:42 -03:00
Rafael Caricio 71286afc4d Enable listing all the installed files. 2012-09-11 16:35:03 -03:00
Carl Meyer f2df551094 Merge pull request #671 from pfmoore/develop
Fix for issue 670 (unorderable Link types under Python 3)
2012-09-10 18:20:56 -07:00
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