summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | gh-95913: Edit zipfile Whatsnew section & add new APIs (GH-98314)Miss Islington (bot)2022-10-191-2/+14
* | gh-95913: Add WhatsNew section for new logging APIs (GH-98320)Miss Islington (bot)2022-10-191-0/+20
* | [3.11] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`,… (#98...Jelle Zijlstra2022-10-192-0/+75
* | gh-95914: Add links to 3.11 WhatsNew Summary items (GH-98416)Miss Islington (bot)2022-10-181-26/+38
* | General improvements to the itertools docs (GH-98408)Miss Islington (bot)2022-10-181-51/+92
* | [3.11] gh-93858: Prevent error when activating venv in nested fish instances ...Miss Islington (bot)2022-10-182-3/+7
* | [3.11] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98400)Miss Islington (bot)2022-10-184-2/+3
* | [3.11] gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_clos...Miss Islington (bot)2022-10-181-2/+12
* | gh-95913: Copyedit, xref and organize enum section (GH-98295)Miss Islington (bot)2022-10-181-38/+64
* | gh-95913: Prepare remaining Whatsnew sections for editing (GH-98342)Miss Islington (bot)2022-10-181-28/+105
* | [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)C.A.M. Gerlach2022-10-1750-94/+86
* | Move random selection recipes from itertools.rst to random.rst (GH-98369)Miss Islington (bot)2022-10-172-25/+31
* | gh-85525: Remove extra row in doc (GH-98337)Miss Islington (bot)2022-10-172-1/+1
* | gh-95914: Add What's New item describing PEP 670 changes (GH-98315)Miss Islington (bot)2022-10-171-0/+11
* | GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH-98336)Miss Islington (bot)2022-10-161-76/+22
* | [3.11] gh-98307: Add docstring and documentation for SysLogHandler.cr… (GH-...Vinay Sajip2022-10-163-1/+21
* | gh-85299: Add note warning about entry point guard for asyncio example (GH-93...Miss Islington (bot)2022-10-162-1/+9
* | gh-97527: IDLE - fix buggy macosx patch (GH-98313)Miss Islington (bot)2022-10-163-16/+34
* | [3.11] gh-95731: Fix module docstring extraction in pygettext (GH-95732) (#98...Miss Islington (bot)2022-10-163-3/+25
* | [3.11] Improve speed. Reduce auxiliary memory to 16.6% of the main array. (GH...Miss Islington (bot)2022-10-151-4/+5
* | [3.11] [doc] Update logging cookbook with an example of custom handli… (GH-...Vinay Sajip2022-10-151-4/+206
* | docs(typing): harmonize "See PEP x for more details" (GH-97927)Miss Islington (bot)2022-10-151-10/+8
* | Upgrade ccache-action to one using Node 16 (GH-98166)Miss Islington (bot)2022-10-151-4/+4
* | [3.11] gh-94808: Cover `PyEval_GetFuncName` (GH-98246). (#98283)Jelle Zijlstra2022-10-152-0/+22
* | [3.11] Backport docstring improvement from 3.12 (#98288)Raymond Hettinger2022-10-151-3/+3
* | Faster sieve() recipe (GH-98287)Miss Islington (bot)2022-10-151-8/+27
* | gh-98227: executionmodel.rst: except* can also bind names (GH-98256)Miss Islington (bot)2022-10-151-1/+1
* | gh-95971: Turn @writes_bytecode_files to skip when not running (GH-95972)Miss Islington (bot)2022-10-151-1/+1
* | gh-85525: Indicate supported sound header formats (GH-21575)Miss Islington (bot)2022-10-152-0/+57
* | gh-91485: Doc: Using Python syntax to document builtin Python functions. (GH-...Miss Islington (bot)2022-10-151-65/+84
* | gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip whe...Miss Islington (bot)2022-10-143-13/+25
* | bpo-46364: Use sockets for stdin of asyncio only on AIX (GH-30596)Miss Islington (bot)2022-10-133-4/+24
* | gh-98178: syslog() is not thread-safe on macOS (GH-98213)Miss Islington (bot)2022-10-132-0/+9
* | [3.11] GH-93354: Fix PRECALL's adaptive backoff (GH-98011)Brandt Bucher2022-10-122-2/+4
* | gh-96265: Formatting changes for faq/general (GH-98129)Miss Islington (bot)2022-10-121-12/+18
* | tutorial: remove "with single quotes" (GH-98204)Miss Islington (bot)2022-10-121-1/+1
* | gh-65046: Link to logging cookbook from asyncio docs (GH-98207)Miss Islington (bot)2022-10-122-1/+4
* | Formatting fixes in contextlib docs (GH-98111)Miss Islington (bot)2022-10-121-11/+17
* | gh-95276: Add callable entry to the glossary (GH-95738)Miss Islington (bot)2022-10-121-0/+10
* | gh-96130: Rephrase use of "typecheck" verb for clarity (GH-98144)Miss Islington (bot)2022-10-121-10/+10
* | gh-98172: Fix formatting in `except*` docs (GH-98173)Miss Islington (bot)2022-10-111-12/+11
* | Auto-cancel old builds when new commit pushed to branch (GH-98009)Miss Islington (bot)2022-10-104-0/+16
* | [3.11] gh-88452: Add a warning about non-portability of environments. (GH-981...Miss Islington (bot)2022-10-101-0/+13
* | ci: add GitHub token permissions (GH-92999)Miss Islington (bot)2022-10-104-1/+13
* | gh-83940: os docs: Improve wording for getenv/getenvb (GH-98113)Miss Islington (bot)2022-10-101-4/+4
* | doc: remove a misleading statement. (GH-98093)Miss Islington (bot)2022-10-101-2/+2
* | bpo-43564: preserve original exception in args of FTP URLError (GH-24938)Miss Islington (bot)2022-10-102-1/+4
* | gh-98083: Fix URLs in `README.rst` (GH-98082)Miss Islington (bot)2022-10-101-3/+3
* | Fix types in buffer/memoryview docs (GH-98118)Miss Islington (bot)2022-10-102-2/+2
* | gh-56133: copyreg docs: Clarify function/constructor parameter (GH-95497)Miss Islington (bot)2022-10-101-9/+6