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

2619 commits

Author SHA1 Message Date
Donald Stufft e87f4bf3d2 Switch to using Author <email@domain.com> for the AUTHORS file 2014-02-26 13:28:48 -05:00
Donald Stufft 9dcdbb548f Generate AUTHORS using git log 2014-02-26 12:51:37 -05:00
Donald Stufft 0f7af007bf Merge pull request #1595 from dstufft/fix-changelog
Fix changelog link
2014-02-25 20:33:38 -05:00
Donald Stufft 3f78e35201 Fix changelog link 2014-02-25 20:29:57 -05:00
Donald Stufft da02f073da Merge pull request #1519 from dstufft/remove-dependency-links
Remove Dependency Links - Needs Discussion
2014-02-25 19:57:55 -05:00
Donald Stufft 95ac4c16f5 Remove dependency links support from pip 2014-02-25 18:39:40 -05:00
Donald Stufft 2ad8888901 Merge pull request #1592 from dstufft/stricter-style
Turn on everything in flake8
2014-02-24 19:15:12 -05:00
Donald Stufft 95035fc5c4 Turn on everything in flake8
flake8 ignores some errors by default, these ignored by defaults
change sometimes. This will make things stabler by selecting
everything.
2014-02-24 16:52:23 -05:00
Donald Stufft c8d9368e71 Merge branch 'master' into develop
Conflicts:
	CHANGES.txt
	pip/__init__.py
2014-02-21 07:18:52 -05:00
Donald Stufft 313b8d9f7d Merge branch '1.5.X'
Conflicts:
	CHANGES.txt
2014-02-21 07:10:46 -05:00
Donald Stufft 627cb5591a Bump version 2014-02-21 07:09:34 -05:00
Marcus Smith 1a0e8fad4c log deprecation for --build when value is different than default 2014-02-20 22:37:35 -08:00
Marcus Smith a3f6ec7b5f can't log deprecation for --build, since it's set always 2014-02-20 22:22:25 -08:00
Marcus Smith 8b53c451fd remove redundancy from changelog 2014-02-20 21:14:13 -08:00
Donald Stufft d40d56c01c Remove duplicated test 2014-02-20 20:41:52 -05:00
Donald Stufft 751eec65f3 Merge branch 'master' into develop
Conflicts:
	CHANGES.txt
	docs/configuration.rst
	docs/cookbook.rst
	docs/reference/pip.rst
	docs/usage.rst
	pip/__init__.py
	pip/commands/install.py
	pip/commands/wheel.py
	pip/req.py
	pip/wheel.py
	tests/unit/test_wheel.py
2014-02-20 20:33:59 -05:00
Donald Stufft 3435cf36eb Merge branch '1.5.X'
Conflicts:
	CHANGES.txt
2014-02-20 19:36:56 -05:00
Donald Stufft 8c6a6a01df Bump version and mark release date in the changelog 2014-02-20 18:48:34 -05:00
Donald Stufft f8bf919f57 Add changelog item 2014-02-20 18:45:56 -05:00
Donald Stufft 7d36d26a79 Merge pull request #1583 from dstufft/non-unicode-file
Don't pass a unicode __file__ to setup.py on Python 2.x
2014-02-20 17:32:40 -05:00
Donald Stufft cab9d69f3a Upgrade six to 1.5.2 2014-02-20 16:30:49 -05:00
Donald Stufft aeeb33e215 Don't pass a unicode __file__ to setup.py on Python 2.x 2014-02-20 15:56:22 -05:00
Donald Stufft 6ae7e8fec6 Merge pull request #1581 from dstufft/test-wheel-version-1.5.x
Test wheel version 1.5.x
2014-02-19 20:55:09 -05:00
Matthew Iversen b26d91c880 Ensure wheel-Version is compatible with pip 2014-02-19 20:01:22 -05:00
Donald Stufft 34808054ce Merge pull request #1569 from Ivoz/test-wheel-version
Test Wheel-Version before installing it
2014-02-19 19:14:18 -05:00
Paul Moore 9acaf66e26 Merge pull request #1579 from pfmoore/comment_main
Added a comment explaining how __main__.py gets the wheel name
2014-02-19 10:28:33 +00:00
Paul Moore 77be5e914e Added a comment explaining how __main__.py gets teh wheel name 2014-02-19 09:33:51 +00:00
Matthew Iversen 0bbfaf6f06 Expand docstring for check_compatibility 2014-02-19 18:44:44 +11:00
Matthew Iversen f0d093feec Simplify wheel exception raises assertion 2014-02-19 18:32:41 +11:00
Matthew Iversen 5a6855dcf1 Fix test logic, tiny error / import cleanup 2014-02-19 10:31:12 +11:00
Matthew Iversen e0818e1240 Remove commented line 2014-02-18 18:01:44 +11:00
Matthew Iversen 897b509275 Python 3 compatibility 2014-02-18 17:59:53 +11:00
Matthew Iversen 6cd145ab62 Add unit test for check_compatibility 2014-02-18 15:21:18 +11:00
Matthew Iversen 9f4f6738a5 Use find_on_path, extract compatibility check 2014-02-18 15:19:35 +11:00
Donald Stufft 2b75d510f9 Merge pull request #1567 from ajdm/minortypofix
Fix minor typo
2014-02-17 21:08:46 -05:00
Matthew Iversen c55544d83e Merge branch 'develop' of https://github.com/pypa/pip into test-wheel-version 2014-02-18 12:10:38 +11:00
Paul Moore 3327753d98 Merge pull request #1576 from pfmoore/executable_wheel
Modify __main__.py to allow running from wheel
2014-02-17 19:47:18 +00:00
Paul Moore 87418e05bb Modify __main__.py to allow running from wheel 2014-02-17 18:40:39 +00:00
Donald Stufft bbdb945dad Merge pull request #1575 from dstufft/remove-unused-constant
Remove an unused constant
2014-02-16 22:06:53 -05:00
Donald Stufft 3c455a0a28 This is no longer in use 2014-02-16 20:33:21 -05:00
Matthew Iversen 5f40562e0f Small cleanup, use email.parser.Parser 2014-02-17 10:01:32 +11:00
Marcus Smith 3333f5def6 Merge pull request #1574 from qwcode/deprecate_build
deprecate --build and --no-clean
2014-02-16 13:28:32 -08:00
Marcus Smith b5e54fc61c Merge pull request #1568 from coagulant/feature/document-exists-action
Documentation for --exists-action option
2014-02-16 12:36:26 -08:00
Marcus Smith c6356c855f deprecate --build and --no-clean 2014-02-16 12:30:49 -08:00
Matthew Iversen 76399f2f96 Explain futurewheel version numbers 2014-02-15 17:53:01 +11:00
Matthew Iversen 1b6b537673 Fix tests to expect installation or not 2014-02-15 17:47:44 +11:00
Matthew Iversen 13f6c68f0c Ensure wheel-Version is compatible with pip 2014-02-15 17:21:22 +11:00
Ashley Manton f5c5319d47 Fix "it's"/"its" typo spotted by @kraai 2014-02-14 23:01:51 +00:00
coagulant 4879bc5e79 Documentation for --exists-action option
Fixes #1458
2014-02-15 02:12:39 +04:00
Ashley Manton f40f9e2072 Fix minor typo 2014-02-14 14:31:01 +00:00