Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815) | Victor Stinner | 2022-06-16 | 1 | -2/+2 |
| | |||||
* | gh-91603: Speed up isinstance/issubclass on union types (GH-91631) | Yurii Karabas | 2022-04-28 | 1 | -0/+1 |
| | | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com> | ||||
* | bpo-44654: Do not export the union type related symbols (GH-27223) | Serhiy Storchaka | 2021-07-18 | 1 | -4/+4 |
| | |||||
* | bpo-44654: Refactor and clean up the union type implementation (GH-27196) | Serhiy Storchaka | 2021-07-17 | 1 | -3/+7 |
| | |||||
* | bpo-42233: Add union type expression support for GenericAlias and fix ↵ | kj | 2020-11-09 | 1 | -0/+1 |
| | | | | de-duplicating of GenericAlias (GH-23077) | ||||
* | bpo-41428: Implementation for PEP 604 (GH-21515) | Maggie Moss | 2020-09-09 | 1 | -0/+17 |
See https://www.python.org/dev/peps/pep-0604/ for more information. Co-authored-by: Pablo Galindo <pablogsal@gmail.com> |