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.11] gh-115664: Fix ordering of more versionadded and versionchanged direct...
Serhiy Storchaka
2024-03-07
1
-2/+1
*
[3.11] Docs: mark up NotImplemented using the :data: role throughout the docs...
Miss Islington (bot)
2024-02-29
1
-3/+3
*
[3.11] gh-103360: Add link in stdtypes.rst to escape sequences in lexical_ana...
Miss Islington (bot)
2024-02-02
1
-1/+1
*
[3.11] gh-101100: Improve documentation on function attributes (#112933) (#11...
Alex Waygood
2023-12-12
1
-3/+3
*
[3.11] gh-101100: Improve documentation of `TracebackType` attributes (GH-112...
Miss Islington (bot)
2023-12-09
1
-2/+3
*
[3.11] gh-101100: Improve documentation for attributes on instance methods (G...
Miss Islington (bot)
2023-12-08
1
-9/+14
*
[3.11] gh-101100: Fix most Sphinx nitpicks in the glossary and `stdtypes.rst`...
Miss Islington (bot)
2023-12-06
1
-11/+15
*
[3.11] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...
Miss Islington (bot)
2023-10-19
1
-1/+1
*
[3.11] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...
Miss Islington (bot)
2023-10-19
1
-1/+1
*
[3.11] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110737)
Ezio Melotti
2023-10-11
1
-3/+3
*
[3.11] gh-102823: Document return type of floor division on floats (GH-102824...
Miss Islington (bot)
2023-09-07
1
-3/+5
*
[3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...
Miss Islington (bot)
2023-07-29
1
-1/+1
*
[3.11] gh-106892: Use roles :data: and :const: for referencing module variabl...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
[3.11] gh-106446: Fix failed doctest in stdtypes (GH-106447) (#106742)
Terry Jan Reedy
2023-07-14
1
-15/+20
*
[3.11] stdtypes.rst: remove a period (GH-105959) (#105969)
Miss Islington (bot)
2023-06-21
1
-1/+1
*
[3.11] gh-90015: Document that PEP-604 unions do not support forward referenc...
Miss Islington (bot)
2023-06-07
1
-0/+8
*
[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)
Miss Islington (bot)
2023-05-06
1
-12/+12
*
[3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#10...
Miss Islington (bot)
2023-05-04
1
-4/+4
*
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
Miss Islington (bot)
2023-05-04
1
-25/+25
*
[3.11] GH-97950: Use new-style index directive ('operator') (GH-104156) (#104...
Miss Islington (bot)
2023-05-04
1
-28/+28
*
[3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)
Adam Turner
2023-05-04
1
-4/+4
*
[3.11] Fix outdated note about 'int' rounding or truncating (GH-102736) (#102...
Miss Islington (bot)
2023-03-16
1
-4/+3
*
[3.11] Move around example in to_bytes() to avoid confusion (GH-101595) (#102...
Miss Islington (bot)
2023-03-05
1
-2/+4
*
gh-100556: Improve clarity of `or` docs (GH-100589)
Miss Islington (bot)
2023-02-21
1
-2/+2
*
GH-101898: Fix missing term references for hashable definition (GH-101899)
Miss Islington (bot)
2023-02-14
1
-3/+3
*
[3.11] Correct CVE-2020-10735 documentation (GH-100306). (#100476)
Gregory P. Smith
2022-12-24
1
-3/+3
*
gh-99991: improve docs on str.encode and bytes.decode (GH-100198)
Miss Islington (bot)
2022-12-21
1
-27/+33
*
clarify the 4300-digit limit on int-str conversion (GH-100175)
Miss Islington (bot)
2022-12-12
1
-2/+2
*
gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (GH-1...
Miss Islington (bot)
2022-12-10
1
-1/+1
*
GH-99183: Document behavior of count() for empty substrings (GH-99339)
Miss Islington (bot)
2022-11-10
1
-0/+6
*
gh-77753: Add example for values that compare equal in stdtypes (GH-98497)
Miss Islington (bot)
2022-10-26
1
-5/+3
*
[3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>...
Ćukasz Langa
2022-10-05
1
-1/+1
*
gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)
Miss Islington (bot)
2022-09-16
1
-2/+2
*
gh-95778: remove unneeded doc note on float.as_integer_ratio (GH-96553)
Miss Islington (bot)
2022-09-04
1
-7/+0
*
doc typo: spell limitation (GH-96542)
Miss Islington (bot)
2022-09-04
1
-1/+1
*
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
Gregory P. Smith
2022-09-02
1
-0/+166
*
Docs: Improve clarity for bytes.hex() (GH-95257)
Miss Islington (bot)
2022-08-30
1
-3/+4
*
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
Miss Islington (bot)
2022-08-04
1
-1/+1
*
gh-71223: Improve rendering of some references in the docs (GH-93041)
Miss Islington (bot)
2022-05-21
1
-0/+2
*
[3.11] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (...
Miss Islington (bot)
2022-05-08
1
-10/+0
*
gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)
Jelle Zijlstra
2022-05-02
1
-0/+9
*
Remove duplicate explanation (GH-91534)
Gouvernathor
2022-04-18
1
-4/+0
*
doc: Link to `string.capwords` from `str.title` (GH-20913)
Eric Wieser
2022-04-07
1
-1/+5
*
stdtypes docs: fix typo (GH-32349)
Ian
2022-04-06
1
-1/+1
*
bpo-47007: [doc] `str` special method lookup (GH-31863)
Vanshaj Singhania
2022-04-05
1
-1/+2
*
bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH...
Alex Waygood
2022-02-11
1
-4/+0
*
bpo-45680: Minor formatting fix in stdtypes.rst (GH-30690)
Ken Jin
2022-01-19
1
-1/+1
*
bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335)
Alex Waygood
2022-01-19
1
-33/+84
*
bpo-46095: Improve SeqIter documentation. (GH-30316)
Raymond Hettinger
2022-01-01
1
-0/+10
*
bpo-46113: Minor fixes in stdtypes documentation (GH-30167)
Vivek Vashist
2021-12-18
1
-8/+8
[next]