summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fixed interaction between discovery and htmlcov (#3836)Anderson Bravalheri2023-03-063-1/+11
|\ \ \
| * | | Adjust news fragment for more descriptivenessAnderson Bravalheri2023-02-272-1/+9
| | | |
| * | | Remove htmlcov from auto **module** discoveryAnderson Bravalheri2023-02-271-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 entryYukihiko Shinoda2023-02-231-0/+1
| | | |
| * | | Hotfix add htmlcov to FlatLayoutPackageFinder.DEFAULT_EXCLUDEYukihiko Shinoda2023-02-231-1/+2
| | | |
| * | | Add FlatLayoutPackageFinder's test for Coverage.pyYukihiko Shinoda2023-02-231-0/+1
| |/ /
* | | Simplify _section_options using str.partition and a generator.Jason R. Coombs2023-03-051-11/+5
| | |
* | | Extract method for _section_options.Jason R. Coombs2023-03-051-10/+14
| | |
* | | Resolve setter once.Jason R. Coombs2023-03-051-5/+3
| | |
* | | Trap exception directly instead of tracking with boolean.Jason R. Coombs2023-03-051-12/+3
| | |
* | | Rename value to avoid masking variable.Jason R. Coombs2023-03-051-3/+3
| | |
* | | Use try/except in __setitem__.Jason R. Coombs2023-03-051-4/+3
| | |
* | | ⚫ Fade to black.Jason R. Coombs2023-03-051-13/+21
| | |
* | | Bump version: 67.4.0 → 67.5.0v67.5.0Jason R. Coombs2023-03-054-3/+11
| | |
* | | Merge pull request #3843 from pypa/debt/deprecate-pkg_resourcesJason R. Coombs2023-03-055-12/+19
|\ \ \ | | | | | | | | Officially deprecate pkg_resources
| * | | Add changelog entry.Jason R. Coombs2023-03-051-0/+1
| | | |
| * | | Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'.Jason R. Coombs2023-03-054-12/+18
|/ / /
* | | Use renamed extension. Fixes #3844.Jason R. Coombs2023-03-051-1/+1
| | |
* | | ⚫ Fade to black.Jason R. Coombs2023-03-051-12/+15
|/ /
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2023-02-221-1/+2
|\ \ | |/
| * Disable couldnt-parse warnings. Prescribed workaround for ↵Jason R. Coombs2023-02-161-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. Coombs2023-02-161-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.0Anderson Bravalheri2023-02-214-4/+12
| |
* | Update vendored importlib-* (#3832)Anderson Bravalheri2023-02-2161-695/+1767
|\ \
| * | Add news fragmentAnderson Bravalheri2023-02-211-0/+2
| | |
| * | Update vendored importlib_*Anderson Bravalheri2023-02-1760-695/+1765
| | |
* | | Bump version: 67.3.2 → 67.3.3v67.3.3Jason R. Coombs2023-02-204-3/+11
| | |
* | | Merge pull request #3835 from pypa/distutils-4435cec3Jason R. Coombs2023-02-203-4/+5
|\ \ \ | | | | | | | | Merge with distutils@4435cec3
| * | | Update changelog.Jason R. Coombs2023-02-201-0/+1
| | | |
| * | | Merge https://github.com/pypa/distutils into distutils-4435cec3Jason R. Coombs2023-02-202-4/+4
| |\ \ \ |/ / / /
| * | | Merge pull request #205 from fweimer-rh/ccompiler-includeJason R. Coombs2023-02-202-4/+4
| |\ \ \ | | | | | | | | | | distutils.ccompiler.CCompiler.has_function: Quote #include argument
| | * | | distutils.ccompiler.CCompiler.has_function: Quote #include argumentFlorian Weimer2023-02-152-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. Coombs2023-02-201-1/+1
| | | |
* | | | Merge pull request #3834 from hbielenia/fix-userguide/extension-typoAnderson Bravalheri2023-02-181-1/+1
|\ \ \ \ | | | | | | | | | | Fix typo in docs/userguide/extension.rst
| * | | | Fix typo in docs/userguide/extension.rsthbielenia2023-02-181-1/+1
|/ / / /
* | | | Document limitation of editable installs on docs (#3831)Anderson Bravalheri2023-02-171-0/+5
|\ \ \ \ | |_|/ / |/| | | Mention limitation in editable docs
| * | | Mention limitation in editable docsAnderson Bravalheri2023-02-171-0/+5
|/ / /
* | | Bump version: 67.3.1 → 67.3.2v67.3.2Anderson Bravalheri2023-02-154-4/+12
| | |
* | | Make clear which package is calling declare_namespaces (#3827)Anderson Bravalheri2023-02-152-0/+3
|\ \ \
| * | | Add news fragmentAnderson Bravalheri2023-02-151-0/+2
| | | |
| * | | Make clear which package is calling pkg_resources.declare_namespacesAnderson Bravalheri2023-02-151-0/+1
| | | |
* | | | Update bug-report to mention minimal reproducersAnderson Bravalheri2023-02-151-1/+6
|/ / /
* | | Bump version: 67.3.0 → 67.3.1v67.3.1Anderson Bravalheri2023-02-144-3/+11
| | |
* | | Fix error when integrating with pip (#3823)Anderson Bravalheri2023-02-142-1/+3
|\ \ \
| * | | Add news fragmentAnderson Bravalheri2023-02-141-0/+1
| | | |
| * | | Fix error when integrating with pipAnderson Bravalheri2023-02-141-1/+2
|/ / /
* | | Bump version: 67.2.0 → 67.3.0v67.3.0Anderson Bravalheri2023-02-137-15/+29
| | |
* | | Small rewording for user-facing text/docsAnderson Bravalheri2023-02-133-6/+6
| | |
* | | Add news items for 3792Anderson Bravalheri2023-02-131-0/+2
| | |
* | | Add a DeprecationWarning to pkg_resources.declare_namespace (#3434)Anderson Bravalheri2023-02-136-6/+28
|\ \ \