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

2743 commits

Author SHA1 Message Date
Marcus Smith ef80b671d4 Merge pull request #1606 from qwcode/stdlib_pkg_filter
stdlib pkg exclusions for pip list/freeze
2014-03-04 22:45:06 -08:00
Marcus Smith cb52a330d3 update changelog 2014-03-04 22:43:53 -08:00
Donald Stufft da9b856b14 Merge pull request #1619 from alex/patch-2
Put a space around a comma for readability.
2014-03-04 11:25:15 -05:00
Alex Gaynor b8e9500567 Put a space around a comma for readability. 2014-03-03 22:44:28 -08:00
Marcus Smith d7c6b0276a Merge pull request #1614 from evildmp/fix-1589-editable-docs
fixes #1589
2014-03-03 18:05:20 -08:00
Daniele Procida 459f026e20 fixes #1589 2014-03-03 23:06:44 +00:00
Marcus Smith 438185bff1 Merge pull request #1609 from qwcode/readme
have setup.py long_description just be README.rst
2014-03-02 20:44:44 -08:00
Marcus Smith 8dadcff30d update MANIFEST.in 2014-03-01 11:22:34 -08:00
Marcus Smith f2a9d7403e have setup.py long_description just be README.rst 2014-03-01 11:12:03 -08:00
Marcus Smith 8e63c60946 update python support in classifiers 2014-03-01 10:38:46 -08:00
Marcus Smith 26c056efd2 Merge pull request #1598 from Ivoz/rmbootstrap
Remove bootstrap function, simplify __main__
2014-02-28 20:36:10 -08:00
Marcus Smith bff390eb1e pkg exclusions for pip list/freeze 2014-02-28 20:09:26 -08:00
Marcus Smith 311881fe9a Merge pull request #1603 from r3m0t/patch-1
Docs -- fix typo
2014-02-27 09:47:06 -08:00
Tomer Chachamu 91b2674dad Docs -- fix typo 2014-02-27 17:38:04 +00:00
Matthew Iversen 5a2577aaa8 Remove bootstrap function, simplify __main__ 2014-02-27 22:22:08 +11:00
Donald Stufft 27955783a8 Merge pull request #1596 from dstufft/consolidate-builder
Consolidate builder into an Invoke Task
2014-02-26 23:56:43 -05:00
Donald Stufft 081e4c468f Merge pull request #1597 from dstufft/fix-d1b
Get a correct name for db@d1b.org
2014-02-26 23:56:34 -05:00
Donald Stufft fcf043409b Get a correct name for db@d1b.org 2014-02-26 17:48:50 -05:00
Donald Stufft fba8a93251 Use a staging area to create pip.zip instead of the installer_path 2014-02-26 17:45:56 -05:00
Donald Stufft 76535626c1 Move the contrib/build-installer into an invoke generate.installer 2014-02-26 17:35:01 -05:00
Donald Stufft 48a16e29b0 Merge pull request #1594 from dstufft/authors-automation
Generate AUTHORS using git log
2014-02-26 15:58:34 -05:00
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