[Python-modules-commits] [python-pip] 01/01: Import python-pip_7.0.1.orig.tar.gz

Barry Warsaw barry at moszumanska.debian.org
Wed May 27 16:07:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch upstream-forward-port
in repository python-pip.

commit c6d6ccc24099af38d1bc05c038b5a1f5db07f699
Author: Barry Warsaw <barry at python.org>
Date:   Wed May 27 12:01:14 2015 -0400

    Import python-pip_7.0.1.orig.tar.gz
---
 AUTHORS.txt                                        |  332 +--
 CHANGES.txt                                        |  664 ++++--
 MANIFEST.in                                        |   25 +-
 PKG-INFO                                           |   89 +-
 PROJECT.txt                                        |   11 -
 README.rst                                         |   17 +-
 docs/Makefile                                      |  177 ++
 docs/__init__.py                                   |    1 +
 docs/conf.py                                       |  219 ++
 docs/configuration.rst                             |    2 -
 docs/cookbook.rst                                  |    1 -
 docs/development.rst                               |  137 +-
 docs/distribute_setuptools.rst                     |   69 -
 docs/index.rst                                     |    2 +-
 docs/installing.rst                                |   60 +-
 docs/make.bat                                      |  253 +++
 docs/pipext.py                                     |  108 +
 docs/reference/pip.rst                             |  110 +-
 docs/reference/pip_freeze.rst                      |    9 +-
 docs/reference/pip_install.rst                     |  258 ++-
 docs/reference/pip_list.rst                        |   13 +-
 docs/reference/pip_search.rst                      |    2 -
 docs/reference/pip_wheel.rst                       |   38 +
 docs/usage.rst                                     |    1 -
 docs/user_guide.rst                                |  113 +-
 pip.egg-info/PKG-INFO                              |   89 +-
 pip.egg-info/SOURCES.txt                           |   74 +-
 pip.egg-info/entry_points.txt                      |    2 +-
 pip.egg-info/pbr.json                              |    1 +
 pip.egg-info/requires.txt                          |    3 +-
 pip/__init__.py                                    |  144 +-
 pip/__main__.py                                    |   20 +-
 pip/_vendor/README.rst                             |   40 +
 pip/_vendor/__init__.py                            |  100 +
 pip/_vendor/cachecontrol/__init__.py               |   11 +
 pip/_vendor/cachecontrol/adapter.py                |  117 ++
 pip/_vendor/cachecontrol/cache.py                  |   39 +
 pip/_vendor/cachecontrol/caches/__init__.py        |   18 +
 pip/_vendor/cachecontrol/caches/file_cache.py      |  116 ++
 pip/_vendor/cachecontrol/caches/redis_cache.py     |   41 +
 pip/_vendor/cachecontrol/compat.py                 |   14 +
 pip/_vendor/cachecontrol/controller.py             |  299 +++
 pip/_vendor/cachecontrol/filewrapper.py            |   63 +
 pip/_vendor/cachecontrol/heuristics.py             |  134 ++
 pip/_vendor/cachecontrol/serialize.py              |  184 ++
 pip/_vendor/cachecontrol/wrapper.py                |   21 +
 pip/_vendor/colorama/__init__.py                   |    4 +-
 pip/_vendor/colorama/ansi.py                       |   87 +-
 pip/_vendor/colorama/ansitowin32.py                |  100 +-
 pip/_vendor/colorama/initialise.py                 |   26 +-
 pip/_vendor/colorama/win32.py                      |   49 +-
 pip/_vendor/colorama/winterm.py                    |   87 +-
 pip/_vendor/distlib/__init__.py                    |    2 +-
 pip/_vendor/distlib/compat.py                      |   72 +-
 pip/_vendor/distlib/database.py                    |    6 +-
 pip/_vendor/distlib/index.py                       |   49 +-
 pip/_vendor/distlib/locators.py                    |   73 +-
 pip/_vendor/distlib/manifest.py                    |   25 +-
 pip/_vendor/distlib/metadata.py                    |   40 +-
 pip/_vendor/distlib/resources.py                   |    8 +-
 pip/_vendor/distlib/scripts.py                     |   20 +-
 pip/_vendor/distlib/t32.exe                        |  Bin 91136 -> 91648 bytes
 pip/_vendor/distlib/t64.exe                        |  Bin 94720 -> 95232 bytes
 pip/_vendor/distlib/util.py                        |   20 +-
 pip/_vendor/distlib/version.py                     |   59 +-
 pip/_vendor/distlib/w32.exe                        |  Bin 87040 -> 88576 bytes
 pip/_vendor/distlib/w64.exe                        |  Bin 91648 -> 92160 bytes
 pip/_vendor/distlib/wheel.py                       |   30 +-
 pip/_vendor/html5lib/__init__.py                   |    2 +-
 pip/_vendor/html5lib/constants.py                  |  388 ++--
 pip/_vendor/html5lib/filters/lint.py               |   41 +-
 pip/_vendor/html5lib/html5parser.py                |   19 +-
 pip/_vendor/html5lib/inputstream.py                |   42 +-
 pip/_vendor/html5lib/sanitizer.py                  |   41 +-
 pip/_vendor/html5lib/serializer/htmlserializer.py  |   19 +-
 pip/_vendor/html5lib/treebuilders/dom.py           |    2 +-
 pip/_vendor/html5lib/treewalkers/__init__.py       |   90 +
 pip/_vendor/html5lib/treewalkers/_base.py          |    8 +-
 pip/_vendor/html5lib/treewalkers/dom.py            |    3 -
 pip/_vendor/html5lib/treewalkers/etree.py          |    2 -
 pip/_vendor/html5lib/treewalkers/lxmletree.py      |   17 +-
 pip/_vendor/html5lib/utils.py                      |   23 +-
 pip/_vendor/ipaddress.py                           | 2171 ++++++++++++++++++++
 pip/_vendor/lockfile/__init__.py                   |  326 +++
 pip/_vendor/lockfile/linklockfile.py               |   73 +
 pip/_vendor/lockfile/mkdirlockfile.py              |   83 +
 pip/_vendor/lockfile/pidlockfile.py                |  193 ++
 pip/_vendor/lockfile/sqlitelockfile.py             |  155 ++
 pip/_vendor/lockfile/symlinklockfile.py            |   69 +
 pip/_vendor/packaging/__about__.py                 |   31 +
 pip/_vendor/packaging/__init__.py                  |   24 +
 pip/_vendor/packaging/_compat.py                   |   40 +
 pip/_vendor/packaging/_structures.py               |   78 +
 pip/_vendor/packaging/specifiers.py                |  784 +++++++
 pip/_vendor/packaging/version.py                   |  401 ++++
 .../__init__.py}                                   | 1228 ++++++-----
 pip/_vendor/pkg_resources/tests/__init__.py        |    0
 .../pkg_resources/tests/test_pkg_resources.py      |  111 +
 pip/_vendor/pkg_resources/tests/test_resources.py  |  661 ++++++
 pip/_vendor/progress/__init__.py                   |  123 ++
 pip/_vendor/progress/bar.py                        |   86 +
 pip/_vendor/progress/counter.py                    |   49 +
 pip/_vendor/progress/helpers.py                    |   92 +
 pip/_vendor/progress/spinner.py                    |   42 +
 pip/_vendor/requests/__init__.py                   |   12 +-
 pip/_vendor/requests/adapters.py                   |  111 +-
 pip/_vendor/requests/api.py                        |   57 +-
 pip/_vendor/requests/auth.py                       |   33 +-
 pip/_vendor/requests/certs.py                      |   13 +-
 pip/_vendor/requests/compat.py                     |   59 +-
 pip/_vendor/requests/cookies.py                    |  107 +-
 pip/_vendor/requests/exceptions.py                 |   26 +-
 pip/_vendor/requests/models.py                     |  140 +-
 pip/_vendor/requests/packages/chardet/__init__.py  |    2 +-
 .../requests/packages/chardet/chardetect.py        |   64 +-
 pip/_vendor/requests/packages/chardet/jpcntx.py    |    8 +
 .../requests/packages/chardet/latin1prober.py      |    6 +-
 pip/_vendor/requests/packages/chardet/mbcssm.py    |    9 +-
 .../requests/packages/chardet/sjisprober.py        |    2 +-
 .../requests/packages/chardet/universaldetector.py |    4 +-
 pip/_vendor/requests/packages/urllib3/__init__.py  |   29 +-
 .../requests/packages/urllib3/_collections.py      |  242 ++-
 .../requests/packages/urllib3/connection.py        |  170 +-
 .../requests/packages/urllib3/connectionpool.py    |  363 ++--
 .../requests/packages/urllib3/contrib/ntlmpool.py  |    6 -
 .../requests/packages/urllib3/contrib/pyopenssl.py |  285 +--
 .../requests/packages/urllib3/exceptions.py        |   77 +-
 pip/_vendor/requests/packages/urllib3/fields.py    |   26 +-
 pip/_vendor/requests/packages/urllib3/filepost.py  |   15 +-
 .../packages/urllib3/packages/ordered_dict.py      |    1 -
 .../requests/packages/urllib3/poolmanager.py       |   58 +-
 pip/_vendor/requests/packages/urllib3/request.py   |   66 +-
 pip/_vendor/requests/packages/urllib3/response.py  |  290 ++-
 .../requests/packages/urllib3/util/__init__.py     |    9 +-
 .../requests/packages/urllib3/util/connection.py   |   59 +-
 .../requests/packages/urllib3/util/request.py      |   19 +-
 .../requests/packages/urllib3/util/response.py     |   17 +-
 .../requests/packages/urllib3/util/retry.py        |  285 +++
 pip/_vendor/requests/packages/urllib3/util/ssl_.py |  243 ++-
 .../requests/packages/urllib3/util/timeout.py      |   98 +-
 pip/_vendor/requests/packages/urllib3/util/url.py  |   66 +-
 pip/_vendor/requests/sessions.py                   |  146 +-
 pip/_vendor/requests/status_codes.py               |    3 +-
 pip/_vendor/requests/structures.py                 |   25 +-
 pip/_vendor/requests/utils.py                      |   58 +-
 pip/_vendor/retrying.py                            |  267 +++
 pip/_vendor/six.py                                 |  326 ++-
 pip/_vendor/vendor.txt                             |   11 +
 pip/backwardcompat/__init__.py                     |  138 --
 pip/basecommand.py                                 |  314 ++-
 pip/baseparser.py                                  |   83 +-
 pip/cmdoptions.py                                  |  497 +++--
 pip/commands/__init__.py                           |   27 +-
 pip/commands/bundle.py                             |   42 -
 pip/commands/completion.py                         |   15 +-
 pip/commands/freeze.py                             |  113 +-
 pip/commands/help.py                               |    8 +-
 pip/commands/install.py                            |  390 ++--
 pip/commands/list.py                               |  182 +-
 pip/commands/search.py                             |   93 +-
 pip/commands/show.py                               |  114 +-
 pip/commands/uninstall.py                          |   59 +-
 pip/commands/unzip.py                              |    7 -
 pip/commands/wheel.py                              |  255 +--
 pip/commands/zip.py                                |  351 ----
 pip/compat/__init__.py                             |  103 +
 pip/compat/dictconfig.py                           |  565 +++++
 pip/download.py                                    |  907 +++++---
 pip/exceptions.py                                  |    7 +-
 pip/index.py                                       | 1295 +++++++-----
 pip/locations.py                                   |  179 +-
 pip/log.py                                         |  276 ---
 pip/models/__init__.py                             |    4 +
 pip/models/index.py                                |   16 +
 pip/operations/__init__.py                         |    0
 pip/operations/freeze.py                           |  114 +
 pip/pep425tags.py                                  |   38 +-
 pip/req.py                                         | 1931 -----------------
 pip/req/__init__.py                                |   10 +
 pip/req/req_file.py                                |  254 +++
 pip/req/req_install.py                             | 1146 +++++++++++
 pip/req/req_set.py                                 |  636 ++++++
 pip/req/req_uninstall.py                           |  206 ++
 pip/runner.py                                      |   18 -
 pip/status_codes.py                                |    2 +
 pip/{util.py => utils/__init__.py}                 |  563 +++--
 pip/utils/appdirs.py                               |  256 +++
 pip/utils/build.py                                 |   42 +
 pip/utils/deprecation.py                           |   68 +
 pip/utils/filesystem.py                            |   28 +
 pip/utils/logging.py                               |  130 ++
 pip/utils/outdated.py                              |  153 ++
 pip/utils/ui.py                                    |  199 ++
 pip/vcs/__init__.py                                |  215 +-
 pip/vcs/bazaar.py                                  |   83 +-
 pip/vcs/git.py                                     |  131 +-
 pip/vcs/mercurial.py                               |   96 +-
 pip/vcs/subversion.py                              |  144 +-
 pip/wheel.py                                       |  432 +++-
 setup.cfg                                          |    2 +-
 setup.py                                           |  126 +-
 201 files changed, 21538 insertions(+), 7953 deletions(-)

diff --git a/AUTHORS.txt b/AUTHORS.txt
index 3d62f01..32bedf3 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -1,120 +1,212 @@
-Alex Gaynor
-Alex Grönholm
-Alex Morega
-Alexandre Conrad
-Andrey Bulgakov
-Anrs Hu
-Anton Patrushev
-Antti Kaihola
-Armin Ronacher
-Aziz Köksal
-Ben Rosser
-Bernardo B. Marques
-Bradley Ayers
-Brian Rosner
-Carl Meyer
-Chris McDonough
-Christian Oudard
-Clay McClure
-Cody Soyland
-Craig Kerstiens
-Cristian Sorinel
-Dan Sully
-Daniel Holth
-Dave Abrahams
-David (d1b)
-David Aguilar
-David Evans
-David Pursehouse
-dengzhp
-Dmitry Gladkov
-Donald Stufft
-Endoh Takanao
-enoch
-Erik M. Bray
-Francesco
-Gabriel de Perthuis
-Garry Polley
-Geoffrey Lehée
-George Song
-Georgi Valkov
-Herbert Pfennig
-hetmankp
-Hugo Lopes Tavares
-Hynek Schlawack
-Ian Bicking
-Igor Sobreira
-Ionel Maries Cristian
-Jakub Vysoky
-James Cleveland
-Jannis Leidel
-Jakub Stasiak
-Jay Graves
-Jeff Dairiki
-John-Scott Atlakson
-Jon Parise
-Jonas Nockert
-Jon Parise
-Jorge Niedbalski
-Josh Bronson
-Josh Hansen
-Kamal Bin Mustafa
-Kelsey Hightower
-Kenneth Belitzky
-Kenneth Reitz
-Kevin Frommelt
-Kumar McMillan
-Lev Givon
-Lincoln de Sousa
-Luke Macken
-Masklinn
-Marc Abramowitz
-Marc Tamlyn
-Marcus Smith
-Markus Hametner
-Matt Maker
-Maxime Rouyrre
-Michael Williamson
-Miguel Araujo Perez
-Monty Taylor
-Nick Stenning
-Nowell Strite
-Oliver Tonnhofer
-Olivier Girardot
-Ollie Rutherfurd
-Oren Held
-Patrick Jenkins
-Patrick Dubroy
-Paul Moore
-Paul Nasrat
-Paul Oswald
-Paul van der Linden
-Peter Waller
-Phil Freo
-Phil Whelan
-Piet Delport
-Preston Holmes
-Przemek Wrzos
-Qiangning Hong
-Rafael Caricio
-Rene Dudfield
-Roey Berman
-Ronny Pfannschmidt
-Rory McCann
-Ross Brattain
-Sergey Vasilyev
-Seth Woodworth
-Simon Cross
-Stavros Korokithakis
-Stéphane Klein
-Steven Myint
-Takayuki SHIMIZUKAWA
-Thomas Fenzl
-Thomas Johansson
-Toshio Kuratomi
-Travis Swicegood
-Vinay Sajip
-Vitaly Babiy
-W. Trevor King
-Wil Tan
-Hsiaoming Yang
+Adam Wentz <awentz at theonion.com>
+Aleks Bunin <github at compuix.com>
+Alex Gaynor <alex.gaynor at gmail.com>
+Alex Grönholm <alex.gronholm at nextday.fi>
+Alex Morega <alex at grep.ro>
+Alexandre Conrad <alexandre.conrad at gmail.com>
+Alli <alzeih at users.noreply.github.com>
+Anatoly Techtonik <techtonik at gmail.com>
+Andrei Geacar <andrei.geacar at gmail.com>
+Andrey Bulgakov <mail at andreiko.ru>
+Anrs Hu <anrs at douban.com>
+Anton Patrushev <apatrushev at gmail.com>
+Antonio Alvarado Hernandez <tnotstar at gmail.com>
+Antti Kaihola <akaihol+github at ambitone.com>
+Armin Ronacher <armin.ronacher at active-4.com>
+Ashley Manton <ajd.manton at googlemail.com>
+Baptiste Mispelon <bmispelon at gmail.com>
+Ben Darnell <ben at bendarnell.com>
+Ben Rosser <rosser.bjr at gmail.com>
+Bence Nagy <bence at underyx.me>
+Berker Peksag <berker.peksag at gmail.com>
+Bernardo B. Marques <bernardo.fire at gmail.com>
+Bogdan Opanchuk <bogdan at opanchuk.net>
+Brad Erickson <eosrei at gmail.com>
+Bradley Ayers <bradley.ayers at gmail.com>
+Brian Rosner <brosner at gmail.com>
+Bruno Renié <brutasse at gmail.com>
+Buck Golemon <buck at yelp.com>
+Bussonnier Matthias <bussonniermatthias at gmail.com>
+Carl Meyer <carl at oddbird.net>
+Chris Brinker <chris.brinker at gmail.com>
+Chris Jerdonek <chris.jerdonek at gmail.com>
+Chris McDonough <chrism at plope.com>
+Chris Wolfe <chriswwolfe at gmail.com>
+Christian Oudard <christian.oudard at gmail.com>
+Clark Boylan <clark.boylan at gmail.com>
+Clay McClure <clay at daemons.net>
+Cody Soyland <codysoyland at gmail.com>
+Cory Benfield <lukasaoz at gmail.com>
+Craig Kerstiens <craig.kerstiens at gmail.com>
+Cristian Sorinel <cristian.sorinel at gmail.com>
+Dan Savilonis <djs at n-cube.org>
+Dan Sully <daniel-github at electricrain.com>
+Daniel Collins <accounts at dac.io>
+Daniel Hahler <git at thequod.de>
+Daniel Holth <dholth at fastmail.fm>
+Daniel Jost <torpedojost at gmail.com>
+Daniele Procida <daniele at vurt.org>
+Dav Clark <davclark at gmail.com>
+Dave Abrahams <dave at boostpro.com>
+David Aguilar <davvid at gmail.com>
+David Black <db at d1b.org>
+David Evans <d at drhevans.com>
+David Pursehouse <david.pursehouse at gmail.com>
+David Wales <daviewales at gmail.com>
+Davidovich <david.genest at gmail.com>
+derwolfe <chriswwolfe at gmail.com>
+Dmitry Gladkov <dmitry.gladkov at gmail.com>
+Donald Stufft <donald at stufft.io>
+Dongweiming <dongweiming at admaster.com.cn>
+Dwayne Bailey <dwayne at translate.org.za>
+Endoh Takanao <djmchl at gmail.com>
+enoch <lanxenet at gmail.com>
+Eric Gillingham <Gillingham at bikezen.net>
+Eric Hanchrow <eric.hanchrow at gmail.com>
+Erik M. Bray <embray at stsci.edu>
+Eugene Vereshchagin <evvers at gmail.com>
+Florian Briand <ownerfrance+github at hotmail.com>
+Francesco <f.guerrieri at gmail.com>
+Gabriel de Perthuis <g2p.code at gmail.com>
+Garry Polley <garrympolley at gmail.com>
+Geoffrey Lehée <geoffrey at lehee.name>
+George Song <george at 55minutes.com>
+Georgi Valkov <georgi.t.valkov at gmail.com>
+gizmoguy1 <gizmoguy1 at gmail.com>
+Guilherme Espada <porcariadagata at gmail.com>
+Guy Rozendorn <guy at rzn.co.il>
+Herbert Pfennig <herbert at albinen.com>
+Hsiaoming Yang <lepture at me.com>
+Hugo Lopes Tavares <hltbra at gmail.com>
+Hynek Schlawack <hs at ox.cx>
+Ian Bicking <ianb at colorstudy.com>
+Ian Cordasco <graffatcolmingov at gmail.com>
+Igor Sobreira <igor at igorsobreira.com>
+Ilya Baryshev <baryshev at gmail.com>
+INADA Naoki <songofacandy at gmail.com>
+Ionel Cristian Mărieș <contact at ionelmc.ro>
+Ionel Maries Cristian <ionel.mc at gmail.com>
+Jakub Stasiak <kuba.stasiak at gmail.com>
+Jakub Vysoky <jakub at borka.cz>
+James Cleveland <jamescleveland at gmail.com>
+James Polley <jp at jamezpolley.com>
+Jan Pokorný <jpokorny at redhat.com>
+Jannis Leidel <jannis at leidel.info>
+jarondl <me at jarondl.net>
+Jay Graves <jay at skabber.com>
+Jeff Dairiki <dairiki at dairiki.org>
+Jim Garrison <jim at garrison.cc>
+John-Scott Atlakson <john.scott.atlakson at gmail.com>
+Jon Parise <jon at indelible.org>
+Jon Wayne Parrott <jjramone13 at gmail.com>
+Jonas Nockert <jonasnockert at gmail.com>
+Jorge Niedbalski <niedbalski at gmail.com>
+Joseph Long <jdl at fastmail.fm>
+Josh Bronson <jabronson at gmail.com>
+Josh Hansen <josh at skwash.net>
+Josh Schneier <josh.schneier at gmail.com>
+Jyrki Pulliainen <jyrki at spotify.com>
+Kamal Bin Mustafa <kamal at smach.net>
+Kelsey Hightower <kelsey.hightower at gmail.com>
+Kenneth Belitzky <kenny at belitzky.com>
+Kenneth Reitz <me at kennethreitz.com>
+Kevin Burke <kev at inburke.com>
+Kevin Frommelt <kevin.frommelt at webfilings.com>
+Kumar McMillan <kumar.mcmillan at gmail.com>
+Kyle Persohn <kyle.persohn at gmail.com>
+Laurent Bristiel <laurent at bristiel.com>
+Leon Sasson <leonsassonha at gmail.com>
+Lev Givon <lev at columbia.edu>
+Lincoln de Sousa <lincoln at comum.org>
+Ludovic Gasc <gmludo at gmail.com>
+Luke Macken <lmacken at redhat.com>
+Marc Abramowitz <marc at marc-abramowitz.com>
+Marc Tamlyn <marc.tamlyn at gmail.com>
+Marcus Smith <qwcode at gmail.com>
+Mark Kohler <mark.kohler at proteinsimple.com>
+Markus Hametner <fin+github at xbhd.org>
+Masklinn <bitbucket.org at masklinn.net>
+Matej Stuchlik <mstuchli at redhat.com>
+Matt Good <matt at matt-good.net>
+Matt Maker <trip at monstro.us>
+Matt Robenolt <matt at ydekproductions.com>
+Matthew Einhorn <moiein2000 at gmail.com>
+Matthew Gilliard <matthew.gilliard at gmail.com>
+Matthew Iversen <teh.ivo at gmail.com>
+Matthew Trumbell <matthew at thirdstonepartners.com>
+Maxime Rouyrre <rouyrre+git at gmail.com>
+Michael E. Karpeles <michael.karpeles at gmail.com>
+Michael Williamson <mike at zwobble.org>
+Miguel Araujo Perez <miguel.araujo.perez at gmail.com>
+Mihir Singh <git.service at mihirsingh.com>
+MinRK <benjaminrk at gmail.com>
+Monty Taylor <mordred at inaugust.com>
+Nick Stenning <nick at whiteink.com>
+Nowell Strite <nowell at strite.org>
+Oliver Tonnhofer <olt at bogosoft.com>
+Olivier Girardot <ssaboum at gmail.com>
+Ollie Rutherfurd <orutherfurd at gmail.com>
+Oren Held <orenhe at il.ibm.com>
+Oscar Benjamin <oscar.j.benjamin at gmail.com>
+Patrick Dubroy <pdubroy at gmail.com>
+Patrick Jenkins <patrick at socialgrowthtechnologies.com>
+Patrick Lawson <pl at foursquare.com>
+patricktokeeffe <patricktokeeffe at users.noreply.github.com>
+Paul Moore <p.f.moore at gmail.com>
+Paul Nasrat <pnasrat at gmail.com>
+Paul Oswald <pauloswald at gmail.com>
+Paul van der Linden <mail at paultjuh.org>
+Pawel Jasinski <pawel.jasinski at gmail.com>
+Peter Waller <peter.waller at gmail.com>
+Phaneendra Chiruvella <hi at pcx.io>
+Phil Freo <phil at philfreo.com>
+Phil Whelan <phil123 at gmail.com>
+Philippe Ombredanne <pombredanne at gmail.com>
+Pierre-Yves Rofes <github at rofes.fr>
+Piet Delport <pjdelport at gmail.com>
+Preston Holmes <preston at ptone.com>
+Przemek Wrzos <hetmankp at none>
+Qiangning Hong <hongqn at gmail.com>
+Rafael Caricio <rafael.jacinto at gmail.com>
+Ralf Schmitt <ralf at systemexit.de>
+Razzi Abuissa <razzi53 at gmail.com>
+Remi Rampin <remirampin at gmail.com>
+Rene Dudfield <renesd at gmail.com>
+Richard Jones <r1chardj0n3s at gmail.com>
+RobberPhex <robberphex at gmail.com>
+Robert Collins <rbtcollins at hp.com>
+Roey Berman <roey.berman at gmail.com>
+Roman Bogorodskiy <roman.bogorodskiy at ericsson.com>
+Romuald Brunet <romuald at chivil.com>
+Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
+Rory McCann <rory at technomancy.org>
+Ross Brattain <ross.b.brattain at intel.com>
+schlamar <marc.schlaich at gmail.com>
+Sergey Vasilyev <nolar at nolar.info>
+Seth Woodworth <seth at sethish.com>
+Simeon Visser <svisser at users.noreply.github.com>
+Simon Cross <hodgestar at gmail.com>
+Stavros Korokithakis <stavros at korokithakis.net>
+Stefan Scherfke <stefan at sofa-rockers.org>
+Steven Myint <git at stevenmyint.com>
+Stéphane Klein <contact at stephane-klein.info>
+Takayuki SHIMIZUKAWA <shimizukawa at gmail.com>
+Thomas Fenzl <thomas.fenzl at gmail.com>
+Thomas Guettler <tguettler at tbz-pariv.de>
+Thomas Johansson <devnull at localhost>
+Thomas Kluyver <takowl at gmail.com>
+Tim Harder <radhermit at gmail.com>
+Tomer Chachamu <tomer.chachamu at gmail.com>
+Toshio Kuratomi <toshio at fedoraproject.org>
+Travis Swicegood <development at domain51.com>
+Valentin Haenel <valentin.haenel at gmx.de>
+Victor Stinner <victor.stinner at gmail.com>
+Vinay Sajip <vinay_sajip at yahoo.co.uk>
+Vitaly Babiy <vbabiy86 at gmail.com>
+W. Trevor King <wking at drexel.edu>
+Wil Tan <wil at dready.org>
+Xavier Fernandez <xav.fernandez at gmail.com>
+Yoval P <yoval at gmx.com>
+Yu Jian <askingyj at gmail.com>
+Zearin <zearin at gonk.net>
+Zhiping Deng <kofreestyler at gmail.com>
diff --git a/CHANGES.txt b/CHANGES.txt
index 2405601..41d2dff 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,15 +1,401 @@
-**1.5.6 (2014-05-16)**
+**7.0.1 (2015-05-22)**
+
+* Don't build and cache wheels for non-editable installations from VCSs.
+
+* Allow ``--allow-all-external`` inside of a requirements.txt file, fixing a
+  regression in 7.0.
+
+
+**7.0.0 (2015-05-21)**
+
+* **BACKWARD INCOMPATIBLE** Removed the deprecated ``--mirror``,
+  ``--use-mirrors``, and ``-M`` options.
+
+* **BACKWARD INCOMPATIBLE** Removed the deprecated ``zip`` and ``unzip``
+  commands.
+
+* **BACKWARD INCOMPATIBLE** Removed the deprecated ``--no-install`` and
+  ``--no-download`` options.
+
+* **BACKWARD INCOMPATIBLE** No longer implicitly support an insecure origin
+  origin, and instead require insecure origins be explicitly trusted with the
+  ``--trusted-host`` option.
+
+* **BACKWARD INCOMPATIBLE** Removed the deprecated link scraping that attempted
+  to parse HTML comments for a specially formatted comment.
+
+* **BACKWARD INCOMPATIBLE** Requirements in requirements files containing
+  markers must now be quoted due to parser changes from (:pull:`2697`) and
+  (:pull:`2725`).  For example, use ``"SomeProject; python_version < '2.7'"``,
+  not simply ``SomeProject; python_version < '2.7'``
+
+* Ignores bz2 archives if Python wasn't compiled with bz2 support.
+  Fixes :issue:`497`
+
+* Support ``--install-option`` and ``--global-option`` per requirement in
+  requirement files (:pull:`2537`)
+
+* Build Wheels prior to installing from sdist, caching them in the pip cache
+  directory to speed up subsequent installs. (:pull:`2618`)
+
+* Allow fine grained control over the use of wheels and source builds.
+  (:pull:`2699`)
+
+* ``--no-use-wheel`` and ``--use-wheel`` are deprecated in favour of new
+  options ``--no-binary`` and ``--only-binary``. The equivalent of
+  ``--no-use-wheel`` is ``--no-binary=:all:``. (:pull:`2699`)
+
+* The use of ``--install-option``, ``--global-option`` or ``--build-option``
+  disable the use of wheels, and the autobuilding of wheels. (:pull:`2711`)
+  Fixes :issue:`2677`
+
+* Improve logging when a requirement marker doesn't match your environment
+  (:pull:`2735`)
+
+* Removed the temporary modifications (that began in pip v1.4 when distribute
+  and setuptools merged) that allowed distribute to be considered a conflict to
+  setuptools. ``pip install -U setuptools`` will no longer upgrade "distribute"
+  to "setuptools".  Instead, use ``pip install -U distribute`` (:pull:`2767`).
+
+* Only display a warning to upgrade pip when the newest version is a final
+  release and it is not a post release of the version we already have
+  installed (:pull:`2766`).
+
+* Display a warning when attempting to access a repository that uses HTTPS when
+  we don't have Python compiled with SSL support (:pull:`2761`).
+
+* Allowing using extras when installing from a file path without requiring the
+  use of an editable (:pull`2785`).
+
+* Fix an infinite loop when the cache directory is stored on a file system
+  which does not support hard links (:pull:`2796`).
+
+* Remove the implicit debug log that was written on every invocation, instead
+  users will need to use ``--log`` if they wish to have one (:pull:`2798`).
+
+
+**6.1.1 (2015-04-07)**
+
+* No longer ignore dependencies which have been added to the standard library,
+  instead continue to install them.
+
+
+**6.1.0 (2015-04-07)**
+
+* Fixes :issue:`2502`. Upgrades were failing when no potential links were found
+  for dependencies other than the current installation. (:pull:`2538`)
+
+* Use a smoother progress bar when the terminal is capable of handling it,
+  otherwise fallback to the original ASCII based progress bar.
+
+* Display much less output when `pip install` succeeds, because on success,
+  users probably don't care about all the nitty gritty details of compiling and
+  installing. When `pip install` fails, display the failed install output once
+  instead of twice, because once is enough. (:pull:`2487`)
+
+* Upgrade the bundled copy of requests to 2.6.0, fixing CVE-2015-2296.
+
+* Display format of latest package when using ``pip list --outdated``.
+  (:pull:`2475`)
+
+* Don't use pywin32 as ctypes should always be available on Windows, using
+  pywin32 prevented uninstallation of pywin32 on Windows. (:pull:`2467`)
+
+* Normalize the ``--wheel-dir`` option, expanding out constructs such as ``~``
+  when used (:pull:`2441`).
+
+* Display a warning when an undefined extra has been requested. (:pull:`2142`)
+
+* Speed up installing a directory in certain cases by creating a sdist instead
+  of copying the entire directory. (:pull:`2535`)
+
+* Don't follow symlinks when uninstalling files (:pull:`2552`)
+
+* Upgrade the bundled copy of cachecontrol from 0.11.1 to 0.11.2.
+  Fixes :issue:`2481` (:pull:`2595`)
+
+* Attempt to more smartly choose the order of installation to try and install
+  dependencies before the projects that depend on them. (:pull:`2616`)
+
+* Skip trying to install libraries which are part of the standard library.
+  (:pull:`2636`, :pull:`2602`)
+
+* Support arch specific wheels that are not tied to a specific Python ABI.
+  (:pull:`2561`)
+
+* Output warnings and errors to stderr instead of stdout. (:pull:`2543`)
+
+* Adjust the cache dir file checks to only check ownership if the effective
+  user is root. (:pull:`2396`)
+
+* Install headers into a per project name directory instead of all of them into
+  the root directory when inside of a virtual environment. (:pull:`2421`)
+
+
+**6.0.8 (2015-02-04)**
+
+* Fix an issue where the ``--download`` flag would cause pip to no longer use
+  randomized build directories.
+
+* Fix an issue where pip did not properly unquote quoted URLs which contain
+  characters like PEP 440's epoch separator (``!``).
+
+* Fix an issue where distutils installed projects were not actually uninstalled
+  and deprecate attempting to uninstall them altogether.
+
+* Retry deleting directories incase a process like an antivirus is holding the
+  directory open temporarily.
+
+* Fix an issue where pip would hide the cursor on Windows but would not reshow
+  it.
+
+
+**6.0.7 (2015-01-28)**
+
+* Fix a regression where Numpy requires a build path without symlinks to
+  properly build.
+
+* Fix a broken log message when running ``pip wheel`` without a requirement.
+
+* Don't mask network errors while downloading the file as a hash failure.
+
+* Properly create the state file for the pip version check so it only happens
+  once a week.
+
+* Fix an issue where switching between Python 3 and Python 2 would evict cached
+  items.
+
+* Fix a regression where pip would be unable to successfully uninstall a
+  project without a normalized version.
+
+
+**6.0.6 (2015-01-03)**
+
+* Continue the regression fix from 6.0.5 which was not a complete fix.
+
+
+**6.0.5 (2015-01-03)**
+
+* Fix a regression with 6.0.4 under Windows where most commands would raise an
+  exception due to Windows not having the ``os.geteuid()`` function.
+
+
+**6.0.4 (2015-01-03)**
+
+* Fix an issue where ANSI escape codes would be used on Windows even though the
+  Windows shell does not support them, causing odd characters to appear with
+  the progress bar.
+
+* Fix an issue where using -v would cause an exception saying
+  ``TypeError: not all arguments converted during string formatting``.
 
+* Fix an issue where using -v with dependency links would cause an exception
+  saying ``TypeError: 'InstallationCandidate' object is not iterable``.
+
+* Fix an issue where upgrading distribute would cause an exception saying
+  ``TypeError: expected string or buffer``.
+
+* Show a warning and disable the use of the cache directory when the cache
+  directory is not owned by the current user, commonly caused by using ``sudo``
+  without the ``-H`` flag.
+
+* Update PEP 440 support to handle the latest changes to PEP 440, particularly
+  the changes to ``>V`` and ``<V`` so that they no longer imply ``!=V.*``.
+
+* Document the default cache directories for each operating system.
+
+* Create the cache directory when the pip version check needs to save to it
+  instead of silently logging an error.
+
+* Fix a regression where the ``-q`` flag would not properly suppress the
+  display of the progress bars.
+
+
+**6.0.3 (2014-12-23)**
+
+* Fix an issue where the implicit version check new in pip 6.0 could cause pip
+  to block for up to 75 seconds if PyPI was not accessible.
+
+* Make ``--no-index`` imply ``--disable-pip-version-check``.
+
+
+**6.0.2 (2014-12-23)**
+
+* Fix an issue where the output saying that a package was installed would
+  report the old version instead of the new version during an upgrade.
+
+* Fix left over merge conflict markers in the documentation.
+
+* Document the backwards incompatible PEP 440 change in the 6.0.0 changelog.
+
+
+**6.0.1 (2014-12-22)**
+
+* Fix executable file permissions for Wheel files when using the distutils
+  scripts option.
+
+* Fix a confusing error message when an exceptions was raised at certain
+  points in pip's execution.
+
+* Fix the missing list of versions when a version cannot be found that matches
+  the specifiers.
+
+* Add a warning about the possibly problematic use of > when the given
+  specifier doesn't match anything.
+
+* Fix an issue where installing from a directory would not copy over certain
+  directories which were being excluded, however some build systems rely on
+  them.
+
+
+**6.0 (2014-12-22)**
+
+* **PROCESS** Version numbers are now simply ``X.Y`` where the leading ``1``
+  has been dropped.
+
+* **BACKWARD INCOMPATIBLE** Dropped support for Python 3.1.
+
+* **BACKWARD INCOMPATIBLE** Removed the bundle support which was deprecated in
+  1.4. (:pull:`1806`)
+
+* **BACKWARD INCOMPATIBLE** File lists generated by `pip show -f` are now
+  rooted at the location reported by show, rather than one (unstated)
+  directory lower. (:pull:`1933`)
+
+* **BACKWARD INCOMPATIBLE** The ability to install files over the FTP protocol
+  was accidently lost in pip 1.5 and it has now been decided to not restore
+  that ability.
+
+* **BACKWARD INCOMPATIBLE** PEP 440 is now fully implemented, this means that
+  in some cases versions will sort differently or version specifiers will be
+  interpreted differently than previously. The common cases should all function
+  similarly to before.
+
+* **DEPRECATION** ``pip install --download-cache`` and
+  ``pip wheel --download-cache`` command line flags have been deprecated and
+  the functionality removed. Since pip now automatically configures and uses
+  it's internal HTTP cache which supplants the ``--download-cache`` the
+  existing options have been made non functional but will still be accepted
+  until their removal in pip v8.0. For more information please see
+  https://pip.pypa.io/en/stable/reference/pip_install.html#caching
+
+* **DEPRECATION** ``pip install --build`` and ``pip install --no-clean`` are now
+  *NOT* deprecated.  This reverses the deprecation that occurred in v1.5.3. See
+  :issue:`906` for discussion.
+
+* **DEPRECATION** Implicitly accessing URLs which point to an origin which is
+  not a secure origin, instead requiring an opt-in for each host using the new
+  ``--trusted-host`` flag (``pip install --trusted-host example.com foo``).
+
+* Allow the new ``--trusted-host`` flag to also disable TLS verification for
+  a particular hostname.
+
+* Added a ``--user`` flag to ``pip freeze`` and ``pip list`` to check the
+  user site directory only.
+
+* Fixed :issue:`1873`. Silence byte compile errors when installation succeed.
+
+* Added a virtualenv-specific configuration file. (:pull:`1364`)
+
+* Added site-wide configuation files. (:pull:`1978`)
+
+* Added an automatic check to warn if there is an updated version of pip
+  available (:pull:`2049`).
+
+* `wsgiref` and `argparse` (for >py26) are now excluded from `pip list` and `pip
+  freeze` (:pull:`1606`, :pull:`1369`)
+
+* Fixed :issue:`1424`. Add ``--client-cert`` option for SSL client certificates.
+
+* Fixed :issue:`1484`. `pip show --files` was broken for wheel installs. (:pull:`1635`)
+
+* Fixed :issue:`1641`. install_lib should take precedence when reading distutils config.
+  (:pull:`1642`)
+
+* Send `Accept-Encoding: identity` when downloading files in an attempt to
+  convince some servers who double compress the downloaded file to stop doing
+  so. (:pull:`1688`)
+
+* Fixed :issue:`1559`. Stop breaking when given pip commands in uppercase (:pull:`1725`)
+
+* Fixed :issue:`1618`. Pip no longer adds duplicate logging consumers, so it
+  won't create duplicate output when being called multiple times. (:pull:`1723`)
+
+* Fixed :issue:`1769`. `pip wheel` now returns an error code if any wheels
+  fail to build.
+
+* Fixed :issue:`1775`. `pip wheel` wasn't building wheels for dependencies of
+  editable requirements.
+
+* Allow the use of ``--no-use-wheel`` within a requirements file. (:pull:`1859`)
+
+* Fixed :issue:`1680`. Attempt to locate system TLS certificates to use instead
+  of the included CA Bundle if possible. (:pull:`1866`)
+
+* Fixed :issue:`1319`. Allow use of Zip64 extension in Wheels and other zip
+  files. (:pull:`1868`)
+
+* Fixed :issue:`1101`. Properly handle an index or --find-links target which
+  has a <base> without a href attribute. (:pull:`1869`)
+
+* Fixed :issue:`1885`. Properly handle extras when a project is installed
+  via Wheel. (:pull:`1896`)
+
+* Fixed :issue:`1180`. Added support to respect proxies in ``pip search``. It
+  also fixes :issue:`932` and :issue:`1104`. (:pull:`1902`)
+
+* Fixed :issue:`798` and :issue:`1060`. `pip install --download` works with vcs links.
+  (:pull:`1926`)
+
+* Fixed :issue:`1456`. Disabled warning about insecure index host when using localhost.
+  Based off of Guy Rozendorn's work in :pull:`1718`. (:pull:`1967`)
+
+* Allow the use of OS standard user configuration files instead of ones simply
+  based around ``$HOME``. (:pull:`2021`)
+
+* Fixed :issue:`1825`. When installing directly from wheel paths or urls,
+  previous versions were not uninstalled. This also fixes :issue:`804`
+  specifically for the case of wheel archives. (:pull:`1838`)
+
+* Fixed :issue:`2075`, detect the location of the ``.egg-info`` directory by
+  looking for any file located inside of it instead of relying on the record
+  file listing a directory. (:pull:`2076`)
+
+* Fixed :issue:`1964`, :issue:`1935`, :issue:`676`, Use a randomized and secure
+  default build directory when possible. (:pull:`2122`, CVE-2014-8991)
+
+* Fixed :issue:`1433`. Support environment markers in requirements.txt files.
+  (:pull:`2134`)
+
+* Automatically retry failed HTTP requests by default. (:pull:`1444`, :pull:`2147`)
+
+* Fixed :issue:`1100` - Handle HTML Encoding better using a method that is more
+  similar to how browsers handle it. (:pull:`1874`)
+
+* Reduce the verbosity of the pip command by default. (:pull:`2175`,
+  :pull:`2177`, :pull:`2178`)
+
+* Fixed :issue:`2031` - Respect sys.executable on OSX when installing from
+  Wheels.
+
+* Display the entire URL of the file that is being downloaded when downloading
+  from a non PyPI repository (:pull:`2183`).
+
+* Support setuptools style environment markers in a source distribution
+  (:pull:`2153`).
+
+
+**1.5.6 (2014-05-16)**
 
 * Upgrade requests to 2.3.0 to fix an issue with proxies on Python 3.4.1
-  (PR #1821).
+  (:pull:`1821`).
 
 
 **1.5.5 (2014-05-03)**
 
 
-* Fixes #1632.  Uninstall issues on debianized pypy, specifically issues with
-  setuptools upgrades. (PR #1743)
+* Fixes :issue:`1632`.  Uninstall issues on debianized pypy, specifically issues with
+  setuptools upgrades. (:pull:`1743`)
 
 * Update documentation to point at https://bootstrap.pypa.io/get-pip.py for
   bootstrapping pip.
@@ -31,23 +417,23 @@
 
 
 * **DEPRECATION** ``pip install --build`` and ``pip install --no-clean`` are now
-  deprecated.  See Issue #906 for discussion.
+  deprecated.  See :issue:`906` for discussion.
 
-* Fixed #1112. Couldn't download directly from wheel paths/urls, and when wheel
+* Fixed :issue:`1112`. Couldn't download directly from wheel paths/urls, and when wheel
   downloads did occur using requirement specifiers, dependencies weren't
-  downloaded (PR #1527)
+  downloaded (:pull:`1527`)
 
-* Fixed #1320. ``pip wheel`` was not downloading wheels that already existed (PR
-  #1524)
+* Fixed :issue:`1320`. ``pip wheel`` was not downloading wheels that already existed (PR
+  :issue:`1524`)
 
-* Fixed #1111. ``pip install --download`` was failing using local
-  ``--find-links`` (PR #1524)
+* Fixed :issue:`1111`. ``pip install --download`` was failing using local
+  ``--find-links`` (:pull:`1524`)
 
-* Workaround for Python bug http://bugs.python.org/issue20053 (PR #1544)
+* Workaround for Python bug http://bugs.python.org/issue20053 (:pull:`1544`)
 
-* Don't pass a unicode __file__ to setup.py on Python 2.x (PR #1583)
+* Don't pass a unicode __file__ to setup.py on Python 2.x (:pull:`1583`)
 
-* Verify that the Wheel version is compatible with this pip (PR #1569)
+* Verify that the Wheel version is compatible with this pip (:pull:`1569`)
 
 
 **1.5.2 (2014-01-26)**
@@ -66,19 +452,19 @@
 
 
 * pip now only requires setuptools (any setuptools, not a certain version) when
-  installing distributions from src (i.e. not from wheel). (Pull #1434).
+  installing distributions from src (i.e. not from wheel). (:pull:`1434`).
 
-* `get-pip.py` now installs setuptools, when it's not already installed (Pull
-  #1475)
+* `get-pip.py` now installs setuptools, when it's not already installed
... 37812 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pip.git



More information about the Python-modules-commits mailing list