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
d32469c94ed79b037fdb725744eb477512cf55b3 authored over 5 years ago by Ivan Levkivskyi <[email protected]>
4e9c5ed6147a58a5ecf66882cb546b3cc814c459 authored over 5 years ago by Mark Mendoza <[email protected]>
First commits for PEP 593
252d72aae44963a66acbb91c3563d6ce1d883ce1 authored over 5 years ago by till <[email protected]>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]>68dcc93d6f5740db0a6831b14597735744b80a1b authored almost 6 years ago by The Codergator <[email protected]>
Not whatever "python" might be.
48f71b0b32a7691b7a11d21fe11fbbca9e496156 authored almost 6 years ago by Michael R. Crusoe <[email protected]>b56e22dde208d7f7b1ffd5679ada5e0038145644 authored almost 6 years ago by Ivan Levkivskyi <[email protected]>
* 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]>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]>0eb1ce3879b32b8744a0af495e3070893c44b2dc authored over 6 years ago by Ivan Levkivskyi <[email protected]>
by providing a better URL
eac0113a119197cfd3783b1629ccae92b7ae8cbf authored over 6 years ago by Michael R. Crusoe <[email protected]>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]>c5f67465f4c19a48566ccd737bb83347b7034f61 authored over 6 years ago by Dougal J. Sutherland <[email protected]>
65e949f0ca152c4d16367c87e577da7579e81076 authored over 6 years ago by Ivan Levkivskyi <[email protected]>
The main fix is rewriting Protocol class and its metaclass.
f4b34187bc8bd9ee39542808204771bdd1770aa5 authored almost 7 years ago by Ivan Levkivskyi <[email protected]>
Check whether Protocol.__doc__ exists before modifying it.
Fixes the crash in typing_extensions...
Fixes #488
The fix is as proposed in #488, i.e. by tweaking the existing
sys._getframe hack ...
Fixes #501
The idea is straightforward: special classes in typing_extensions
that have __ext...
cac11508de11a84781bf8552aeccdbd1259dfbe8 authored over 7 years ago by Ivan Levkivskyi <[email protected]>
64aff674ed130758a412781f6134fc59da186ce0 authored over 7 years ago by Ivan Levkivskyi <[email protected]>
This fixes a typo, updates required `typing` version to the latest one,
updates the contact e-m...
This puts ProtocolTests in a big ``if HAVE_PROTOCOLS: ...` branch.
2030be229d453eb50f758bd0798baeda097e0338 authored over 7 years ago by Ivan Levkivskyi <[email protected]>8a5b356c5db80773dea43ac92c6d14d526b5ffe7 authored over 7 years ago by Ivan Levkivskyi <[email protected]>
This pull request adds a 'typing_exensions' subproject to 'typing'. The
'typing_extensions' mod...