Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pypa/wheel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.34.2
Choose a base ref
...
head repository: pypa/wheel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.35.1
Choose a head ref
  • 19 commits
  • 21 files changed
  • 6 contributors

Commits on Feb 29, 2020

  1. Fixed building the documentation

    Fixes #341.
    agronholm committed Feb 29, 2020
    Copy the full SHA
    6da376e View commit details

Commits on Mar 24, 2020

  1. Updated the release procedure

    This commit also fixes PRs not triggering checks.
    agronholm committed Mar 24, 2020
    Copy the full SHA
    d1b91e4 View commit details
  2. Copy the full SHA
    e5d8697 View commit details
  3. Ignore files terminating in ~. (#347)

    This is Unix's most common pattern for backup files. They are often
    present, but I can't think of a good reason for them to be distributed.
    Flameeyes authored Mar 24, 2020
    Copy the full SHA
    b74eeb7 View commit details
  4. Remove unused EXTRA_RE variable (#340)

    Unused since 595e4a8.
    jdufresne authored Mar 24, 2020
    Copy the full SHA
    251a093 View commit details
  5. Fix resource leak in WheelFile.open() (#338)

    In WheelFile.open(), if the hash does not exist, avoid opening the file
    before raising the exception. Previously would leak the open file
    resource which could result in a ResourceWarning when Python warnings
    are enabled:
    
        ResourceWarning: unclosed file <_io.FileIO name='…/test_testzip_missing_hash0/test-1.0-py2.py3-none-any.whl' mode='rb' closefd=True>
    
    Python warnings are now enabled during tests to help catch these
    earlier.
    jdufresne authored Mar 24, 2020
    Copy the full SHA
    ed3ec04 View commit details

Commits on Mar 31, 2020

  1. Copy the full SHA
    bb33181 View commit details

Commits on Apr 7, 2020

  1. Replaced pep425tags with packaging (#346)

    The internal pep425tags module has been removed in favor of the "packaging" library.
    mattip authored Apr 7, 2020
    4
    Copy the full SHA
    a519770 View commit details

Commits on Jun 13, 2020

  1. Updated link to now-decommissioned mailing list (#356)

    Per https://groups.google.com/d/msg/pypa-dev/rUNsfIbruHM/LCEx-CB5AgAJ the pypa-dev Google Group is now decommissioned. Pointing to distutils-sig per a link elsewhere in the wheel documentation.
    
    Signed-off-by: Sumana Harihareswara <sh@changeset.nyc>
    brainwane authored Jun 13, 2020
    Copy the full SHA
    e8eb40e View commit details

Commits on Jul 30, 2020

  1. Copy the full SHA
    a668885 View commit details

Commits on Aug 13, 2020

  1. Added PyPy2 to the test matrix

    Let's test against PyPy2 at least until v1.0.
    agronholm committed Aug 13, 2020
    Copy the full SHA
    69fc34c View commit details
  2. Copy the full SHA
    3b260ab View commit details
  3. Updated the release notes

    agronholm committed Aug 13, 2020
    Copy the full SHA
    6c914fe View commit details
  4. Copy the full SHA
    b6786fa View commit details
  5. Created a new release

    agronholm committed Aug 13, 2020
    Copy the full SHA
    4253bbb View commit details

Commits on Aug 14, 2020

  1. Copy the full SHA
    0b4ee25 View commit details
  2. Vendored the packaging.tags module (#365)

    See the commentary on #346 for the reason.
    agronholm authored Aug 14, 2020
    Copy the full SHA
    656e484 View commit details
  3. Copy the full SHA
    bb4c083 View commit details
  4. Created a new release

    agronholm committed Aug 14, 2020
    Copy the full SHA
    bbc6082 View commit details
Loading