summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* GH-127429: fix sysconfig data generation on cross-builds (#127430)Filipe Laíns 🇵🇸2024-12-026-20/+49
* gh-115999: Add partial free-thread specialization for BINARY_SUBSCR (gh-127227)Donghee Na2024-12-0210-71/+128
* gh-126899: Add `**kw` to `tkinter.Misc.after` and `tkinter.Misc.after_idle` (...Zhikang Yan2024-12-015-8/+31
* gh-119786: cleanup internal docs and fix internal links (#127485)Bénédikt Tran2024-12-0111-148/+152
* gh-127321: Avoid stopping at an opcode without an associated line number for ...Tian Gao2024-12-013-0/+24
* gh-127356: Fix prepend doctrees directory for gettext target (#127357)Rafael Fontenelle2024-12-011-1/+1
* Add the missing `f` on an f-string error message in multiprocessing. (GH-127462)Gregory P. Smith2024-12-011-1/+1
* gh-127165: Disallow embedded NULL characters in `_interpreters` (#127199)Peter Bierma2024-12-012-0/+9
* GH-127381: pathlib ABCs: remove `PathBase.cwd()` and `home()` (#127427)Barney Gale2024-11-303-17/+17
* summarize: Fix typo in stats (#127450)alm2024-11-301-1/+1
* Docs: Fix incorrect indents in `c-api/type.rst` (#127449)Yuki Kobayashi2024-11-301-25/+23
* gh-127417: fix UTF-8 decoder optimization on AIX (#127433)Inada Naoki2024-11-301-10/+14
* gh-119786: improve internal docs on `co_linetable` (#123198)Bénédikt Tran2024-11-301-26/+61
* GH-127381: pathlib ABCs: remove `PathBase.lstat()` (#127382)Barney Gale2024-11-294-29/+26
* Link to correct class methods in asyncio primitives docs (#127270)Ollanta Cuba Gyllensten2024-11-291-4/+4
* gh-127316: fix incorrect assertion in setting `__class__` in free-threading (...Kumar Aditya2024-11-292-1/+16
* gh-127208: Reject null character in _imp.create_dynamic() (#127400)Victor Stinner2024-11-292-3/+18
* fix param type in PyObject_HasAttrWithError (docs) (#127403)biggus-developerus2024-11-291-1/+1
* gh-126024: optimize UTF-8 decoder for short non-ASCII string (#126025)Inada Naoki2024-11-292-45/+261
* gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (#127358)Victor Stinner2024-11-291-1/+5
* gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings...Peter Bierma2024-11-296-178/+68
* gh-126881: fix finalization of dtoa state (#126904)Kumar Aditya2024-11-292-1/+4
* gh-127303: Add docs for token.EXACT_TOKEN_TYPES (#127304)Илья Любавский2024-11-295-2/+13
* gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (#127365)Hugo van Kemenade2024-11-281-1/+4
* gh-127190: Fix local_setattro() error handling (#127366)Victor Stinner2024-11-282-1/+16
* Touch up docs for ctypes.FormatError & WinError (GH-127210)Jun Komoda2024-11-281-6/+5
* gh-127330: Update for OpenSSL 3.4 & document+improve the update process (GH-1...Petr Viktorin2024-11-289-11/+719
* GH-127178: install a _sysconfig_vars_(...).json file in the stdlib directory ...Filipe Laíns 🇵🇸2024-11-274-13/+65
* GH-127154: Remove PGO and unknown-linux-gnu/clang from JIT CI (#127212)Savannah Ostrowski2024-11-271-28/+7
* gh-122288: Improve performances of `fnmatch.translate` (#122289)Bénédikt Tran2024-11-274-49/+114
* gh-126882: Fix indentation in code sample block (#126887)Topher Fischer2024-11-271-81/+75
* gh-123967: Fix faulthandler for trampoline frames (#127329)Victor Stinner2024-11-272-9/+16
* Fix indentation for contextlib.asynccontextmanager docs (#127333)Jelle Zijlstra2024-11-271-3/+3
* gh-124008: Fix calculation of the number of written bytes for the Windows con...Serhiy Storchaka2024-11-273-28/+115
* gh-109746: Fix race condition in test_start_new_thread_failed (GH-127299)Serhiy Storchaka2024-11-271-2/+2
* gh-127072: Remove outdated `socket.NETLINK_*` constants. (GH-127256)RUANG (James Roy)2024-11-272-18/+3
* gh-115999: Add free-threaded specialization for `STORE_SUBSCR` (#127169)Sam Gross2024-11-265-70/+109
* gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)Sergey B Kirpichev2024-11-260-0/+0
* gh-127285: Update PCbuild files for a number of missed changes (GH-127286)Sergey Muraviov2024-11-2620-49/+56
* gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)Sergey B Kirpichev2024-11-2615-93/+444
* gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)Jelle Zijlstra2024-11-268-26/+73
* GH-126985: move pyvenv.cfg detection from site to getpath (#126987)Filipe Laíns 🇵🇸2024-11-2612-155/+176
* Doc: Typo fix: nrace -> race (#127288)Richard Hansen2024-11-261-1/+1
* gh-113993: InternalDocs: Add String Interning to README (#127250)Petr Viktorin2024-11-261-0/+2
* gh-124873: Skip timerfd tests on Android (#127279)Malcolm Smith2024-11-261-2/+3
* gh-122273: Support PyREPL history on Windows (#127141)Victor Stinner2024-11-263-20/+40
* gh-126946: Improve error message in getopt.do_longs based on existing comment...Beomsoo Kim2024-11-263-5/+10
* gh-101100: Fix sphinx warnings in `howto/*` (#127084)Yuki Kobayashi2024-11-263-102/+101
* Fix typo: Use AsyncFor element access in codegen (#127278)Marc Mueller2024-11-261-1/+1
* gh-126612: Include stack effects of uops when computing maximum stack depth (...mpage2024-11-265-46/+1280