-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: pycompression/python-isal
base: v1.7.2
head repository: pycompression/python-isal
compare: develop
- 16 commits
- 9 files changed
- 2 contributors
Commits on Mar 14, 2025
-
Add a dummy non-empty environment when using assert_python_{failure,ok}
If the env_vars argument to assert_python_failure or assert_python_ok is empty the test will run in isolated mode (-I) which means that the PYTHONPATH environment variable will be ignored and the test fails because the isal module can not be found, or the test is run usung the system installed version of the module instead of the newly built module that should be tested. By adding a dummy entry to the env_vars argument the isolated mode is not used and the PYTHONPATH environment variable is not ignored and the test works as expected.
Configuration menu - View commit details
-
Copy full SHA for 68989a3 - Browse repository at this point
Copy the full SHA 68989a3View commit details
Commits on Mar 17, 2025
-
Merge pull request #227 from ellert/non-empty-env
Add a dummy non-empty environment when using assert_python_{failure,ok}
Configuration menu - View commit details
-
Copy full SHA for 26cf5d2 - Browse repository at this point
Copy the full SHA 26cf5d2View commit details
Commits on Mar 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d08488b - Browse repository at this point
Copy the full SHA d08488bView commit details
Commits on May 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0215519 - Browse repository at this point
Copy the full SHA 0215519View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da70a5 - Browse repository at this point
Copy the full SHA 1da70a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26c2b45 - Browse repository at this point
Copy the full SHA 26c2b45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7366448 - Browse repository at this point
Copy the full SHA 7366448View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc7d5a5 - Browse repository at this point
Copy the full SHA fc7d5a5View commit details -
Merge pull request #232 from pycompression/modernpackaging
Switch to setuptools-scm, include tests in source tarball.
Configuration menu - View commit details
-
Copy full SHA for 993f529 - Browse repository at this point
Copy the full SHA 993f529View commit details
Commits on Jun 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5ef868b - Browse repository at this point
Copy the full SHA 5ef868bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4398326 - Browse repository at this point
Copy the full SHA 4398326View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e9d48 - Browse repository at this point
Copy the full SHA 85e9d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fef0a9 - Browse repository at this point
Copy the full SHA 0fef0a9View commit details -
Merge pull request #234 from pycompression/issue230
Fix multithreaded flushing implementation.
Configuration menu - View commit details
-
Copy full SHA for 6ab0c15 - Browse repository at this point
Copy the full SHA 6ab0c15View commit details
Commits on Jul 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for eb3e5c2 - Browse repository at this point
Copy the full SHA eb3e5c2View commit details -
Merge pull request #235 from ellert/comment-typo
Fix a typo in a comment
Configuration menu - View commit details
-
Copy full SHA for 52dba92 - Browse repository at this point
Copy the full SHA 52dba92View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.7.2...develop