summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-132661: Document t-strings and `templatelib` (GH-135229) (#136974)Miss Islington (bot)2025-07-221-3/+3
* [3.14] gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (...Miss Islington (bot)2025-07-131-1/+3
* [3.14] gh-106318: Add example for `str.expandtabs()` (GH-134525) (#135476)Miss Islington (bot)2025-06-131-1/+4
* [3.14] gh-106318: Add example for `str.endswith()` (GH-134523) (#135459)Miss Islington (bot)2025-06-131-1/+13
* [3.14] gh-106318: Add example for `str.encode()` (GH-134520) (#135457)Miss Islington (bot)2025-06-131-0/+8
* [3.14] gh-134976: document the exception type that can be raised by `s[i]` (G...Miss Islington (bot)2025-06-081-1/+4
* [3.14] gh-134789: Document del s[i] operation for mutable sequences (GH-13480...Miss Islington (bot)2025-05-271-0/+2
* [3.14] gh-106318: Add example for `str.count()` (GH-134519) (#134574)Miss Islington (bot)2025-05-231-2/+12
* [3.14] gh-106318: Add example for `str.center()` (GH-134518) (#134571)Miss Islington (bot)2025-05-231-2/+8
* [3.14] gh-133986: Document string split algorithm when sep is None and maxspl...Miss Islington (bot)2025-05-151-0/+12
* [3.14] Docs: use boolean constants for returning boolean value (GH-133325) (G...Miss Islington (bot)2025-05-091-1/+1
* [3.14] gh-133361: move the explanation of dict equal before its use (GH-13342...Miss Islington (bot)2025-05-071-27/+28
* gh-85583: Add an overview of formatted string literals (f-strings) to ``str``...Adam Turner2025-04-211-0/+140
* gh-131885: Document that `dict.setdefault` and `dict.get` take no keyword arg...Adam Dangoor2025-03-301-2/+2
* gh-131417: Mention asyncio Future and Task in docs for generic classes list (...Andrew Svetlov2025-03-191-0/+2
* Python 3.14.0a6v3.14.0a6Hugo van Kemenade2025-03-141-2/+2
* gh-129349: Accept bytes in bytes.fromhex()/bytearray.fromhex() (#129844)Daniel Pope2025-03-121-0/+8
* gh-105499: Merge typing.Union and types.UnionType (#105511)Jelle Zijlstra2025-03-041-8/+13
* Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172)Yuki Kobayashi2025-02-251-2/+2
* gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130118)Stan Ulbrych2025-02-141-7/+13
* Python 3.14.0a5v3.14.0a5Hugo van Kemenade2025-02-111-1/+1
* gh-129559: Add `bytearray.resize()` (GH-129560)Cody Maloney2025-02-051-0/+32
* gh-67748: DOC:Add summary table for str methods in stdtypes.rst (GH-1709)Cheryl Sabella2025-01-131-0/+94
* Python 3.14.0a3v3.14.0a3Hugo van Kemenade2024-12-171-2/+2
* gh-125420: implement `Sequence.count` API on `memoryview` objects (#125443)Bénédikt Tran2024-12-101-1/+7
* gh-125420: implement `Sequence.index` API on `memoryview` objects (#125446)Bénédikt Tran2024-12-101-0/+9
* gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)Sergey B Kirpichev2024-11-261-5/+11
* Python 3.14.0a2v3.14.0a2Hugo van Kemenade2024-11-191-1/+1
* gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `d...Prometheus33752024-10-291-1/+1
* gh-126012: Add `__class_getitem__` to `memoryview` (#126013)Brian Schubert2024-10-271-0/+3
* gh-116938: Clarify documentation of `dict` and `dict.update` regarding the po...Victorien2024-10-111-12/+13
* gh-101100: Add a table of class attributes to the "Custom classes" section of...Alex Waygood2024-09-251-44/+9
* closes gh-124016: update Unicode to 16.0.0 (#124017)Benjamin Peterson2024-09-131-4/+4
* gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)Wei-Hsiang (Matt) Wang2024-09-011-1/+1
* gh-123492: Remove unnecessary `:func:` parentheses (#123493)Wei-Hsiang (Matt) Wang2024-08-301-1/+1
* gh-122982: Extend the deprecation period for bool inversion by two years (#12...Kirill Podoprigora2024-08-251-1/+1
* Docs: Change `remove` to `removes` for consistency (#121072)smij7202024-08-071-2/+3
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-191-26/+26
* gh-84978: Add float.from_number() and complex.from_number() (GH-26827)Serhiy Storchaka2024-07-151-0/+36
* Update example of str.split, bytes.split (#121287)Yuxin Wu2024-07-051-6/+10
* gh-121196: Document `dict.fromkeys` params as pos-only (#121197)sobolevn2024-07-011-1/+1
* gh-119003: Clarify slice assignments (#119935)Nice Zombies2024-06-211-1/+1
* gh-111999: Fix the signature of str.format_map() (#119540)Serhiy Storchaka2024-05-251-1/+1
* gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with docstri...Landon Wood2024-05-221-3/+3
* gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)Nikita Sobolev2024-05-081-1/+0
* 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