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

bpo-45582: Port getpath[p].c to Python #29041

Merged
merged 29 commits into from
Dec 3, 2021
Merged

bpo-45582: Port getpath[p].c to Python #29041

merged 29 commits into from
Dec 3, 2021

Commits on Nov 15, 2021

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

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    ed486fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cecba6 View commit details
    Browse the repository at this point in the history
  3. Add change to _freeze_module

    zooba committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    fb3d303 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd6bbb4 View commit details
    Browse the repository at this point in the history
  5. Exclude getpath.h

    zooba committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    39cfc1f View commit details
    Browse the repository at this point in the history
  6. Fix make rule, maybe?

    zooba committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    34db9d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2887c1a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    75c7073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48aa283 View commit details
    Browse the repository at this point in the history
  3. Fix test expectations

    zooba committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    b1e8706 View commit details
    Browse the repository at this point in the history
  4. Update test

    zooba committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    635ff80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a503f9 View commit details
    Browse the repository at this point in the history
  6. Make better assumption in test

    zooba committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    50aa5ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80e559a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Fix BUILD_LANDMARK check

    zooba committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    e76f299 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    b4861f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4abae84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    808d598 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Use platlibdir in more places

    zooba committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    53be005 View commit details
    Browse the repository at this point in the history
  2. Remove fast path that is invalid in some POSIX venv scenarios

    Clear cached pathconfig values to avoid interference between tests
    zooba committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    7144c48 View commit details
    Browse the repository at this point in the history
  3. Add missing include

    zooba committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    b7d84ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e6da88 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    1af0b2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8dda93 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    b568efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7537fd5 View commit details
    Browse the repository at this point in the history
  3. Revert test changes

    zooba committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    5962947 View commit details
    Browse the repository at this point in the history
  4. Add missing PyMem_Free

    zooba committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    c10d17c View commit details
    Browse the repository at this point in the history