Ecosyste.ms: OpenCollective

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

github.com/python/typing

Python static typing home. Hosts the documentation and a user help forum.
https://github.com/python/typing

Add @no_type_check_decorator.

fc01f4cae88695336f36e15092f55114f37020a1 authored about 10 years ago
Implement @no_type_check decorator.

635f1b64ef3516ba70670af03dbc38cfe77371ea authored about 10 years ago
Add Callable[..., t] notation (literal ellipsis) for varargs callable type.

781cc3de03014631964b3ee9482bff9fff093005 authored about 10 years ago
Add note about Callable[..., t].

6e611e64d88f06735ce0234381fc4438fa9e49fe authored about 10 years ago
Improvements and tests for get_type_hints().

dd593f6fb1592e795db08616311fd06b49d2baa4 authored about 10 years ago
Switch to strings for forward refs. Add get_type_hints(). Default None implies Optional.

9ae867019a9afa14b851b5526750b75db9dd6c9a authored about 10 years ago
Add a bunch of editing tasks so I can close needless tracker issues (I prefer the tracker tracks discussions, not editing tasks).

0a307c91a5d0d75d3363964be7dd39a78283cd2d authored about 10 years ago
Always add "-> None" to examples to be consistent.

fa4c99e37b207335538ca32545344d9885df7ce8 authored about 10 years ago
Update README.txt with some decisions and more tasks.

cb6d36f1bf0e358d146c36e5a2c2326ccde38de6 authored about 10 years ago
Encourage abstract collection types, using some words from Philipp A. (flying-sheep).

88e395e8d6980533b874a2fd8b083c8a97a55b33 authored about 10 years ago
Update Tuple description, using some words by Petr Viktorin (encukou).

fc5160a720abbb88c5ee3da2cd96ae11e12bff31 authored about 10 years ago
Add FIXME reminder about interaction with other annotation uses.

5e10e2f1bf50bccdd984c501a4caecf819a0254e authored about 10 years ago
We need to explain what a type checker is early on. Drop reference to mypy -S.

4d942dc141930390228712f5a5c5809ed59797ed authored about 10 years ago
Fix typo (if -> it) and change tense.

c33819ed2e46a98b3fc57d1e661427eb897305c1 authored about 10 years ago
Remove FIXME regarding Optional inference from default None. It is a good idea.

8645fce874298ee6f40a61ea3835e59bd252d1fc authored about 10 years ago
UNIXOID -> POSIX

3a2d9f546c6836a41c400777e8a519c83b12e698 authored about 10 years ago
Posted it to python-ideas! Added PEP 483 cross-link.

c8688523fb0eb3b8943624e60998d81296c0487d authored about 10 years ago
reformat other PEP mentions and acks

0d332c83d447740afa55bd57ea598ce602bf5abc authored about 10 years ago
Use the number in the README

59aa9b7a5f60632d37ddfdfdcb5ee9ac2fd43c63 authored about 10 years ago
Missing the 0 to conform with the peps repo

da0e5630557fbac014da9d84447e7692b58f77e7 authored about 10 years ago
import typing just in time so it's not confusing

092bdaaf87d77390ea36ac54e508e2a3d3eccd5e authored about 10 years ago
Update README somewhat

ac29dfc3c9cdd0e4361d762421b801bd8d57bb22 authored about 10 years ago
Resolve multiple GitHub issues

e2e6fc40808c95a703056d5ee024f097644d0681 authored about 10 years ago
Renamed pep file.

f6a20d4d27f107340b6e6465eb226a9f5b42e5ee authored about 10 years ago
PEP 484 it is. Removed content that belongs in PEP 482.

2e6e3f79c09cf71136c58286943d83335d2d6b48 authored about 10 years ago
Oops, Generic.__eq__ was too generous.

81fdd0b78cb080f06c1260a101bbd5fb2cecfec7 authored about 10 years ago
Add forward reference support through class redefinition.

309369fc38d9a1805899d2d13b6b1332f4f1d16e authored about 10 years ago
Test that Undefined() is unhashable.

9e4ce4ed5612eb3a059009dea798b1f5043c31ef authored about 10 years ago
Some whitespace cleanup.

e003f440bac2bed13812a206644c47e697cd8002 authored about 10 years ago
Add Undefined(). Improve cast().

70eaaef2bb224e3aed27399c7b0a406764cdd3df authored about 10 years ago
Add cast().

782c7e3013c75fb2a8199ea46ff3042f7a90556d authored about 10 years ago
Rename Var -> TypeVar.

a54e54e7232dac23303c79bfebc4c18f2b989fa5 authored about 10 years ago
Make a start with a prototype for the "typing.py" module.

(This is actually copied from the "better" subdirectory of the
"prototyping" branch. See there f...

f06ed8cf4ed2fc8c4902c1dd292bf5854a7ca873 authored about 10 years ago
Renamed Var to TypeVar

b7d16dea81ad81d9d528f27f987942759eb8e0fa authored about 10 years ago
Update proposed resolution formatting.

ada03b6f526574f16fab3f968f2e4eacb283f6b3 authored about 10 years ago
Add proposed resolution to most open issues.

2ef3bdcc4f6091bb778b8642aadfe4fdf5cc97eb authored about 10 years ago
Various updates and references to issues.

8c4ac6cfac1a7149c6b3c72e15afc6297e992f96 authored about 10 years ago
Fix footnotes (pep2html can't handle 10+ auto-numbered footnotes), add a mypy link.

def7be0ceb4ebed7107866bc078df44bfaad998d authored about 10 years ago
Did a major editing pass. Resolved some FIXMEs, added new ones.

c735076e8957d9b2ccc270ca11ab50393b41d031 authored about 10 years ago
Add link to Quip doc about the theory.

72a16e44f6ec6afe92eff9c324e180d04556eb8c authored about 10 years ago
Don't prematurely claim the magic number.

d411958a13947c0da00f40df8b027f9faa702cc9 authored over 10 years ago
oh, I get AnyStr vs Union[bytes, str] now. more sleep needed.

b2118575e6630a0be611bcfb1566897fdac03a26 authored over 10 years ago
fresh thoughts after reading the notes

5e0e848dbc67a368f3a813f81d593cf6c9fae013 authored over 10 years ago
Raw notes from meeting at Dropbox today.

fbc43d4558504ffa2a01760bc6a5d4ef4700782d authored over 10 years ago
zero-based indexing in tuples

7e766237b3f4f7e181a0aba85b53f097faedc2e4 authored over 10 years ago
minor formatting fixes

d45fbd9c7463513514fb73adc8932d014bb32290 authored over 10 years ago
clarified parametrized types with base=

ab9a378e269648336b4db4039b51673519b33445 authored over 10 years ago
GitHub doesn't like blocks of code in lists

83eb7535b04a95742495a77e2b0525847d3b6108 authored over 10 years ago
more README updates; mention Undefined left out

754b61b7f8bd893215c302d34f685eb98d1d6b8c authored over 10 years ago
updated README

bb7e664c6b9e594ad311e4c438efb7268b72db3e authored over 10 years ago
addressed comments per Skype meeting

d552821a6ac0620b6707a6ba9708bd6e87c3e70e authored over 10 years ago
initial commit

a51c850f3f27379a44ee017eef80e0ae3037dac6 authored over 10 years ago