| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment/docstring tweaks for typing.py. | Guido van Rossum | 2016-05-26 | 1 | -1/+2 |
|
|
* | Added Type[C] implementation to typing.py. | Guido van Rossum | 2016-05-24 | 1 | -1/+33 |
|
|
* | Fix #27014 -- infinite recursion using typing.py. | Guido van Rossum | 2016-05-18 | 1 | -11/+9 |
|
|
* | typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/... | Guido van Rossum | 2016-04-18 | 1 | -1/+2 |
|
|
* | Issue #25609: Backport typing.ContextManager. | Brett Cannon | 2016-04-15 | 1 | -0/+7 |
|
|
* | 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 |
|
|