Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python/pyperformance
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.3
Choose a base ref
...
head repository: python/pyperformance
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.4
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 4, 2022

  1. Fix non-devel installs. (#121)

    (for #120)
    
    In some cases the wrong files were getting installed.
    
    Also, running from a development env (AKA, git checkout) causes pyperformance to get installed into a venv. However, pip treats this as a "develop" install and the venv basically has a link back to the original files (rather than making a copy). This lead to incorrect logic when detecting "is installed"
    
    Both issues are resolved here.
    ericsnowcurrently authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    f9327fe View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

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

Commits on Jan 21, 2022

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

Commits on Jan 26, 2022

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