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

Add special case for integers raised to a power of 2 (#4473)

f0bbc3bf2da639cefbc64b41780c882743ed32c4 authored over 4 years ago
Fix werkzeug set_cookie(). (#4509)

ea52d0b0a03f4462952314cd2aad3232b79c1ffb authored over 4 years ago
platform: update for py39 (#4506)

platform.DEVNULL seemed undocumented, but is eg, still mentioned in the
header comment of platf...

ccfc1850e9b61bb891e45a679a55d7d654992b7c authored over 4 years ago
hmac: minor improvements (#4500)

2d476d091b69aeb048cc1531daec484140e29a0e authored over 4 years ago
inspect: minor improvements (#4499)

Co-authored-by: hauntsaninja <>

5884ee29777437f95e135c474226615fd65aadce authored over 4 years ago
socket: fix platform availability (#4507)

also fix another CI merge race issue

Co-authored-by: hauntsaninja <>

c8c62b32acb87c85b8397b2c276868629a776e10 authored over 4 years ago
py39: enable in CI (#4494)

Github Actions now supports prerelease builds
https://github.com/actions/setup-python/issues/20...

e9becf1da65983b82d04d576134e6d1a9db87158 authored over 4 years ago
concurrent.futures: update for py39, minor fixes (#4503)

Note the new parameter doesn't actually exist on the base class, even
though it's documented as...

48c8939ce68d3a04521ead2ae1f0e81a29b9393e authored over 4 years ago
socket: add send_fds, recv_fds (#4501)

846e858bdc2e66d828411949dfac7988aa15c122 authored over 4 years ago
Add missing default_section to RawConfigParser (#4505)

802c8fbea4fd34f610b4f25122f47d76893a8b9a authored over 4 years ago
os._AddedDllDirectory: add __init__ (#4498)

fdd01b00363588110f2563a1f76b131ecd25fd52 authored over 4 years ago
subprocess: make env accept None also on python2 (#4504)

This was made for python3 in https://github.com/python/typeshed/pull/1291 but
this is also the ...

26ca4e75d83aa6df571625a1ef1ae6d49bcaf1d1 authored over 4 years ago
Remove unused stubtest whitelist entries (#4497)

4795ab21ca8ea01eacfe6365f7ca49cac84e36dd authored over 4 years ago
weakref: small improvements (#4495)

Co-authored-by: hauntsaninja <>

d07e65c53e235404aec071e4a7814496a3407fa0 authored over 4 years ago
xml.etree.ElementTree: mark some removals (#4496)

Co-authored-by: hauntsaninja <>

ad5bc751f34d7af2514d03cc348f8f519557f0ae authored over 4 years ago
asyncio.tasks: update for py39 removals (#4493)

Co-authored-by: hauntsaninja <>

193c7cb93283ad4ca2a65df74c565e56bfe72b7e authored over 4 years ago
functools: use protocol for cmp_to_key return type (#4492)

Co-authored-by: hauntsaninja <>

48c922e54a27e5c96c679448340792d767404770 authored over 4 years ago
Added some missing types from various stdlib stubs (#4466)

bbd8c96e346591b113e337e52d5400c6ed426441 authored over 4 years ago
Remove pytest_mock (#4478)

pytest-mock is now type annotated, which makes typeshed's annotations
obsolete. See pytest-dev/...

3c206758132f1864296c79e0e6a2d24140c88950 authored over 4 years ago
freezegun: Fix __exit__ and remove union return types (#4491)

These caused false positives, for example in code like this:

```
with freeze_time(None) ...

5be9c915181ffb3e12d61ce0d740098cc9dfcbd1 authored over 4 years ago
Add back six.moves.cStringIO (Python 3) (#4490)

This was accidentally removed in #4287.

3e966524b72f178aa483e42a12def9b60e69aba1 authored over 4 years ago
Added missing "math.comb" function, introduced in Python 3.8. (#4489)

f15db8950e5013f8cc98531e9d282ad6942307f9 authored over 4 years ago
Stop passing python_exe to pytype_test. (#4488)

pytype hasn't needed the python_exe argument for a while, and getting
rid of it allows some cod...

2587c93ff8fcbc31802f56ad61a345d30db935c7 authored over 4 years ago
Fix type annotation of ast.NodeTransformer.generic_visit(). It always returns an ast.ASt object. (#4483)

cfe832b907e845bb6092ecb6b5f05c0af60578b7 authored over 4 years ago