COMMITS
/ Doc/library/types.rst March 10, 2026
H
Python 3.15.0a7
Hugo van Kemenade committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
July 20, 2025
P
gh-136492: Add `FrameLocalsProxyType` to `types` (GH-136546)
Peter Bierma committed
March 4, 2025
J
gh-105499: Merge typing.Union and types.UnionType (#105511)
Jelle Zijlstra committed
October 9, 2024
A
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood committed
October 8, 2024
A
gh-70870: Clarify dual usage of 'free variable' (#122545)
Alyssa Coghlan committed
September 25, 2024
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 24, 2024
S
gh-108191: Add support of positional argument in SimpleNamespace constructor (GH-108195)
Serhiy Storchaka committed
February 18, 2024
January 24, 2024
P
gh-108731: Add description of __slots__ to MemberDescriptorType docs (GH-108745)
plokmijnuhby committed
December 9, 2023
A
gh-101100: Improve documentation of `TracebackType` attributes (#112884)
Alex Waygood committed
December 5, 2023
A
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood committed
September 25, 2023
A
gh-109599: Add types.CapsuleType (#109600)
Antoine Pitrou committed
September 10, 2023
S
gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175)
Serhiy Storchaka committed
September 6, 2023
S
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka committed
May 6, 2023
A
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner committed
April 25, 2023
A
gh-103721: Improve cross-references for generic-alias docs (#103838)
Alex Waygood committed
April 23, 2023
J
gh-101688: Implement types.get_original_bases (#101827)
James Hilton-Balfe committed
April 11, 2023
A
gh-103373: `__mro_entries__` docs: improve cross references (#103398)
Alex Waygood committed
February 27, 2023
N
gh-101100: Fix sphinx warnings in `types` module (#102274)
Nikita Sobolev committed
February 20, 2023
I
gh-102011: use sys.exception() instead of sys.exc_info() in docs where possible (#102012)
Irit Katriel committed
June 28, 2022
S
gh-87995: Make MappingProxyType hashable (GH-94252)
Serhiy Storchaka committed
December 17, 2021
J
Doc: some rst linting. (GH-30149)
Julien Palard committed
December 9, 2021
B
bpo-45391: mark UnionType as a class in documentation (GH-28757)
Bernát Gábor committed
October 5, 2021
C
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss committed
July 26, 2021
H
bpo-44732: Rename types.Union to types.UnionType (#27342)
Hasan committed
May 21, 2021
M
Remove duplicate words in docs. (GH-26167)
Mariusz Felisiak committed
May 1, 2021
S
Fixing doc for callback for lambda (GG-25779)
Shreyash Sharma committed
March 23, 2021
B
Clarify attribute docs on types.ModuleType (GH-24974)
Brett Cannon committed
December 18, 2020
November 13, 2020
J
bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264)
Jürgen Gmach committed
October 31, 2020
October 27, 2020
K
bpo-41805: Documentation for PEP 585 (GH-22615)
kj committed
October 20, 2020
S
bpo-41192: Add documentation of undocumented audit events (GH-21308)
Saiyang Gou committed
October 5, 2020
F
bpo-41428: Documentation for PEP 604 (gh-22517)
Fidget-Spinner committed
September 22, 2020
B
bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType` (GH-22336)
Bas van Beek committed
May 16, 2020
Z
bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430)
Zackery Spytz committed
May 10, 2020
A
Add link to Enum class (GH-19884)
Andre Delfino committed
May 8, 2020
Z
bpo-40273: Reversible mappingproxy (FH-19513)
Zackery Spytz committed
March 7, 2020
B
bpo-36144: Update MappingProxyType with PEP 584's operators (#18814)
Brandt Bucher committed
January 1, 2020
A
Document CodeType.replace (GH-17776)
Anthony Sottile committed
October 26, 2019
S
bpo-38434: Fixes some audit event documentation (GH-16932)
Steve Dower committed
June 3, 2019
M
bpo-36896: Clarify that some types constructors are unstable (GH-13271)
Matthias Bussonnier committed
June 1, 2019
S
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka committed
February 7, 2019
P
bpo-35911: add cell constructor (GH-11771)
Pierre Glaser committed
December 24, 2018
M
Minor grammar improvement in types.rst (GH-11308)
Mariatta committed
May 8, 2018
I
bpo-32717: Document PEP 560 (GH-6726)
Ivan Levkivskyi committed
February 13, 2018
N
bpo-30579: Docs for dynamic traceback creation (GH-5653)
Nick Coghlan committed