summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-71616: Add note to warn against general translation of saxutils.escape() (...Stanley2022-10-111-0/+5
* gh-88452: Add a warning about non-portability of environments. (GH-98155)Vinay Sajip2022-10-101-0/+13
* gh-83940: os docs: Improve wording for getenv/getenvb (#98113)Stanley2022-10-101-4/+4
* doc: remove a misleading statement. (GH-98093)Julien Palard2022-10-101-2/+2
* Fix types in buffer/memoryview docs (#98118)da-woods2022-10-102-2/+2
* gh-56133: copyreg docs: Clarify function/constructor parameter (#95497)Stanley2022-10-101-9/+6
* Update whatsnew instructions for GitHub (#98124)Carl Meyer2022-10-091-2/+2
* Minor edits to the Descriptor HowTo Guide (GH-24901)Géry Ogam2022-10-091-6/+8
* GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...Kumar Aditya2022-10-081-0/+18
* gh-97922: Run the GC only on eval breaker (#97920)Pablo Galindo Salgado2022-10-081-0/+7
* gh-97913 Docs: Add walrus operator to the index (#97921)Hugo van Kemenade2022-10-081-0/+6
* [doc] Fix broken links to C extensions accelerating stdlib modules (#96914)partev2022-10-081-3/+6
* gh-97822: Fix http.server documentation reference to test() function (#98027)JasonYZ2022-10-081-2/+2
* gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)Carl Meyer2022-10-082-1/+25
* gh-57179: Add note on symlinks for os.walk (#94799)Stanley2022-10-071-1/+2
* gh-61105: Add default param, note on using cookiejar subclass (#95427)Stanley2022-10-071-3/+5
* gh-96073: fix backticks in NEWS entry (GH-98056)Jelle Zijlstra2022-10-071-1/+1
* gh-91708: Revert params note in urllib.parse.urlparse table (#96699)Stanley2022-10-071-1/+2
* gh-96265: Fix some formatting in faq/design.rst (#96924)Stanley2022-10-071-27/+31
* gh-73196: Add namespace/scope clarification for inheritance section (#92840)Stanley2022-10-071-1/+2
* gh-97956: Mention `generate_global_objects.py` in `AC How-To` (#97957)Nikita Sobolev2022-10-071-1/+9
* gh-96959: Update HTTP links which are redirected to HTTPS (#98039)1809092022-10-072-2/+2
* Add a warning message about PyOS_snprintf (#95993)Eric Wieser2022-10-071-1/+2
* gh-65496: Correct wording on csv's skipinitialspace argument (#96170)Stanley2022-10-071-1/+1
* gh-64921: Clarify wording for open()'s newline arg (#96171)Stanley2022-10-071-2/+2
* gh-97669: Move difflib examples to Doc/includes/ (#97964)Victor Stinner2022-10-073-7/+178
* gh-71316: Update dis documentation to include changes to jump arguments (GH-9...Christopher Chianelli2022-10-071-0/+4
* Misc updates to the itertools recipes and tests (GH-98018)Raymond Hettinger2022-10-071-6/+40
* Doc: sphinx-lint finds two other default roles. (GH-98019)Julien Palard2022-10-072-3/+3
* gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...Barry Warsaw2022-10-071-0/+8
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-0751-94/+86
* gh-97850: Remove deprecated functions from `importlib.utils` (#97898)Nikita Sobolev2022-10-071-53/+1
* Remove extra spaces in custom openSSL documentation. (#93568)Xiao Chen2022-10-071-10/+10
* GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)Guido van Rossum2022-10-072-14/+2
* GH-91052: Add C API for watching dictionaries (GH-31787)Carl Meyer2022-10-071-0/+51