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

[WIP] GH-65238: Preserve trailing slash in pathlib #112363

Closed
wants to merge 31 commits into from

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    a1326c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df1e115 View commit details
    Browse the repository at this point in the history
  3. Simplify diff

    barneygale committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    61be2e3 View commit details
    Browse the repository at this point in the history
  4. Reduce diff

    barneygale committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    445364a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6395815 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    435be1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e577a67 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Simplify implementation

    barneygale committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    d766d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12cfb1a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    2593ddb View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Add tests

    barneygale committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b275078 View commit details
    Browse the repository at this point in the history
  2. Docstrings

    barneygale committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    5d87cf4 View commit details
    Browse the repository at this point in the history
  3. Docs

    barneygale committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    af12c24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cae3774 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4c87c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a77c8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    120beed View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    df79c49 View commit details
    Browse the repository at this point in the history
  2. Fix pickle roundtripping

    barneygale committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0f75804 View commit details
    Browse the repository at this point in the history
  3. Undo changes to parts

    barneygale committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    eeb35ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    153c4af View commit details
    Browse the repository at this point in the history
  5. Simplify _glob() slightly

    barneygale committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b852339 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b77a61 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Formatting

    barneygale committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7b6766f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5c2265 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1126117 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c9b5ea View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    9539c60 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    14a9635 View commit details
    Browse the repository at this point in the history
  2. Undo pickling change

    barneygale committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    305381b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Undo pickling changes.

    barneygale committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    dfe7aae View commit details
    Browse the repository at this point in the history