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

Bump various test dependencies (#11120)

ad5ec921e0c0da471867996fc85b94a3e7d83ecf authored about 1 year ago
Fix stubtest now that Python 3.12.1 is out (#11121)

bb1f70ad0815f5289f8c9c70634298af9103642a authored about 1 year ago
fix xxlimited inheritance (#11119)

related to https://github.com/python/typeshed/issues/3968

Co-authored-by: Stephen Morton <git...

acfdebfeb83c110d8ffefcfa7cc68bf3ab94817f authored about 1 year ago
Fix `pywin32`'s `PyCBitmap.GetBitmapBits` method (#11108)

e76e6811e10d42c376f30dd6c6750143b4b2cdbf authored about 1 year ago
email.feedparser.BytesFeedParser is a subclass of FeedParser (#11110)

e915cb28be945f35acc12205bac89af805c17d4e authored about 1 year ago
fix superclass for UnixDatagramServer and UnixStreamServer (#11115)

1b6691067a6d39a6469eb7693e051e01c29dba36 authored about 1 year ago
Bump pyright to 1.1.339 (#11084)

c8a81997ab90df3c9cfda5ff1321e7eac2cab0ef authored about 1 year ago
psycopg2: improve `cursor_factory` params (#11085)

4246c54a12ac590b3a94ada1d82e38e12ff9a9c1 authored about 1 year ago
Add stubs for gevent (#10527)

aded4aa3905d643f5344e0ecf202007689865e80 authored about 1 year ago
Remove stubs for `stdlib-list` (#11111)

d8c174d26aaacd3d72481c4d142f569f242ec4f8 authored about 1 year ago
Use builtin TimeoutError in asyncio and concurrent.futures (#11109)

related to https://github.com/python/typeshed/issues/3968

Co-authored-by: Stephen Morton <git...

db3024d2e76fe1f5244b221681d69d9c132ec705 authored about 1 year ago
fix(psycopg2): fix copy_expert signature (#11099)

64773f398d9836ea868a72a15205ecf8b67cabac authored about 1 year ago
Stubtest fixes for the latest patch release of py311 (#11107)

9eb099ed6b55a21ac47cbe8754fd7b34580136ce authored about 1 year ago
Use StrEnum as base class, when available (#11100)

fd7ff195771b59eb1715037c7ed7d102da109def authored about 1 year ago
Go back to default for `useLibraryCodeForTypes` & delete removed vscode-python configs. (#11101)

b5511ca6489774d714183ab7e3d6acc16c0d5a73 authored about 1 year ago
openpyxl: Type styleable descriptors (#11103)

23b02911760c3f9626b9b2b10bf43dfab1b6f433 authored about 1 year ago
Openpyxl: Various improvements (#11092)

5521da8e927c3a489ae0db2532637131598404ae authored about 1 year ago
seaborn: complete and fix axisgrid module (#11096)

0f7241844eb2692fca8b43994f0e238c50d48d46 authored about 1 year ago
stdlib: Annotate `type.__prepare__` to return a mutable object (#11093)

During class creation, the namespace returned by `__prepare__` is
populated when the class body...

fe48f37bf7ebf293fb971722d39f7ece4a9eb9b8 authored about 1 year ago
Add some missing attribute annotations to `trace.pyi` (#11091)

77ff987b57c43659bc1756875fe1eaa4f279a021 authored about 1 year ago
[stubsabot] Bump flake8-bugbear to 23.12.2 (#11097)

Release: https://pypi.org/pypi/flake8-bugbear/23.12.2
Homepage: https://github.com/PyCQA/flake8...

d067f205e6309582e3ddcd6bbcf57cacb30050b5 authored about 1 year ago
openpyxl: type `to_tree` methods (#10967)

5f12eebda4bfddb247c05fb06c6762bd262a9420 authored about 1 year ago
`logging`: Remove hack obsoleted by PEP 655 (#11078)

3a036b64fc09f87b254da84d6f538ec05596588d authored about 1 year ago
Fix: `functools.reduce` does not accept keyword arguments (#11090)

9fbf2e1c0cecb6d4c855fa283e1f3c6030006485 authored about 1 year ago
Bump pytype to 2023.11.29 (#11089)

d4bd6d96a0d6ee655e4e3f3bc8946ac9843f4497 authored about 1 year ago
[stubsabot] Bump flake8-bugbear to 23.11.28 (#11088)

Release: https://pypi.org/pypi/flake8-bugbear/23.11.28
Homepage: https://github.com/PyCQA/flake...

78052791df327b716406f3f78962c4247cfe381f authored about 1 year ago
Remove redundant `sys.version_info` condition (#11087)

We're already inside an `if sys.version_info >= (3, 12)` block here; no need to check if `sys.ve...

0b36e65877ce0d1af4ca45d4be9a3a23b1fdd17b authored about 1 year ago
Fixes to `typing` and `typing_extensions` stubs (#11086)

ef346aba0d214abc5f027876739a5cb68861815e authored about 1 year ago
asyncio: create_subprocess_exec is the same as create_subprocess_shell, except where it isn't (#11076)

asyncio.subprocess: duplicate _shell args to _exec

Fixes: 38dfb57adf7404fdf7419c472c08e3f0670...

1d3a18c6da67f8f207f326aa35ae7e92fe2a794a authored about 1 year ago
Bump boltons to 23.1.* (#11083)

d5685789cc09fd7d7078330985e7fe7be181a556 authored about 1 year ago
Use `ConvertibleToInt`/`ConvertibleToFloat` in many third-party stubs (#11022)

Note: this may make the latest version of certain stubs packages incompatible with older version...

4687faab8e9dc4635dda16a870105408d9ba04a2 authored about 1 year ago
Make `itertools.starmap` covariant (#11037)

09668963a1d7f5f524a6fbe30fb9828518363ad8 authored about 1 year ago
Bump setuptools to 69.0.* (#11069)

Co-authored-by: Avasam <[email protected]>

e7c57b5a6d4c48d23ac6a45e8de962a6a0dd2ea2 authored about 1 year ago
shutil.pyi: update chown stubs to support file descriptor (#11082)

Per the python docs, `os.chown`, which is directly called by `shutil.chown`, supports "specifyin...

e2a393897c30730cc1b96ed5c8dde1715ce900bb authored about 1 year ago
typing-sig is no more, it's bereft of life, it's an ex-list (#11081)

It's not pining for the fjords anymore

9d6d79c83c8e5324ebf9d6678f5b33896e6e5574 authored about 1 year ago
maintainers += Avasam (#11080)

21a0104f0dea78087553adc23bf8ff103aa94130 authored about 1 year ago
Add `importlib.machinery.NamespaceLoader` (#11074)

9bbfa3362a4abaa9b732b1389097985dc0f474aa authored about 1 year ago
set `root` for logging dict config to be non-None (#11077)

53592e421a699a7ef289e181982ba45356c80764 authored about 1 year ago
[stubsabot] Bump flake8-bugbear to 23.11.26 (#11075)

Release: https://pypi.org/pypi/flake8-bugbear/23.11.26
Homepage: https://github.com/PyCQA/flake...

5cd7892f365797bcfaac31118dba1b6b7cf9e992 authored about 1 year ago
psycopg2: fix range annotations (#11071)

b92221eb977d52eb7383e3237549fb0a1c9f30a8 authored about 1 year ago
Added paramiko3.2 PKey and PublicBlob methods (#11067)

Addded missing paramiko methods from https://docs.paramiko.org/en/latest/api/keys.html#paramiko....

d27426488ed48fd54290db765702685ca596c0c5 authored about 1 year ago
Provide precise type hints for combinations_with_replacement (#11068)

b1d5f2f8d5c1d94ff2f0a4d1372995f08dd8108d authored about 1 year ago
Bump mypy and pytype test dependencies (#11065)

81633e27097228a8a7eb0f963c62916ecea78abc authored about 1 year ago
Fix typos in docs and comments (#11064)

01432805d964b88f623fcfd56c95011c78370c30 authored about 1 year ago
Bump pygments to 2.17 (#11051)

* Add some previously missing lexers.
* Improve lexer type annotations.

30f7267b5d7afefc4d72389443e023731b01d8b4 authored about 1 year ago
Third-party stubs: remove unused `type: ignore`s (#11063)

1d2fe59e88fa48581d2cdb095b2bf8ce5a7be496 authored about 1 year ago
redis: remove unused `type: ignore`s (#11062)

b04e50d52262a028308300d7dabc64a04497a818 authored about 1 year ago
stdlib: remove unused `type: ignore` comments (#11061)

10febc4fe0510155f03171644abc7ff7681f7b32 authored about 1 year ago
stdlib: Apply some simple deprecations (#11044)

c2c8d7cf5d77899a5de7145572de34215b3d2072 authored about 1 year ago
ibm-db: Add SQL_ATTR_TXN_ISOLATION (#11060)

42875bcbf11a9464098fd17b589ee00cf1948a9e authored about 1 year ago
Teach stubsabot to be smarter about the required locations of `py.typed` files (#11053)

a40e683784fceb7b25177af0f09c1e13317721a4 authored about 1 year ago
stdlib: HTTPSConnection(port=) is int|None (#11058)

Fix an apparent typo in the type of this field.

Closes #11057

53d5ee5a78bf5ed78967b1167a5dedd780d611fa authored about 1 year ago
Enable `redundant-self` mypy error code (#11056)

06d0151b256cac18a3c41d30f8cdb2883c28b086 authored about 1 year ago
Use consistent mypy output spacing (#11055)

d232def6b2937e9b38d2549500e26967f3dc6747 authored about 1 year ago
Add stubs for fanstatic (#9931)

e6c32195860d569c8ca67f147afe3eb471567e45 authored about 1 year ago
third-party stubs: Add several missing `__del__` methods (#11054)

a9fc14a8116c2df5c226c026bf3117c740743691 authored about 1 year ago
seaborn: fix and complete `seaborn.regression` (#11043)

aef6e229fe9bd7c0f0bff00c98c538fac16bc637 authored about 1 year ago
Improve a few dataclass reprs in stubsabot (#11050)

519a7dfcb898ce67b5cb07988c27208a27266e7b authored about 1 year ago
CONTRIBUTING: Add @deprecated, other updates (#11005)

Fixes #11004.

I started out just documenting conventions with `@deprecated`, but
found some ...

5fd2e9bf618c735afbf09730d7a862414144a8c7 authored about 1 year ago
stdlib: add many missing `__del__` methods (#11042)

83964a4dc5ab0b763c63bf36fe3b7be5a68f2b0d authored about 1 year ago
Bump various test dependencies (#11041)

e21a2c70b7c480be6ba0adefaed03eca2cd780ce authored about 1 year ago
stdlib: `builtins.type.__base__` can be `None` (#11040)

aa15fafc33e2df394c28a56c57f82226057ac8ca authored about 1 year ago
Mark deprecated methods as `deprecated` in `wave` module (#11001)

62ccb32b2257c72a2e772d625bec02cc02b6c6ff authored about 1 year ago
[jsonschema] Bump to 4.20.* (#11036)

Co-authored-by: Alex Waygood <[email protected]>

ca8ad657d3eca7f5724138ef6f2c6616d0027ab8 authored about 1 year ago
Make `itertools.groupby` covariant (#11032)

4982061ab355b7bc45f7b5920ff6ebd2d9d46b57 authored about 1 year ago
Add the `nth_combination` itertools recipe as a test case (#11031)

4aae235cefd62ec417b92166d2bcf038cb8801e8 authored about 1 year ago
Bump various test dependencies (#11030)

ac88fdfdbfa754250c7fd2894de73354d0018651 authored about 1 year ago
Add several itertools recipes to the `test_cases` directory (#10992)

968e2be4d618bdeff368d0bf1cc7fb5d5d7f26a0 authored about 1 year ago
Improve hdbcli types (#10969)

6afb72fd4a30d124ce75071854d0f739092a7a0b authored about 1 year ago
[fpdf2] add compatibility with fpdf2 2.7.6 (#10932)

dc4594a6e7d185dd30a13014a91fc4ce44c0a6d8 authored about 1 year ago
Various improvements to `Markdown` stubs (#10972)

d1925f2bb67d9231e7ecc0ae294b33f22d903b08 authored about 1 year ago
Complete `seaborn` stubs and mark as strict (#10974)

e109588be023d197bbc2c3311f00d80708b28d63 authored about 1 year ago
markdown: Accept legacy `Pattern` in `inlinePatterns` registry (#11027)

Signed-off-by: Anders Kaseorg <[email protected]>

643d911f4fb434176c7f6a342db9109431259273 authored about 1 year ago
psycopg2: Accept `Composable` for `cursor.mogrify` (#11028)

Signed-off-by: Anders Kaseorg <[email protected]>

aabeacfdbd6e67092c70898a2b09a51f9cf28b45 authored about 1 year ago
logging: Add a _FilterProtocol type to Filterer.addFilter() filter argument. (#11018)

590f89b594718d921860ee0bb1ab05b73b45a6fd authored about 1 year ago
[stubsabot] Mark tree-sitter as obsolete since 0.20.3 (#10681)

c88e099e80c866a4da19c6ebf3dbe56beda013d6 authored about 1 year ago
Bump PyScreeze to 0.1.30 (#11025)

7754c63f14b3670bc291586493afd02b9c2b6324 authored about 1 year ago
Bump pyinstaller to 6.2.* (#11023)

df623b85d822f106b93a24b29661db79257bb75d authored about 1 year ago
Update `PyInstaller.building.api.EXE.__init__` (#11024)

1582e4833a3259601c783bc3886c911857c28036 authored about 1 year ago
Provide more precise type hints for itertools.permutations (#11019)

676446569dddaca76500178599b05045ae2c3e6a authored about 1 year ago
Pin PyScreeze more tightly (#11017)

To stop the "stubtest failed" bot opening a new issue every night until we have a chance to look...

571cc6d77ad85c6b3c12f546f8b62c69f37da402 authored about 1 year ago
Revert "Use Callable[..., Any] instead of Callable[..., object] in unittest" (#8779)

eebc28740ed8222c5ac184d4546136f7849d49cd authored about 1 year ago
tkinter: Require passing in a callback function to `.after()` (#11013)

cad0c04ec092ff7a68b01b406a54ad749752c625 authored about 1 year ago
Fix type hints for `unittest.util.unorderable_list_difference()` (#11012)

Fix type hints for unorderable_list_difference()

It claimed that the arguments were `Sequence...

cc0b41a99498f76a8e15f3ece70ee8dd52bd4a9d authored about 1 year ago
Use `@deprecated` in tkinter.Variable tracing methods (#11011)

99563a2e6e930c81150ed51d7f9125fccee7c425 authored about 1 year ago
Bump mypy to 1.7.0 (#11010)

3f887d5852a6cafb94e4d7e2299ef0433236d143 authored about 1 year ago
third-party: make some protocol params pos-only (#11006)

0c7bdffa900c862161e40d5e8c190076e493a98b authored about 1 year ago
stdlib: Fix more signatures with unrepresentable defaults (#11007)

4deef7550f8d02d4a1bc5d0d4690ee80cd828ffc authored about 1 year ago
Complete Flask-Migrate and mark as Strict (#10971)

b8932899ead8aecbf2d32291a0b826fb073b62aa authored about 1 year ago
stdlib: fix signatures for some functions with unrepresentable defaults (#11000)

Found with python/mypy#16433

Co-authored-by: Alex Waygood <[email protected]>

d9311f946e8f584a1058e9d8d8f3aba4acb83ca2 authored about 1 year ago
Support for pexpect.spawn(..., logfile=sys.stdout) (#10976)

7f9b3ea6c354273ff6ef78c15f274d6e29becb22 authored about 1 year ago
Add types for `pygments.lex`. (#10998)

7ef466e88d95097c680bc66bb4fc6fb610ae4a44 authored about 1 year ago
stdlib: Fix os.startfile (#10996)

Fixes #10991

d6403b14aa300f40abfe91dc8d092734b56fa570 authored about 1 year ago
ast: mark ast.Num etc. as deprecated (#10994)

17f8a823765ddaed9740f55ac55ef04bb5a54a5a authored about 1 year ago
Bump flake8-pyi to 23.11.0 (#10997)

516f6655051b061652f086445ea54e8e82232349 authored about 1 year ago
asyncio: remove overly specific protocols (#10984)

The _warn parameter to these methods is just there to work around
some finalization issues and ...

b36f3c522910ae6c93b9fc894a6526e8b4919807 authored about 1 year ago
[stubsabot] Bump braintree to 4.24.* (#10993)

Release: https://pypi.org/pypi/braintree/4.24.0
Homepage: https://developer.paypal.com/braintre...

4020d256867d0ecf79cf1ca3a0eb2b423b994b19 authored about 1 year ago
Fix return type of dbm.whichdb (#10989)

It is `None` if the given file doesn't exist or isn't a database.

359d4c095ddb3cc7a67f418a6685e1b094cb3825 authored about 1 year ago
Bump ruff (#10988)

3f54f7e3deb4c5e4d2cd7e97fecc30296535d296 authored about 1 year ago
Add pyxdg stubs (#10163)

Co-authored-by: Alex Waygood <[email protected]>

820be9bfe94a14b7b5b8a265806f4523d564cedf authored about 1 year ago