python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] gh-130080: fix warnings in tests (#131471)
iritkatriel
[Python-checkins] [3.13] GH-121970: Extract `pydoc_topics` into a new extension (GH-131256) (#131511)
AA-Turner
[Python-checkins] [3.13] Docs: Fix documentation for "PyTypeObject Definition" (GH-130936) (GH-131458)
encukou
[Python-checkins] gh-127989: C API: Refer to "attached thread states" instead of the GIL (GH-127990)
encukou
[Python-checkins] gh-131238: Remove includes from pycore_interp.h (#131495)
vstinner
[Python-checkins] GH-123599: Remove duplicate `url2pathname()` implementation (#127237)
barneygale
[Python-checkins] Fix Windows build warnings (#131487)
vstinner
[Python-checkins] gh-131441: Add a set of asserts to test.test_capi.test_list (#131442)
iritkatriel
[Python-checkins] gh-131401: fix data races in exception handling (#131447)
kumaraditya303
[Python-checkins] gh-131401: fix data race in `_PyErr_Restore` (#131406)
kumaraditya303
[Python-checkins] GH-123599: Deprecate duplicate `pathname2url()` implementation (#127380)
barneygale
[Python-checkins] gh-131238: Cleanup pycore_runtime.h includes (#131486)
vstinner
[Python-checkins] gh-131238: Remove pycore_lock.h includes (#131483)
vstinner
[Python-checkins] gh-131238: Move pycore_obmalloc.h include to pycore_runtime_structs.h (#131482)
vstinner
[Python-checkins] gh-131238: Use pycore_interp_structs.h header (#131481)
vstinner
[Python-checkins] gh-129598: ast: allow multi stmts for ast single with ';' (#129620)
JelleZijlstra
[Python-checkins] gh-131238: Remove more includes from pycore_interp.h (#131480)
vstinner
[Python-checkins] GH-131473: Add missing %(AdditionalOptions) reference to pythoncore.vcxproj (GH-131475)
zooba
[Python-checkins] GH-130956: Only emit AArch64 trampolines for long jumps (GH-131041)
brandtbucher
[Python-checkins] gh-130931: Add pycore_interpframe.h internal header (#131249)
vstinner
[Python-checkins] gh-131238: Remove many includes from pycore_interp.h (#131472)
vstinner
[Python-checkins] [3.13] gh-131117: Update tp_finalize example to use PyErr_GetRaisedException (GH-131118) (#131476)
vstinner
[Python-checkins] gh-131117: Update tp_finalize example to use PyErr_GetRaisedException (#131118)
vstinner
[Python-checkins] [3.13] gh-131417: Mention asyncio Future and Task in docs for generic classes list (GH-131422) (#131445)
asvetlov
[Python-checkins] gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
vstinner
[Python-checkins] gh-111178: Fix function signatures in legacy_tracing.c (#131464)
vstinner
[Python-checkins] gh-130931: Add pycore_typedefs.h internal header (#131396)
vstinner
[Python-checkins] Docs: Fix documentation for "PyTypeObject Definition" (GH-130936)
encukou
[Python-checkins] gh-111178: Fix function signatures for test_types (#131455)
vstinner
[Python-checkins] gh-111178: Fix function signatures for test_iter (#131456)
vstinner
[Python-checkins] [3.13] gh-127667: refactor and improve `_hashopenssl.c` error branches (#131145) (#131347)
picnixz
[Python-checkins] [3.13] gh-131263: Skip test_timerfd_negative on NetBSD to prevent system freeze (GH-131431) (#131451)
vstinner
[Python-checkins] gh-130655: Add tests for `gettext.find()` (GH-130691)
encukou
[Python-checkins] gh-131263: Skip test_timerfd_negative on NetBSD to prevent system freeze (#131431)
vstinner
[Python-checkins] [3.13] gh-118915: Document `PY_MONITORING_IS_INSTRUMENTED_EVENT` (GH-128026) (GH-131424)
encukou
[Python-checkins] GH-131358: Add encoding alias cseuckr for euc_kr (#131370)
corona10
[Python-checkins] [3.12] gh-131417: Mention asyncio Future and Task in docs for generic classes list (GH-131422) (#131446)
asvetlov
[Python-checkins] gh-131417: Mention asyncio Future and Task in docs for generic classes list (#131422)
asvetlov
[Python-checkins] [3.12] Docs: fix shell command formatting (GH-131310) (#131444)
hugovk
[Python-checkins] Docs: fix shell command formatting (#131310)
hugovk
[Python-checkins] [3.12] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (#131404)
bitdancer
[Python-checkins] [3.12] gh-131094: Refine `math.isclose` docs (GH-131139) (#131393)
picnixz
[Python-checkins] gh-128002: fix tsan race in closing socket in `test_sslproto` (#131399)
kumaraditya303
[Python-checkins] gh-121468: Ensure PDB cleans up event loop policies after using asyncio. (#131388)
freakboy3742
[Python-checkins] [3.13] gh-124666: Improve thread cleanup in test_android (GH-131427) (#131433)
freakboy3742
[Python-checkins] GH-126367: `url2pathname()`: handle NTFS alternate data streams (#131428)
barneygale
[Python-checkins] gh-124666: Improve thread cleanup in test_android (#131427)
freakboy3742
[Python-checkins] gh-130914: Make graphlib.TopologicalSorter.prepare() idempotent (#131317)
tim-one
[Python-checkins] gh-128002: fix tsan race in closing socket in `test_ssl` (#131397)
kumaraditya303
[Python-checkins] [3.13] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (#131403)
bitdancer
[Python-checkins] [3.13] gh-131002: clarify how to enforce sqlite3 column types for generated fields (GH-131006) (#131385)
erlend-aasland
[Python-checkins] [3.12] gh-129675: Update documentation for tp_basicsize & tp_itemsize (GH-129850) (GH-131078)
encukou
[Python-checkins] [3.12] gh-131002: clarify how to enforce sqlite3 column types for generated fields (GH-131006) (#131386)
erlend-aasland
[Python-checkins] gh-114917: Fix typo in getaddrinfo emulation (#131413)
vstinner
[Python-checkins] gh-130132: properly free resources in `urrlib.urlopen` examples (#130280)
picnixz
[Python-checkins] [3.12] gh-127667: refactor and improve `_hashopenssl.c` error branches (#131145) (#131348)
picnixz
[Python-checkins] gh-131402: add HMAC-SHA3 NIST test cases (#131407)
picnixz
[Python-checkins] [3.12] gh-131277: allow EnvironmentVarGuard to unset more than one environment variable at once (GH-131280) (#131410)
picnixz
[Python-checkins] gh-130080: fix warnings in tests (#131400)
iritkatriel
[Python-checkins] gh-131261: expat/refresh.sh: Expand list of manual steps (GH-131359)
encukou
[Python-checkins] [3.12] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131361)
encukou
[Python-checkins] [3.13] gh-116666: Add "token" glossary term (GH-130888) (GH-131367)
encukou
[Python-checkins] [3.12] gh-116666: Add "token" glossary term (GH-130888) (GH-131368)
encukou
[Python-checkins] gh-131311: Consolidate reference handling in PyCStructUnionType_update_stginfo to fix memory leak (GH-131312)
encukou
[Python-checkins] gh-114917: add support for AI_NUMERICSERV in getaddrinfo emulation (#114918)
vstinner
[Python-checkins] [3.12] gh-130132: properly free resources in `urrlib.urlopen` examples (GH-130280) (#131395)
picnixz
[Python-checkins] [3.13] gh-131094: Refine `math.isclose` docs (GH-131139) (#131392)
picnixz
[Python-checkins] gh-131094: Refine `math.isclose` docs (#131139)
picnixz
[Python-checkins] [3.13] gh-118201: Simplify conv_confname (#126089) (#131375)
freakboy3742
[Python-checkins] gh-120144: Make it possible to use `sys.monitoring` for bdb and make it default for pdb (#124533)
gaogaotiantian
[Python-checkins] gh-131002: clarify how to enforce sqlite3 column types for generated fields (#131006)
erlend-aasland
[Python-checkins] gh-119786: Fix _PyExecutorObject link at jit.md file (#131382)
iritkatriel
[Python-checkins] gh-130080: implement PEP 765 (#130087)
iritkatriel
[Python-checkins] GH-131278: Add option to build with computed gotos on Windows with clang-cl (GH-131279)
zooba
[Python-checkins] [3.13] gh-131325: fix sendfile fallback implementation to drain data after writing to transport (GH-131376) (#131377)
kumaraditya303
[Python-checkins] [3.12] gh-131325: fix sendfile fallback implementation to drain data after writing to transport (GH-131376) (#131378)
kumaraditya303
[Python-checkins] gh-131325: fix sendfile fallback implementation to drain data after writing to transport (#131376)
kumaraditya303
[Python-checkins] gh-116738: remove multiprocessing suppressions (#131319)
kumaraditya303
[Python-checkins] Fix test_pyrepl.TestDumbTerminal if PYTHON_BASIC_REPL set. (#131332)
ambv
[Python-checkins] GH-125174: Make immortality "sticky" (GH-131355)
markshannon
[Python-checkins] GH-127705: Move mortal decrefs to internal header and make sure _PyReftracerTrack is called
markshannon
[Python-checkins] gh-131268: Adjust _PYTHREAD_NAME_MAXLEN on BSD (#131345)
vstinner
[Python-checkins] gh-131281: Add include for pystats builds (#131369)
Fidget-Spinner
[Python-checkins] GH-131291: Suppress clang-specific warning in python_uwp.cpp (GH-131292)
zooba
[Python-checkins] gh-116666: Add "token" glossary term (GH-130888)
encukou
[Python-checkins] [3.12] gh-130727: Retry test_wmi on TimeoutError (GH-130832) (#130840)
vstinner
[Python-checkins] gh-126895: Fix readline module in free-threaded build (#131208)
colesbury
[Python-checkins] [3.13] Docs: Fix incorrect sphinx markup for a class member (GH-130970) (GH-131366)
encukou
[Python-checkins] Docs: Fix incorrect sphinx markup for a class member (GH-130970)
encukou
[Python-checkins] gh-111178: fix UBSan failures in `Modules/_ssl.c` (GH-130719)
encukou
[Python-checkins] [3.13] gh-129675: Update documentation for tp_basicsize & tp_itemsize (GH-129850) (GH-131079)
encukou
[Python-checkins] [3.13] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176)
sethmlarson
[Python-checkins] GH-131238: More refactoring of core header files (GH-131351)
markshannon
[Python-checkins] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (#131272)
encukou
[Python-checkins] [3.12] gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386) (#130549)
hugovk
[Python-checkins] [3.12] gh-109961: Docs: Fix incorrect rendering of `__replace__` in `copy.rst` (GH-109968) (#130909)
hugovk
[Python-checkins] [3.12] gh-131339: test PyBytes_Size for a zero-size bytes object (GH-131340) (#131344)
sobolevn
[Python-checkins] gh-131238: Convert pycore_pystate.h static inline to functions (#131352)
vstinner
[Python-checkins] [3.12] gh-129843: fix pure Python implementation of `warnings.warn_explicit` (GH-129848) (#131350)
picnixz
[Python-checkins] gh-131238: Add explicit includes to pycore headers (#131257)
vstinner
[Python-checkins] [3.13] gh-129843: fix pure Python implementation of `warnings.warn_explicit` (GH-129848) (#131349)
picnixz
[Python-checkins] gh-129843: fix pure Python implementation of `warnings.warn_explicit` (#129848)
picnixz
[Python-checkins] gh-131316: handle NULL values returned by HACL* functions (#131324)
picnixz
[Python-checkins] gh-127667: refactor and improve `_hashopenssl.c` error branches (#131145)
picnixz
[Python-checkins] gh-130149: cleanup refactorization of `test_hmac.py` (#131318)
picnixz
[Python-checkins] gh-93096: Update and document `pickletools` CLI (#131273)
hugovk
[Python-checkins] GH-131238: Core header refactor (GH-131250)
markshannon
[Python-checkins] [3.13] gh-131339: test PyBytes_Size for a zero-size bytes object (GH-131340) (#131343)
sobolevn
[Python-checkins] gh-131339: test PyBytes_Size for a zero-size bytes object (#131340)
sobolevn
[Python-checkins] [3.12] gh-130160: use `.. program::` directive for documenting `http.server` CLI (GH-131010) (#131294)
hugovk
[Python-checkins] gh-127146: Update test skips for Emscripten 4.0.2 (#129474)
freakboy3742
[Python-checkins] gh-119786: add `JUMP_BACKWARD` macro to the Jumps section (#131213)
iritkatriel
[Python-checkins] gh-131306: Remove unused code related to `BINARY_SUBSCR` (#131307)
iritkatriel
[Python-checkins] [3.13] gh-131327: Document winsound.SND_APPLICATION (GH-131328) (#131330)
picnixz
[Python-checkins] [3.12] gh-131327: Document winsound.SND_APPLICATION (GH-131328) (#131329)
picnixz
[Python-checkins] gh-131327: Document winsound.SND_APPLICATION (#131328)
picnixz
[Python-checkins] gh-131254: ensure that `BROWSER` is not set for `test_webbrowser` on macOS (#131276)
picnixz
[Python-checkins] gh-131277: allow `EnvironmentVarGuard` to unset more than one environment variable at once (#131280)
picnixz
[Python-checkins] [3.12] gh-130160: use `.. program::` directive for documenting `doctest` CLI (GH-131034) (#131321)
picnixz
[Python-checkins] [3.13] gh-130160: use `.. program::` directive for documenting `doctest` CLI (GH-131034) (#131320)
picnixz
[Python-checkins] gh-130160: use `.. program::` directive for documenting `doctest` CLI (#131034)
picnixz
[Python-checkins] GH-130614: pathlib ABCs: improve support for receiving path metadata (#131259)
barneygale
[Python-checkins] [3.13] gh-130160: use `.. program::` directive for documenting `http.server` CLI (GH-131010) (#131293)
hugovk
[Python-checkins] GH-131296: fix clang-cl warnings on Windows in pyshellext.cpp (GH-131300)
gpshead
[Python-checkins] GH-131296: fix clang-cl warning on Windows in pytime.c (GH-131297)
gpshead
[Python-checkins] GH-131296: fix clang-cl warnings on Windows in blake2module.c (#131299)
gpshead
[Python-checkins] gh-111178: Fix function signatures for test_os (#131227)
vstinner
[Python-checkins] [3.13] gh-131032: Add support.linked_to_musl() function (#131071) (#131179)
vstinner
[Python-checkins] GH-123044: Give the `POP_TOP` after a case test a location in the body, not the pattern. (GH-130627)
markshannon
[Python-checkins] gh-130893: Fix typo in SqliteInteractiveConsole.runsource docstring (#130894)
hauntsaninja
[Python-checkins] gh-130160: use `.. program::` directive for documenting `http.server` CLI (#131010)
hugovk
[Python-checkins] gh-121468: Add current asyncio task as a convenience variable in pdb (#124367)
gaogaotiantian
[Python-checkins] gh-121468: Fix the doctest failure for asyncio test on pdb (#131258)
gaogaotiantian
[Python-checkins] gh-131281: fix compile error due to `BINARY_SUBSCR` (GH-131283)
Fidget-Spinner
[Python-checkins] gh-130480: Move duplicate `LOAD_SMALL_INT` optimization from codegen to CFG (#130481)
iritkatriel
[Python-checkins] GH-130614: pathlib ABCs: delete vestigial `test_pathlib_abc` module (#131215)
barneygale
[Python-checkins] gh-111178: Fix function signatures in `_asynciomodule.c` (#131228)
kumaraditya303
[Python-checkins] [3.13] gh-131219: Improve tests in `test_lzma.py` by adding more asserts (GH-131220) (#131231)
sobolevn
[Python-checkins] [3.13] gh-131204: Fix `difflib.HtmlDiff` may not use monospaced font (GH-131221) (#131242)
hugovk
[Python-checkins] [3.13] gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (GH-130689) (#131195)
colesbury
[Python-checkins] gh-93096: Update and document `pickle` CLI (#131097)
vstinner
[Python-checkins] [3.12] gh-131204: Fix `difflib.HtmlDiff` may not use monospaced font (GH-131221) (#131243)
hugovk
[Python-checkins] [3.12] gh-131219: Improve tests in `test_lzma.py` by adding more asserts (GH-131220) (#131237)
sobolevn
[Python-checkins] [3.13] gh-131234: Improve `test_popen` with more asserts (GH-131235) (#131240)
sobolevn
[Python-checkins] GH-127705: Handle trace refs in specialized decref (GH-131198)
encukou
[Python-checkins] [3.12] gh-131234: Improve `test_popen` with more asserts (GH-131235) (#131241)
sobolevn
[Python-checkins] gh-131234: Improve `test_popen` with more asserts (#131235)
sobolevn
[Python-checkins] GH-125174 Revert: Make immortality "sticky" (GH-131184)" (#131230)
hugovk
[Python-checkins] gh-131204: Fix `difflib.HtmlDiff` may not use monospaced font (#131221)
hugovk
[Python-checkins] gh-92897: Doc: the check_home removal has been scheduled for 3.15 (#130586)
hugovk
[Python-checkins] gh-131219: Improve tests in `test_lzma.py` by adding more asserts (#131220)
sobolevn
[Python-checkins] gh-130814: Enhance documentation for Python C API type objects (#130817)
picnixz
[Python-checkins] [3.12] gh-130814: Enhance documentation for Python C API type objects (GH-130817) (#131224)
picnixz
[Python-checkins] [3.13] gh-130814: Enhance documentation for Python C API type objects (GH-130817) (#131225)
picnixz
[Python-checkins] [3.12] gh-124269: Simplify `typing.Annotated` docs (GH-130770) (#131223)
picnixz
[Python-checkins] [3.13] gh-124269: Simplify `typing.Annotated` docs (GH-130770) (#131222)
picnixz
[Python-checkins] gh-111178: Fix function signatures to fix undefined behavior (#131191)
vstinner
[Python-checkins] gh-124269: Simplify `typing.Annotated` docs (#130770)
picnixz
[Python-checkins] gh-111178: Fix _PyLegacyEventHandler_Type deallocator (#131193)
vstinner
[Python-checkins] gh-128540: lookup default webbrowser on macOS (#130535)
ned-deily
[Python-checkins] [3.11] gh-106883: Make test_current_frames_exceptions_deadlock faster (#131182)
pablogsal
[Python-checkins] gh-74028: update `whatsnew/3.14.rst` post gh-125663 (#131214)
picnixz
[Python-checkins] gh-131196: Improve perfomance of `UUID.hex` and `UUID.__str__` by ~10% (#131197)
sobolevn
[Python-checkins] GH-130396: Work around for broken `pthread_get_stackaddr_np` on Emscripten (#131088)
freakboy3742
[Python-checkins] GH-130614: pathlib ABCs: parametrize test suite for path copying (#131168)
barneygale
[Python-checkins] [3.13] gh-85012: Properly reset msgctxt when compiling messages with msgfmt (GH-130525) (GH-131205)
serhiy-storchaka
[Python-checkins] Remove `print` from `test_monitoring.py` (#131200)
sobolevn
[Python-checkins] [3.12] gh-85012: Properly reset msgctxt when compiling messages with msgfmt (GH-130525) (GH-131206)
serhiy-storchaka
[Python-checkins] gh-121464: Make concurrent iteration over enumerate safe under free-threading (#125734)
kumaraditya303
[Python-checkins] gh-85012: Properly reset msgctxt when compiling messages with msgfmt (GH-130525)
serhiy-storchaka
[Python-checkins] gh-111178: Fix function signatures in iterobject.c (#131163)
vstinner
[Python-checkins] gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (#130689)
colesbury
[Python-checkins] [3.12] gh-131181: Assert that PyObject_stgdict isn't NULL for PyCData (#131188)
encukou
[Python-checkins] gh-130804: Fix support of typing unicode chars in pyrepl (#130805)
pablogsal
[Python-checkins] gh-131032: Add support.linked_to_musl() function (#131071)
vstinner
[Python-checkins] gh-111178: Fix function signatures in rangeobject.c (#131161)
vstinner
[Python-checkins] gh-111178: Fix function signatures in misc files (#131180)
vstinner
[Python-checkins] GH-125174: Make immortality "sticky" (GH-131184)
markshannon
[Python-checkins] gh-130080: move _Py_EnsureArrayLargeEnough to a separate header so it can be used outside of the compiler (#130930)
iritkatriel
[Python-checkins] gh-131170: fix duplicated sections in frames.md file (#131177)
sobolevn
[Python-checkins] gh-130947: Add again PySequence_Fast() to the limited C API (#130948)
vstinner
[Python-checkins] gh-111178: Fix function signatures in odictobject.c (#131160)
vstinner
[Python-checkins] gh-93096: Remove CLI interface for `difflib` (#131099)
hugovk
[Python-checkins] gh-93096: Make `mimetypes` CLI tool public (#93097)
hugovk
[Python-checkins] gh-131152: Remove unused imports from `Tools/cases_generator` (#131156)
vstinner
[Python-checkins] gh-129149: Add fast path for medium-sized integers in `PyLong_FromSsize_t()` (#129301)
picnixz
[Python-checkins] gh-74028: add `buffersize` parameter to `concurrent.futures.Executor.map` for lazier behavior (#125663)
picnixz
[Python-checkins] gh-131152: Remove unused imports from tests (part 2) (#131154)
vstinner
[Python-checkins] gh-130099: Fix CAN socket fallthrough annotation for NetBSD compatibility (#131026)
vstinner
[Python-checkins] [3.13] gh-131141: fix data race in instrumentation while registering callback (#131166)
kumaraditya303
[Python-checkins] gh-130806: Emit ResourceWarning if GzipFile unclosed (#130905)
vstinner
[Python-checkins] gh-131152: Remove unused imports from `Tools/{build,wasm}` (#131155)
vstinner
[Python-checkins] gh-131152: Remove unused imports from tests (#131153)
vstinner
[Python-checkins] gh-111178: Fix PyRangeIter_Type deallocator (#131162)
vstinner
[Python-checkins] gh-111178: Change Argument Clinic signature for `@staticmethod` (#131157) (#131159)
vstinner
[Python-checkins] gh-130940: Modify default behavior of `PyConfig.use_system_logger` to enable on iOS (#131172)
freakboy3742
[Python-checkins] gh-81267: Correct time.sleep() error message (#131055)
vstinner
[Python-checkins] Remove vestigial code in socketmodule.c for Mac OS X 10.1 (#131090)
ned-deily
[Python-checkins] [3.13] gh-130940: Remove PyConfig.use_system_logger (#131129)
freakboy3742
[Python-checkins] gh-127503: Improve tracebacks on Emscripten when there is a trap (#131158)
freakboy3742
Earlier messages
Later messages