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

`HTTPSConnection.__init__(port=)` incorrectly annotated as `str | None` for 3.12

allisonkarlitskaya opened this issue about 1 year ago
Enable `redundant-self` mypy error code

sobolevn opened this pull request about 1 year ago
Use consistent mypy output spacing

sobolevn opened this pull request about 1 year ago
third-party stubs: Add several missing `__del__` methods

AlexWaygood opened this pull request about 1 year ago
Teach stubsabot to be smarter about the required locations of `py.typed` files

AlexWaygood opened this pull request about 1 year ago
Bump pygments to 2.17

srittau opened this pull request about 1 year ago
Improve a few dataclass reprs in stubsabot

AlexWaygood opened this pull request about 1 year ago
[stubsabot] Bump setuptools to 69.0.*

github-actions[bot] opened this pull request about 1 year ago
Add `NamedTupleMeta` metaclass

sobolevn opened this pull request about 1 year ago
[stubsabot] Bump Pygments to 2.17.*

github-actions[bot] opened this pull request about 1 year ago
stdlib: Apply some simple deprecations

JelleZijlstra opened this pull request about 1 year ago
seaborn: fix and complete `seaborn.regression`

hamdanal opened this pull request about 1 year ago
stdlib: add many missing `__del__` methods

AlexWaygood opened this pull request about 1 year ago
Bump various test dependencies

AlexWaygood opened this pull request about 1 year ago
stdlib: fix `typeobject.__base__` for class `object`

XuehaiPan opened this pull request about 1 year ago
[stubsabot] Bump dateparser to 1.2.*

github-actions[bot] opened this pull request about 1 year ago
Add pd.DataFrame to tabulate

gshiba opened this pull request about 1 year ago
Make `itertools.starmap` covariant

AlexWaygood opened this pull request about 1 year ago
[jsonschema] Bump to 4.20.*

srittau opened this pull request about 1 year ago
[stubsabot] Bump jsonschema to 4.20.*

github-actions[bot] opened this pull request about 1 year ago
__dict__ attribute of a meta-class is incorrectly typed.

tim-mitchell opened this issue about 1 year ago
Make `itertools.groupby` covariant

AlexWaygood opened this pull request about 1 year ago
Add the `nth_combination` itertools recipe as a test case

AlexWaygood opened this pull request about 1 year ago
Bump various test dependencies

AlexWaygood opened this pull request about 1 year ago
Remove tree-sitter (May 2024)

srittau opened this issue about 1 year ago
psycopg2: Accept `Composable` for `cursor.mogrify`

andersk opened this pull request about 1 year ago
markdown: Accept legacy `Pattern` in `inlinePatterns` registry

andersk opened this pull request about 1 year ago
Bump PyScreeze to 0.1.30

Avasam opened this pull request about 1 year ago
Update `PyInstaller.building.api.EXE.__init__`

Avasam opened this pull request about 1 year ago
Bump pyinstaller to 6.2.*

Avasam opened this pull request about 1 year ago
Direct Union replacements for ConvertibleToInt/ConvertibleToFloat

Avasam opened this pull request about 1 year ago
[stubsabot] Bump pyinstaller to 6.2.*

github-actions[bot] opened this pull request about 1 year ago
[stubsabot] Bump PyScreeze to 0.1.30

github-actions[bot] opened this pull request about 1 year ago
Provide precise type hints for permutations

Serious-senpai opened this pull request about 1 year ago
Pin PyScreeze more tightly

AlexWaygood opened this pull request about 1 year ago
Daily tests failed on Sat Nov 11 2023

github-actions[bot] opened this issue about 1 year ago
Use PEP-646 in stubs for `asyncio`

AlexWaygood opened this pull request about 1 year ago
tkinter: Use a TypeVarTuple in .after() and .after_idle() methods

Akuli opened this pull request about 1 year ago
tkinter: Require passing in a callback function to `.after()`

Akuli opened this pull request about 1 year ago
Fix type hints for `unittest.util.unorderable_list_difference()`

RJPercival opened this pull request about 1 year ago
Use @deprecated in tkinter

Akuli opened this pull request about 1 year ago
Bump mypy to 1.7.0

AlexWaygood opened this pull request about 1 year ago
stdlib: more deprecations

JelleZijlstra opened this pull request about 1 year ago
'array.array' has no attribute 'clear'

NCPlayz opened this issue about 1 year ago
stdlib: Fix more signatures with unrepresentable defaults

JelleZijlstra opened this pull request about 1 year ago
third-party: make some protocol params pos-only

JelleZijlstra opened this pull request about 1 year ago
CONTRIBUTING: Add @deprecated, other updates

JelleZijlstra opened this pull request about 1 year ago
How to use _typeshed.wsgi with typing.get_type_hints

adaamz opened this issue about 1 year ago
Review `SupportsInt` and `SupportsFloat` usages in 3rd-party stubs

Avasam opened this pull request about 1 year ago
How should we add `@deprecated` to objects in the standard library?

AlexWaygood opened this issue about 1 year ago
Mark deprecated methods as `deprecated` in `wave` module

sobolevn opened this pull request about 1 year ago
stdlib: fix signatures for some functions with unrepresentable defaults

JelleZijlstra opened this pull request about 1 year ago
changed overload order for `date.__sub__` and `datetime.__sub__`

randolf-scholz opened this pull request about 1 year ago
Add types for `pygments.lex`.

jonathanslenders opened this pull request about 1 year ago
Bump flake8-pyi to 23.11.0

AlexWaygood opened this pull request about 1 year ago
stdlib: Fix os.startfile

Jakob-Stadler opened this pull request about 1 year ago
Too many types declared for openpyxl cell values

dmoklaf opened this issue about 1 year ago
ast: mark ast.Num etc. as deprecated

JelleZijlstra opened this pull request about 1 year ago
[stubsabot] Bump braintree to 4.24.*

github-actions[bot] opened this pull request about 1 year ago
Add several itertools recipes to the `test_cases` directory

AlexWaygood opened this pull request about 1 year ago
Outdated/Incorrect annotations for `os.startfile`

Jakob-Stadler opened this issue about 1 year ago
type annotations for json.loads() does not exclude memoryview

kovidgoyal opened this issue about 1 year ago
Fix return type of dbm.whichdb

tmke8 opened this pull request about 1 year ago
Bump ruff

sobolevn opened this pull request about 1 year ago
stdlib: More pos-only parameters to Protocols

JelleZijlstra opened this pull request about 1 year ago
Mypy cannot find library stubs for protobuf

schmidma opened this issue about 1 year ago
stdlib: Use pos-only parameters for many Protocols

JelleZijlstra opened this pull request about 1 year ago
asyncio: remove overly specific protocols

JelleZijlstra opened this pull request about 1 year ago
Introduce _typeshed.SupportsFlush

srittau opened this pull request about 1 year ago
[seaborn] Add upstream_repository field

srittau opened this pull request about 1 year ago
Remove redundant inheritances from `Generic` and various `typing` protocols

AlexWaygood opened this pull request about 1 year ago
Mypy complains about the `all_equal` recipe from the itertools docs

AlexWaygood opened this issue about 1 year ago
Fix the hint for XMLGenerator.__init__().

wRAR opened this pull request about 1 year ago
http.HTTPConnection.putheader tweak

Tinche opened this pull request about 1 year ago
Add pymacaroons stubs

lengau opened this pull request over 1 year ago
Support for pexpect.spawn(..., logfile=sys.stdout)

PokkaKiyo opened this pull request over 1 year ago
[stubsabot] Bump flake8-builtins to 2.2.*

github-actions[bot] opened this pull request over 1 year ago
Complete `seaborn` stubs and mark as strict

Avasam opened this pull request over 1 year ago
Use typing.Literal in difflib.SequenceMatcher.get_opcodes

vectro opened this issue over 1 year ago
Various improvements to `Markdown` stubs

oprypin opened this pull request over 1 year ago
Complete Flask-Migrate and mark as Strict

Avasam opened this pull request over 1 year ago
Markdown: add fake base class to Pattern to fix overrides

oprypin opened this pull request over 1 year ago
Improve hdbcli types

kasium opened this pull request over 1 year ago
Update xml's `Callable[..., Element]` types (`tag` param in `__init__`)

Avasam opened this pull request over 1 year ago
openpyxl: type `to_tree` methods

Avasam opened this pull request over 1 year ago
Remove stripe (not until May 2024)

srittau opened this issue over 1 year ago
Daily tests failed on Thu Nov 02 2023

github-actions[bot] opened this issue over 1 year ago
[stubsabot] Bump protobuf to 5.26.*

github-actions[bot] opened this pull request over 1 year ago
Various improvements to `Markdown` stubs

oprypin opened this pull request over 1 year ago
openpyxl TypeGuards and comparison dunders

Avasam opened this pull request over 1 year ago
Add retry_on_error params for redis stub

CasselKim opened this pull request over 1 year ago
Add retry_on_error params for redis stub

CasselKim opened this pull request over 1 year ago
Bump pyright to 1.1.334

sobolevn opened this pull request over 1 year ago
[stubsabot] Bump boltons to 23.1.*

github-actions[bot] opened this pull request over 1 year ago