summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-122860: Remove unused macro `_Py_atomic_load_relaxed_int32` (#122861)Sam Gross2024-08-112-14/+0
* gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)Wulian2024-08-1110-8/+27
* GH-120974: make `_asyncio.all_tasks` thread safe (#122801)Kumar Aditya2024-08-111-7/+15
* GH-120794: Use example paths with multiple parts in pathlib docs (#122887)Barney Gale2024-08-101-8/+8
* gh-122868: Add more lower bounds for sphinxcontrib dependencies (#122891)Adam Turner2024-08-101-9/+11
* gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)Nico Mexis2024-08-107-3/+107
* gh-122868: Add lower bounds for sphinxcontrib dependencies (#122870)Adam Turner2024-08-091-3/+3
* gh-105376: Restore deprecated logging warn() method (#122775)Victor Stinner2024-08-095-24/+26
* gh-111495: Fix refleaks in test_capi.test_eval tests (#122851)Victor Stinner2024-08-091-3/+3
* gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122...Serhiy Storchaka2024-08-097-96/+203
* gh-121268: Remove workarounds for non-IEEE 754 systems in cmath (#122716)Sergey B Kirpichev2024-08-092-14/+4
* gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)Malcolm Smith2024-08-087-12/+20
* GH-118943: Remove regen-jit from the regen-all make target (GH-122602)Miro Hrončok2024-08-082-1/+2
* gh-112301: Update documentation for configure options (``--disable-safety`` a...Nate Ohlson2024-08-081-4/+17
* gh-122835: Fix module name in ``test_typing`` (#122836)Kirill Podoprigora2024-08-081-1/+1
* gh-122697: Fix free-threading memory leaks at shutdown (#122703)Sam Gross2024-08-085-4/+27
* gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825)Irit Katriel2024-08-081-1/+1
* gh-111495: Add more tests on PyEval C APIs (#122789)Victor Stinner2024-08-089-65/+205
* GH-120024: Tidy up case generator code a bit. (GH-122780)Mark Shannon2024-08-0811-103/+175
* gh-122744: test_venv: ignore pip's complaint about missing ssl (GH-122776)Petr Viktorin2024-08-081-0/+8
* InternalDocs: Fix typo in link to instruction_sequence.c inside compiler docs...Francisco Kurucz2024-08-081-1/+1
* gh-122255: Add black box tests in test_warnings (GH-122227)Serhiy Storchaka2024-08-081-0/+91
* gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788)Serhiy Storchaka2024-08-083-5/+58
* gh-120782: Update datetime test for static type immutability (#122800)neonene2024-08-081-7/+22
* gh-122247: Move instruction instrumentation sanity check after tracing check ...Tian Gao2024-08-082-1/+16
* gh-105201: Add PyIter_NextItem() (#122331)Erlend E. Aasland2024-08-0712-40/+156
* gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122...Serhiy Storchaka2024-08-076-7/+165
* gh-122478: Remove internal frames from tracebacks in REPL (GH-122528)Serhiy Storchaka2024-08-073-54/+161
* gh-118761: Improve import time of `pprint` (#122725)Hugo van Kemenade2024-08-072-4/+23
* Remove dead code in the RE parser (GH-122796)Serhiy Storchaka2024-08-071-16/+0
* gh-122798: Make tests for warnings in the re module more strict (GH-122799)Serhiy Storchaka2024-08-071-11/+40
* gh-118926: Spill deferred references to stack in cases generator (#122748)Sam Gross2024-08-079-60/+173
* Docs: Change `remove` to `removes` for consistency (#121072)smij7202024-08-071-2/+3
* Bump types-setuptools to 71.1.0.20240726 in /Tools (#122551)dependabot[bot]2024-08-071-1/+1
* gh-100256: Skip inaccessible registry keys in the WinAPI mimetype implementat...Lucas Esposito2024-08-073-1/+3
* Doc: cmdline.rst: Include -P and -R in usage (#122590)Wim Jeantine-Glenn2024-08-071-1/+1
* gh-122759: Remove `assert` from `RERAISE` error handling (#122760)sobolevn2024-08-072-2/+0
* gh-122511: Improve documentation for object identity of mutable/immutable typ...Bénédikt Tran2024-08-071-6/+10
* gh-117139: Fix an incorrect borrow in bytecodes.c (#122318)Sam Gross2024-08-073-11/+14
* gh-121151: argparse: Fix wrapping of long usage text of arguments inside a mu...Ali Hamdan2024-08-073-7/+36
* gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-9...pukkandan2024-08-072-5/+6
* Fix typos in comments and docstring (#122720)Xie Yanbo2024-08-079-11/+11
* GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)Barney Gale2024-08-077-150/+140
* gh-122571: Remove duplicate definition of PY_BUILTIN_HASHLIB_HASHES in config...Jonathan Protzenko2024-08-062-6/+3
* gh-122728: Fix SystemError in PyEval_GetLocals() (#122735)Victor Stinner2024-08-064-1/+23
* gh-122744: Bump bundled pip to 24.2 (#122745)Pradyun Gedam2024-08-063-1/+2
* gh-122417: Implement per-thread heap type refcounts (#122418)Sam Gross2024-08-0618-69/+427
* gh-121103: Update site module docs for free-threaded installs (#122737)Sam Gross2024-08-061-4/+13
* Fix duplicated words 'begins with a' in pathlib docstring (#122732)Виталий Дмитриев2024-08-061-1/+1
* gh-112301: Add macOS warning tracking tooling (#122211)Nate Ohlson2024-08-065-55/+117