summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.14.1v3.14.1Hugo van Kemenade2025-12-02209-548/+2451
* [3.14] Revert "gh-119452: Fix a potential virtual memory allocation denial of...Hugo van Kemenade2025-12-023-57/+1
* [3.14] Document None for timeout argument of select.select (GH-142177) (#142182)Petr Viktorin2025-12-021-2/+3
* [3.14] gh-140281: Update free threading Python HOWTO for 3.14 (gh-140566) (gh...Miss Islington (bot)2025-12-021-40/+17
* [3.14] gh-59000: Fix pdb breakpoint resolution for class methods when module ...Miss Islington (bot)2025-12-023-1/+20
* [3.14] gh-142048: Fix quadratically increasing GC delays (gh-142051) (gh-142166)Miss Islington (bot)2025-12-022-1/+15
* [3.14] Revert "GH-91636: Clear weakrefs created by finalizers. (GH-136401) (#...Hugo van Kemenade2025-12-014-54/+14
* [3.14] gh-119451: Fix a potential denial of service in http.client (GH-119454...Miss Islington (bot)2025-12-013-4/+95
* [3.14] gh-141930: Use the regular IO stack to write .pyc files for a better e...Miss Islington (bot)2025-12-013-22/+59
* [3.14] gh-141004: Document descriptor and dict proxy type objects (GH-141803)...Miss Islington (bot)2025-12-012-0/+53
* [3.14] gh-119342: Fix a potential denial of service in plistlib (GH-119343) (...Miss Islington (bot)2025-12-013-14/+59
* [3.14] gh-119452: Fix a potential virtual memory allocation denial of service...Serhiy Storchaka2025-12-013-1/+57
* [3.14] Docs: Upgrade Sphinx to 9.0 (GH-142114) (#142128)Miss Islington (bot)2025-12-011-1/+1
* [3.14] gh-141473: Document not calling Popen.wait after Popen.communicate tim...Miss Islington (bot)2025-12-011-0/+5
* [3.14] gh-142066: Fix grammar in multiprocessing Pipes and Queues (GH-142121)...Miss Islington (bot)2025-12-011-2/+2
* [3.14] gh-142067: Add missing default value for param in `multiprocessing.Pip...Miss Islington (bot)2025-11-301-1/+1
* [3.14] gh-133146: Add the old public `get_value` method to documentation and ...Hugo van Kemenade2025-11-303-5/+20
* [3.14] Improve clarity in tutorial introduction (GH-140669) (#142112)Miss Islington (bot)2025-11-301-1/+1
* [3.14] gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (...Miss Islington (bot)2025-11-306-1/+30
* [3.14] gh-139741: Make `dist-pdf` docs archive build work for macOS (GH-14083...Miss Islington (bot)2025-11-301-1/+2
* [3.14] gh-140042: Removing unsafe call to sqlite3_shutdown (GH-141690) (#141793)Miss Islington (bot)2025-11-302-1/+1
* [3.14] gh-136063: fix quadratic-complexity parsing in `email.message._parsepa...Miss Islington (bot)2025-11-303-10/+39
* [3.14] gh-132795: Add docs for `multiprocessing.Semaphore.locked` (GH-133299)...Miss Islington (bot)2025-11-301-0/+12
* [3.14] GH-141808: Do not generate the jit stencils twice in case of PGO build...Miss Islington (bot)2025-11-292-0/+2
* [3.14] Docs: Prepare for Sphinx 9 (GH-142057) (#142091)Miss Islington (bot)2025-11-293-7/+4
* [3.14] GH-121970: Remove Docutils list monkeypatch (GH-142056) (#142088)Miss Islington (bot)2025-11-295-34/+26
* [3.14] GH-91636: Clear weakrefs created by finalizers. (GH-136401) (#141993)Miss Islington (bot)2025-11-294-14/+54
* [3.14] gh-140011: Delete importdl assertion that prevents importing embedded ...Itamar Oren2025-11-293-2/+211
* [3.14] GH-141963: Clarify argparse documentation (GH-141964) (#142076)Miss Islington (bot)2025-11-291-8/+8
* [3.14] Fix multiprocessing queue test_get() (GH-142024) (#142070)Miss Islington (bot)2025-11-291-5/+6
* [3.14] Docs: multi-disk ZIP files -> multipart ZIP files (GH-141962) (#142074)Miss Islington (bot)2025-11-291-9/+9
* [3.14] gh-141994: Warn of XXE vulnerability in documentation of SAX feature `...Miss Islington (bot)2025-11-292-0/+12
* [3.14] gh-74389: gh-70560: subprocess.Popen.communicate() now ignores stdin.f...Miss Islington (bot)2025-11-293-0/+20
* [3.14] gh-87512: Fix `subprocess` using `timeout=` on Windows blocking with a...Miss Islington (bot)2025-11-293-2/+82
* [3.14] gh-141473: Fix subprocess.Popen.communicate to send input to stdin upo...Miss Islington (bot)2025-11-294-2/+42
* [3.14] GH-134453: Fix subprocess memoryview input handling on POSIX (GH-13494...Miss Islington (bot)2025-11-293-2/+51
* [3.14] gh-116008: Detect freed thread state in faulthandler (GH-141988) (#142...Miss Islington (bot)2025-11-272-4/+40
* [3.14] gh-98896: resource_tracker: use json&base64 to allow arbitrary shared ...Stan Ulbrych2025-11-273-8/+98
* [3.14] gh-125434: Display thread name in faulthandler on Windows (#142011)Victor Stinner2025-11-274-14/+121
* [3.14] gh-116738: Fix thread-safety issue in re module for free threading (gh...Miss Islington (bot)2025-11-264-4/+79
* [3.14] gh-141909: Add `PyModuleDef_Slot` and earlier Py_mod_* constants to st...Petr Viktorin2025-11-263-0/+21
* [3.14] GH-139653: Only raise an exception (or fatal error) when the stack poi...Petr Viktorin2025-11-264-9/+98
* [3.14] gh-141004: Document missing `PyThread*` APIs (GH-141810) (GH-141954)Miss Islington (bot)2025-11-251-0/+217
* [3.14] gh-140911: Ensure that UserString.index() and UserString.rindex() acce...Miss Islington (bot)2025-11-253-33/+48
* [3.14] gh-141004: Document `PyOS_mystr(n)icmp` (GH-141760) (#141947)Miss Islington (bot)2025-11-252-8/+25
* [3.14] gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (GH-139668)...Petr Viktorin2025-11-2511-9356/+9666
* [3.14] gh-138199: Address potential confusion re: threading (GH-138200) (GH-1...Alexander Nordin2025-11-251-3/+6
* [3.14] gh-141907: Better handle support for SHA3 for test_hashlib (GH-141908)...Miss Islington (bot)2025-11-251-9/+18
* [3.14] Fix implicit import in `test_monitoring.py` (gh-141795) (gh-141920)Miss Islington (bot)2025-11-241-3/+3
* [3.14] gh-141004: Document stack effect C APIs (GH-141843) (GH-141916)Miss Islington (bot)2025-11-241-0/+40