index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
stdtypes.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-141218: Fix inaccurate object comparison documentation (#141221)
Mohsin Mehmood
11 days
1
-1/+1
*
Remove duplicate content in `Mapping types - dict` documentation (#141036)
Owain Davies
11 days
1
-3/+0
*
gh-106318: Add examples for str.ljust() method (#142719)
Adorilson Bezerra
11 days
1
-0/+13
*
gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` ...
Bartosz Sławecki
11 days
1
-3/+5
*
gh-106318: Add examples for str.isnumeric() (#142680)
Adorilson Bezerra
13 days
1
-0/+15
*
gh-101100: Fix references to the set methods (GH-141857)
Serhiy Storchaka
2025-12-05
1
-101/+109
*
gh-135676: Reword the f-string (and t-string) section (GH-137469)
Petr Viktorin
2025-12-03
1
-85/+111
*
Docs: Move to method references for bytearray.take_bytes (#142053)
Cody Maloney
2025-11-28
1
-1/+1
*
Correct indentation in `stdtypes.rst` (#141957)
Guo Ci
2025-11-26
1
-1/+1
*
gh-106318: Add examples for str.join() (#140315)
Adorilson Bezerra
2025-11-24
1
-1/+12
*
gh-106318: Add example for str.format() (#137018)
Adorilson Bezerra
2025-11-24
1
-1/+7
*
gh-106318: Add example for str.isalpha() (#137557)
Adorilson Bezerra
2025-11-24
1
-0/+12
*
gh-106318: Add example for str.isascii() (#137558)
Adorilson Bezerra
2025-11-24
1
-1/+8
*
gh-106318: Add example for str.isdecimal() (#137559)
Adorilson Bezerra
2025-11-24
1
-2/+11
*
GH-101100: Resolve reference warnings in library/stdtypes.rst (#138420)
Adam Turner
2025-11-22
1
-5/+6
*
Python 3.15.0a2
v3.15.0a2
Hugo van Kemenade
2025-11-18
1
-1/+1
*
gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH...
Cody Maloney
2025-11-13
1
-0/+24
*
Remove duplicate words in the documentation (#140221)
Tan Long
2025-10-16
1
-1/+1
*
gh-106318: Add examples for str.istitle() (#140046)
Adorilson Bezerra
2025-10-14
1
-0/+15
*
Revert "gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#...
Alex Waygood
2025-09-16
1
-0/+1
*
closes gh-138706: update Unicode to 17.0.0 (#138719)
Benjamin Peterson
2025-09-11
1
-10/+10
*
GH-101100: Remove some entries from ``nitpick_ignore`` (#138464)
Adam Turner
2025-09-08
1
-5/+6
*
GH-138465: Improve documentation for common sequence methods (#138474)
Adam Turner
2025-09-05
1
-77/+135
*
gh-138307: Update the Ellipsis documentation (#138306)
Adorilson Bezerra
2025-09-03
1
-2/+23
*
gh-106318: Add example for `str.find()` (#134529)
Blaise Pabon
2025-08-27
1
-0/+8
*
gh-137609: Update signatures of builtins in the documentation (GH-137610)
Serhiy Storchaka
2025-08-25
1
-81/+90
*
gh-132661: PEP 750 documentation: second pass (#137020)
Adam Turner
2025-08-04
1
-3/+4
*
gh-132661: Document t-strings and `templatelib` (#135229)
Dave Peck
2025-07-22
1
-3/+3
*
gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (#134834)
Yongzi Li
2025-07-13
1
-1/+3
*
gh-106318: Add example for `str.expandtabs()` (#134525)
Blaise Pabon
2025-06-13
1
-1/+4
*
gh-106318: Add example for `str.endswith()` (#134523)
Blaise Pabon
2025-06-13
1
-1/+13
*
gh-106318: Add example for `str.encode()` (#134520)
Blaise Pabon
2025-06-13
1
-0/+8
*
gh-134976: document the exception type that can be raised by `s[i]` (#134977)
Yongzi Li
2025-06-08
1
-1/+4
*
gh-134789: Document del s[i] operation for mutable sequences (#134804)
Rishabh Singh
2025-05-27
1
-0/+2
*
gh-106318: Add example for `str.count()` (#134519)
Blaise Pabon
2025-05-23
1
-2/+12
*
gh-106318: Add example for `str.center()` (#134518)
Blaise Pabon
2025-05-23
1
-2/+8
*
gh-133986: Document string split algorithm when sep is None and maxsplit is 0...
Joey Smith
2025-05-14
1
-0/+12
*
Docs: use boolean constants for returning boolean value (GH-133325)
Yongzi Li
2025-05-09
1
-1/+1
*
gh-133361: move the explanation of dict equal before its use (#133424)
Yongzi Li
2025-05-07
1
-27/+28
*
gh-85583: Add an overview of formatted string literals (f-strings) to ``str``...
Adam Turner
2025-04-21
1
-0/+140
*
gh-131885: Document that `dict.setdefault` and `dict.get` take no keyword arg...
Adam Dangoor
2025-03-30
1
-2/+2
*
gh-131417: Mention asyncio Future and Task in docs for generic classes list (...
Andrew Svetlov
2025-03-19
1
-0/+2
*
Python 3.14.0a6
v3.14.0a6
Hugo van Kemenade
2025-03-14
1
-2/+2
*
gh-129349: Accept bytes in bytes.fromhex()/bytearray.fromhex() (#129844)
Daniel Pope
2025-03-12
1
-0/+8
*
gh-105499: Merge typing.Union and types.UnionType (#105511)
Jelle Zijlstra
2025-03-04
1
-8/+13
*
Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172)
Yuki Kobayashi
2025-02-25
1
-2/+2
*
gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130118)
Stan Ulbrych
2025-02-14
1
-7/+13
*
Python 3.14.0a5
v3.14.0a5
Hugo van Kemenade
2025-02-11
1
-1/+1
*
gh-129559: Add `bytearray.resize()` (GH-129560)
Cody Maloney
2025-02-05
1
-0/+32
*
gh-67748: DOC:Add summary table for str methods in stdtypes.rst (GH-1709)
Cheryl Sabella
2025-01-13
1
-0/+94
[next]