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

gh-106242: Fix path truncation in normpath #106816

Merged
merged 27 commits into from
Aug 15, 2023
Merged

gh-106242: Fix path truncation in normpath #106816

merged 27 commits into from
Aug 15, 2023

Commits on Jul 3, 2023

  1. added _Py_normpathAndSize

    finnagin committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d1fe8fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    726da04 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. PyAPI_FUNC -> extern

    finnagin committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8cab42c View commit details
    Browse the repository at this point in the history
  2. remove prinfs

    finnagin committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    82a9d36 View commit details
    Browse the repository at this point in the history
  3. fix length calculation

    finnagin committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    6c18bf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    c90249d View commit details
    Browse the repository at this point in the history
  2. fix norm_size calculation

    finnagin committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8e1f1ea View commit details
    Browse the repository at this point in the history
  3. add test cases

    finnagin committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3003891 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fcae77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30fa3a4 View commit details
    Browse the repository at this point in the history
  6. handle edge cases

    finnagin committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f0afe44 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    6412901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78192de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    199abac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbe57c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b9de2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1731f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. norm_size->normsize

    finnagin committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    d7f7045 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    184fde9 View commit details
    Browse the repository at this point in the history
  3. remove trailing whitespace

    finnagin committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    9e0d52a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3815967 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9d78cc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    3ef9e3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c885d13 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    d896d45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0959e2b View commit details
    Browse the repository at this point in the history
  3. Update Misc/NEWS.d/next/Library/2023-08-14-23-11-11.gh-issue-106242.7…

    …1HMym.rst
    
    Co-authored-by: Steve Dower <steve.dower@microsoft.com>
    finnagin and zooba authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    aecae84 View commit details
    Browse the repository at this point in the history