Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fixed interaction between discovery and htmlcov (#3836) | Anderson Bravalheri | 2023-03-06 | 3 | -1/+11 | |
|\ \ \ | ||||||
| * | | | Adjust news fragment for more descriptiveness | Anderson Bravalheri | 2023-02-27 | 2 | -1/+9 | |
| | | | | ||||||
| * | | | Remove htmlcov from auto **module** discovery | Anderson Bravalheri | 2023-02-27 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | It seems that it was previously added there by mistake. After some inspection ``htmlcov`` should be a folder (by default) and therefore can only be confused by a package (not a module) | |||||
| * | | | Add changelog entry | Yukihiko Shinoda | 2023-02-23 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Hotfix add htmlcov to FlatLayoutPackageFinder.DEFAULT_EXCLUDE | Yukihiko Shinoda | 2023-02-23 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Add FlatLayoutPackageFinder's test for Coverage.py | Yukihiko Shinoda | 2023-02-23 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | Simplify _section_options using str.partition and a generator. | Jason R. Coombs | 2023-03-05 | 1 | -11/+5 | |
| | | | ||||||
* | | | Extract method for _section_options. | Jason R. Coombs | 2023-03-05 | 1 | -10/+14 | |
| | | | ||||||
* | | | Resolve setter once. | Jason R. Coombs | 2023-03-05 | 1 | -5/+3 | |
| | | | ||||||
* | | | Trap exception directly instead of tracking with boolean. | Jason R. Coombs | 2023-03-05 | 1 | -12/+3 | |
| | | | ||||||
* | | | Rename value to avoid masking variable. | Jason R. Coombs | 2023-03-05 | 1 | -3/+3 | |
| | | | ||||||
* | | | Use try/except in __setitem__. | Jason R. Coombs | 2023-03-05 | 1 | -4/+3 | |
| | | | ||||||
* | | | ⚫ Fade to black. | Jason R. Coombs | 2023-03-05 | 1 | -13/+21 | |
| | | | ||||||
* | | | Bump version: 67.4.0 → 67.5.0v67.5.0 | Jason R. Coombs | 2023-03-05 | 4 | -3/+11 | |
| | | | ||||||
* | | | Merge pull request #3843 from pypa/debt/deprecate-pkg_resources | Jason R. Coombs | 2023-03-05 | 5 | -12/+19 | |
|\ \ \ | | | | | | | | | Officially deprecate pkg_resources | |||||
| * | | | Add changelog entry. | Jason R. Coombs | 2023-03-05 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'. | Jason R. Coombs | 2023-03-05 | 4 | -12/+18 | |
|/ / / | ||||||
* | | | Use renamed extension. Fixes #3844. | Jason R. Coombs | 2023-03-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | ⚫ Fade to black. | Jason R. Coombs | 2023-03-05 | 1 | -12/+15 | |
|/ / | ||||||
* | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2023-02-22 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Disable couldnt-parse warnings. Prescribed workaround for ↵ | Jason R. Coombs | 2023-02-16 | 1 | -0/+2 | |
| | | | | | | | | nedbat/coveragepy#1392. Fixes python/importlib_resources#279 and fixes jaraco/skeleton#56. | |||||
| * | Revert "exclude build env from cov reporting (jaraco/skeleton#60)" | Jason R. Coombs | 2023-02-16 | 1 | -1/+0 | |
| | | | | | | | | | | | | This reverts commit e719f86c138a750f0c4599cd01cb8067b1ca95c8. The issue seems to have been addressed somehow. Ref pytest-dev/pytest-cov#538. | |||||
* | | Bump version: 67.3.3 → 67.4.0v67.4.0 | Anderson Bravalheri | 2023-02-21 | 4 | -4/+12 | |
| | | ||||||
* | | Update vendored importlib-* (#3832) | Anderson Bravalheri | 2023-02-21 | 61 | -695/+1767 | |
|\ \ | ||||||
| * | | Add news fragment | Anderson Bravalheri | 2023-02-21 | 1 | -0/+2 | |
| | | | ||||||
| * | | Update vendored importlib_* | Anderson Bravalheri | 2023-02-17 | 60 | -695/+1765 | |
| | | | ||||||
* | | | Bump version: 67.3.2 → 67.3.3v67.3.3 | Jason R. Coombs | 2023-02-20 | 4 | -3/+11 | |
| | | | ||||||
* | | | Merge pull request #3835 from pypa/distutils-4435cec3 | Jason R. Coombs | 2023-02-20 | 3 | -4/+5 | |
|\ \ \ | | | | | | | | | Merge with distutils@4435cec3 | |||||
| * | | | Update changelog. | Jason R. Coombs | 2023-02-20 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Merge https://github.com/pypa/distutils into distutils-4435cec3 | Jason R. Coombs | 2023-02-20 | 2 | -4/+4 | |
| |\ \ \ |/ / / / | ||||||
| * | | | Merge pull request #205 from fweimer-rh/ccompiler-include | Jason R. Coombs | 2023-02-20 | 2 | -4/+4 | |
| |\ \ \ | | | | | | | | | | | distutils.ccompiler.CCompiler.has_function: Quote #include argument | |||||
| | * | | | distutils.ccompiler.CCompiler.has_function: Quote #include argument | Florian Weimer | 2023-02-15 | 2 | -4/+4 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Arguably, this is a historic wart in the interface, which is why I subconsciously fixed it in commit 56a5b333b2a8 ("distutils.ccompiler: Make has_function work with more C99 compilers"). But it's clearly not a backwards-compatible change, so it's wrong and has to be reverted. Fixes pypa/setuptools#3820. | |||||
* | | | | Add reference to setuptools issue. Ref #3648. | Jason R. Coombs | 2023-02-20 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #3834 from hbielenia/fix-userguide/extension-typo | Anderson Bravalheri | 2023-02-18 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Fix typo in docs/userguide/extension.rst | |||||
| * | | | | Fix typo in docs/userguide/extension.rst | hbielenia | 2023-02-18 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Document limitation of editable installs on docs (#3831) | Anderson Bravalheri | 2023-02-17 | 1 | -0/+5 | |
|\ \ \ \ | |_|/ / |/| | | | Mention limitation in editable docs | |||||
| * | | | Mention limitation in editable docs | Anderson Bravalheri | 2023-02-17 | 1 | -0/+5 | |
|/ / / | ||||||
* | | | Bump version: 67.3.1 → 67.3.2v67.3.2 | Anderson Bravalheri | 2023-02-15 | 4 | -4/+12 | |
| | | | ||||||
* | | | Make clear which package is calling declare_namespaces (#3827) | Anderson Bravalheri | 2023-02-15 | 2 | -0/+3 | |
|\ \ \ | ||||||
| * | | | Add news fragment | Anderson Bravalheri | 2023-02-15 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Make clear which package is calling pkg_resources.declare_namespaces | Anderson Bravalheri | 2023-02-15 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Update bug-report to mention minimal reproducers | Anderson Bravalheri | 2023-02-15 | 1 | -1/+6 | |
|/ / / | ||||||
* | | | Bump version: 67.3.0 → 67.3.1v67.3.1 | Anderson Bravalheri | 2023-02-14 | 4 | -3/+11 | |
| | | | ||||||
* | | | Fix error when integrating with pip (#3823) | Anderson Bravalheri | 2023-02-14 | 2 | -1/+3 | |
|\ \ \ | ||||||
| * | | | Add news fragment | Anderson Bravalheri | 2023-02-14 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Fix error when integrating with pip | Anderson Bravalheri | 2023-02-14 | 1 | -1/+2 | |
|/ / / | ||||||
* | | | Bump version: 67.2.0 → 67.3.0v67.3.0 | Anderson Bravalheri | 2023-02-13 | 7 | -15/+29 | |
| | | | ||||||
* | | | Small rewording for user-facing text/docs | Anderson Bravalheri | 2023-02-13 | 3 | -6/+6 | |
| | | | ||||||
* | | | Add news items for 3792 | Anderson Bravalheri | 2023-02-13 | 1 | -0/+2 | |
| | | | ||||||
* | | | Add a DeprecationWarning to pkg_resources.declare_namespace (#3434) | Anderson Bravalheri | 2023-02-13 | 6 | -6/+28 | |
|\ \ \ |