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

PERF: remove isdir() check in copy_file(), about 10% of the run time was checking if the file to copy is a directory. #258

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    7a6f42b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a996148 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b164d66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89522f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6b23d0 View commit details
    Browse the repository at this point in the history
  6. Oops. Meant 2025.

    jaraco committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e5268b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    851e71a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dcde5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    041c42e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b07b4ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef8f235 View commit details
    Browse the repository at this point in the history
  6. Use proper boolean literals.

    jaraco committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    03f1d85 View commit details
    Browse the repository at this point in the history
  7. Replace Popen with check_call.

    jaraco committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    e85efee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    976e935 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d6652a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    806b1ca View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge https://github.com/jaraco/skeleton

    # Conflicts:
    #	pyproject.toml
    jaraco committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e5b06e1 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    294b206 View commit details
    Browse the repository at this point in the history
  2. Pin to pytest<8.1.

    jaraco committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a37185d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. PERF: remove isdir() check in copy_file(), about 10% of the run time …

    …was checking if the file to copy is a directory.
    rmmancom committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    745640e View commit details
    Browse the repository at this point in the history