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

4460 commits

Author SHA1 Message Date
Donald Stufft 136b15f33e Merge pull request #3287 from sigmavirus24/bug/3282
Alias imports for vendored requests deps
2016-01-19 19:19:51 -05:00
Donald Stufft 8943ce44cb Merge pull request #3382 from dstufft/upgrade
Upgrade CacheControl to 0.11.6
2016-01-19 17:53:17 -05:00
Xavier Fernandez b78ea273ff Merge pull request #3381 from xavfernandez/wheel_dir
pip.wheel: change --wheel-dir default value
2016-01-19 23:47:11 +01:00
Donald Stufft 0337e3399d Upgrade CacheControl to 0.11.6 2016-01-19 17:16:25 -05:00
Xavier Fernandez 18b5fc2c44 pip.wheel: change --wheel-dir default value
From <current working directory>/wheelhouse to <current working
directory> only to be consistent with pip download behavior.
2016-01-19 22:42:22 +01:00
Donald Stufft c2c4382e00 Merge pull request #3378 from dstufft/download-default-dir
Default to downloading to the current directory
2016-01-19 15:29:34 -05:00
Donald Stufft 1ae7707e96 Default to downloading to the current directory 2016-01-19 13:05:34 -05:00
Donald Stufft 396e5cbad8 Merge pull request #3380 from dstufft/virtualenv-update
Update to deal with latest version of virtualenv
2016-01-19 13:01:56 -05:00
Donald Stufft cae136fc8e Update to deal with latest version of virtualenv 2016-01-19 12:23:52 -05:00
Donald Stufft 3b3978b994 Merge pull request #3284 from ncoghlan/pep376-installer-file
Record pip in INSTALLER file
2016-01-19 10:41:08 -05:00
Donald Stufft 6f5e46fc54 Merge pull request #3376 from dstufft/more-policy
More bundling policy updates
2016-01-19 10:33:14 -05:00
Donald Stufft 32de148810 Merge pull request #3377 from dstufft/upgrade
Upgrade packaging to 16.0
2016-01-19 10:33:05 -05:00
Xavier Fernandez 2bc883076b Merge pull request #3321 from techtonik/patch-5
Make Travis test docs and pep8 before everything else
2016-01-19 16:23:39 +01:00
Donald Stufft 54e2c81a7a Upgrade packaging to 16.0 2016-01-19 10:03:06 -05:00
Donald Stufft 0697d8bd3f Fix grammar 2016-01-19 08:52:29 -05:00
Donald Stufft 5e9617499d Clarify more in the policy 2016-01-19 08:52:21 -05:00
Donald Stufft 10bc148d0d Merge pull request #3375 from dstufft/bundling-policy
Update our policy on bundling
2016-01-19 08:05:59 -05:00
Donald Stufft 302875381a Update our policy on bundling 2016-01-19 07:32:10 -05:00
Donald Stufft bcf61f4b40 Merge pull request #3374 from dstufft/close-file
Restore the close to this file object
2016-01-19 06:03:43 -05:00
Donald Stufft 60a728393c Merge pull request #3373 from dstufft/ssl-default
Use ssl.get_default_verify_paths() to get the system CABundle
2016-01-19 06:02:20 -05:00
Donald Stufft 2bde707063 Restore the close to this file object 2016-01-19 05:39:54 -05:00
Donald Stufft d966eb9735 Use ssl.get_default_verify_paths() to get the system CABundle 2016-01-19 00:57:45 -05:00
Donald Stufft d8d6fd0850 Merge pull request #3326 from xavfernandez/untar_timestamp
Make sure to keep the timestamp when untaring
2016-01-19 00:49:23 -05:00
Donald Stufft a6e329fef4 Merge pull request #3371 from dstufft/upgrade
Upgrade colorama, ipaddress, lockfile, requests, and six
2016-01-18 23:51:12 -05:00
Donald Stufft 35feedebc1 Merge pull request #3324 from jsbarber/develop
Fix for issue #2834 with test
2016-01-18 23:21:09 -05:00
Donald Stufft 1a98cb8edf Upgrade html5lib to 1.0b8 2016-01-18 23:16:35 -05:00
Donald Stufft 38754585a1 Upgrade setuptools to 19.4 2016-01-18 23:16:35 -05:00
Donald Stufft 8ef42523cf Upgrade six to 1.10.0 2016-01-18 18:29:52 -05:00
Donald Stufft c7214084a0 Upgrade requests to 2.9.1 2016-01-18 18:28:54 -05:00
Donald Stufft 857da63b7c Upgrade lockfile to 0.12.2 2016-01-18 18:26:22 -05:00
Donald Stufft 98b8106770 Upgrade ipaddress to 1.0.16 2016-01-18 18:24:50 -05:00
Donald Stufft 4f4d8a683b Upgrade colorama to 0.3.6 2016-01-18 18:23:50 -05:00
Donald Stufft 3ae13b2e35 Merge pull request #3312 from sbidoul/no-branch-in-egg-name-sbi
stop the addition of the branch name in the #egg=... fragment
2016-01-18 18:04:03 -05:00
Paul Moore 7c674d9374 Merge pull request #3366 from pfmoore/install_docs
Docs - pip install - a bit more detail on how pip processes requirements
2016-01-18 16:20:05 +00:00
Paul Moore 106eb628a2 Fix reference to #egg syntax to avoid implying that setting the version works 2016-01-18 10:14:13 +00:00
Xavier Fernandez 2f51af278a Merge pull request #3294 from xavfernandez/fix_windows_unit_tests
Fix windows unit tests
2016-01-17 23:07:37 +01:00
Xavier Fernandez b998ab6807 Skip SafeFileCache no_perms tests on windows
Since Windows is lacking geteuid, it is useless.
2016-01-17 22:40:46 +01:00
Xavier Fernandez b47c14405b Provide an alternative to os.path.samefile
For windows under python2
2016-01-17 22:40:46 +01:00
Xavier Fernandez 57ea6dd8b1 Fix TestUninstallPathSet.test_add 2016-01-17 22:40:46 +01:00
Xavier Fernandez 9162869adc Fix test_relative_local_find_links 2016-01-17 22:40:46 +01:00
Xavier Fernandez c9b48feea6 Fix test_relative_local_nested_req_files 2016-01-17 22:40:46 +01:00
Xavier Fernandez e1e93520e5 Fix test_install_prefix on Windows 2016-01-17 22:40:46 +01:00
Xavier Fernandez 08932c4a4e Fix test_reqs unit tests on windows 2016-01-17 22:40:46 +01:00
Xavier Fernandez fec74b29c0 Fix test_locations unit tests on windows 2016-01-17 22:40:46 +01:00
Xavier Fernandez 02b8c98970 Fix test_compact_shorter_path 2016-01-17 22:40:46 +01:00
Xavier Fernandez bd7b5bfaef Merge pull request #3311 from xavfernandez/more_finder_refactor
More finder refactor
2016-01-17 22:35:33 +01:00
Paul Moore 2fcfd9320b Docs - pip install - a bit more detail on how pip processes requirements 2016-01-15 15:55:48 +00:00
Xavier Fernandez 2bc3e3b069 Drop useless test
find_all_candidates can not return an unsupported wheel:
it would have been skipped in _link_package_versions
2016-01-15 10:19:07 +01:00
Xavier Fernandez 81ce0deca2 No need to sort the candidates, just find the best 2016-01-15 10:19:07 +01:00
Xavier Fernandez e126033ad5 keep the compatible_versions list 2016-01-15 10:19:07 +01:00