Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add Text=str. Make ItemsView derive from AbstractSet, not Set (which is the c... | Guido van Rossum | 2016-04-05 | 1 | -1/+6 | |
* | Many changes from the upstream repo (https://github.com/python/typing). | Guido van Rossum | 2016-04-05 | 1 | -152/+242 | |
* | Add Awaitable, AsyncIterable, AsyncIterator to typing.py. | Guido van Rossum | 2015-12-04 | 1 | -0/+15 | |
* | Issue #25665: Make NamedTuple picklable. | Guido van Rossum | 2015-11-19 | 1 | -0/+5 | |
* | Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dic... | Guido van Rossum | 2015-11-19 | 1 | -1/+1 | |
* | Issue #25390: typing: Don't crash on Union[str, Pattern]. | Guido van Rossum | 2015-10-19 | 1 | -0/+3 | |
* | Fix issue #24635. | Guido van Rossum | 2015-09-04 | 1 | -5/+10 | |
* | Issue #23973: Update typing.py from GitHub repo. | Guido van Rossum | 2015-08-05 | 1 | -147/+76 | |
* | Preliminary typing.py, anticipating provisional acceptance of PEP 484. | Guido van Rossum | 2015-05-22 | 1 | -0/+1714 | |