Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master to bootstrap to deploy ez_setup.py to https://bootstrap.pypa.io/ez_setup.py #560

Merged
merged 342 commits into from Apr 26, 2016
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 16, 2016

  1. Configuration menu
    Copy the full SHA
    670a9c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    400d10f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7372d18 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. Make 19.4 same level header as other version numbers.

    The problem was that restructured text considered 19.4 is a sibtitle to "CHANGES".
    
    --HG--
    branch : svetlyak40wt/make-194-same-level-header-as-other-vers-1453106898145
    svetlyak40wt committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    e888c6c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2016

  1. Make all headers on the same level in CHANGES.txt.

    --HG--
    branch : svetlyak40wt/make-194-same-level-header-as-other-vers-1453106898145
    svetlyak40wt committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    0f0ca87 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2016

  1. Invoke import on importlib.machinery directly. Access an attribute to…

    … force import in delayed-import environments. Fixes #487.
    jaraco committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    e2f1814 View commit details
    Browse the repository at this point in the history
  2. Merged in svetlyak40wt/setuptools/svetlyak40wt/make-194-same-level-he…

    …ader-as-other-vers-1453106898145 (pull request #171)
    
    Make 19.4 same level header as other version numbers.
    jaraco committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    5d37914 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcfeab7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25a12d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9363ee4 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2016

  1. Configuration menu
    Copy the full SHA
    3d018c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3223234 View commit details
    Browse the repository at this point in the history
  3. Relicense the package as MIT license. Drop licensing as PSF and Zope …

    …as neither of those licenses grant authority for use outside their respective projects. Vendored projects are licensed under their respective licenses, currently MIT for six and Apache v2 for packaging. Fixes #132.
    jaraco committed Jan 24, 2016
    2 Configuration menu
    Copy the full SHA
    d0bd7a5 View commit details
    Browse the repository at this point in the history
  4. Update changelog.

    jaraco committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    589a2c0 View commit details
    Browse the repository at this point in the history
  5. Merged in darjus/setuptools (pull request #169)

    Remove JythonCommandSpec as it's not required on Jython 2.7 and setuptools no longer supports anything 2.5, but had to test for 'Jython on Windows' in two other places
    jaraco committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    6193672 View commit details
    Browse the repository at this point in the history
  6. Update changelog

    jaraco committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    5505c6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    520cf79 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7b2598 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b7b733 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e7f9dab View commit details
    Browse the repository at this point in the history
  11. Also hide Cython when hiding setuptools, as setuptools will have impo…

    …rted Cython and Cython references the distutils.Extension. Fixes #488.
    jaraco committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    57d450a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    41b2ead View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2016

  1. Configuration menu
    Copy the full SHA
    c697d2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdd0e2d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Rather than re-use globals of setuptools.launch, build a unique names…

    …pace in which to launch the script. Prevents imports from occuring relative to 'setuptools' on Python 2. Ref #490.
    jaraco committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    634b0ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e01792e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    397d759 View commit details
    Browse the repository at this point in the history
  4. Adapt resolution of classes from importlib.machinery. Restores compat…

    …ibility for PyPy3 where importlib.machinery exists but FileFinder and SourceFileLoader aren't implemented.
    jaraco committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    66b3a62 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Test on pypy3

    Ivoz committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    8a3d7fe View commit details
    Browse the repository at this point in the history
  2. Update changelog

    jaraco committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    e208173 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31 from Ivoz/patch-1

    Test on pypy3
    jaraco committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    5645776 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6df1b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b4bb26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ed59a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eca386e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2016

  1. Configuration menu
    Copy the full SHA
    d16b24e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8a0d2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94e1f4c View commit details
    Browse the repository at this point in the history
  4. Update changelog

    jaraco committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    584a30b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15d072b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    783fe0b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2016

  1. Configuration menu
    Copy the full SHA
    0dcee79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9bd9b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. FreeBSD: Add root certificate from ca_root_nss.

    On FreeBSD root certificates from certificate authorities included in the
    Mozilla NSS library are provided by the ca_root_nss package:
    
    jcigar@frodon:~/ > pkg info -l ca_root_nss-3.21
    ca_root_nss-3.21:
        /usr/local/etc/ssl/cert.pem.sample
        /usr/local/openssl/cert.pem.sample
        /usr/local/share/certs/ca-root-nss.crt
        /usr/local/share/licenses/ca_root_nss-3.21/LICENSE
        /usr/local/share/licenses/ca_root_nss-3.21/MPL
        /usr/local/share/licenses/ca_root_nss-3.21/catalog.mk
    
    On some machines there is no symbolic link (/etc/ssl/cert.pem) installed
    silenius committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    3ae46c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from silenius/master

    FreeBSD: Add root certificate from ca_root_nss.
    jaraco committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    e9c60b8 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    jaraco committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    725bf10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9221fdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b07812 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53bef9f View commit details
    Browse the repository at this point in the history
  7. Rewrite setup/teardown methods as pytest fixtures, encapsulating conc…

    …epts for clarity. Incidentally, this also fixes #231.
    jaraco committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    e3d7334 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3978793 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    656a5f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ff6789 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a9a3818 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    20413e8 View commit details
    Browse the repository at this point in the history
  13. Remove unused imports

    jaraco committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    8954900 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2016

  1. Configuration menu
    Copy the full SHA
    0e689bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c30340f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6437848 View commit details
    Browse the repository at this point in the history
  4. Fix syntax errors on Python 2

    jaraco committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    bc9ec21 View commit details
    Browse the repository at this point in the history
  5. Fix failing tests on Python 2

    jaraco committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    b8d92af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f15fef5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5375ca2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2016

  1. Switch back to SyntaxError for invalid markers, stops consumers havin…

    …g to import packaging themselves
    s-t-e-v-e-n-k committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    ba5633b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf9402a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. Configuration menu
    Copy the full SHA
    43d0308 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. Replace upload docs with a reference to distutils docs, as

    setuptools no longer provides an upload command.
    jaraco committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    0975916 View commit details
    Browse the repository at this point in the history
  2. Override upload command to load passwords from keyring when available…

    … and not otherwise specified.
    jaraco committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    5367a73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b70dc28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdc4a82 View commit details
    Browse the repository at this point in the history
  5. Remove unused import

    jaraco committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    1e0ecae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    076e6b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8b1293 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a209fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    236b049 View commit details
    Browse the repository at this point in the history
  10. Correct syntax in changelog

    jaraco committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    8ccd428 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. Configuration menu
    Copy the full SHA
    69175b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Configuration menu
    Copy the full SHA
    335aba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5f3978 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24cc60e View commit details
    Browse the repository at this point in the history
  4. Remove unused imports

    jaraco committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    bfd610e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe6891c View commit details
    Browse the repository at this point in the history
  6. Update changelog

    jaraco committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    54f5299 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be18a01 View commit details
    Browse the repository at this point in the history
  8. Add timestamps to changelog.

    jaraco committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    1b31a68 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d5bedd9 View commit details
    Browse the repository at this point in the history
  10. Update changelog

    jaraco committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    95c576f View commit details
    Browse the repository at this point in the history
  11. Merge pull request series from Steve Kowalik for updated and unified …

    …marker implementation. Fixes #122.
    jaraco committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    e904cf1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2c460f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    707c631 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    43ed305 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a8a49c4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2ac4408 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Configuration menu
    Copy the full SHA
    b729240 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Update changelog

    jaraco committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    28a36c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7160fc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac2ae58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97178b5 View commit details
    Browse the repository at this point in the history
  5. Add test capturing expectation that spaces between version specifiers…

    … should be allowed. Ref #502.
    jaraco committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    52cd445 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2016

  1. Configuration menu
    Copy the full SHA
    1edd380 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    721536a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26f98e0 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    jaraco committed Feb 27, 2016
    Configuration menu
    Copy the full SHA
    3855edb View commit details
    Browse the repository at this point in the history
  5. Ignore pavement.py

    jaraco committed Feb 27, 2016
    Configuration menu
    Copy the full SHA
    5f38188 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52a1411 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a46fd83 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. Configuration menu
    Copy the full SHA
    0ed33b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2016

  1. Configuration menu
    Copy the full SHA
    de4bdcf View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. Configuration menu
    Copy the full SHA
    bd090b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    280cce5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2016

  1. Update changelog

    jaraco committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    2ddbf6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dec43f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5029eae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e570a84 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Remove the import hook when unloading the old pkg_resources modules

    --HG--
    branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332
    agronholm committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    ae6ebd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc618da View commit details
    Browse the repository at this point in the history
  3. Safer way to remove the import hook

    --HG--
    branch : agronholm/remove-the-import-hook-when-unloading-th-1458177009332
    agronholm committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    071e0ed View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

  1. Configuration menu
    Copy the full SHA
    db587f4 View commit details
    Browse the repository at this point in the history
  2. Merged in agronholm/setuptools/agronholm/remove-the-import-hook-when-…

    …unloading-th-1458177009332 (pull request #182)
    
    . Fixes #519.
    Remove the import hook when unloading the old pkg_resources modules
    jaraco committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    4dc7798 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    jaraco committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    dc04903 View commit details
    Browse the repository at this point in the history
  4. Merged in stevenk_/setuptools (pull request #184)

    Update documentation for ``Requirement``.
    jaraco committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    79d48e6 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    jaraco committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    d8d4272 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42b002c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af0a412 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11fef28 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2016

  1. Configuration menu
    Copy the full SHA
    741f3bb View commit details
    Browse the repository at this point in the history
  2. Merged in koterpillar/setuptools (pull request #183)

    Remove CVS and Subversion references in include_package_data docs
    jaraco committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    0ddbf39 View commit details
    Browse the repository at this point in the history
  3. Rename variables for clarity and easier troubleshooting (avoid maskin…

    …g intermediate 'parts' value).
    jaraco committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    07a1c69 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

  1. Configuration menu
    Copy the full SHA
    2d8cb89 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2016

  1. Configuration menu
    Copy the full SHA
    0f147d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Update vendored packaging to 16.6

    Closes #503
    s-t-e-v-e-n-k committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    7fc3b34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b90be7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05a9f1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fcd3ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87e2921 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f95af8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d25e2a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd0c78d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    378a5bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca90f3c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a04851c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    af4b8f9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1627f58 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dc1ae65 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    aed09e8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    763d5ef View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3e7bd66 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    06a1e42 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    125066c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    26b8954 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7feff47 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9bc17cf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9aa3b8e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4c7ee26 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2600498 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1cbd2d0 View commit details
    Browse the repository at this point in the history
  27. Logic in upload_docs will only trigger docs build if no docs dir was …

    …specified, so explicitly build during release. Fixes #524.
    jaraco committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    eae952e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fbbeb19 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7676514 View commit details
    Browse the repository at this point in the history
  30. Don't test the bootstrap script. It fails when deploys are happening,…

    … which is common when releases are being made.
    jaraco committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    e7d3147 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    fd4f102 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. Merge pull request #522 from s-t-e-v-e-n-k/update-packaging

    Update vendored packaging to 16.6
    jaraco committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    3f19464 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    jaraco committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    5068214 View commit details
    Browse the repository at this point in the history
  3. Update tags for rebase to 'distribute' branch (Mercurial)

    --HG--
    branch : distribute
    jaraco committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    37b7514 View commit details
    Browse the repository at this point in the history
  4. Merge distribute tag updates

    jaraco committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    a5ec6f3 View commit details
    Browse the repository at this point in the history
  5. Fix error in docs build

    jaraco committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    c2f0ac7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Configuration menu
    Copy the full SHA
    53a9c83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d198cbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11f6879 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3acfce0 View commit details
    Browse the repository at this point in the history
  5. Remove unused imports

    jaraco committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    9332edb View commit details
    Browse the repository at this point in the history
  6. Extract separate test for test_environment_markers in test_resources.…

    … Remove unused variable.
    jaraco committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    e7a27ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04d10ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d48e839 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3484b70 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. Drop unused safe_repr function

    When _assertIn was removed from test_resources, the safe_repr
    function was not dropped, leaving it with no callers, so drop it.
    s-t-e-v-e-n-k committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    f4c7a06 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #528 from s-t-e-v-e-n-k/drop-safe-repr

    Drop unused safe_repr function
    jaraco committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    d0620ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5189c3 View commit details
    Browse the repository at this point in the history
  4. Merge

    jaraco committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    9803058 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. Restore evaluating environment markers in WorkingSet

    Correctly deal with parsed requirements that include extras as a
    marker inside WorkingSet that are populated from METADATA inside
    wheels, like we get from pip>=7.
    
    This partially reverts commit 04d10ff.
    
    Closes: #523
    s-t-e-v-e-n-k committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    1cdd940 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #530 from s-t-e-v-e-n-k/fix-extra-markers-requires

    Restore evaluating environment markers in WorkingSet
    jaraco committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    ffe568c View commit details
    Browse the repository at this point in the history
  3. Update changelog

    jaraco committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    01a84af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19fd04b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c36cd3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a31716f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Configuration menu
    Copy the full SHA
    3d8c224 View commit details
    Browse the repository at this point in the history
  2. Stop comparing repr()'s in TestEntryPoint

    In Python 3, the default order of iterables can not determined,
    so comparing the repr of objects that include tuples is not static
    like it is under Python 2. Compare the attributes of EntryPoint
    instead, making sure to sort .attrs and .extras.
    
    Closes: #526
    s-t-e-v-e-n-k committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    b1eeba1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. This helps finding packages with bad utf

    Checking hundreds of possibly installed packages manually should NOT be expected of the user ;)
    riot committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    c7873d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #532 from s-t-e-v-e-n-k/readd-exception-for-marker…

    …-eval
    
    Reinstate the or guard in WorkingSet._markers_pass
    jaraco committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    1bf18cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be663b8 View commit details
    Browse the repository at this point in the history
  4. Adjust expectation that 'extra' is not in the marker evaluation if no…

    … extras demanded the requirement.
    jaraco committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    f664385 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ce73d4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #533 from s-t-e-v-e-n-k/compare-ep-attributes

    Stop comparing repr()'s in TestEntryPoint
    jaraco committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    6d2022e View commit details
    Browse the repository at this point in the history
  7. Update changelog

    jaraco committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    f9f7277 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #537 from ri0t/patch-1

    This helps finding packages with bad utf
    jaraco committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    06eae67 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6462571 View commit details
    Browse the repository at this point in the history
  10. Instead of reasing a new exception, just augment the existing excepti…

    …on, avoiding any concerns about exception type, but still communicating the context necessary to trace the issue. Ref #537.
    jaraco committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    84f1525 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2016

  1. Configuration menu
    Copy the full SHA
    7aff0f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1d3c39 View commit details
    Browse the repository at this point in the history
  3. Swap out hard tabs for spaces

    alex committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    5253f7f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

  1. Merge pull request #541 from alex/patch-1

    Swap out hard tabs for spaces
    jaraco committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    4582466 View commit details
    Browse the repository at this point in the history
  2. Update rationale for the zip_safe flag

    Importing from a zip file no longer significantly reduces the number
    of stat calls during import, and may even slow imports down if
    too many archives are added to sys.path.
    
    The outdated rationale was noted by Thomas Güttler on distutils-sig
    ncoghlan committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    52d420e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #542 from ncoghlan/patch-1

    Update rationale for the zip_safe flag
    jaraco committed Apr 11, 2016
    1 Configuration menu
    Copy the full SHA
    06c95ce View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Update changelog. Fixes #543.

    jaraco committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    e5822f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f676f1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc35160 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd5caef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b62ac4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4950c05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18b7ab6 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2016

  1. remove _markerlib from manifest

    Signed-off-by: Gabi Davar <grizzly.nyo@gmail.com>
    mindw committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    c949b7d View commit details
    Browse the repository at this point in the history
  2. bump certifi to 2016.2.28

    Signed-off-by: Gabi Davar <grizzly.nyo@gmail.com>
    mindw committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    fb5f96f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #547 from mindw/rm_markerlib_manifest

    remove _markerlib from manifest
    jaraco committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    74f7b0b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #545 from totoroliu/master

    Handle not-zip-safe egg (folder) deletion in rotate command
    jaraco committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    426af7f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #548 from mindw/bump_certifi_version

    bump certifi to 2016.2.28
    jaraco committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    844cf71 View commit details
    Browse the repository at this point in the history
  6. update changelog

    jaraco committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    614e827 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c748a49 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc11008 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc6aec4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Preserve order of egg_info section in setup.cfg

    egg_info is the dictionary with information that is injected
    into setup.cfg. edit_config uses RawConfigParser which uses
    collections.OrderedDict for all the data. When we use a
    simple dict(), when we loop through items in edit_config, we
    see random behavior as a result the fields
    tag_svn_revision/tag_date/tag_build are added to the setup.cfg
    randomly. So if we sort the items by key when we traverse items
    we will get deterministic output as RawConfigParser uses
    OrderedDict internally by default.
    dims committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    df05ebf View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. Use OrderedDict to retain deterministic ordering of version info in e…

    …gg_info command. Remove lexicographic ordering in setopt.edit_config. Ref #553
    jaraco committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    085247f View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    jaraco committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    d1f96ee View commit details
    Browse the repository at this point in the history
  3. Dedent

    jaraco committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    90fb7be View commit details
    Browse the repository at this point in the history
  4. Remove superfluous slice

    jaraco committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    c4d546e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46b76ed View commit details
    Browse the repository at this point in the history
  6. Move Python 2.6 exception into specific test, capturing that the expe…

    …cted order is different on Python 2.6, not because of the lack of OrderedDict, but because of different behavior in RawConfigParser. Ref #553.
    jaraco committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    6693272 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25b2a2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae8574c View commit details
    Browse the repository at this point in the history
  9. Update changelog. Closes #553.

    jaraco committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    7ec2dd5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ea2454 View commit details
    Browse the repository at this point in the history
  11. Support pypy3 also

    jaraco committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    5cc432e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2016

  1. Prompt for password on upload.

    The upload command wasn't prompting for a password. If there was no
    password specified in ~/.pypirc, the upload command,
        python setup.py sdist upload
    would fail and raise a TypeError. The workaround for this was to use
        python setup.py sdist register upload
    since the register command does prompt for a password.
    
    This commit ensures that the upload command prompts for a password
    if not given one by ~/.pypirc or the register command.
    Brooks Kindle committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    6c9c3c7 View commit details
    Browse the repository at this point in the history
  2. Update packaging to 16.7

    This adds support for the deprecated python_implementation marker
    which was an undocumented setuptools marker prior to 20.2 in
    addition to the newer markers.
    gsnedders committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    fc2afb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Merge pull request #556 from gsnedders/packaging_167

    Update packaging to 16.7
    jaraco committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    4bf7cb1 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    jaraco committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    89509b5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #555 from brookskindle/dev_prompt_password

    password prompt on upload command
    jaraco committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    3070dd7 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    jaraco committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    b663992 View commit details
    Browse the repository at this point in the history
  5. Move import to header

    jaraco committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    9b53df4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3b119e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c105d6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b97d31d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ad12ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8910c6e View commit details
    Browse the repository at this point in the history
  11. Merge

    jaraco committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    1ad0c2c View commit details
    Browse the repository at this point in the history
  12. Try comparing eq

    jaraco committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    a02ea2f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a144fab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    005cb1d View commit details
    Browse the repository at this point in the history
  15. Fix setuptools url and curl wants --location to follow redirects

    This change also removes:
    
        sys.meta_path = [importer for importer in sys.meta_path if
                         importer.__class__.__module__ != 'pkg_resources.extern']
    
    from _unload_pkg_resources.
    
    These lines were removed from the version at: https://bootstrap.pypa.io/ez_setup.py
    
    I don't know why the code there and here differs.
    Jim Fulton committed Apr 25, 2016
    1 Configuration menu
    Copy the full SHA
    cf470e3 View commit details
    Browse the repository at this point in the history
  16. restore previous fix that was never deployed.

    Jim Fulton committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    3728c54 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #559 from buildout/master

    Fix setuptools url and curl wants --location to follow redirects
    jaraco committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    986a233 View commit details
    Browse the repository at this point in the history