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: python-packaging/importall
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: skel
Choose a base ref
...
head repository: python-packaging/importall
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 12 files changed
  • 3 contributors

Commits on Oct 3, 2020

  1. Initial implementation

    thatch committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    46205ac View commit details
    Browse the repository at this point in the history
  2. Minor changes

    thatch committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    a6df02b View commit details
    Browse the repository at this point in the history
  3. Add missing click dep

    thatch committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    852db4f View commit details
    Browse the repository at this point in the history
  4. Fix lints

    thatch committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    f9ee287 View commit details
    Browse the repository at this point in the history
  5. Use argparse to avoid affecting other deps.

    My main reason for writing this was to use in pessimist, and click is
    one of the deps I don't want to accidentally upgrade in other projects.
    thatch committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    824e48a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81b9583 View commit details
    Browse the repository at this point in the history
  7. Get ready for 0.2.1

    thatch committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    91ea72c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. [feat] parse multiple packages

    Mark Rofail committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    55f353e View commit details
    Browse the repository at this point in the history
  2. [tests] add test for multiple tests

    Mark Rofail committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    d696c20 View commit details
    Browse the repository at this point in the history
  3. [style] linting issue

    Mark Rofail committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    0b13f9f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from markrofail/multipackages

    Allow import of multiple packages
    Tim Hatch authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    983554d View commit details
    Browse the repository at this point in the history
Loading