index
:
delta/pip.git
0.5.X
0.6.X
0.7.X
1.3.X
1.4.X
1.5.X
8512-feature-flag-docs
add-2020-ux-docs
add-maintainers-only-link
add-resolver-docs
add-sponsor-button
add-ux-docs
baserock/master
baserock/richardipsum/add-list-dependencies
bernard-backtracking
bump-rtd-python
check-long-desc
check-long_description
develop
docs-quickstart
feature/install-target
feature/pep381-verification
feature/ssl-mirror-requests
fix/9644
fix_script_names
force-implementation-tag
good-first-issue-template
issue-381-do-not-use-pwd-in-installation-process
issue-template
issue-templates
main
master
no-more-bot
pradyunsg-bump-sphinx
pradyunsg-docs-improve-note
pradyunsg-install-order-disclaimer
pradyunsg-news-architecture-docs
pradyunsg-patch-1
pradyunsg-release-details
pre-commit-ci-update-config
provider-integration
readthedocs-builder
refactor/cleanup-cli-opts
release/10.0.0
release/20.2b1
release/9.0.2
release/9.0.3
rename-auto-lock-label
revert-10279-reorg-dependency-resolution-information
revert-2513-ssh_and_commit_support
revert-2547-revert-2513-ssh_and_commit_support
revert-3724-norm-path
revert-5124-ui/limit-progress
revert-5478-ci/short-circuiting-appveyor
revert-7600-release-rewrite-lineendings
revert-9163-redact-url-from-help
revert-9264-new-resolver-dont-abort-on-inconsistent-candidate
shorter-no-response-window
threaded-page-getting
try-containers
xavfernandez-patch-1
github.com: pypa/pip.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix for 'pretend' and 'scripttest>=1.3' requirements getting concatenated
Bartek Ogryczak
2017-05-09
1
-1
/
+1
*
Removed setup.py test support
Donald Stufft
2017-03-30
1
-17
/
+0
*
- Change the pip outdated check to use PackageFinder to find current
Cooper Lees
2017-03-23
1
-2
/
+8
*
Fix up some bookkeeping
Donald Stufft
2017-03-18
1
-2
/
+2
*
Python 3.6 is supported (#4241)
Hugo
2017-01-18
1
-0
/
+1
*
Specify the supported python version via python_requires (#3860)
Xavier Fernandez
2016-07-21
1
-0
/
+1
*
Add ``pretend`` to list of test_requires
Francesco Montesano
2016-02-02
1
-1
/
+2
*
Drop support for Python 3.2
Donald Stufft
2015-10-01
1
-1
/
+1
*
Do a (slightly) less insane thing to handle debundling
Donald Stufft
2015-06-23
1
-42
/
+7
*
Also exclude package_data when running with NO_VENDOR
Donald Stufft
2014-11-20
1
-6
/
+10
*
Address Feedback from @ncoghlan
Donald Stufft
2014-11-20
1
-2
/
+2
*
Add a warning to the setup.py if used with no bundled
Donald Stufft
2014-11-20
1
-0
/
+15
*
Conditionally install the pip._vendor items
Donald Stufft
2014-11-20
1
-1
/
+19
*
Ensure that package_data is correct and the MANIFEST.in is correct
Donald Stufft
2014-09-29
1
-0
/
+1
*
Merge branch 'master' into develop
Donald Stufft
2014-05-03
1
-1
/
+1
|
\
|
*
Update documentation to point at https://pip.pypa.io/
Donald Stufft
2014-05-02
1
-1
/
+1
*
|
Fix code to handle the latest flake8
Donald Stufft
2014-03-26
1
-1
/
+1
*
|
have pip just be an installer for simplicity. remove the vague "manage" descr...
Marcus Smith
2014-03-11
1
-1
/
+1
*
|
have setup.py long_description just be README.rst
Marcus Smith
2014-03-01
1
-2
/
+1
*
|
update python support in classifiers
Marcus Smith
2014-03-01
1
-1
/
+2
*
|
Generate AUTHORS using git log
Donald Stufft
2014-02-26
1
-1
/
+1
*
|
Use Flake8 on the test of pip's Python files
Donald Stufft
2014-01-28
1
-38
/
+44
|
/
*
Rename pip.vendor.* to pip._vendor.* to ensure it's obviously private
Donald Stufft
2013-10-22
1
-3
/
+3
*
Add distlib's package_data to setup.py
Paul Moore
2013-10-22
1
-1
/
+5
*
Use requests instead of urllib2
Donald Stufft
2013-09-24
1
-1
/
+1
*
Vendor requests v2.0.0
Donald Stufft
2013-09-24
1
-1
/
+1
*
Require the newest version of scripttest
Donald Stufft
2013-08-21
1
-1
/
+1
*
Switch to using py.test as the test runner instead of nose
Donald Stufft
2013-08-21
1
-3
/
+21
*
setup.py: dropped claim of python 2.5 support
Jim Garrison
2013-07-25
1
-1
/
+0
*
Merge branch 'release-1.4' into develop
Jannis Leidel
2013-07-23
1
-22
/
+20
|
\
|
*
Ignore everything in tests.
Jannis Leidel
2013-07-23
1
-1
/
+1
|
*
Remove the changelog from the PyPI page and add links to it and the installat...
Jannis Leidel
2013-07-23
1
-21
/
+19
*
|
Versioned commands consistent with python.
Paul Nasrat
2013-07-14
1
-1
/
+2
|
/
*
wheel: account for purelib != platlib
Daniel Holth
2013-06-30
1
-0
/
+1
*
have "pip wheel" only be satisfied by setuptools
Marcus Smith
2013-06-27
1
-1
/
+1
*
Switch to using a fully vendored distlib inside of pip.vendor
Donald Stufft
2013-03-09
1
-2
/
+2
*
Only install stable releases by default
Donald Stufft
2013-03-09
1
-1
/
+1
*
use rst extensions for editability and RTD links
Marcus Smith
2013-03-03
1
-1
/
+1
*
remove non-ascii char from CHANGES.txt and add comment about lack of encoding...
Marcus Smith
2013-02-19
1
-0
/
+2
*
refactor pip.backwardcompat from module to package
Marcus Smith
2013-02-10
1
-1
/
+1
*
won't be installing the ssl backport as a dependency
Marcus Smith
2013-02-06
1
-1
/
+0
*
'package_dir' not needed
Marcus Smith
2013-02-05
1
-1
/
+0
*
added install_requires
James Cleveland
2013-02-04
1
-0
/
+1
*
Adding PEM file to package data.
James Cleveland
2013-02-04
1
-0
/
+2
*
setup.py read function fix
Marcus Smith
2013-01-25
1
-1
/
+1
*
improved docs and cli help
Marcus Smith
2013-01-18
1
-15
/
+8
*
Non-user-facing: setup.py dev in pip checkout will run setup.py develop and t...
Chris McDonough
2012-09-07
1
-2
/
+8
*
Use our own terminal size util.
Jannis Leidel
2012-09-01
1
-1
/
+1
*
Added a pip.__version__ variable that is used in the setup.py and the docs' c...
Jannis Leidel
2012-09-01
1
-14
/
+19
*
Bumped version up to 1.2.
Jannis Leidel
2012-09-01
1
-1
/
+1
[next]