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: astral-sh/uv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.1
Choose a base ref
...
head repository: astral-sh/uv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.2
Choose a head ref
  • 17 commits
  • 46 files changed
  • 6 contributors

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    10c1a89 View commit details
    Browse the repository at this point in the history
  2. fix: typo in alternative-indexes.md docs (#6877)

    ## Summary
    
    Small typo on the guide for alternative index
    
    ## Test Plan
    
    I rerun the documentation to see the typo gone.
    Davidnet authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0510842 View commit details
    Browse the repository at this point in the history
  3. Treat missing top_level.txt as non-fatal (#6881)

    ## Summary
    
    Closes #6872.
    charliermarsh authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fa14983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f21f1f2 View commit details
    Browse the repository at this point in the history
  5. Error when discovered Python is incompatible with --isolated worksp…

    …ace (#6885)
    
    ## Summary
    
    We should have consistent errors with and without `--isolated`.
    charliermarsh authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    34435d7 View commit details
    Browse the repository at this point in the history
  6. Use from_range_bounds (#6879)

    Not the most ergonomic api pubgrub has to offer, but better than rolling
    our own.
    konstin authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    00c98a8 View commit details
    Browse the repository at this point in the history
  7. Run cargo update (#6888)

    charliermarsh authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2ce8b91 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4bd875 View commit details
    Browse the repository at this point in the history
  9. Adding support for .pyc files in uv run (#6886)

    ## Summary
    - The change relates to #6635 is to include compiled python files (.pyc)
    in the uv run command.
    - After this change `uv run foo.pyc` should spawn `python foo.pyc`.
    
    
    ## Test Plan
    - There is a test that uses TestContext to compile and run a simple
    python file that prints "Hello World".
    - I built the project locally and tried the same with a simple python
    file that I had compiled.
    vss96 authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b441678 View commit details
    Browse the repository at this point in the history
  10. Fix typos (#6891)

    charliermarsh authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    83467f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    d2df51f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e647b1 View commit details
    Browse the repository at this point in the history
  3. chore: run cargo dev generate-all on CI and locally (#6899)

    ## Summary
    
    Noticed that running `cargo dev generate-all` on `main` produced changes
    and saw that that the command is not run on the CI nor as a pre-commit
    hook.
    
    Not sure if having the command running as a pre-commit hook is something
    we want, so I can remove it if you prefer. I find that nice to have as
    it's probably easy to forget to run it, especially for new contributors
    (and it will only run if there are changes in `uv_cli` or `uv_settings`
    crates).
    
    ## Test Plan
    
    - Added `cargo dev generate-all --mode check` on the CI, which produced
    [this failing
    job](https://github.com/astral-sh/uv/actions/runs/10648055597/job/29516699393)
    - Ran `cargo dev generate-all` locally and committed the changes, which
    produced [this succeeding
    job](https://github.com/astral-sh/uv/actions/runs/10648076910/job/29516744942)
    mkniewallner authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    fe5f085 View commit details
    Browse the repository at this point in the history
  4. docs: add missing console highlights (#6900)

    ## Summary
    
    Spotted a few missing `console` highlights in the documentation.
    mkniewallner authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    c9e4395 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    a5f1e1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    049c73d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    736ccb9 View commit details
    Browse the repository at this point in the history
Loading