summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* [Enum docs]: fix order of arguments to isinstance() (#98542)Clément Robert2022-10-221-1/+1
* gh-51511: Note that codecs.open()'s encoding parameter affects automatic conv...Stanley2022-10-211-1/+2
* bpo-2716: add license for audioop module (#19972)Furkan Onder2022-10-211-0/+25
* gh-98298: [Enum] document ReprEnum, global_enum, and show_flag_values (GH-98455)Ethan Furman2022-10-211-1/+47
* gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)Carl Meyer2022-10-212-0/+55
* gh-98172: [doc] mention that except* handles naked exceptions (GH-98496)Irit Katriel2022-10-211-1/+13
* [doc] Improve logging cookbook example. (GH-98481)Vinay Sajip2022-10-201-0/+65
* gh-95023: Added os.setns and os.unshare functions (#95046)Noam Cohen2022-10-201-0/+81
* Doc: Remove title text from internal links (#98409)Rafael Fontenelle2022-10-191-5/+3
* [doc] Refresh the venv introduction documentation, and correct the statement ...Phil Elson2022-10-192-95/+84
* Docs: Bump sphinx-lint and fix unbalanced inline literal markup (#98441)Hugo van Kemenade2022-10-191-4/+1
* gh-95913: Edit zipfile Whatsnew section & add new APIs (#98314)C.A.M. Gerlach2022-10-191-2/+14
* gh-95913: Add WhatsNew section for new logging APIs (#98320)C.A.M. Gerlach2022-10-191-0/+20
* Fix markup indentation (GH-98424)Raymond Hettinger2022-10-191-1/+1
* gh-95914: Add links to 3.11 WhatsNew Summary items (#98416)C.A.M. Gerlach2022-10-181-26/+38
* General improvements to the itertools docs (GH-98408)Raymond Hettinger2022-10-181-51/+92
* gh-98393: os module reject bytes-like, only accept bytes (#98394)Victor Stinner2022-10-181-0/+10
* Doc: Found some remaining default roles. (GH-98392)Julien Palard2022-10-184-4/+4
* Doc: missing underscore in hyperlink. (GH-98391)Julien Palard2022-10-181-1/+1
* gh-95913: Copyedit, xref and organize enum section (#98295)C.A.M. Gerlach2022-10-181-38/+64
* gh-95913: Prepare remaining Whatsnew sections for editing (#98342)C.A.M. Gerlach2022-10-181-28/+105
* GH-98363: Add itertools.batched() (GH-98364)Raymond Hettinger2022-10-171-37/+39
* Move random selection recipes from itertools.rst to random.rst (GH-98369)Raymond Hettinger2022-10-172-25/+31
* gh-95913: Move subinterpreter exper removal to 3.11 WhatsNew (GH-98345)C.A.M. Gerlach2022-10-172-4/+4
* gh-95914: Add What's New item describing PEP 670 changes (#98315)C.A.M. Gerlach2022-10-171-0/+11
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-171-1/+1
* gh-95913: Forward-port int/str security change to 3.11 What's New in main (#9...C.A.M. Gerlach2022-10-171-0/+11
* GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH-98336)Raymond Hettinger2022-10-161-76/+22
* gh-85525: Remove extra row in doc (#98337)Joannah Nanjekye2022-10-161-1/+0
* gh-85299: Add note warning about entry point guard for asyncio example (#93457)Stanley2022-10-162-1/+9
* gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-...Vinay Sajip2022-10-161-0/+11
* GH-94597: Deprecate child watcher getters and setters (#98215)Kumar Aditya2022-10-152-0/+20
* Improve speed. Reduce auxiliary memory to 16.6% of the main array. (GH-98294)Raymond Hettinger2022-10-151-4/+5
* [doc] Update logging cookbook with an example of custom handling of levels. (...Vinay Sajip2022-10-151-4/+206
* docs(typing): harmonize "See PEP x for more details" (#97927)Simon Legner2022-10-151-10/+8
* Faster sieve() recipe (#98287)Raymond Hettinger2022-10-151-8/+27
* gh-98227: executionmodel.rst: except* can also bind names (#98256)BiscuitCandy2022-10-151-1/+1
* gh-96258: move Py_REFCNT and Py_SET_REFCNT to reference counting page (#96259)QuakeIV2022-10-152-21/+22
* gh-85455: Add missing doc strings and improve docs (#21573)Joannah Nanjekye2022-10-151-2/+2
* gh-85525: Indicate supported sound header formats (#21575)Joannah Nanjekye2022-10-151-0/+49
* gh-91485: Doc: Using Python syntax to document builtin Python functions. (GH-...Julien Palard2022-10-151-65/+84
* Mark all targets in `Doc/Makefile` as `PHONY` (GH-98189)Nikita Sobolev2022-10-121-3/+3
* gh-96265: Formatting changes for faq/general (#98129)Stanley2022-10-121-12/+18
* tutorial: remove "with single quotes" (#98204)Jelle Zijlstra2022-10-121-1/+1
* gh-65046: Link to logging cookbook from asyncio docs (#98207)Shantanu2022-10-122-1/+4
* Formatting fixes in contextlib docs (#98111)Stanley2022-10-121-11/+17
* gh-95276: Add callable entry to the glossary (#95738)MonadChains2022-10-121-0/+10
* gh-96130: Rephrase use of "typecheck" verb for clarity (#98144)Shantanu2022-10-121-10/+10
* gh-98172: Fix formatting in `except*` docs (#98173)Jelle Zijlstra2022-10-111-12/+11
* gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179)Julien Palard2022-10-118-1082/+7