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-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup #99930

Merged
merged 15 commits into from
Dec 7, 2023

Commits on Dec 14, 2022

  1. tempfile tests: try not to leave NOUNLINK files behind

    During development, it becomes tiresome to have to manually clean up
    these files in case of unrelated TemporaryDirectory breakage.
    kwi-dk committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    d8f50e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d268947 View commit details
    Browse the repository at this point in the history
  3. NEWS: fix blurb typo

    kwi-dk committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    60de13a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    983a9ac View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Carl Meyer <[email protected]>
    kwi-dk and carljm authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    5b83afe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db40615 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

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

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    1aadbdd View commit details
    Browse the repository at this point in the history
  2. Rewrite tests.

    serhiy-storchaka committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    cb9aea4 View commit details
    Browse the repository at this point in the history
  3. Fix on Windows.

    serhiy-storchaka committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f106e25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0be03d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    0a05de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    081a898 View commit details
    Browse the repository at this point in the history
  3. Update Lib/tempfile.py

    Co-authored-by: Victor Stinner <[email protected]>
    serhiy-storchaka and vstinner authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    58924b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b88478f View commit details
    Browse the repository at this point in the history