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

Accept os.PathLike in addition to str for paths in public API #392

Merged
merged 14 commits into from Oct 27, 2021
Merged

Accept os.PathLike in addition to str for paths in public API #392

merged 14 commits into from Oct 27, 2021

Commits on Oct 22, 2021

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

    bfgray3 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    5147632 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aecafd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f2c913 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5789d9 View commit details
    Browse the repository at this point in the history
  6. build.PathType in util.py

    bfgray3 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    db2b1a9 View commit details
    Browse the repository at this point in the history
  7. add pr number to CHANGELOG

    bfgray3 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    2dab6c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. remoev unused import

    bfgray3 committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    8d84257 View commit details
    Browse the repository at this point in the history
  2. quote os.PathLike[str]

    bfgray3 committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    1465f49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85aefa8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. fix PR link in CHANGELOG

    bfgray3 committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    09672c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. reformat CHANGELOG

    bfgray3 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    bf3faf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9b7780 View commit details
    Browse the repository at this point in the history
  3. add back newline

    bfgray3 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    476bc9c View commit details
    Browse the repository at this point in the history