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
*
[3.14] gh-106318: Add example for `str.expandtabs()` (GH-134525) (#135476)
Miss Islington (bot)
2025-06-13
1
-1/+4
*
[3.14] gh-106318: Add example for `str.endswith()` (GH-134523) (#135459)
Miss Islington (bot)
2025-06-13
1
-1/+13
*
[3.14] gh-106318: Add example for `str.encode()` (GH-134520) (#135457)
Miss Islington (bot)
2025-06-13
1
-0/+8
*
[3.14] gh-134976: document the exception type that can be raised by `s[i]` (G...
Miss Islington (bot)
2025-06-08
1
-1/+4
*
[3.14] gh-134789: Document del s[i] operation for mutable sequences (GH-13480...
Miss Islington (bot)
2025-05-27
1
-0/+2
*
[3.14] gh-106318: Add example for `str.count()` (GH-134519) (#134574)
Miss Islington (bot)
2025-05-23
1
-2/+12
*
[3.14] gh-106318: Add example for `str.center()` (GH-134518) (#134571)
Miss Islington (bot)
2025-05-23
1
-2/+8
*
[3.14] gh-133986: Document string split algorithm when sep is None and maxspl...
Miss Islington (bot)
2025-05-15
1
-0/+12
*
[3.14] Docs: use boolean constants for returning boolean value (GH-133325) (G...
Miss Islington (bot)
2025-05-09
1
-1/+1
*
[3.14] gh-133361: move the explanation of dict equal before its use (GH-13342...
Miss Islington (bot)
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
*
Python 3.14.0a3
v3.14.0a3
Hugo van Kemenade
2024-12-17
1
-2/+2
*
gh-125420: implement `Sequence.count` API on `memoryview` objects (#125443)
Bénédikt Tran
2024-12-10
1
-1/+7
*
gh-125420: implement `Sequence.index` API on `memoryview` objects (#125446)
Bénédikt Tran
2024-12-10
1
-0/+9
*
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
Sergey B Kirpichev
2024-11-26
1
-5/+11
*
Python 3.14.0a2
v3.14.0a2
Hugo van Kemenade
2024-11-19
1
-1/+1
*
gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `d...
Prometheus3375
2024-10-29
1
-1/+1
*
gh-126012: Add `__class_getitem__` to `memoryview` (#126013)
Brian Schubert
2024-10-27
1
-0/+3
*
gh-116938: Clarify documentation of `dict` and `dict.update` regarding the po...
Victorien
2024-10-11
1
-12/+13
*
gh-101100: Add a table of class attributes to the "Custom classes" section of...
Alex Waygood
2024-09-25
1
-44/+9
*
closes gh-124016: update Unicode to 16.0.0 (#124017)
Benjamin Peterson
2024-09-13
1
-4/+4
*
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang
2024-09-01
1
-1/+1
*
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang
2024-08-30
1
-1/+1
*
gh-122982: Extend the deprecation period for bool inversion by two years (#12...
Kirill Podoprigora
2024-08-25
1
-1/+1
*
Docs: Change `remove` to `removes` for consistency (#121072)
smij720
2024-08-07
1
-2/+3
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
1
-26/+26
*
gh-84978: Add float.from_number() and complex.from_number() (GH-26827)
Serhiy Storchaka
2024-07-15
1
-0/+36
*
Update example of str.split, bytes.split (#121287)
Yuxin Wu
2024-07-05
1
-6/+10
*
gh-121196: Document `dict.fromkeys` params as pos-only (#121197)
sobolevn
2024-07-01
1
-1/+1
*
gh-119003: Clarify slice assignments (#119935)
Nice Zombies
2024-06-21
1
-1/+1
*
gh-111999: Fix the signature of str.format_map() (#119540)
Serhiy Storchaka
2024-05-25
1
-1/+1
*
gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with docstri...
Landon Wood
2024-05-22
1
-3/+3
*
gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)
Nikita Sobolev
2024-05-08
1
-1/+0
*
gh-118671: Updated dead ActiveState links (#118730)
trag1c
2024-05-08
1
-1/+1
*
gh-115775: Add whatsnew entry about __static_attributes__ (GH-117909)
Irit Katriel
2024-04-19
1
-0/+7
*
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade
2024-04-15
1
-2/+1
*
Doc: printf-style library/stdtype improvements (#16741)
Adorilson Bezerra
2024-03-31
1
-1/+7
*
gh-115664: Fix ordering of more versionadded and versionchanged directives (G...
Serhiy Storchaka
2024-03-07
1
-2/+1
*
Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)
Erlend E. Aasland
2024-02-29
1
-3/+3
*
gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.r...
Justin Williams
2024-02-02
1
-1/+1
[next]