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

2748 commits

Author SHA1 Message Date
Florian Briand 60b3579cf8 Add information about command line option
... which can be used with get-pip.py
2014-04-08 22:38:12 -07:00
Paul Moore 6ffee2b05a Merge pull request #1709 from davclark/develop
Note `--build-option` only available in `pip wheel`
2014-04-05 20:15:04 +01:00
Dav Clark a77bd6c64b Note --build-option only available in pip wheel
I got a little confused, per issue #1707.
2014-04-05 11:03:05 -07:00
Paul Moore 264aa69da1 Merge pull request #1675 from pfmoore/docs_setup_py
Document the build system interface used by pip
2014-04-04 17:22:46 +01:00
Donald Stufft d4065aa8d3 Merge pull request #1702 from Ivoz/wheel023
Fix compatibility with wheel 0.23.0
2014-04-03 01:03:06 -04:00
Donald Stufft 3f8a00a63c Merge pull request #1703 from Ivoz/pep8fix
underscore unused variables
2014-04-03 00:56:43 -04:00
Matthew Iversen aa129ffc51 underscore unused variables 2014-04-03 13:39:43 +11:00
Matthew Iversen d1a7130246 Fix compatibility with wheel 0.23.0
wheel now only produces the major python version for the tag of pure
distributions, so expect that instead.
2014-04-03 10:49:27 +11:00
Valentin Haenel c91d78a064 slightly more pythonic syntax for iterating over line numbers 2014-04-02 18:46:34 +02:00
Marcus Smith 1e0711e0e7 Merge pull request #1692 from qwcode/pypa_user
turn on --user tests for pypy
2014-03-29 21:23:41 -07:00
Marcus Smith 2264dc4398 lib path fixes for pypy tests 2014-03-29 20:17:10 -07:00
Marcus Smith ca55f9f8b1 remove unused imports 2014-03-29 09:54:05 -07:00
Marcus Smith 8d37e2abcf turn on --user tests for pypy 2014-03-29 09:48:12 -07:00
Donald Stufft cb315058a9 Fix #1643 - Upgrade six to 1.6.1 2014-03-28 13:14:24 -04:00
Marcus Smith 1cc460af7a Merge pull request #1230 from mgood/patch-1
Don't double "remove" an item from "dirs"
2014-03-28 09:22:54 -07:00
Matt Good 30978a9bf3 Merge remote-tracking branch 'matt/patch-1' into develop
Conflicts:
	pip/req.py
2014-03-27 22:47:50 -07:00
Donald Stufft aca5182861 Merge pull request #1688 from dstufft/accept-encoding-identity
Accept encoding identity
2014-03-27 13:25:39 -04:00
Donald Stufft 190824b949 Document why we use decode_response=False 2014-03-27 11:34:51 -04:00
Donald Stufft 22c562429a Use Accept-Encoding: identity when requesting files 2014-03-27 11:34:51 -04:00
Donald Stufft 6e173ebe3f Merge pull request #1685 from dstufft/fix-latest-flake8
Fix code to handle the latest flake8
2014-03-26 19:49:48 -04:00
Donald Stufft 5a76a47d3b Fix code to handle the latest flake8 2014-03-26 18:24:19 -04:00
Marcus Smith 91dc583661 Merge pull request #1679 from qwcode/win_upgrade_docs
document pip upgrades on windows
2014-03-26 11:06:23 -07:00
Marcus Smith 86aa5f1daa pip upgrades on windows 2014-03-26 11:05:23 -07:00
Paul Moore e0cf2b650e Document the build system interface used by pip 2014-03-25 21:56:46 +00:00
Donald Stufft a5decaaeee Don't join the channel to post messages to it 2014-03-23 12:29:30 -04:00
Jannis Leidel 82fbc84d38 Yes yes yes. 2014-03-23 15:25:43 +01:00
Jannis Leidel 841a760ce2 Use the deadsnakes PPA for a not so dead snake (3.4). 2014-03-23 15:22:57 +01:00
Jannis Leidel 4d591cc81c Update IRC channel name. 2014-03-23 14:36:58 +01:00
Marcus Smith 3d1a6e79d5 update changelog to mention PR1364 2014-03-19 22:56:44 -07:00
Marcus Smith d160c6bc63 Merge pull request #1650 from Ivoz/issues-links
Use Sphinx extlinks for github issues/pulls
2014-03-16 09:45:21 -07:00
Matthew Iversen 6181816d8a Use Sphinx extlinks for github issues/pulls
- :issue:`DDD` results in #DDD
- :pull:`DDD` results in PR #DDD
- Updated CHANGES.txt to use these
- Refs PR #1647
2014-03-16 16:31:20 +11:00
Marcus Smith 4068c832c9 fill in missing word in the user guide 2014-03-15 10:04:48 -07:00
Marcus Smith d32e6ddf03 update changelog 2014-03-14 21:35:10 -07:00
Marcus Smith 0690ff8c2c Merge pull request #1635 from Ivoz/wheelfiles
Allow pip to show files installed for wheels
2014-03-14 21:31:14 -07:00
Marcus Smith ae0cfe3035 update changelog 2014-03-13 13:42:02 -07:00
Marcus Smith 200cad4df7 Merge pull request #1642 from schlamar/handle_install_lib
install_lib should take precedence when reading distutils config.
2014-03-13 13:38:14 -07:00
schlamar 6dfdad58eb Fixed failing test case. 2014-03-13 21:04:43 +01:00
schlamar 3affcaa2b8 install_lib should take precedence when reading distutils config. 2014-03-13 20:19:26 +01:00
Marcus Smith 1f64f882e1 clarify non-recursive upgrades 2014-03-12 22:40:44 -07:00
Matthew Iversen 4ef2dca0d7 Allow pip to show files installed for wheels
- shortened looping logic in search_packages_info
- added logic to find installed files for .dist-info's
- Seemed to be off-by-one error for assert exceptions in test_show_with_files_not_found
- changed ..._with_files_not_found to use an editable install for being unlistable
- added test to assert a wheel's files are now listed :D
2014-03-12 16:31:41 +11:00
Jannis Leidel c988c5a583 Merge pull request #1633 from qwcode/no_manage
have pip just be an installer for simplicity. remove the vague "manage" description
2014-03-11 17:25:28 +01:00
Marcus Smith af1d6d52a3 have pip just be an installer for simplicity. remove the vague "manage" description. 2014-03-11 09:08:52 -07:00
Marcus Smith e7f4e4d816 Merge pull request #1601 from Ivoz/editablesubdir
Use subdirectory as cwd if specified
2014-03-10 21:54:05 -07:00
Marcus Smith c4d3e7edf4 Merge pull request #1605 from Ivoz/lowercase
Freeze package listing in case insensitive order
2014-03-08 10:46:48 -08:00
Matthew Iversen 4008c0a111 Fix tests for subdirectory install
- make assert_install test clearer
- Add option allowing for testing install from an editable subdirectory
2014-03-09 05:33:05 +11:00
Matthew Iversen d3acfe0858 Use subdirectory as cwd if specified 2014-03-09 05:09:02 +11:00
Matthew Iversen d0e6c2fc54 Update docs to ref sorting order of list/freeze 2014-03-09 05:03:28 +11:00
Matthew Iversen 79636d25fc Make svn test less brittle to a surprise argparse 2014-03-09 04:49:41 +11:00
Matthew Iversen 93521d7bc8 Freeze package listing in case insensitive order 2014-03-09 03:54:44 +11:00
Donald Stufft 4087145c09 Merge pull request #1413 from techtonik/patch-1
util.py: quote failed command for readability
2014-03-07 12:05:37 -05:00