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] 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
*
bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH...
andrei kulakov
2021-12-10
1
-9/+10
*
bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...
Brett Cannon
2021-11-20
1
-14/+15
*
bpo-45155 : Default arguments for int.to_bytes(length=1, byteorder=sys.byteor...
Barry Warsaw
2021-09-16
1
-17/+27
*
closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)
Benjamin Peterson
2021-09-14
1
-1/+1
*
Specify default order in memoryview.tobytes() docs (GH-27936)
andrei kulakov
2021-09-09
1
-1/+1
*
bpo-16580: [doc] Add examples to int.to_bytes and int.from_bytes (GH-27760)
Gautam Chaudhuri
2021-08-15
1
-0/+28
*
Spell out 's.pop() or s.pop(i)' (GH-27398)
Dennis Sweeney
2021-07-28
1
-1/+1
*
bpo-44732: Rename types.Union to types.UnionType (#27342)
Hasan
2021-07-26
1
-4/+4
*
bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
Serhiy Storchaka
2021-06-12
1
-1/+1
*
bpo-20408: Fix memoryview() signature in docs (GH-24431)
Mariusz Felisiak
2021-05-25
1
-8/+7
*
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman
2021-04-29
1
-0/+3
*
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
Raymond Hettinger
2021-04-22
1
-5/+4
*
bpo-43774: Document configure options (GH-25283)
Victor Stinner
2021-04-08
1
-4/+7
*
Improve docs of PEP 604 Union (#24301)
Ken Jin
2021-02-09
1
-16/+3
*
bpo-41559: Documentation for PEP 612 (GH-24000)
Ken Jin
2021-01-02
1
-0/+5
*
bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844)
Raymond Hettinger
2020-12-19
1
-2/+2
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-17
1
-2/+2
*
Doc: Minor fixes (GH-23422)
kj
2020-11-25
1
-1/+1
*
bpo-42198: New section in stdtypes for type annotation types (GH-23063)
kj
2020-10-31
1
-4/+14
*
bpo-42198: Improve consistency of Union docs (GH-23029)
kj
2020-10-31
1
-23/+14
*
bpo-42198: Document __new__ for types.GenericAlias (GH-23039)
kj
2020-10-31
1
-1/+2
*
bpo-41805: Documentation for PEP 585 (GH-22615)
kj
2020-10-27
1
-0/+194
*
bpo-29981: Add examples and update index for set, dict, and generator compreh...
Florian Dahlitz
2020-10-20
1
-0/+14
*
Minor tweaks to typing union objects doc (GH-22741)
Andre Delfino
2020-10-20
1
-3/+3
*
Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...
Raymond Hettinger
2020-10-07
1
-4/+10
[next]