summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-121035: Update PNG image for logging flow diagram. (GH-121323)Vinay Sajip2024-07-031-0/+0
* gh-121245: a regression test for site.register_readline() (#121259)Sergey B Kirpichev2024-07-031-0/+27
* gh-121263: Macro-ify most stackref functions for MSVC (GH-121270)Ken Jin2024-07-031-58/+30
* gh-121272: set ste_coroutine during symtable construction (#121297)Irit Katriel2024-07-032-3/+15
* gh-61103: Support float and long double complex types in ctypes module (#121248)Sergey B Kirpichev2024-07-0311-10/+135
* gh-106597: Add more offsets to _Py_DebugOffsets (#121311)Gabriele N. Tornetta2024-07-032-0/+18
* Docs: Add `os.splice` flags argument (#109847)Amin Alaee2024-07-031-1/+20
* docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (#112237)da-woods2024-07-031-2/+2
* build(deps): bump hypothesis from 6.100.2 to 6.104.2 in /Tools (#121218)dependabot[bot]2024-07-031-1/+1
* updated tp_flags initialization to use inplace or (#120625)byundojin2024-07-031-1/+1
* gh-111872: Document the max_children attribute for `socketserver.ForkingMixIn...AN Long2024-07-031-0/+6
* gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in rotatingt...AN Long2024-07-031-5/+0
* gh-121027: Make the functools.partial object a method descriptor (GH-121089)Serhiy Storchaka2024-07-036-40/+28
* GH-73991: Support copying directory symlinks on older Windows (#120807)Barney Gale2024-07-036-29/+40
* gh-121035: Further improve logging flow diagram with respect to dark/light mo...Vinay Sajip2024-07-022-2/+14
* gh-115773: Add sizes to debug offset structure (#120112)Pablo Galindo Salgado2024-07-022-0/+19
* gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244)Sam Gross2024-07-028-33/+28
* gh-121272: move __future__ import validation from compiler to symtable (#121273)Irit Katriel2024-07-022-16/+24
* gh-121165: protect macro expansion of `ADJUST_INDICES` with do-while(0) (#121...Bénédikt Tran2024-07-022-26/+36
* gh-121210: handle nodes with missing attributes/fields in `ast.compare` (#121...Bénédikt Tran2024-07-023-4/+36
* gh-121245: Amend d611c4c8e9 (correct import) (#121255)Sergey B Kirpichev2024-07-022-2/+3
* Move get_signal_name() to test.support (#121251)Victor Stinner2024-07-026-58/+65
* gh-121035: Improve logging flow diagram for dark/light modes. (GH-121254)Vinay Sajip2024-07-022-11/+62
* Fix phrasing in paragraphs with leading "similar" (#121135)Rafael Fontenelle2024-07-021-2/+2
* GH-119726: Use LDR for AArch64 trampolines (GH-121001)Diego Russo2024-07-012-22/+11
* gh-121196: Document `dict.fromkeys` params as pos-only (#121197)sobolevn2024-07-011-1/+1
* GH-116017: Get rid of _COLD_EXITs (GH-120960)Brandt Bucher2024-07-0116-337/+246
* gh-117657: Fix data races reported by TSAN in some set methods (#120914)AN Long2024-07-016-121/+81
* gh-121110: Temporarily Skip test_basic_multiple_interpreters_reset_each (gh-1...Eric Snow2024-07-011-0/+7
* gh-114104: clarify asynchronous comprehension docs to match runtime behavior ...Danny Yang2024-07-011-4/+6
* gh-120743: Soft deprecate os.popen() function (#120744)Victor Stinner2024-07-013-1/+17
* gh-121200: Fix test_expanduser_pwd2() of test_posixpath (#121228)Victor Stinner2024-07-012-3/+11
* gh-117657: Use critical section to make _socket.socket.close thread safe (GH-...AN Long2024-07-013-10/+41
* gh-121220: Mark test_threaded_weak_value_dict_copy() as CPU-heavy (#121221)Kirill Podoprigora2024-07-011-0/+2
* gh-117784: Only reference PHA functions ifndef SSL_VERIFY_POST_HANDSHAKE (GH-...Will Childs-Klein2024-07-012-11/+18
* build(deps-dev): bump types-setuptools from 70.0.0.20240524 to 70.1.0.2024062...dependabot[bot]2024-07-011-1/+1
* build(deps-dev): bump mypy from 1.10.0 to 1.10.1 in /Tools (#121216)dependabot[bot]2024-07-011-1/+1
* build(deps-dev): bump types-psutil from 5.9.5.20240516 to 6.0.0.20240621 in /...dependabot[bot]2024-07-011-1/+1
* gh-121200: Log pwd entry in test_expanduser_pwd2() (#121207)Victor Stinner2024-07-011-6/+7
* gh-121084: Call _abc_registry_clear() when checking refleaks (#121191)Victor Stinner2024-07-011-3/+7
* gh-61103: Support double complex (_Complex) type in ctypes (#120894)Sergey B Kirpichev2024-07-0117-17/+316
* gh-121199: Use _Py__has_attribute() in timemodule.c (#121203)Victor Stinner2024-07-012-2/+2
* gh-121188: Sanitize invalid XML characters in regrtest (#121195)Victor Stinner2024-07-014-5/+91
* gh-113565: Improve and harden detection of curses dependencies (#119816)Erlend E. Aasland2024-07-017-716/+550
* gh-87744: fix waitpid race while calling send_signal in asyncio (#121126)Kumar Aditya2024-07-013-9/+42
* gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter(...Kirill Podoprigora2024-06-305-43/+49
* [doc] Update element positions and styles in logging flow diagram. (GH-121182)Vinay Sajip2024-06-301-132/+155
* gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (#121178)Yureka2024-06-301-7/+3
* gh-120522: Add a `--with-app-store-compliance` configure option to patch out ...Russell Keith-Magee2024-06-309-2/+238
* GH-119054: Add alt text to pathlib inheritance diagram (#121158)Barney Gale2024-06-291-0/+6