summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-142518: Document thread-safety guarantees of list operations (#142519)Lysandros Nikolaou4 days1-0/+103
* gh-143420: Clarify sequence behavior for slice indexes (#143422)Sergey B Kirpichev4 days1-5/+8
* gh-106318: Add examples for str.rfind() method (#143582)Adorilson Bezerra7 days1-0/+10
* gh-106318: Improve str.removeprefix() and str.removesuffix() docs (#143580)Adorilson Bezerra7 days1-2/+10
* gh-106318: Add examples for str.replace() method (GH-143581)Adorilson Bezerra7 days1-0/+8
* gh-106318: Add examples for str.casefold() and str.lower() methods (#142154)Adorilson Bezerra9 days1-1/+14
* gh-106318: Add example for str.index() (#137023)Adorilson Bezerra9 days1-1/+12
* gh-106318: Add examples for str.isprintable() (#140043)Adorilson Bezerra10 days1-0/+9
* gh-89152: Note truth testing exception in `stdtypes.rst` (#137640)Stan Ulbrych2025-12-221-2/+4
* gh-141218: Fix inaccurate object comparison documentation (#141221)Mohsin Mehmood2025-12-161-1/+1
* Remove duplicate content in `Mapping types - dict` documentation (#141036)Owain Davies2025-12-161-3/+0
* gh-106318: Add examples for str.ljust() method (#142719)Adorilson Bezerra2025-12-161-0/+13
* gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` ...Bartosz Sławecki2025-12-161-3/+5
* gh-106318: Add examples for str.isnumeric() (#142680)Adorilson Bezerra2025-12-141-0/+15
* gh-101100: Fix references to the set methods (GH-141857)Serhiy Storchaka2025-12-051-101/+109
* gh-135676: Reword the f-string (and t-string) section (GH-137469)Petr Viktorin2025-12-031-85/+111
* Docs: Move to method references for bytearray.take_bytes (#142053)Cody Maloney2025-11-281-1/+1
* Correct indentation in `stdtypes.rst` (#141957)Guo Ci2025-11-261-1/+1
* gh-106318: Add examples for str.join() (#140315)Adorilson Bezerra2025-11-241-1/+12
* gh-106318: Add example for str.format() (#137018)Adorilson Bezerra2025-11-241-1/+7
* gh-106318: Add example for str.isalpha() (#137557)Adorilson Bezerra2025-11-241-0/+12
* gh-106318: Add example for str.isascii() (#137558)Adorilson Bezerra2025-11-241-1/+8
* gh-106318: Add example for str.isdecimal() (#137559)Adorilson Bezerra2025-11-241-2/+11
* GH-101100: Resolve reference warnings in library/stdtypes.rst (#138420)Adam Turner2025-11-221-5/+6
* Python 3.15.0a2v3.15.0a2Hugo van Kemenade2025-11-181-1/+1
* gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH...Cody Maloney2025-11-131-0/+24
* Remove duplicate words in the documentation (#140221)Tan Long2025-10-161-1/+1
* gh-106318: Add examples for str.istitle() (#140046)Adorilson Bezerra2025-10-141-0/+15
* Revert "gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#...Alex Waygood2025-09-161-0/+1
* closes gh-138706: update Unicode to 17.0.0 (#138719)Benjamin Peterson2025-09-111-10/+10
* GH-101100: Remove some entries from ``nitpick_ignore`` (#138464)Adam Turner2025-09-081-5/+6
* GH-138465: Improve documentation for common sequence methods (#138474)Adam Turner2025-09-051-77/+135
* gh-138307: Update the Ellipsis documentation (#138306)Adorilson Bezerra2025-09-031-2/+23
* gh-106318: Add example for `str.find()` (#134529)Blaise Pabon2025-08-271-0/+8
* gh-137609: Update signatures of builtins in the documentation (GH-137610)Serhiy Storchaka2025-08-251-81/+90
* gh-132661: PEP 750 documentation: second pass (#137020)Adam Turner2025-08-041-3/+4
* gh-132661: Document t-strings and `templatelib` (#135229)Dave Peck2025-07-221-3/+3
* gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (#134834)Yongzi Li2025-07-131-1/+3
* gh-106318: Add example for `str.expandtabs()` (#134525)Blaise Pabon2025-06-131-1/+4
* gh-106318: Add example for `str.endswith()` (#134523)Blaise Pabon2025-06-131-1/+13
* gh-106318: Add example for `str.encode()` (#134520)Blaise Pabon2025-06-131-0/+8
* gh-134976: document the exception type that can be raised by `s[i]` (#134977)Yongzi Li2025-06-081-1/+4
* gh-134789: Document del s[i] operation for mutable sequences (#134804)Rishabh Singh2025-05-271-0/+2
* gh-106318: Add example for `str.count()` (#134519)Blaise Pabon2025-05-231-2/+12
* gh-106318: Add example for `str.center()` (#134518)Blaise Pabon2025-05-231-2/+8
* gh-133986: Document string split algorithm when sep is None and maxsplit is 0...Joey Smith2025-05-141-0/+12
* Docs: use boolean constants for returning boolean value (GH-133325)Yongzi Li2025-05-091-1/+1
* gh-133361: move the explanation of dict equal before its use (#133424)Yongzi Li2025-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