Commits
User selector
Commit History
Commits on Jun 2, 2026
gh-150319: Replace all documentation which says "See PEP 585" (#150325)
Show description for 50fe49cauthored
Commits on Apr 28, 2026
gh-148829: Implement PEP 661 (#148831)
Show description for 29a92abauthored
Commits on Mar 31, 2026
Commits on Nov 3, 2025
Commits on Oct 12, 2025
Commits on Jun 30, 2025
gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614)
Show description for b1056c2authored
Commits on May 29, 2025
gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)
Show description for f49a07bauthored
Commits on Apr 23, 2025
gh-132713: Fix typing.Union[index] race condition (#132802)
Show description for dc3e963authored
Commits on Apr 1, 2025
Commits on Mar 17, 2025
GH-131238: More refactoring of core header files (GH-131351)
Show description for a45f253authored
Commits on Mar 4, 2025
gh-105499: Merge typing.Union and types.UnionType (#105511)
Show description for dc6d66fauthored
Commits on Jul 27, 2024
Commits on Jun 24, 2024
Commits on Jun 20, 2024
gh-119182: Use public PyUnicodeWriter API in union_repr() (#120797)
Show description for c1553bcauthored
Commits on Sep 17, 2023
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Show description for add16f1authored
Commits on Sep 15, 2023
Add missing `PyDoc_STR` calls (#109393)
Show description for 47af188authored
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3fabaauthored
Commits on Jul 12, 2023
Commits on May 18, 2023
Commits on May 16, 2023
gh-103763: Implement PEP 695 (#103764)
Show description for 24d8b88authored
Commits on Nov 16, 2022
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Show description for 8211cf5authored
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Show description for 3a1dde8authored
Commits on Apr 28, 2022
gh-91603: Speed up isinstance/issubclass on union types (GH-91631)
Show description for 0ef8d92authoredgh-91603: Speed up operator "|" for UnionType (GH-91955)
Show description for cd1fbbcandauthored
Commits on Apr 18, 2022
gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)
Show description for a573cb2authored
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
Commits on Jul 29, 2021
bpo-44662: Add ability to annotate types.Union (#27214)
Show description for 8182c83andauthored
Commits on Jul 26, 2021
bpo-44732: Rename types.Union to types.UnionType (#27342)
Show description for 2b8ad9eauthored
Commits on Jul 24, 2021
bpo-44676: Serialize the union type using only public API (GH-27323)
Show description for 435a033authoredbpo-44676: Fix reference leaks in union_reduce (GH-27332)
Show description for 8158e05authoredbpo-44731: Simplify the union type implementation (GH-27318)
Show description for 0828423authored
Commits on Jul 23, 2021
Commits on Jul 22, 2021
Commits on Jul 18, 2021
bpo-44633: Fix parameter substitution of the union type with wrong types. (GH-27218)
Show description for 3ea5332authored