COMMITS
/ Doc/library/stdtypes.rst April 9, 2026
A
gh-106318: Add example for str.swapcase() method (#144575)
Adorilson Bezerra committed
April 7, 2026
H
Python 3.15.0a8
Hugo van Kemenade committed
March 31, 2026
S
gh-147856: Allow the 'count' argument of `bytes.replace()` to be a keyword (#147943)
Stan Ulbrych committed
March 26, 2026
S
gh-144837: Improve documentation for more collection methods (GH-144841)
Serhiy Storchaka committed
March 18, 2026
L
gh-142518: Add thread safety notes for the buffer protocol (#145911)
Lysandros Nikolaou committed
March 15, 2026
L
gh-142518: Document thread-safety guarantees of bytearray objects (#145226)
Lysandros Nikolaou committed
March 14, 2026
C
Docs: fix missing period in `Doc/library/stdtypes.rst` (#145935)
Connor Gibson committed
March 13, 2026
L
gh-142518: Document thread-safety guarantees of set objects (#145225)
Lysandros Nikolaou committed
March 11, 2026
S
gh-99875: Document rounding mode for old-style formatting (#126382)
Sergey B Kirpichev committed
March 10, 2026
H
Merge branch 'main' of https://github.com/python/cpython
Hugo van Kemenade committed
A
gh-106318: Add examples for str.isspace() docs (#145399)
Adorilson Bezerra committed
H
Python 3.15.0a7
Hugo van Kemenade committed
March 5, 2026
V
gh-141510: Complete What's New in Python 3.15 for frozendict (#145537)
Victor Stinner committed
March 3, 2026
V
Reference `memoryview.tolist` as a method (#145412)
Victorien committed
February 26, 2026
A
gh-106318: Add examples for str.rjust() method (#143890)
Adorilson Bezerra committed
February 25, 2026
L
gh-142518: Move thread safety sections into a new page (#144716)
Lysandros Nikolaou committed
February 18, 2026
P
gh-141984: Reword and reorganize the first part of Atoms docs (GH-144117)
Petr Viktorin committed
February 17, 2026
V
gh-141510: Mention frozendict in dict documentation (#144934)
Victor Stinner committed
V
gh-141510, PEP 814: Add built-in frozendict type (#144757)
Victor Stinner committed
February 12, 2026
A
gh-106318: Fix incorrectly rendered code block in `str.isalnum()` docs (GH-144718)
Adorilson Bezerra committed
February 11, 2026
L
gh-142518: Document thread-safety guarantees of dict operations (#144184)
Lysandros Nikolaou committed
L
gh-142518: Define lock-free and per-object lock (#144548)
Lysandros Nikolaou committed
A
gh-106318: Improve str.rstrip() method doc (#143893)
Adorilson Bezerra committed
February 10, 2026
February 8, 2026
A
gh-106318: Add examples for str.partition() method (#142823)
Adorilson Bezerra committed
A
gh-106318: Add example for str.isalnum() (#137550)
Adorilson Bezerra committed
February 4, 2026
A
gh-106318: Add examples for `str.startswith()` method (#144369)
Adorilson Bezerra committed
February 3, 2026
A
gh-106318: Add examples for str.rindex() method (#143887)
Adorilson Bezerra committed
January 19, 2026
A
gh-106318: Add examples for str.rpartition() method (#143891)
Adorilson Bezerra committed
January 12, 2026
L
gh-142518: Document thread-safety guarantees of list operations (#142519)
Lysandros Nikolaou committed
January 11, 2026
S
gh-143420: Clarify sequence behavior for slice indexes (#143422)
Sergey B Kirpichev committed
January 9, 2026
A
gh-106318: Add examples for str.rfind() method (#143582)
Adorilson Bezerra committed
A
gh-106318: Improve str.removeprefix() and str.removesuffix() docs (#143580)
Adorilson Bezerra committed
A
gh-106318: Add examples for str.replace() method (GH-143581)
Adorilson Bezerra committed
January 7, 2026
A
gh-106318: Add examples for str.casefold() and str.lower() methods (#142154)
Adorilson Bezerra committed
January 6, 2026
A
gh-106318: Add example for str.index() (#137023)
Adorilson Bezerra committed
A
gh-106318: Add examples for str.isprintable() (#140043)
Adorilson Bezerra committed
December 22, 2025
S
gh-89152: Note truth testing exception in `stdtypes.rst` (#137640)
Stan Ulbrych committed
December 16, 2025
M
gh-141218: Fix inaccurate object comparison documentation (#141221)
Mohsin Mehmood committed
O
Remove duplicate content in `Mapping types - dict` documentation (#141036)
Owain Davies committed
A
gh-106318: Add examples for str.ljust() method (#142719)
Adorilson Bezerra committed
B
gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` (GH-140169)
Bartosz Sławecki committed
December 14, 2025
A
gh-106318: Add examples for str.isnumeric() (#142680)
Adorilson Bezerra committed
December 5, 2025
S
gh-101100: Fix references to the set methods (GH-141857)
Serhiy Storchaka committed
December 3, 2025
P
gh-135676: Reword the f-string (and t-string) section (GH-137469)
Petr Viktorin committed
November 28, 2025
C
Docs: Move to method references for bytearray.take_bytes (#142053)
Cody Maloney committed
November 26, 2025
G
Correct indentation in `stdtypes.rst` (#141957)
Guo Ci committed
November 24, 2025
A
gh-106318: Add examples for str.join() (#140315)
Adorilson Bezerra committed
A
gh-106318: Add example for str.format() (#137018)
Adorilson Bezerra committed
A
gh-106318: Add example for str.isalpha() (#137557)
Adorilson Bezerra committed