Ecosyste.ms: OpenCollective

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

github.com/python/typing_extensions

Backported and experimental type hints for Python
https://github.com/python/typing_extensions

Drop support of Python 3.3 (#633)

d32469c94ed79b037fdb725744eb477512cf55b3 authored over 5 years ago by Ivan Levkivskyi <[email protected]>
[typing-extensions] Simple implementation for IntVar (#631)

4e9c5ed6147a58a5ecf66882cb546b3cc814c459 authored over 5 years ago by Mark Mendoza <[email protected]>
Add a python 3.7+ version of Annotated to typing_extensions (#1014) (#632)

First commits for PEP 593

252d72aae44963a66acbb91c3563d6ce1d883ce1 authored over 5 years ago by till <[email protected]>
Add TypedDict to typing_extensions (#628)

This is almost a verbatim copy of the code in `mypy_extensions` plus few small tweaks due to dif...

32a51882f53fa2ca1bc55a08a0806d933724dbab authored over 5 years ago by Ivan Levkivskyi <[email protected]>
Add Final to the README (#619)

68dcc93d6f5740db0a6831b14597735744b80a1b authored almost 6 years ago by The Codergator <[email protected]>
Run the tests using the current Python executable (#615)

Not whatever "python" might be.

48f71b0b32a7691b7a11d21fe11fbbca9e496156 authored almost 6 years ago by Michael R. Crusoe <[email protected]>
Bump typing_extensions version (#605)

b56e22dde208d7f7b1ffd5679ada5e0038145644 authored almost 6 years ago by Ivan Levkivskyi <[email protected]>
Add Literal[...] types to typing_extensions (#591)

* Add Literal[...] types to typing_extensions

This diff adds a preliminary draft of literal t...

3246220142720ce4d8903acae7a371eedc707183 authored about 6 years ago by Michael Lee <[email protected]>
Fix instance/subclass checks of functions against runtime protocols. (#580)

Fixes #579 .

When performing an `issubclass` check of a type against a protocol, the `__annot...

ff435a1ca41a0518adadf62ec58ecba8c96a98cb authored about 6 years ago by Erik Wright <[email protected]>
Bump typing_extension version (#587)

0eb1ce3879b32b8744a0af495e3070893c44b2dc authored over 6 years ago by Ivan Levkivskyi <[email protected]>
Improve PyPI entry for typing_extensions (#586)

by providing a better URL

eac0113a119197cfd3783b1629ccae92b7ae8cbf authored over 6 years ago by Michael R. Crusoe <[email protected]>
Add Final to typing_extensions (#583)

This is a runtime counterpart of an experimental feature added to mypy in https://github.com/pyt...

43a05041adba3ee1e82e6c4b94f72de385f58d1b authored over 6 years ago by Ivan Levkivskyi <[email protected]>
include license file for typing-extensions and in wheels (#571)

c5f67465f4c19a48566ccd737bb83347b7034f61 authored over 6 years ago by Dougal J. Sutherland <[email protected]>
Bump typing_extensions version before release (#558)

65e949f0ca152c4d16367c87e577da7579e81076 authored over 6 years ago by Ivan Levkivskyi <[email protected]>
Fix typing_extensions to support PEP 560 (#549)

The main fix is rewriting Protocol class and its metaclass.

f4b34187bc8bd9ee39542808204771bdd1770aa5 authored almost 7 years ago by Ivan Levkivskyi <[email protected]>
Fix for issue #524 (#527)

Check whether Protocol.__doc__ exists before modifying it.
Fixes the crash in typing_extensions...

13843a8210ddf5dae6623df72dcd3848cc6e3a31 authored almost 7 years ago by Nickatak <[email protected]>
Fix protocols in unions (runtime problem) (#504)

Fixes #488

The fix is as proposed in #488, i.e. by tweaking the existing
sys._getframe hack ...

8248e4859c964261687f84285bde40b80db6bb39 authored about 7 years ago by Ivan Levkivskyi <[email protected]>
Fix interaction between typing_extensions and collections.abc (#503)

Fixes #501

The idea is straightforward: special classes in typing_extensions
that have __ext...

b9254279a5c634ddd6f995db83a3fbef91a78abb authored about 7 years ago by Ivan Levkivskyi <[email protected]>
Add MANIFEST.in to typing_extensions and bump version (#476)

cac11508de11a84781bf8552aeccdbd1259dfbe8 authored over 7 years ago by Ivan Levkivskyi <[email protected]>
Switch to setuptools in typing_extensions (#474)

64aff674ed130758a412781f6134fc59da186ce0 authored over 7 years ago by Ivan Levkivskyi <[email protected]>
Update version in setup.py, fix typo, and update contact e-mail (#473)

This fixes a typo, updates required `typing` version to the latest one,
updates the contact e-m...

991928b4855758566667b0625a3608268c5df588 authored over 7 years ago by Ivan Levkivskyi <[email protected]>
Minor style change in typing_extensions tests (#472)

This puts ProtocolTests in a big ``if HAVE_PROTOCOLS: ...` branch.

2030be229d453eb50f758bd0798baeda097e0338 authored over 7 years ago by Ivan Levkivskyi <[email protected]>
Add class Protocol and @runtime to typing extensions (#464)

8a5b356c5db80773dea43ac92c6d14d526b5ffe7 authored over 7 years ago by Ivan Levkivskyi <[email protected]>
Add typing extensions (#443)

This pull request adds a 'typing_exensions' subproject to 'typing'. The
'typing_extensions' mod...

2e9888dfc250b3d016debc3d1aee1b66fc35f215 authored over 7 years ago by Michael Lee <[email protected]>