summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-112026: Update What's New: _PyObject_Vectorcall() was restored (#112171)Victor Stinner2023-11-171-14/+0
* Various small improvements to uop debug output (#112218)Guido van Rossum2023-11-172-13/+20
* gh-106529: Cleanups split off gh-112134 (#112214)Guido van Rossum2023-11-177-8/+29
* Fix syntax in CODEOWNERS file (#112210)Alex Waygood2023-11-171-1/+2
* gh-112194: Convert more examples to doctests in `typing.py` (#112195)Nikita Sobolev2023-11-171-31/+43
* GH-110109: Speed up `pathlib._PathBase.resolve()` (#110412)Barney Gale2023-11-171-22/+17
* Tweak my interests (and Mark Shannon's :-) in CODEOWNERS (#112206)Guido van Rossum2023-11-171-2/+8
* GH-110109: Churn `pathlib.PurePath` methods (#112012)Barney Gale2023-11-172-204/+204
* gh-110481, doc: Add "immortal" term to the glossary (#112180)Victor Stinner2023-11-178-21/+32
* gh-94309: "What's new in Python 3.12": improve deprecation notice for typing....Ori Avtalion2023-11-171-2/+3
* gh-112070: make `functools.lru_cache` threadsafe in --disable-gil build (gh-1...Wanderxjtu2023-11-172-6/+25
* gh-112165: Fix typo in `__main__.py` (#112183)Terry Jan Reedy2023-11-171-1/+1
* gh-111799: Fix `testRecursiveRepr` from `test_fileio` on WASI (GH-112181)Nikita Sobolev2023-11-161-1/+3
* gh-111482: Fix time_clockid_converter() on AIX (#112170)Victor Stinner2023-11-161-2/+2
* gh-111800: Fix `test_recursive_repr` from `test_io` under WASI to not recurse...Nikita Sobolev2023-11-161-8/+4
* Remove `imp_dummy_def` from `Tools/c-analyzer/cpython/ignored.tsv` (gh-112122)Nikita Sobolev2023-11-161-1/+0
* gh-111956: Add thread-safe one-time initialization. (gh-111960)Sam Gross2023-11-1611-955/+1061
* gh-111881: Import lazily zipfile in support.script_helper (#112172)Victor Stinner2023-11-161-1/+2
* gh-112155: Run `typing.py` doctests as part of `test_typing` (#112156)Nikita Sobolev2023-11-162-2/+8
* GH-112152: Fix typo in `typing.override` docstring (#112158)Qua272023-11-161-1/+1
* gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124)Victor Stinner2023-11-165-5/+37
* [doc] Make subprocess.wait documentation more precise (#98700)Luis Pedro Coelho2023-11-161-3/+4
* gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas (GH-111...Petr Viktorin2023-11-161-6/+97
* gh-111916: Make hashlib related modules thread-safe without the GIL (#111981)Tomas R2023-11-1510-137/+188
* gh-111811: Fix test_recursive_repr for WASI (#112130)Kushal Das2023-11-151-0/+1
* gh-112088: Run autoreconf in GHA check_generated_files (#112090)Victor Stinner2023-11-159-160/+131
* gh-112026: Add again _PyThreadState_UncheckedGet() function (#112121)Victor Stinner2023-11-152-0/+6
* gh-96954: Don't run regen-unicodedata in regen-all (#112120)Victor Stinner2023-11-151-3/+3
* gh-112026: Restore removed _PyDict_GetItemStringWithError() (#112119)Victor Stinner2023-11-153-1/+17
* gh-96954: Fix `make regen-unicodedata` in out-of-tree builds (#112118)Miro HronĨok2023-11-155-4/+5
* gh-112026: Restore removed private C API (#112115)Victor Stinner2023-11-1520-236/+315
* gh-112026: Add again <unistd.h> include in Python.h (#112046)Victor Stinner2023-11-153-21/+15
* GH-111848: Set the IP when de-optimizing (GH-112065)Mark Shannon2023-11-156-98/+118
* Fix typo in perf profiling docs (#112112)Ryuji Tsutsui2023-11-151-1/+1
* gh-108303: Delete `imp_dummy` test file (#112110)Nikita Sobolev2023-11-151-3/+0
* gh-111789: Use PyDict_GetItemRef() in Modules/_asynciomodule.c (GH-112072)Serhiy Storchaka2023-11-151-6/+2
* Docs: Add the time to the HTML last updated format (#110091)Adam Turner2023-11-151-3/+2
* gh-112062: Make `_struct` module thread-safe in `--disable-gil` builds (#112094)Radislav Chugunov2023-11-151-7/+6
* gh-111545: Test PyHash_GetFuncDef() function (#112098)Victor Stinner2023-11-159-1/+147
* gh-109538: Avoid RuntimeError when StreamWriter is deleted with closed loop (...DPR2023-11-153-5/+45
* gh-111995: Add getnameinfo extension flag (#111994)adder322023-11-152-0/+5
* gh-111545: Add Include/cpython/pyhash.h header file (#112063)Victor Stinner2023-11-155-13/+24
* gh-111942: Fix SystemError in the TextIOWrapper constructor (#112061)Serhiy Storchaka2023-11-143-5/+9
* gh-111906: Fix warnings during mimalloc build on FreeBSD (#111907)Furkan Onder2023-11-141-2/+2
* gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976)Serhiy Storchaka2023-11-143-5/+122
* GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045)Mark Shannon2023-11-147-129/+184
* gh-111789: Simplify bytecodes.c by using PyDict_GetItemRef() (GH-111978)Serhiy Storchaka2023-11-143-140/+51
* gh-111262: Add PyDict_Pop() function (#112028)Victor Stinner2023-11-1415-73/+335
* gh-110944: Make pdb completion work for alias and convenience vars (GH-110945)Tian Gao2023-11-143-1/+39
* gh-111903: Add `@critical_section` directive to Argument Clinic. (#111904)Sam Gross2023-11-145-8/+117