Thanks to visit codestin.com
Credit goes to github.com

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-constraint/python-constraint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.2
Choose a base ref
...
head repository: python-constraint/python-constraint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.3
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 2, 2025

  1. Find module path at runtime

    Currently, this test only passes if you run the test while being in the
    source repository. Trying to run the test after installing the generated
    wheel package in a different directory will fail because "./constraint" may
    not exist, or worse, give a false failure since the shared libraries
    might exist in the wheel package but not in the source directory.
    iyanmv committed Feb 2, 2025
    Configuration menu
    Copy the full SHA
    5285a06 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Configuration menu
    Copy the full SHA
    dd005f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99b1dc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. Update README.rst

    Updated roadmap
    fjwillemsen authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    a8fd096 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c0f6a8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #89 from iyanmv/path-test

    Find module path at runtime
    fjwillemsen authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    5a42848 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

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