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
*
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
*
gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)
Hugo van Kemenade
2023-07-10
1
-3/+6
*
stdtypes.rst: remove a period (#105959)
Mathieu Dupuy
2023-06-21
1
-1/+1
*
gh-90015: Document that PEP-604 unions do not support forward references (#10...
Alex Waygood
2023-06-07
1
-0/+8
*
gh-103921: Document PEP 695 (#104642)
Jelle Zijlstra
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
*
GH-99183: Document behavior of count() for empty substrings (GH-99339)
Raymond Hettinger
2022-11-10
1
-0/+6
*
gh-77753: Add example for values that compare equal in stdtypes (#98497)
Stanley
2022-10-26
1
-5/+3
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
1
-1/+1
*
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith
2022-09-19
1
-2/+2
*
gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874)
Victor Stinner
2022-09-16
1
-2/+2
*
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson
2022-09-13
1
-1/+1
*
gh-95778: remove unneeded doc note on float.as_integer_ratio (#96553)
Gregory P. Smith
2022-09-04
1
-7/+0
*
doc typo: spell limitation (#96542)
Mehrdad Moradizadeh
2022-09-04
1
-1/+1
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
1
-0/+166
*
gh-96408: Document difference between set-like view and sets. (GH-96439)
Piotr Kaznowski
2022-08-31
1
-1/+5
*
Docs: Improve clarity for bytes.hex() (#95257)
Tim Burke
2022-08-30
1
-3/+4
*
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
Serhiy Storchaka
2022-08-04
1
-1/+1
*
gh-71223: Improve rendering of some references in the docs (GH-93041)
Serhiy Storchaka
2022-05-21
1
-0/+2
*
gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423)
Alex Waygood
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
[next]