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.13] gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (...
Miss Islington (bot)
2025-07-13
1
-1/+3
*
[3.13] gh-106318: Add example for `str.expandtabs()` (GH-134525) (#135477)
Miss Islington (bot)
2025-06-13
1
-1/+4
*
[3.13] gh-106318: Add example for `str.endswith()` (GH-134523) (#135460)
Miss Islington (bot)
2025-06-13
1
-1/+13
*
[3.13] gh-106318: Add example for `str.encode()` (GH-134520) (#135458)
Miss Islington (bot)
2025-06-13
1
-0/+8
*
[3.13] gh-134976: document the exception type that can be raised by `s[i]` (G...
Miss Islington (bot)
2025-06-08
1
-1/+4
*
[3.13] gh-134789: Document del s[i] operation for mutable sequences (GH-13480...
Miss Islington (bot)
2025-05-27
1
-0/+2
*
[3.13] gh-106318: Add example for `str.count()` (GH-134519) (#134573)
Miss Islington (bot)
2025-05-23
1
-2/+12
*
[3.13] gh-106318: Add example for `str.center()` (GH-134518) (#134572)
Miss Islington (bot)
2025-05-23
1
-2/+8
*
[3.13] gh-133986: Document string split algorithm when sep is None and maxspl...
Miss Islington (bot)
2025-05-15
1
-0/+12
*
[3.13] Docs: use boolean constants for returning boolean value (GH-133325) (G...
Miss Islington (bot)
2025-05-09
1
-1/+1
*
[3.13] gh-133361: move the explanation of dict equal before its use (GH-13342...
Miss Islington (bot)
2025-05-07
1
-27/+28
*
[3.13] gh-85583: Add an overview of formatted string literals (f-strings) to ...
Miss Islington (bot)
2025-04-21
1
-0/+140
*
[3.13] gh-131885: Document that `dict.setdefault` and `dict.get` take no keyw...
Miss Islington (bot)
2025-03-30
1
-2/+2
*
[3.13] gh-131417: Mention asyncio Future and Task in docs for generic classes...
Miss Islington (bot)
2025-03-19
1
-0/+2
*
[3.13] Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172) (GH-...
Miss Islington (bot)
2025-02-26
1
-2/+2
*
[3.13] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-13...
Stan Ulbrych
2025-02-17
1
-7/+13
*
[3.13] gh-116938: Fix `dict.update` docstring and remove erraneous full stop ...
Miss Islington (bot)
2024-10-29
1
-1/+1
*
[3.13] gh-116938: Clarify documentation of `dict` and `dict.update` regarding...
Miss Islington (bot)
2024-10-11
1
-12/+13
*
[3.13] gh-101100: Add a table of class attributes to the "Custom classes" sec...
Alex Waygood
2024-09-26
1
-44/+9
*
[3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...
Wei-Hsiang (Matt) Wang
2024-09-02
1
-1/+1
*
[3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513)
Wei-Hsiang (Matt) Wang
2024-08-30
1
-1/+1
*
[3.13] gh-122982: Extend the deprecation period for bool inversion by two yea...
Miss Islington (bot)
2024-08-25
1
-1/+1
*
[3.13] Docs: Change `remove` to `removes` for consistency (GH-121072) (#122790)
Miss Islington (bot)
2024-08-07
1
-2/+3
*
[3.13] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
1
-23/+23
*
[3.13] Update example of str.split, bytes.split (GH-121287) (#121415)
Miss Islington (bot)
2024-07-05
1
-6/+10
*
[3.13] gh-121196: Document `dict.fromkeys` params as pos-only (GH-121197) (#1...
Miss Islington (bot)
2024-07-01
1
-1/+1
*
[3.13] gh-119003: Clarify slice assignments (GH-119935) (#120847)
Miss Islington (bot)
2024-06-23
1
-1/+1
*
[3.13] gh-111999: Fix the signature of str.format_map() (GH-119540) (#119543)
Miss Islington (bot)
2024-05-25
1
-1/+1
*
[3.13] gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with ...
Miss Islington (bot)
2024-05-22
1
-3/+3
*
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
*
gh-101100: Improve documentation on function attributes (#112933)
Alex Waygood
2023-12-11
1
-3/+3
*
gh-101100: Improve documentation of `TracebackType` attributes (#112884)
Alex Waygood
2023-12-09
1
-2/+3
*
gh-101100: Improve documentation for attributes on instance methods (#112832)
Alex Waygood
2023-12-08
1
-9/+14
*
gh-101100: Fix most Sphinx nitpicks in the glossary and `stdtypes.rst` (#112757)
Alex Waygood
2023-12-06
1
-11/+15
*
gh-111622: Fix doc for items views (#112051)
Terry Jan Reedy
2023-11-14
1
-5/+8
*
GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)
Adam Turner
2023-10-19
1
-1/+1
*
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner
2023-10-19
1
-1/+1
*
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti
2023-10-11
1
-3/+3
*
Add back bltin-boolean-values ref tag (#110371)
P. L. Lim
2023-10-04
1
-0/+1
*
fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)
James Gerity
2023-09-20
1
-4/+4
*
gh-102823: Document return type of floor division on floats (#102824)
Mark Dickinson
2023-09-07
1
-3/+5
*
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka
2023-07-29
1
-1/+1
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-106446: Fix failed doctest in stdtypes (#106447)
Charlie Zhao
2023-07-14
1
-17/+20
[next]