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

Add option to force forward slashes in paths #3334

Merged
merged 13 commits into from
Jul 25, 2019

Commits on Jul 23, 2019

  1. Add a new method that copied pathlib.path.as_posix

    MartyLake committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    d1ba309 View commit details
    Browse the repository at this point in the history
  2. Add documentation

    MartyLake committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    1a4699d View commit details
    Browse the repository at this point in the history
  3. Review: Remove unnecessary get

    MartyLake committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    da86440 View commit details
    Browse the repository at this point in the history
  4. Review: Remove unnecessary split of concat

    MartyLake committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    dd9de05 View commit details
    Browse the repository at this point in the history
  5. Review: format docstring on the following line

    MartyLake committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    3a5ea58 View commit details
    Browse the repository at this point in the history
  6. Review: Remove unnecessary parens

    MartyLake committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    aa1da31 View commit details
    Browse the repository at this point in the history
  7. Review: Remove stray blank line

    MartyLake committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    ee7f939 View commit details
    Browse the repository at this point in the history
  8. Review: Add missing blank line

    MartyLake committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    68ccfe0 View commit details
    Browse the repository at this point in the history
  9. Review: Rename method

    MartyLake committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    076a82d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Review: Adds missing point to finish sentences

    MartyLake committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    c52973e View commit details
    Browse the repository at this point in the history
  2. Review: add missing lines

    MartyLake committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    7ee11b0 View commit details
    Browse the repository at this point in the history
  3. Add special case for string

    MartyLake committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    819f03f View commit details
    Browse the repository at this point in the history
  4. Review: simpler implementation and test

    Because **all** the path are bytestrings
    MartyLake committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    fb96660 View commit details
    Browse the repository at this point in the history