1. 25 Nov, 2014 3 commits
  2. 24 Nov, 2014 11 commits
  3. 23 Nov, 2014 5 commits
  4. 17 Oct, 2014 1 commit
  5. 23 Nov, 2014 1 commit
  6. 22 Nov, 2014 2 commits
  7. 21 Nov, 2014 3 commits
  8. 20 Nov, 2014 2 commits
  9. 18 Nov, 2014 2 commits
  10. 15 Nov, 2014 3 commits
  11. 14 Nov, 2014 3 commits
  12. 13 Nov, 2014 1 commit
  13. 11 Nov, 2014 3 commits
    • Donald Stufft's avatar
      f44b9c4d
    • Donald Stufft's avatar
      Upgrade setuptools to 7.0 · 3ecc8dbd
      Donald Stufft authored
      3ecc8dbd
    • Donald Stufft's avatar
      Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7 · 8aaff54d
      Donald Stufft authored
      * Backports ensurepip to the 2.7 branch
      * Backports some of the improved documentation to the 2.7 branch.
      * Adds a private backport of the 3.x mock library as test._mock_backport
        to enable saner testing of ensurepip.
      
      Key Differences from 3.x:
      
      * Ensurepip does not have any Makefile integration, specifically
        it is not ran by default in the Makefile.
      * There is no venv module in 2.7, so downstream distributors can
        completely disable ensurepip, ideally with a message redirecting
        to the correct way to install pip.
      * To match the ``python`` command in 2.7, ensurepip will install
        the unversioned ``pip`` command as well.
      * No-op and hide --default-pip and add --no-default-pip to restore
        the 3.x behavor on 2.7.
      8aaff54d