python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] [3.13] gh-131936: Strengthen check in `_suggestions._generate_suggestions` (GH-131945) (#131949)
vstinner
[Python-checkins] GH-131296: Fix incompatible pointer type warning in _winapi.c (GH-131600)
zooba
[Python-checkins] GH-131296: Fix clang-cl warning on Windows in liblzma (GH-131897)
zooba
[Python-checkins] GH-131296: Fix parenthesis warnings on Windows-specific code (GH-131905)
zooba
[Python-checkins] Fix PEP number in `ast_opt.c` for new `finally` check (#131928)
sobolevn
[Python-checkins] GH-131498: Another refactoring of the code generator (GH-131827)
markshannon
[Python-checkins] [3.13] gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when concurrent mutations happen (GH-126124) (#131929)
picnixz
[Python-checkins] [3.12] gh-126037: fix UAF in `xml.etree.ElementTree.Element.find*` when concurrent mutations happen (#127964) (#131932)
picnixz
[Python-checkins] [3.12] gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when concurrent mutations happen (GH-126124) (#131930)
picnixz
[Python-checkins] [3.13] gh-126037: fix UAF in `xml.etree.ElementTree.Element.find*` when current mutations happen (#127964) (#131931)
picnixz
[Python-checkins] gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when concurrent mutations happen (#126124)
picnixz
[Python-checkins] [3.13] gh-129994: update docs when using `dualstack_ipv6` in `socket.create_server` (GH-129996) (#131890)
picnixz
[Python-checkins] GH-131798: Remove type checks for _TO_BOOL_STR (GH-131816)
brandtbucher
[Python-checkins] Update cryptographic CODEOWNERS entry (#131892)
gpshead
[Python-checkins] gh-127794: Validate email header names according to RFC 5322 (#127820)
picnixz
[Python-checkins] gh-127945: acquire critical section around `PyCFuncPtr_call` (#131898)
kumaraditya303
[Python-checkins] gh-131178: Update help message for `timeit` CLI (#131326)
hugovk
[Python-checkins] gh-127945: make initialization of `error_object_name` thread safe in ctypes (#131896)
kumaraditya303
[Python-checkins] [3.12] gh-131885: Document that `dict.setdefault` and `dict.get` take no keyword arguments (GH-128208) (#131894)
picnixz
[Python-checkins] [3.13] gh-131885: Document that `dict.setdefault` and `dict.get` take no keyword arguments (GH-128208) (#131893)
picnixz
[Python-checkins] gh-131885: Document that `dict.setdefault` and `dict.get` take no keyword arguments (#128208)
picnixz
[Python-checkins] [3.12] gh-129994: update docs when using `dualstack_ipv6` in `socket.create_server` (GH-129996) (#131891)
picnixz
[Python-checkins] gh-129994: update docs when using `dualstack_ipv6` in `socket.create_server` (#129996)
picnixz
[Python-checkins] GH-129149: Add fast path for medium-sized integers in `PyLong_From*` functions (#131211)
picnixz
[Python-checkins] [3.13] gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises (GH-131682) (#131686)
sobolevn
[Python-checkins] gh-130924: Do not create cells for usages of names in local annotations (#131843)
JelleZijlstra
[Python-checkins] [3.13] gh-128770: raise warnings as errors in test suite - except for test_socket which still logs warnings, and internal test warnings that are now logged (#131802)
hugovk
[Python-checkins] gh-131853: Fix test_msgfmt on big-endian platforms (GH-131879)
serhiy-storchaka
[Python-checkins] gh-131853: Test binary header in msgfmt generated file (GH-131854)
serhiy-storchaka
[Python-checkins] [3.13] gh-131050: skip `test_dh_params` when TLS library lacks FFDHE ciphersuites (GH-131051) (#131874)
picnixz
[Python-checkins] [3.12] gh-131050: skip `test_dh_params` when TLS library lacks FFDHE ciphersuites (GH-131051) (#131875)
picnixz
[Python-checkins] gh-131050: skip `test_dh_params` when TLS library lacks FFDHE ciphersuites (#131051)
picnixz
[Python-checkins] [3.13] gh-127541: Update os.walk example (GH-127765) (GH-131869)
gpshead
[Python-checkins] gh-127541: Update os.walk example (GH-127765)
gpshead
[Python-checkins] gh-130373: Avoid locking in _LOAD_ATTR_WITH_HINT (#130372)
DinoV
[Python-checkins] [3.13] gh-131807: fix ResourceWarning in test_ucn.py (GH-131808) (#131845)
vstinner
[Python-checkins] docs: -I also implies -P (#131539)
nedbat
[Python-checkins] [3.13] gh-117174: Adapt `test_multiple_statements_fail_early` to new REPL behavior (follow-up gh-131065) (GH-131836) (#131841)
Yhg1s
[Python-checkins] [3.13] gh-117174: Adapt test_multiple_statements_fail_early now that we have always source (GH-131065) (#131850)
Yhg1s
[Python-checkins] gh-131423: Update to OpenSSL 3.0.16. (GH-131839)
zooba
[Python-checkins] gh-131423: Update to OpenSSL 3.0.16. (GH-131839)
zooba
[Python-checkins] gh-131423: Update to OpenSSL 3.0.16. (GH-131839)
zooba
[Python-checkins] [3.12] gh-131807: fix ResourceWarning in test_ucn.py (GH-131808) (#131846)
vstinner
[Python-checkins] GH-131678: fix Windows tail-call CI does not run the test cases (GH-131690)
Fidget-Spinner
[Python-checkins] Use `assert*` comparison methods in `test_timer_comparison` (#129513)
kumaraditya303
[Python-checkins] gh-117174: Adapt `test_multiple_statements_fail_early` to new REPL behavior (follow-up gh-131065) (#131836)
Yhg1s
[Python-checkins] [3.13] gh-127949: fix resource warnings in `test_tasks.py` (GH-128172) (#131805)
kumaraditya303
[Python-checkins] gh-128002: run all asyncio tests with tsan CI (#131797)
kumaraditya303
[Python-checkins] [3.12] gh-131818: Add imply `-P` in `-I`'s help message (GH-131819) (#131823)
vstinner
[Python-checkins] [3.12] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm gen (#131828)
pablogsal
[Python-checkins] [3.13] gh-118518: Minor improvements to perf docs (GH-130866) (#131059)
pablogsal
[Python-checkins] [3.13] gh-128231: Use `runcode()` return value for failing early (GH-129488) (#130513)
hugovk
[Python-checkins] [3.12] gh-128446: Run Windows CI tests on each commit (GH-131702) (#131706)
hugovk
[Python-checkins] [3.13] gh-128446: Run Windows CI tests on each commit (GH-131702) (#131705)
hugovk
[Python-checkins] gh-126835: Refine constant folding tests in `test_peepholer.py::TestTranforms` (#131826)
iritkatriel
[Python-checkins] gh-131738: optimize builtin any/all/tuple calls with a generator expression arg (#131737)
iritkatriel
[Python-checkins] gh-131818: Add imply `-P` in `-I`'s help message (#131819)
vstinner
[Python-checkins] [3.13] gh-131818: Add imply `-P` in `-I`'s help message (GH-131819) (#131822)
vstinner
[Python-checkins] gh-119180: Use equality when comparing against `annotationlib.Format` (#131755)
JelleZijlstra
[Python-checkins] [3.12] gh-88887: Cleanup `multiprocessing.resource_tracker.ResourceTracker` upon deletion (GH-130429) (#131530)
vstinner
[Python-checkins] GH-130296: Remove `_PyOpcode_max_stack_effect` as it is no longer used (GH-131493)
markshannon
[Python-checkins] gh-130587: Add hand-written docs for non-OP tokens (GH-130588)
encukou
[Python-checkins] gh-128770: raise warnings as errors in test suite - except for test_socket which still logs warnings, and internal test warnings that are now logged (#128973)
hugovk
[Python-checkins] GH-130415: Remove redundant sym_matches_type calls in the JIT optimizer (GH-131778)
brandtbucher
[Python-checkins] gh-128438: Use `EnvironmentVarGuard` for `datetimetester.py` to manage environment varibales (#130002)
Eclips4
[Python-checkins] gh-131178: Add tests for `tokenize` command-line interface (#131274)
hugovk
[Python-checkins] gh-118761: Always lazy import `re` in `locale` (#129860)
hugovk
[Python-checkins] [3.12] Fix typo in importlib.metadata.rst (gh-131596) (#131631)
hugovk
[Python-checkins] [3.13] Fix typo in importlib.metadata.rst (gh-131596) (#131630)
hugovk
[Python-checkins] gh-126835: Move constant tuple folding from ast_opt to CFG (#130769)
iritkatriel
[Python-checkins] [3.13] gh-131712: Build _suggestions extension on Windows (GH-131759) (#131790)
vstinner
[Python-checkins] gh-111178: Skip undefined behavior checks in _PyPegen_lookahead() (#131714)
vstinner
[Python-checkins] gh-131712: Build _suggestions extension on Windows (#131759)
vstinner
[Python-checkins] GH-131729: Consider in-memory state when merging storage and stack (GH-131773)
markshannon
[Python-checkins] Revise `pycore_stackref.h` comments. (#130601)
kumaraditya303
[Python-checkins] gh-90548: Make musl test skips smarter (fixes Alpine errors) (#131313)
bitdancer
[Python-checkins] [3.12] gh-131762: Fixed dereferencing the pointer 'parser_token->metadata' with a NULL value (GH-131764) (#131775)
pablogsal
[Python-checkins] gh-131236: allow to generate multiple UUIDs at once via CLI (#131218)
hugovk
[Python-checkins] gh-131763: Replace the redundant check with assert in remove_tools (#131765)
gaogaotiantian
[Python-checkins] GH-119866: Don't clear frame->stackpointer on release builds (GH-131750)
brandtbucher
[Python-checkins] gh-131762: Fixed dereferencing the pointer 'parser_token->metadata' with a NULL value (#131764)
pablogsal
[Python-checkins] [3.13] gh-131762: Fixed dereferencing the pointer 'parser_token->metadata' with a NULL value (GH-131764) (#131774)
pablogsal
[Python-checkins] [3.13] gh-131741: Add documentation for Windows version detection change in `platform` (GH-131742) (#131767)
AA-Turner
[Python-checkins] gh-131586: Avoid refcount contention in some "special" calls (#131588)
colesbury
[Python-checkins] [3.13] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm … (gh-131754)
corona10
[Python-checkins] [3.12] gh-131649: fix test_string_literals SyntaxWarning (GH-131650) (GH-131766) (#131772)
vstinner
[Python-checkins] gh-123358: Use `_PyStackRef` in `LOAD_DEREF` (gh-130064)
colesbury
[Python-checkins] GH-131729: Code-gen better liveness analysis (GH-131732)
markshannon
[Python-checkins] [3.12] gh-131741: Add documentation for Windows version detection change in `platform` (GH-131742) (#131768)
AA-Turner
[Python-checkins] gh-131741: Add documentation for Windows version detection change in `platform` (#131742)
AA-Turner
[Python-checkins] gh-131649: fix test_string_literals SyntaxWarning (#131650)
vstinner
[Python-checkins] gh-117657: Fix data race in `compare_unicode_unicode_threadsafe` (gh-131746)
colesbury
[Python-checkins] [3.13] document that `sys._is_gil_enabled` is CPython-specific (GH-131748) (#131760)
kumaraditya303
[Python-checkins] document that `sys._is_gil_enabled` is CPython-specific (#131748)
kumaraditya303
[Python-checkins] gh-130881: Handle conditionally defined annotations (#130935)
JelleZijlstra
[Python-checkins] GH-130673: Gracefully handle missing sections in JIT build (GH-130906)
brandtbucher
[Python-checkins] GH-131296: fix clang-cl warnings in sysmodule.c (#131304)
vstinner
[Python-checkins] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm gen (gh-131744)
corona10
[Python-checkins] gh-127945: add locking to malloc closure in free-threading (#131662)
kumaraditya303
[Python-checkins] GH-131691: Fix exception handling setting for clang-cl on Windows (GH-131730)
zooba
[Python-checkins] [3.13] gh-129900: Fix `SystemExit` return codes when the REPL is started from the command line (GH-129901) (#131734)
vstinner
[Python-checkins] gh-129900: Fix `SystemExit` return codes when the REPL is started from the command line (#129901)
vstinner
[Python-checkins] GH-130887: Always remove trailing jumps in AArch64 JIT stencils (GH-131042)
brandtbucher
[Python-checkins] gh-131647: fix 'sys.path_hooks is empty' warning in test_importlib (#131648)
vstinner
[Python-checkins] [3.13] gh-131719: add NULL pointer check to `_PyMem_FreeDelayed` (gh-131720) (gh-131722)
colesbury
[Python-checkins] gh-131719: add NULL pointer check to `_PyMem_FreeDelayed` (gh-131720)
colesbury
[Python-checkins] gh-131711: Preventing the use of a null pointer in set_tp_mro (#131713)
vstinner
[Python-checkins] gh-127945: fix thread safety of ctypes state (#131710)
kumaraditya303
[Python-checkins] gh-131707: fix unawaited coroutine warning in test_coroutines.Corouti… (#131708)
sobolevn
[Python-checkins] gh-128446: Run Windows CI tests on each commit (#131702)
hugovk
[Python-checkins] [3.13] gh-131045: [Enum] fix flag containment checks when using values (GH-131053) (#131167)
picnixz
[Python-checkins] gh-131666: mark `anext_awaitable.close` as a `METH_NOARGS` instead of `METH_VARARGS` (#131671)
kumaraditya303
[Python-checkins] GH-131473: Override PreferredToolArchitecture when using Visual Studio bundled clang-cl (GH-131689)
zooba
[Python-checkins] gh-127146: Fix Emscripten build with --pydebug (#131672)
freakboy3742
[Python-checkins] [3.13] gh-131677: Fix flaky test_lru_cache_threaded3 (gh-131679) (gh-131692)
colesbury
[Python-checkins] [3.12] gh-131677: Fix flaky test_lru_cache_threaded3 (gh-131679) (gh-131693)
colesbury
[Python-checkins] gh-131677: Fix flaky test_lru_cache_threaded3 (gh-131679)
colesbury
[Python-checkins] [3.12] gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises (GH-131682) (#131687)
sobolevn
[Python-checkins] gh-130928: Fix error message during bytes formatting for the `'i'` flag (#130967)
sobolevn
[Python-checkins] gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises (#131682)
sobolevn
[Python-checkins] gh-111178: Fix function signature in pyexpat.c (#131674)
vstinner
[Python-checkins] GH-131521: Uses correct build flags for zlib-ng on Windows (GH-131526)
zooba
[Python-checkins] gh-111178: fix UBSan for example code in `extending/newtypes_tutorial` docs (GH-131606)
encukou
[Python-checkins] gh-115684: Clarify datetime `replace` documentation (#116519)
pganssle
[Python-checkins] GH-128520: pathlib ABCs: tighten up argument types (#131621)
barneygale
[Python-checkins] GH-128520: pathlib ABCs: validate `magic_open()` arguments (#131617)
barneygale
[Python-checkins] GH-128520: pathlib ABCs: reject empty pattern in `ReadablePath.glob()` (#127343)
barneygale
[Python-checkins] GH-131296: Remove unused variable from _wmimodule.cpp (GH-131587)
zooba
[Python-checkins] gh-111178: Fix function signatures for test_socket (#131667)
vstinner
[Python-checkins] gh-111178: Skip tests which require deep stack if UBsan (#131669)
vstinner
[Python-checkins] gh-111178: Fix function signatures for test_capi (#131659)
vstinner
[Python-checkins] gh-111178: Fix function signature for test_threading (#131663)
vstinner
[Python-checkins] gh-128421: Avoid TSAN warnings in `sys._current_frames()` (gh-131548)
colesbury
[Python-checkins] gh-111178: Fix function signatures for test_zoneinfo (#131664)
vstinner
[Python-checkins] gh-111178: Fix function signatures for test_ctypes (#131660)
vstinner
[Python-checkins] [3.13] gh-131645: fix ResourceWarnings in `test_asyncio.test_events` (#131646) (#131661)
kumaraditya303
[Python-checkins] gh-128715: Expose ctypes.CField, with info attributes (GH-128950)
encukou
[Python-checkins] [3.12] Docs: Fix documentation for "PyTypeObject Definition" (GH-130936) (GH-131459)
encukou
[Python-checkins] gh-131311: Extract _replace_array_elements from PyCStructUnionType_update_stginfo (GH-131504)
encukou
[Python-checkins] gh-128485: ensure that dlmalloc initializes itself at import time in ctypes (#131633)
kumaraditya303
[Python-checkins] gh-131311: Fix additional memory leaks in ctypes (GH-131429)
encukou
[Python-checkins] gh-131645: fix ResourceWarnings in `test_asyncio.test_events` (#131646)
kumaraditya303
[Python-checkins] [3.13] gh-130587: Add hand-written docs for non-OP tokens (GH-130588) (GH-131465)
encukou
[Python-checkins] gh-123909: Remove obsolete note in PyType_FromMetaclass docs (GH-131506)
encukou
[Python-checkins] gh-111178: fix UBSan failures for `PyStdPrinter_Object` (#131607)
picnixz
[Python-checkins] gh-111178: fix UBSan failures for `Python/instrumentation.c` (#131608)
picnixz
[Python-checkins] gh-111178: fix UBSan failures for `Modules/_testmultiphase.c` (#131615)
picnixz
[Python-checkins] gh-111178: fix UBSan failures for `Modules/_testcapimodule.c` (#131614)
picnixz
[Python-checkins] gh-111178: fix UBSan failures for `PyBytesObject` (#131603)
picnixz
[Python-checkins] gh-111178: fix UBSan failures for `Modules/_testcapi/{buffer,monitoring}.c` (#131613)
picnixz
[Python-checkins] gh-111178: fix UBSan failures for `Python/legacy_tracing.c` (#131611)
picnixz
[Python-checkins] gh-111178: fix UBSan failures for `_PyExecutorObject` (#131610)
picnixz
[Python-checkins] gh-111178: fix UBSan failures for `PyBufferWrapper` (#131616)
picnixz
[Python-checkins] gh-111178: fix UBSan failures for `Modules/_testbuffer.c` (#131612)
picnixz
[Python-checkins] [3.12] gh-131045: [Enum] fix flag containment checks when using values (GH-131053) (#131232)
picnixz
[Python-checkins] [3.12] gh-131357: Add a set of asserts to test.test_capi.test_bytearray (GH-131554) (#131629)
sobolevn
[Python-checkins] gh-121529: Document `from_` parameter in `_mboxMMDF` public methods (#121530)
picnixz
[Python-checkins] gh-111178: fix UBSan failures for `TaskStepMethWrapper` (#131602)
kumaraditya303
[Python-checkins] no-issue: Fix typo in importlib.metadata.rst (gh-131596)
corona10
[Python-checkins] gh-130080: do not fold match case constants in unoptimized AST (#131577)
iritkatriel
[Python-checkins] [3.12] gh-130283: update deprecated links and examples in `urllib.request` docs (GH-130284) (#131627)
picnixz
[Python-checkins] [3.13] gh-130283: update deprecated links and examples in `urllib.request` docs (GH-130284) (#131626)
picnixz
[Python-checkins] gh-130283: update deprecated links and examples in `urllib.request` docs (#130284)
picnixz
[Python-checkins] [3.13] gh-131418: remove unused legacy typedefs in `{md5,sha1}module.c` (GH-131420) (#131620)
picnixz
[Python-checkins] [3.12] gh-121529: Document `from_` parameter in `_mboxMMDF` public methods (GH-121530) (#131622)
picnixz
[Python-checkins] [3.13] gh-121529: Document `from_` parameter in `_mboxMMDF` public methods (GH-121530) (#131623)
picnixz
[Python-checkins] gh-131418: remove unused legacy typedefs in `{md5,sha1}module.c` (#131420)
picnixz
[Python-checkins] [3.13] gh-131357: Add a set of asserts to test.test_capi.test_bytearray (GH-131554) (#131601)
sobolevn
[Python-checkins] gh-131357: Add a set of asserts to test.test_capi.test_bytearray (#131554)
sobolevn
[Python-checkins] GH-131296: fix clang-cl warning on Windows in semaphore.c (GH-131595)
gpshead
[Python-checkins] gh-131566: Skip `test_tracemalloc_track_race` under TSAN (gh-131567)
colesbury
[Python-checkins] [3.13] gh-131441: Add a set of asserts to test.test_capi.test_list (GH-131442) (#131523)
sobolevn
[Python-checkins] gh-131296: fix clang-cl warning in tracemalloc.c (#131514)
vstinner
[Python-checkins] [3.13] gh-131457: Fix typo in BNF description of function signatures (GH-131460) (#131575)
sobolevn
[Python-checkins] [3.12] gh-131457: Fix typo in BNF description of function signatures (GH-131460) (#131576)
sobolevn
[Python-checkins] gh-131457: Fix typo in BNF description of function signatures (#131460)
sobolevn
[Python-checkins] gh-117657: Fix TSAN data race in _PyEval_SetTrace assertion (gh-131561)
colesbury
[Python-checkins] gh-131238: Add missing pycore_function.h includes for JIT compiler (#131571)
vstinner
[Python-checkins] gh-130312: SET_ADD should not lock (#130136)
DinoV
[Python-checkins] GH-128520: pathlib ABCs: allow tests to be run externally (#131315)
barneygale
[Python-checkins] gh-117657: Skip some tests when running with TSAN (gh-131555)
colesbury
[Python-checkins] GH-130415: Optimize constant comparison in JIT builds (GH-131489)
brandtbucher
[Python-checkins] [3.13] gh-131507: Refactor screen and cursor position calculations (GH-131547) (GH-131557)
ambv
[Python-checkins] gh-131507: Refactor screen and cursor position calculations (GH-131547)
ambv
[Python-checkins] gh-131238: Add pycore_interpframe_structs.h header (#131553)
vstinner
[Python-checkins] [3.13] gh-131507: Clean up tests and type checking for `_pyrepl` (GH-131509) (GH-131546)
ambv
[Python-checkins] gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549)
vstinner
[Python-checkins] GH-131513: Cases generator: Allow dead inputs to be reassigned (GH-131515)
markshannon
[Python-checkins] [3.12] gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (GH-131462) (#131519)
vstinner
[Python-checkins] gh-131268: Implement thread names on OpenBSD (#131528)
vstinner
[Python-checkins] [3.12] gh-131441: Add a set of asserts to test.test_capi.test_list (#131442) (#131533)
sobolevn
[Python-checkins] GH-127705: Don't call _Py_ForgetReference before _Py_Dealloc (GH-131508)
markshannon
[Python-checkins] gh-120144: Disable the CALL event when possible to achieve zero overhead pdb (#131390)
gaogaotiantian
[Python-checkins] GH-131331: Rename "not" to "invert" (GH-131334)
brandtbucher
[Python-checkins] gh-131435: random.randint optimization (gh-131436)
rhettinger
[Python-checkins] gh-131453: Add additional constants to winsound module (GH-131454)
zooba
[Python-checkins] [3.13] gh-88887: Cleanup `multiprocessing.resource_tracker.ResourceTracker` upon deletion (GH-130429) (#131516)
vstinner
[Python-checkins] gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (#131462)
vstinner
[Python-checkins] gh-88887: Cleanup `multiprocessing.resource_tracker.ResourceTracker` upon deletion (#130429)
vstinner
[Python-checkins] gh-127833: Use `productionlist` nodes to implement the `grammar-snippet` directive (#130376)
AA-Turner
Earlier messages
Later messages