summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-141218: Fix inaccurate object comparison documentation (#141221)Mohsin Mehmood11 days1-1/+1
* Remove duplicate content in `Mapping types - dict` documentation (#141036)Owain Davies11 days1-3/+0
* gh-106318: Add examples for str.ljust() method (#142719)Adorilson Bezerra11 days1-0/+13
* gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` ...Bartosz Sławecki11 days1-3/+5
* gh-106318: Add examples for str.isnumeric() (#142680)Adorilson Bezerra13 days1-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
* 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