Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Guido van Rossum | 2015-11-19 | 1 | -1/+1 |
| | | | | __dict__ descriptor work. | ||||
* | 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 |
There area bunch of TODOs here, but the biggest (not mentioned in the file) is that I'm going to take out __instancecheck__ and __subclasscheck__. However my personal schedule is such that I probably won't have time for these before Larry tags beta 1. But I will try -- this commit is mostly to make sure that typing.py doesn't completely miss the train. PS. I'm tracking issues at https://github.com/ambv/typehinting/issues. |