summaryrefslogtreecommitdiff
path: root/Doc/library/types.rst
Commit message (Expand)AuthorAgeFilesLines
* GH-97950: Use new-style index directive ('builtin') (#104164)Adam Turner2023-05-061-1/+1
* gh-103721: Improve cross-references for generic-alias docs (#103838)Alex Waygood2023-04-251-0/+7
* gh-101688: Implement types.get_original_bases (#101827)James Hilton-Balfe2023-04-231-0/+40
* gh-103373: `__mro_entries__` docs: improve cross references (#103398)Alex Waygood2023-04-111-2/+2
* gh-101100: Fix sphinx warnings in `types` module (#102274)Nikita Sobolev2023-02-271-1/+1
* gh-102011: use sys.exception() instead of sys.exc_info() in docs where possib...Irit Katriel2023-02-201-1/+1
* gh-87995: Make MappingProxyType hashable (GH-94252)Serhiy Storchaka2022-06-281-0/+6
* Doc: some rst linting. (GH-30149)Julien Palard2021-12-171-2/+2
* bpo-45391: mark UnionType as a class in documentation (GH-28757)Bernát Gábor2021-12-091-1/+1
* [doc] Fix typos found using codespell (GH-28744)Christian Clauss2021-10-051-2/+2
* bpo-44732: Rename types.Union to types.UnionType (#27342)Hasan2021-07-261-1/+1
* Remove duplicate words in docs. (GH-26167)Mariusz Felisiak2021-05-211-2/+2
* Fixing doc for callback for lambda (GG-25779)Shreyash Sharma2021-05-011-1/+1
* Clarify attribute docs on types.ModuleType (GH-24974)Brett Cannon2021-03-231-2/+30
* bpo-42675: Document collections.abc.Callable changes (GH-23839)kj2020-12-181-0/+4
* bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264)Jürgen Gmach2020-11-131-1/+3
* bpo-42198: Document __new__ for types.GenericAlias (GH-23039)kj2020-10-301-1/+12
* bpo-41805: Documentation for PEP 585 (GH-22615)kj2020-10-271-0/+7
* bpo-41192: Add documentation of undocumented audit events (GH-21308)Saiyang Gou2020-10-201-2/+8
* bpo-41428: Documentation for PEP 604 (gh-22517)Fidget-Spinner2020-10-041-0/+5
* bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedTy...Bas van Beek2020-09-221-0/+21
* bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-1...Zackery Spytz2020-05-151-2/+4
* Add link to Enum class (GH-19884)Andre Delfino2020-05-101-1/+1
* bpo-40273: Reversible mappingproxy (FH-19513)Zackery Spytz2020-05-071-0/+6
* bpo-36144: Update MappingProxyType with PEP 584's operators (#18814)Brandt Bucher2020-03-071-0/+5
* Document CodeType.replace (GH-17776)Anthony Sottile2020-01-011-1/+7
* bpo-38434: Fixes some audit event documentation (GH-16932)Steve Dower2019-10-261-0/+4
* bpo-36896: Clarify that some types constructors are unstable (GH-13271)Matthias Bussonnier2019-06-031-0/+3
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-011-1/+1
* bpo-35911: add cell constructor (GH-11771)Pierre Glaser2019-02-071-0/+8
* Minor grammar improvement in types.rst (GH-11308)Mariatta2018-12-241-1/+1
* bpo-32717: Document PEP 560 (GH-6726)Ivan Levkivskyi2018-05-081-1/+18
* bpo-30579: Docs for dynamic traceback creation (GH-5653)Nick Coghlan2018-02-131-1/+8
* bpo-32265: Classify class and static methods of builtin types. (#4776)Serhiy Storchaka2017-12-151-0/+8
* bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)Jim Fasarakis-Hilliard2017-04-251-1/+1
* Issue #29377: Add three new wrappers to types.py (Manuel Krebber).Guido van Rossum2017-02-011-0/+23
* Issue #28091: Document PEP 525 & PEP 530.Yury Selivanov2016-12-151-0/+8
* Issue #24254: Drop cls.__definition_order__.Eric Snow2016-09-081-8/+2
* Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-051-0/+12
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-0/+2
* whatsnew/3.5: Another editing passYury Selivanov2015-09-101-4/+4
* Issue #24439: Improve PEP 492 related docs.Yury Selivanov2015-06-241-6/+14
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-0/+8
* Issue 24180: Documentation for PEP 492 changes.Yury Selivanov2015-05-211-0/+14
* Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-301-0/+4
* whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129)R David Murray2014-02-251-0/+21
* Issue #17907: Document types.ModuleType's constructor and attributes,Brett Cannon2013-06-141-2/+28
* Issue #15022: Add pickle and comparison support to types.SimpleNamespace.Eric Snow2013-02-161-0/+2
* Fix typo.Ezio Melotti2012-08-261-1/+1
* Eric Snow's implementation of PEP 421.Barry Warsaw2012-06-031-0/+24