summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)Miss Islington (bot)2022-09-161-2/+2
* gh-95778: remove unneeded doc note on float.as_integer_ratio (GH-96553)Miss Islington (bot)2022-09-041-7/+0
* doc typo: spell limitation (GH-96542)Miss Islington (bot)2022-09-041-1/+1
* [3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)Gregory P. Smith2022-09-021-0/+166
* Docs: Improve clarity for bytes.hex() (GH-95257)Miss Islington (bot)2022-08-301-3/+4
* gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)Miss Islington (bot)2022-08-041-1/+1
* [3.10] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (...Miss Islington (bot)2022-05-081-10/+0
* Remove duplicate explanation (GH-91534)Miss Islington (bot)2022-04-181-4/+0
* doc: Link to `string.capwords` from `str.title` (GH-20913)Miss Islington (bot)2022-04-071-1/+5
* stdtypes docs: fix typo (GH-32349) (GH-32370)Miss Islington (bot)2022-04-071-1/+1
* bpo-47007: [doc] `str` special method lookup (GH-31863)Miss Islington (bot)2022-04-051-1/+2
* bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH...Miss Islington (bot)2022-02-111-4/+0
* [3.10] bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335...Miss Islington (bot)2022-01-191-33/+84
* bpo-46095: Improve SeqIter documentation. (GH-30316) (GH-30330)Miss Islington (bot)2022-01-011-0/+10
* bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30186)Miss Islington (bot)2021-12-181-8/+8
* bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH...Miss Islington (bot)2021-12-101-9/+10
* [3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsist...Brett Cannon2021-11-221-14/+15
* Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27412)Miss Islington (bot)2021-07-281-1/+1
* bpo-44732: Rename types.Union to types.UnionType (GH-27342)Miss Islington (bot)2021-07-261-4/+4
* bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)Miss Islington (bot)2021-06-131-1/+1
* bpo-20408: Fix memoryview() signature in docs (GH-24431)Miss Islington (bot)2021-05-251-8/+7
* bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)Ryan Hileman2021-04-291-0/+3
* bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)Raymond Hettinger2021-04-221-5/+4
* bpo-43774: Document configure options (GH-25283)Victor Stinner2021-04-081-4/+7
* Improve docs of PEP 604 Union (#24301)Ken Jin2021-02-091-16/+3
* bpo-41559: Documentation for PEP 612 (GH-24000)Ken Jin2021-01-021-0/+5
* bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844)Raymond Hettinger2020-12-191-2/+2
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-171-2/+2
* Doc: Minor fixes (GH-23422)kj2020-11-251-1/+1
* bpo-42198: New section in stdtypes for type annotation types (GH-23063)kj2020-10-311-4/+14
* bpo-42198: Improve consistency of Union docs (GH-23029)kj2020-10-311-23/+14
* bpo-42198: Document __new__ for types.GenericAlias (GH-23039)kj2020-10-311-1/+2
* bpo-41805: Documentation for PEP 585 (GH-22615)kj2020-10-271-0/+194
* bpo-29981: Add examples and update index for set, dict, and generator compreh...Florian Dahlitz2020-10-201-0/+14
* Minor tweaks to typing union objects doc (GH-22741)Andre Delfino2020-10-201-3/+3
* Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...Raymond Hettinger2020-10-071-4/+10
* bpo-41428: Documentation for PEP 604 (gh-22517)Fidget-Spinner2020-10-051-0/+122
* bpo-26680: Incorporate is_integer in all built-in and standard library numeri...Robert Smallshire2020-10-011-10/+4
* Revert "Fix all Python Cookbook links (#22205)" (GH-22424)Andre Delfino2020-09-271-1/+1
* Fix all Python Cookbook links (#22205)Andre Delfino2020-09-151-1/+1
* Doc: Fix alphabetical ordering of removeprefix/suffix. (GH-22194)Benjamin Peterson2020-09-101-27/+28
* Fix typo (GH-21820)Christopher Yeh2020-08-111-1/+1
* bpo-40890: Add `mapping` property to dict views (GH-20749)Dennis Sweeney2020-06-121-0/+12
* bpo-29882: Add an efficient popcount method for integers (#771)Niklas Fiekas2020-05-291-0/+21
* bpo-39301: State that floor division is used for right shift operations (GH-2...Zackery Spytz2020-05-261-4/+2
* bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)sweeneyde2020-04-221-2/+102
* Update some www.unicode.org URLs to use HTTPS. (GH-18912)Benjamin Peterson2020-03-111-1/+1
* closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)Benjamin Peterson2020-03-111-1/+1
* Fix misleading statement about mixed-type numeric comparisons (GH-18615)Mark Dickinson2020-03-021-2/+4
* bpo-36144: Document PEP 584 (GH-18659)Brandt Bucher2020-02-261-0/+16