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-73991: Add pathlib.Path.move() #122073

Merged
merged 27 commits into from
Aug 25, 2024
Merged

GH-73991: Add pathlib.Path.move() #122073

merged 27 commits into from
Aug 25, 2024

Commits on Jul 21, 2024

  1. pythonGH-73991: Add pathlib.Path.move()

    Add a `Path.move()` method that moves a file or directory tree and returns
    a new `Path` instance.
    
    This method is similar to `shutil.move()`, except that it doesn't accept a
    *copy_function* argument, and it doesn't support copying into an existing
    directory.
    barneygale committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    f6d09c0 View commit details
    Browse the repository at this point in the history
  2. Simplify slightly

    barneygale committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    1dc0bfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f488ff8 View commit details
    Browse the repository at this point in the history
  4. rename --> replace

    barneygale committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    ff7746f View commit details
    Browse the repository at this point in the history
  5. Windows test fixes

    barneygale committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    29e51f5 View commit details
    Browse the repository at this point in the history
  6. Revert "Windows test fixes"

    This reverts commit 29e51f5.
    barneygale committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    36955ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d595047 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5de963e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    e1c0d9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a98aed4 View commit details
    Browse the repository at this point in the history
  3. Revert "Loosen tests for OSError types."

    This reverts commit a98aed4.
    barneygale committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0af6396 View commit details
    Browse the repository at this point in the history
  4. Tweaks

    barneygale committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    348cabd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aca70d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa27f48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04b115a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be48d2a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5ee60a View commit details
    Browse the repository at this point in the history
  10. Undo unnecessary change

    barneygale committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f9219ee View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

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

Commits on Aug 7, 2024

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

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    d889dff View commit details
    Browse the repository at this point in the history
  2. Docs tweak

    barneygale committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    9d92108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92cc785 View commit details
    Browse the repository at this point in the history
  4. Simplify patch

    barneygale committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    b8372aa View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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

Commits on Aug 23, 2024

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

Commits on Aug 24, 2024

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