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-142518: Document thread-safety guarantees of list operations (#142519)
Lysandros Nikolaou
4 days
1
-0/+103
*
gh-143420: Clarify sequence behavior for slice indexes (#143422)
Sergey B Kirpichev
4 days
1
-5/+8
*
gh-106318: Add examples for str.rfind() method (#143582)
Adorilson Bezerra
7 days
1
-0/+10
*
gh-106318: Improve str.removeprefix() and str.removesuffix() docs (#143580)
Adorilson Bezerra
7 days
1
-2/+10
*
gh-106318: Add examples for str.replace() method (GH-143581)
Adorilson Bezerra
7 days
1
-0/+8
*
gh-106318: Add examples for str.casefold() and str.lower() methods (#142154)
Adorilson Bezerra
9 days
1
-1/+14
*
gh-106318: Add example for str.index() (#137023)
Adorilson Bezerra
9 days
1
-1/+12
*
gh-106318: Add examples for str.isprintable() (#140043)
Adorilson Bezerra
10 days
1
-0/+9
*
gh-89152: Note truth testing exception in `stdtypes.rst` (#137640)
Stan Ulbrych
2025-12-22
1
-2/+4
*
gh-141218: Fix inaccurate object comparison documentation (#141221)
Mohsin Mehmood
2025-12-16
1
-1/+1
*
Remove duplicate content in `Mapping types - dict` documentation (#141036)
Owain Davies
2025-12-16
1
-3/+0
*
gh-106318: Add examples for str.ljust() method (#142719)
Adorilson Bezerra
2025-12-16
1
-0/+13
*
gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` ...
Bartosz Sławecki
2025-12-16
1
-3/+5
*
gh-106318: Add examples for str.isnumeric() (#142680)
Adorilson Bezerra
2025-12-14
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
[next]