Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python/typeshed

Collection of library stubs for Python, with static types
https://github.com/python/typeshed

Update most test/lint dependencies

renovate[bot] opened this pull request 3 months ago
Bump mypy to 1.13.0

AlexWaygood opened this pull request 3 months ago
Add `win32com.gen_py`

Avasam opened this pull request 3 months ago
Make all params positional-only in `slice.__new__`

randolf-scholz opened this pull request 3 months ago
More precise type hints for `slice` constructor

randolf-scholz opened this pull request 3 months ago
Fix linting issues

AlexWaygood opened this pull request 3 months ago
[CI] Switch to macos-latest

srittau opened this pull request 3 months ago
pre-commit.ci is no longer running on PRs

AlexWaygood opened this issue 3 months ago
__pow__(float, float) should be float | complex, not Any

vbraun opened this issue 3 months ago
Experimenting with inheritance from numbers ABCs

tungol opened this pull request 3 months ago
inheritance for multiprocessing.managers.DictProxy

tungol opened this pull request 3 months ago
inheritance for multiprocessing.managers.BaseListProxy

tungol opened this pull request 3 months ago
Update dependency pyright to v1.1.386

renovate[bot] opened this pull request 3 months ago
Add missing parameter to `email.policy.EmailPolicy.__init__`

brianschubert opened this pull request 3 months ago
Add `install_data` in `distutils-stubs` from `setuptools`

Avasam opened this pull request 3 months ago
Fix initialization params for hashlib functions

karolyi opened this pull request 3 months ago
add contextlib._GeneratorContextManagerBase

tungol opened this pull request 3 months ago
correct inheritance for io.StringIO

tungol opened this pull request 3 months ago
correct inheritance of io.BufferedRandom

tungol opened this pull request 3 months ago
unnecessary inheritance from ad-hoc protocol

tungol opened this pull request 3 months ago
fix inheritance for _interpreters.NotShareableError

tungol opened this pull request 3 months ago
Add `email.policy.EmailPolicy.clone`

brianschubert opened this pull request 3 months ago
fix up blake2b/blake2s classes

tungol opened this pull request 3 months ago
WTForms: Form errors no longer use `None` as a special key

Daverball opened this pull request 3 months ago
correct memoryview __setitem__ method signature

AlbertXingZhang opened this pull request 3 months ago
WTForms: Fix incorrect `Form` constructor return type for pyright

Daverball opened this pull request 3 months ago
netifaces: apply stright pyright settings

JelleZijlstra opened this pull request 3 months ago
contextvars.Context doesn't inherit from Mapping

tungol opened this pull request 3 months ago
remove false inheritance from io.IncrementalNewlineDecoder

tungol opened this pull request 3 months ago
remove redundant inheritance from Iterator for typing.IO

tungol opened this pull request 3 months ago
swap inheritance order for Sequence

tungol opened this pull request 3 months ago
Bump psutil to 6.1.*

sobolevn opened this pull request 3 months ago
Bump WTForms to ~= 3.2.1

Daverball opened this pull request 3 months ago
Fix `warnings.filters` type

aaronzo opened this pull request 3 months ago
Bump WTForms to 3.2.*

Daverball opened this pull request 3 months ago
[stubsabot] Bump WTForms to 3.2.*

github-actions[bot] opened this pull request 3 months ago
Add deprecation annotation for `zipimport.zipimporter.load_module`

ZeroIntensity opened this pull request 3 months ago
[playsound] Set the no_longer_updated flag

srittau opened this pull request 3 months ago
[boto] Set the no_longer_updated flag

srittau opened this pull request 3 months ago
Update mypy to 1.12.0

srittau opened this pull request 3 months ago
Update third-party removal policy

srittau opened this pull request 3 months ago
Remove playsound stubs

srittau opened this pull request 3 months ago
Remove boto stubs

srittau opened this pull request 3 months ago
Use `MaybeNone` (alias to `Any`) when applicable

oprypin opened this pull request 3 months ago
Add stubs for "netifaces" package

Delgan opened this pull request 3 months ago
Remove redundant inheritances from Iterator in builtins

tungol opened this pull request 3 months ago
Remove playsound

srittau opened this issue 3 months ago
Third-party removal policy: unmaintained projects

srittau opened this issue 3 months ago
Remove boto

srittau opened this issue 3 months ago
[CI] Use Python 3.12 for third-party stubtest

srittau opened this pull request 3 months ago
[CI] Pin Ubuntu in third party stubtest

srittau opened this pull request 3 months ago
Daily tests failed on Fri Oct 18 2024

github-actions[bot] opened this issue 3 months ago
[stubsabot] Bump psutil to 6.1.*

github-actions[bot] opened this pull request 3 months ago
Improve Typing for `threading.Thread`

max-muoto opened this pull request 3 months ago
Replace Any with Incomplete in distutils

Avasam opened this pull request 3 months ago
distutils: Add some return types for setuptools to pass ANN201

Avasam opened this pull request 3 months ago
Improve typing for BS4 element.Tag's `get` and `get_attribute_list`.

kemus opened this pull request 3 months ago
Add missing defaults to setuptools/_distutils

Avasam opened this pull request 3 months ago
Add a return to html5lib.HTMLSerializer.serialize()

miketheman opened this pull request 3 months ago
Restore os.path methods overload workaround

Avasam opened this pull request 3 months ago
Print gdb version to ease debugging

srittau opened this pull request 3 months ago
[psycopg2] Bump to 2.9.10

srittau opened this pull request 3 months ago
unittest: make protocol parameter positional-only

JelleZijlstra opened this pull request 3 months ago
make asyncio.Future covariant

helmutg opened this pull request 3 months ago
`slice` is hashable starting with Python 3.12

bersbersbers opened this pull request 3 months ago
Use compatible version marker for icalendar

srittau opened this pull request 3 months ago
Daily tests failed on Thu Oct 17 2024

github-actions[bot] opened this issue 3 months ago
[stubsabot] Bump setuptools to 75.2.*

github-actions[bot] opened this pull request 3 months ago
Remove unneeded Iterator base class from asyncio.Future

tungol opened this pull request 3 months ago
Touchups to `tests/REGRESSION.md`

AlexWaygood opened this pull request 3 months ago
`slice` is hashable since Python 3.12

bersbersbers opened this issue 3 months ago
[stubsabot] Bump pyinstaller to 6.11.*

github-actions[bot] opened this pull request 3 months ago
[stubsabot] Bump peewee to 3.17.7

github-actions[bot] opened this pull request 3 months ago
Run primer with 3.13

hauntsaninja opened this pull request 3 months ago
inheritance of asyncio.Future

tungol opened this pull request 3 months ago
Fix return type of `logging.config.BaseConfigurator.as_tuple`

brianschubert opened this pull request 3 months ago
Remove redundant inheritances from Iterator in itertools

tungol opened this pull request 3 months ago
remove unneeded AsyncIterator base class from asyncio.StreamReader

tungol opened this pull request 3 months ago
Remove redundant inheritances from `Iterator`

tungol opened this pull request 3 months ago
remove unneeded Interator base class from sqlite3.Cursor

tungol opened this pull request 3 months ago
remove unneeded Iterable base class from CookieJar

tungol opened this pull request 3 months ago
remove unecessary Iterable base classes

tungol opened this pull request 3 months ago
clean inheritance for OrderedDict related classes

tungol opened this pull request 3 months ago
csv.Dialect doesn't actually subclass _csv.Dialect

tungol opened this pull request 3 months ago
remove unneeded fake base classes from mmap.mmap

tungol opened this pull request 3 months ago
Install ts_utils editable

srittau opened this pull request 3 months ago
Bundle path handling in ts_utils.paths

srittau opened this pull request 3 months ago
Bump gdb to 15.0.*

srittau opened this pull request 3 months ago