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.12] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...
Wei-Hsiang (Matt) Wang
2024-09-02
1
-1/+1
*
[3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)
Wei-Hsiang (Matt) Wang
2024-08-30
1
-1/+1
*
[3.12] gh-122982: Extend the deprecation period for bool inversion by two yea...
Miss Islington (bot)
2024-08-25
1
-1/+1
*
[3.12] Docs: Change `remove` to `removes` for consistency (GH-121072) (#122791)
Miss Islington (bot)
2024-08-07
1
-2/+3
*
[3.12] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
1
-23/+23
*
[3.12] Update example of str.split, bytes.split (GH-121287) (#121416)
Miss Islington (bot)
2024-07-05
1
-6/+10
*
[3.12] gh-121196: Document `dict.fromkeys` params as pos-only (GH-121197) (#1...
Miss Islington (bot)
2024-07-01
1
-1/+1
*
[3.12] gh-119003: Clarify slice assignments (GH-119935) (#120848)
Miss Islington (bot)
2024-06-23
1
-1/+1
*
[3.12] gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with ...
Miss Islington (bot)
2024-05-22
1
-3/+3
*
[3.12] gh-118671: Updated dead ActiveState links (GH-118730) (#118754)
Miss Islington (bot)
2024-05-08
1
-1/+1
*
[3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)
Hugo van Kemenade
2024-04-15
1
-2/+1
*
[3.12] gh-115664: Fix ordering of more versionadded and versionchanged direct...
Serhiy Storchaka
2024-03-07
1
-2/+1
*
[3.12] Docs: mark up NotImplemented using the :data: role throughout the docs...
Miss Islington (bot)
2024-02-29
1
-3/+3
*
[3.12] gh-103360: Add link in stdtypes.rst to escape sequences in lexical_ana...
Miss Islington (bot)
2024-02-02
1
-1/+1
*
[3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#...
Hugo van Kemenade
2023-12-12
1
-3/+3
*
[3.12] gh-101100: Improve documentation of `TracebackType` attributes (GH-112...
Miss Islington (bot)
2023-12-09
1
-2/+3
*
[3.12] gh-101100: Improve documentation for attributes on instance methods (G...
Miss Islington (bot)
2023-12-08
1
-9/+14
*
[3.12] gh-101100: Fix most Sphinx nitpicks in the glossary and `stdtypes.rst`...
Miss Islington (bot)
2023-12-06
1
-11/+15
*
[3.12] gh-111622: Fix doc for items views (GH-112051) (#112052)
Miss Islington (bot)
2023-11-14
1
-5/+8
*
[3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...
Miss Islington (bot)
2023-10-19
1
-1/+1
*
[3.12] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...
Miss Islington (bot)
2023-10-19
1
-1/+1
*
[3.12] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110736)
Miss Islington (bot)
2023-10-11
1
-3/+3
*
[3.12] Add back bltin-boolean-values ref tag (GH-110371) (#110372)
Miss Islington (bot)
2023-10-04
1
-0/+1
*
[3.12] gh-102823: Document return type of floor division on floats (GH-102824...
Miss Islington (bot)
2023-09-08
1
-3/+5
*
[3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...
Serhiy Storchaka
2023-07-29
1
-1/+1
*
[3.12] gh-106892: Use roles :data: and :const: for referencing module variabl...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
[3.12] gh-106446: Fix failed doctest in stdtypes (GH-106447) (#106741)
Miss Islington (bot)
2023-07-14
1
-17/+20
*
[3.12] stdtypes.rst: remove a period (GH-105959) (#105968)
Miss Islington (bot)
2023-06-21
1
-1/+1
*
[3.12] gh-90015: Document that PEP-604 unions do not support forward referenc...
Miss Islington (bot)
2023-06-07
1
-0/+8
*
[3.12] gh-103921: Document PEP 695 (GH-104642) (#104989)
Miss Islington (bot)
2023-05-26
1
-0/+8
*
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner
2023-05-06
1
-12/+12
*
GH-97950: Use new-style index directive ('statement') (#104162)
Adam Turner
2023-05-04
1
-4/+4
*
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner
2023-05-04
1
-25/+25
*
GH-97950: Use new-style index directive ('operator') (#104156)
Adam Turner
2023-05-04
1
-28/+28
*
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner
2023-05-04
1
-4/+4
*
gh-82012: Deprecate bitwise inversion (~) of bool (#103487)
Tim Hoffmann
2023-05-03
1
-21/+33
*
gh-83791: Raise TypeError for len(memoryview_0d) (#18463)
Eric Wieser
2023-04-22
1
-6/+9
*
GH-103484: Fix broken links reported by linkcheck (#103608)
Rafael Fontenelle
2023-04-22
1
-8/+9
*
Fix outdated note about 'int' rounding or truncating (#102736)
Mark Dickinson
2023-03-16
1
-4/+3
*
Move around example in to_bytes() to avoid confusion (#101595)
Sergey B Kirpichev
2023-03-05
1
-2/+4
*
gh-101825: Clarify that as_integer_ratio() output is always normalized (#101843)
Sergey B Kirpichev
2023-02-27
1
-3/+3
*
gh-100556: Improve clarity of `or` docs (#100589)
ram vikram singh
2023-02-21
1
-2/+2
*
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder
2023-02-14
1
-3/+3
*
gh-100268: Add is_integer method to int (#100439)
Shantanu
2022-12-24
1
-0/+6
*
gh-99991: improve docs on str.encode and bytes.decode (#100198)
Bisola Olasehinde
2022-12-21
1
-27/+33
*
Correct CVE-2020-10735 documentation (#100306)
Jeremy Paige
2022-12-18
1
-3/+3
*
clarify the 4300-digit limit on int-str conversion (#100175)
Ned Batchelder
2022-12-12
1
-2/+2
*
gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (#100...
ram vikram singh
2022-12-10
1
-1/+1
*
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley
2022-12-09
1
-0/+2
*
Misc copyedits in docs on built-in types (GH-24466)
Adorilson Bezerra
2022-11-17
1
-10/+14
[next]