summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-116938: Fix `dict.update` docstring and remove erraneous full stop ...Miss Islington (bot)2024-10-291-1/+1
* [3.13] gh-116938: Clarify documentation of `dict` and `dict.update` regarding...Miss Islington (bot)2024-10-111-12/+13
* [3.13] gh-101100: Add a table of class attributes to the "Custom classes" sec...Alex Waygood2024-09-261-44/+9
* [3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...Wei-Hsiang (Matt) Wang2024-09-021-1/+1
* [3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513)Wei-Hsiang (Matt) Wang2024-08-301-1/+1
* [3.13] gh-122982: Extend the deprecation period for bool inversion by two yea...Miss Islington (bot)2024-08-251-1/+1
* [3.13] Docs: Change `remove` to `removes` for consistency (GH-121072) (#122790)Miss Islington (bot)2024-08-071-2/+3
* [3.13] gh-121905: Consistently use "floating-point" instead of "floating poin...Serhiy Storchaka2024-07-191-23/+23
* [3.13] Update example of str.split, bytes.split (GH-121287) (#121415)Miss Islington (bot)2024-07-051-6/+10
* [3.13] gh-121196: Document `dict.fromkeys` params as pos-only (GH-121197) (#1...Miss Islington (bot)2024-07-011-1/+1
* [3.13] gh-119003: Clarify slice assignments (GH-119935) (#120847)Miss Islington (bot)2024-06-231-1/+1
* [3.13] gh-111999: Fix the signature of str.format_map() (GH-119540) (#119543)Miss Islington (bot)2024-05-251-1/+1
* [3.13] gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with ...Miss Islington (bot)2024-05-221-3/+3
* gh-118671: Updated dead ActiveState links (#118730)trag1c2024-05-081-1/+1
* gh-115775: Add whatsnew entry about __static_attributes__ (GH-117909)Irit Katriel2024-04-191-0/+7
* Docs: add link roles with Sphinx extlinks (#117850)Hugo van Kemenade2024-04-151-2/+1
* Doc: printf-style library/stdtype improvements (#16741)Adorilson Bezerra2024-03-311-1/+7
* gh-115664: Fix ordering of more versionadded and versionchanged directives (G...Serhiy Storchaka2024-03-071-2/+1
* Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)Erlend E. Aasland2024-02-291-3/+3
* gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.r...Justin Williams2024-02-021-1/+1
* gh-101100: Improve documentation on function attributes (#112933)Alex Waygood2023-12-111-3/+3
* gh-101100: Improve documentation of `TracebackType` attributes (#112884)Alex Waygood2023-12-091-2/+3
* gh-101100: Improve documentation for attributes on instance methods (#112832)Alex Waygood2023-12-081-9/+14
* gh-101100: Fix most Sphinx nitpicks in the glossary and `stdtypes.rst` (#112757)Alex Waygood2023-12-061-11/+15
* gh-111622: Fix doc for items views (#112051)Terry Jan Reedy2023-11-141-5/+8
* GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)Adam Turner2023-10-191-1/+1
* GH-101100: Fix reference warnings for ``__getitem__`` (#110118)Adam Turner2023-10-191-1/+1
* gh-110631: Fix reST indentation in `Doc/library` (#110685)Ezio Melotti2023-10-111-3/+3
* Add back bltin-boolean-values ref tag (#110371)P. L. Lim2023-10-041-0/+1
* fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)James Gerity2023-09-201-4/+4
* gh-102823: Document return type of floor division on floats (#102824)Mark Dickinson2023-09-071-3/+5
* gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)Serhiy Storchaka2023-07-291-1/+1
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-211-1/+1
* gh-106446: Fix failed doctest in stdtypes (#106447)Charlie Zhao2023-07-141-17/+20
* gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)Hugo van Kemenade2023-07-101-3/+6
* stdtypes.rst: remove a period (#105959)Mathieu Dupuy2023-06-211-1/+1
* gh-90015: Document that PEP-604 unions do not support forward references (#10...Alex Waygood2023-06-071-0/+8
* gh-103921: Document PEP 695 (#104642)Jelle Zijlstra2023-05-261-0/+8
* GH-97950: Use new-style index directive ('builtin') (#104164)Adam Turner2023-05-061-12/+12
* GH-97950: Use new-style index directive ('statement') (#104162)Adam Turner2023-05-041-4/+4
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-041-25/+25
* GH-97950: Use new-style index directive ('operator') (#104156)Adam Turner2023-05-041-28/+28
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-041-4/+4
* gh-82012: Deprecate bitwise inversion (~) of bool (#103487)Tim Hoffmann2023-05-031-21/+33
* gh-83791: Raise TypeError for len(memoryview_0d) (#18463)Eric Wieser2023-04-221-6/+9
* GH-103484: Fix broken links reported by linkcheck (#103608)Rafael Fontenelle2023-04-221-8/+9
* Fix outdated note about 'int' rounding or truncating (#102736)Mark Dickinson2023-03-161-4/+3
* Move around example in to_bytes() to avoid confusion (#101595)Sergey B Kirpichev2023-03-051-2/+4
* gh-101825: Clarify that as_integer_ratio() output is always normalized (#101843)Sergey B Kirpichev2023-02-271-3/+3
* gh-100556: Improve clarity of `or` docs (#100589)ram vikram singh2023-02-211-2/+2