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/packaging
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20.0
Choose a base ref
...
head repository: pypa/packaging
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 6, 2020

  1. Bump for development

    pradyunsg committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    e664cdd View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Don't have packaging.tags.compatible_tags() reuse an iterable (#258)

    The code was using an iterable in an inner loop which would lead to iterator exhaustion after the first time round the loop.
    
    Closes #257
    jeroendecroos authored and brettcannon committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    d49fdc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Update CHANGELOG for 20.1

    pradyunsg committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    6d4aea1 View commit details
    Browse the repository at this point in the history
  2. Bump for release

    pradyunsg committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    71b46f5 View commit details
    Browse the repository at this point in the history
Loading