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

1472 commits

Author SHA1 Message Date
Jannis Leidel 6364145586 Updated authors file with Aziz Köksal for the tests/path.py file
He allowed us to release the tests/path.py file under the MIT license a while ago https://groups.google.com/group/python-virtualenv/msg/ea453f14a2cd1329?dmode=source&output=gplain&noredirect&pli=1
2012-10-04 23:27:54 +03:00
Marcus Smith cb3db72474 Merge pull request #698 from qwcode/pypy_test
use local packages in req order test
2012-10-03 20:48:31 -07:00
Marcus Smith c1f7719279 use local packages in req order test 2012-10-03 20:23:25 -07:00
Marcus Smith 6e02c6e0bf Merge pull request #695 from agronholm/develop
Append / to the PyPI URL to reduce unnecessary redirects
2012-10-02 12:13:22 -07:00
Alex Grönholm 47af6d4094 Append / to the PyPI URL to reduce unnecessary redirects 2012-10-02 21:19:56 +03:00
Paul Nasrat 60e181bf9e Merge pull request #674 from bergundy/develop
switch submodule init/update to a single line
2012-10-01 04:59:15 -07:00
Marcus Smith 5af097090a Merge pull request #688 from qwcode/readme
Readme files
2012-09-29 20:31:19 -07:00
Marcus Smith fa42a411b6 fix readme typo 2012-09-29 20:16:02 -07:00
Marcus Smith 62795f05a5 pip project readme 2012-09-29 19:40:16 -07:00
Marcus Smith c5e0d3521a test resource readme files 2012-09-29 19:39:54 -07:00
Marcus Smith 134b5e3fd3 Merge pull request #683 from qwcode/link_sort
fix PackageFinder version sorting
2012-09-28 21:13:25 -07:00
Marcus Smith 0917cb4ca0 Merge pull request #687 from msabramo/display_download_full_url
Display download URL (with -v) instead of just the name of the file.
2012-09-28 17:23:07 -07:00
Marc Abramowitz 4342328a6a Log URL that we're downloading from at info level (-v) rather than debug
level (-vv).
2012-09-28 17:14:31 -07:00
Marcus Smith 93bdb858d8 fix finder version sorting with Inf object 2012-09-25 07:56:09 -07:00
Marcus Smith 4ea13f474c Inf py3x compatibility and tests 2012-09-23 14:46:22 -07:00
Marcus Smith b1e375402a add simple test dists, v2 and v3 2012-09-23 14:45:03 -07:00
Carl Meyer 28aeb03b08 Add dependencies information to 'show' command. 2012-09-21 11:15:24 -06:00
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
Roey Berman 297d9ffca0 switch submodule init/update to a single line 2012-09-13 04:01:28 +03: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