2
I Use This!
High Activity

Commits : Listings

Analyzed 21 days ago. based on code collected 23 days ago.
Jan 27, 2024 — Jan 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
chore: merge changelog from 1.8 branch (#9420) More... 9 months ago
Add poetry 1.8.3 to history and merge fixes for older releases More... 9 months ago
chore: update poetry-plugin-export (#9409) More... 9 months ago
release: bump version to 1.8.0 More... 10 months ago
markers: improve typing (no need for a dict, Mapping is sufficient for validate) (#729) More... 10 months ago
[pre-commit.ci] pre-commit autoupdate (#730) More... 10 months ago
[pre-commit.ci] pre-commit autoupdate (#282) More... 10 months ago
tests: update tests that are based on old lock files (prior Poetry 1.1) (#279) More... 10 months ago
ci: fix release workflow (#9387) More... 10 months ago
installer: add option to install without re-resolving (just by evaluating locked markers) (#9427) - introduce "installer.re-resolve" config option (default: True) - if the config option is set to False and the lock file is at least version 2.1, the installer will not re-resolve but evaluate locked markers More... 10 months ago
Get Build Platlib Dir From Build Env (#726) More... 10 months ago
relax poetry and poetry-core constraint to facilitate development of Poetry 2.0 (#280) More... 10 months ago
[pre-commit.ci] pre-commit autoupdate (#278) More... 10 months ago
Project tidying (#724) More... 10 months ago
[pre-commit.ci] pre-commit autoupdate (#725) More... 10 months ago
Automated licenses list update (#727) More... 10 months ago
chore: update dev dependencies (#728) More... 10 months ago
ci: mention exact version in comment and update actions (#9364) More... 10 months ago
Adding -e flag to editable local references (#258) More... 10 months ago
fix race condition and KeyError exception in executor (#9335) More... 10 months ago
ci: restore old backport workflow because the overhauled workflow does not work (#9341) More... 10 months ago
add support for non Python versions in `platform_release` markers (#722) More... 10 months ago
add support for string comparisons with `in`/`not in` (#722) More... 10 months ago
locker/installer: drop support for reading very old lock files (prior lock file version 1.0 and Poetry 1.1) (#9345) More... 10 months ago
installer: simplify logic for calculating operations regarding extras and fix small bug (#9345) * Operations are completely calculated in `Transaction.calculate_operations()` so that we do not have to remember extra uninstalls between two calculations. * Previously, extras that were not requested were not uninstalled when running `poetry install` (without extras) if there was no lockfile, now it does not matter if there was a lockfile or not. * In `installer._get_extra_packages()` we do not have to distinguish between locked extras and extras in the pyproject.toml because both must be consistent. More... 10 months ago
add support for operators `in`/`not in` to generic constraint (#722) More... 10 months ago
self install: in this context the project is not a package so we should set package-mode to false (#9302) More... 10 months ago
[pre-commit.ci] pre-commit autoupdate (#723) More... 10 months ago
Update pipx plugin uninstall docs (#9320) More... 10 months ago
Move to native tags gathering (#9304) More... 10 months ago