Messages by Date
-
2025/09/20
[Python-checkins] gh-138704: Add PermissionError messages to profiling.sampling (#138705)
pablogsal
-
2025/09/20
[Python-checkins] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482)
ZeroIntensity
-
2025/09/20
[Python-checkins] gh-137371: refactor and fortify `test.support.hashlib_helper` (#137375)
picnixz
-
2025/09/20
[Python-checkins] [3.13] gh-107194: Improved language of list.index in tutorial (gh-138518) (#138528)
hugovk
-
2025/09/20
[Python-checkins] Revert "gh-66234: Add flag to disable the use of mmap in dbm.gnu (GH-135005)" (GH-136989)
serhiy-storchaka
-
2025/09/19
[Python-checkins] [3.14] gh-138081: fix some dead links in InternalDocs (GH-138082) (#138781)
hugovk
-
2025/09/19
[Python-checkins] gh-138709: Implement CPU time profiling in profiling.sample (#138710)
pablogsal
-
2025/09/19
[Python-checkins] gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164)
ZeroIntensity
-
2025/09/19
[Python-checkins] gh-138013: Split SignalsTest from test_io.test_general (#139079)
vstinner
-
2025/09/19
[Python-checkins] [3.13] gh-118803: Fixup a few references in the 3.13 branch to the intended removal date for `ByteString` (#139171)
AlexWaygood
-
2025/09/19
[Python-checkins] [3.13] gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164) (GH-139169)
ZeroIntensity
-
2025/09/19
[Python-checkins] [3.13] gh-139076: Fix regression in pydoc not showing extension functions (GH-139077) (GH-139161)
serhiy-storchaka
-
2025/09/19
[Python-checkins] gh-138310: Adds sys.audit event for import_module (#138311)
lisroach
-
2025/09/19
[Python-checkins] Fix the reference to unicode specification (#139138)
malemburg
-
2025/09/19
[Python-checkins] gh-139076: Fix regression in pydoc not showing extension functions (GH-139077)
serhiy-storchaka
-
2025/09/19
[Python-checkins] gh-126016: Remove bad assertion in `PyThreadState_Clear` (GH-139158)
ZeroIntensity
-
2025/09/19
[Python-checkins] gh-138171: Migrate iOS testbed location and add Apple build script (#138176)
freakboy3742
-
2025/09/19
[Python-checkins] [3.14] Replace "ordered arguments" with "positional arguments" in `unittest.mock` documentation (GH-137552) (#137553)
hugovk
-
2025/09/19
[Python-checkins] gh-138005: Document that CSV `skipinitialspace=True` and `delimiter=' '` require quotation for empty fields (#138006)
hugovk
-
2025/09/19
[Python-checkins] gh-81148: Eliminate unnecessary check in _strptime when determining AM/PM (#13428)
pganssle
-
2025/09/19
[Python-checkins] gh-135729: Store reference to globals in `Interpreter._decref` (GH-139104)
ZeroIntensity
-
2025/09/19
[Python-checkins] GH-137218: Update `make` for JIT stencils (#137265)
savannahostrowski
-
2025/09/19
[Python-checkins] gh-121237: Add `%:z` directive to datetime.strptime (#136961)
pganssle
-
2025/09/19
[Python-checkins] gh-129813, PEP 782: Fix refleak in sock_recvfrom() (GH-139151)
encukou
-
2025/09/18
[Python-checkins] [3.14] gh-138297 Point link in docs for `finally` to try/else, instead of if/else (GH-138298) (#138381)
hugovk
-
2025/09/18
[Python-checkins] gh-138998: `expat/refresh.sh`: Fail if Step 3 is not completed (GH-139049)
encukou
-
2025/09/18
[Python-checkins] gh-116946: add `Py_TPFLAGS_IMMUTABLETYPE` to several internal types (#138582)
picnixz
-
2025/09/18
[Python-checkins] gh-139098: Use multiphase initialization in `_testcapi` (GH-139102)
ZeroIntensity
-
2025/09/18
[Python-checkins] [3.14] gh-136599: Add tests for long_hash (GH-138335) (#138390)
hugovk
-
2025/09/18
[Python-checkins] [3.14] gh-138307: Update the Ellipsis documentation (GH-138306) (#138440)
hugovk
-
2025/09/18
[Python-checkins] [3.14] gh-138577: Mention Unix-specific limitations of `getpass.getpass(echo_char=...)` (GH-138677) (#138696)
hugovk
-
2025/09/18
[Python-checkins] gh-136003: Skip non-daemon threads when exceptions occur during finalization (GH-139129)
ZeroIntensity
-
2025/09/18
[Python-checkins] gh-119494: Fix error messages for deleting/setting type attributes (#119495)
iritkatriel
-
2025/09/18
[Python-checkins] gh-138385: Sample all interpreters in the tachyon profiler (#138398)
pablogsal
-
2025/09/18
[Python-checkins] gh-118803: Make `ByteString` deprecations louder; remove `ByteString` from `typing.__all__` and `collections.abc.__all__` (#139127)
AlexWaygood
-
2025/09/18
[Python-checkins] gh-138970: Adjust tests for pegen rule flags (#139107)
pablogsal
-
2025/09/18
[Python-checkins] gh-138720: Make Buffered closed check match flush (GH-138724)
encukou
-
2025/09/18
[Python-checkins] [3.13] gh-118803: Improve documentation around `ByteString` deprecation (#139115) (#139137)
AlexWaygood
-
2025/09/18
[Python-checkins] [3.14] gh-137242: Mention Android binary releases in documentation (GH-138305) (#139124)
hugovk
-
2025/09/18
[Python-checkins] gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)
vstinner
-
2025/09/18
[Python-checkins] [3.14] gh-118803: Improve documentation around `ByteString` deprecation (GH-139115) (#139136)
hugovk
-
2025/09/18
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in bufferedio.c (#139121)
vstinner
-
2025/09/18
[Python-checkins] gh-135629: rewrite language reference section on except* to improve clarity (#136150)
iritkatriel
-
2025/09/18
[Python-checkins] gh-118803: Improve documentation around `ByteString` deprecation (#139115)
AlexWaygood
-
2025/09/18
[Python-checkins] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117)
ZeroIntensity
-
2025/09/18
[Python-checkins] gh-137976: Explicitly exclude `localtime` from `available_timezones` (#138012)
pganssle
-
2025/09/18
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in socket recvmsg() (#139131)
vstinner
-
2025/09/18
[Python-checkins] gh-129813, PEP 782: Optimize byteswriter_resize() (#139101)
vstinner
-
2025/09/18
[Python-checkins] fixes gh-139090: add os.RWF_DONTCACHE (#139091)
benjaminp
-
2025/09/18
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _ssl (#138929)
vstinner
-
2025/09/18
[Python-checkins] Make Android streams respect the unbuffered (`-u`) option (#138806)
freakboy3742
-
2025/09/18
[Python-checkins] [3.13] gh-82916: Don't fail when importing from / with sys.pycache_prefix set (GH-30456) (GH-137905)
encukou
-
2025/09/18
[Python-checkins] gh-137242: Mention Android binary releases in documentation (#138305)
freakboy3742
-
2025/09/18
[Python-checkins] gh-139109: Dynamic opcode targets (GH-139111)
Fidget-Spinner
-
2025/09/18
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _sqlite (#138956)
vstinner
-
2025/09/18
[Python-checkins] gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)
ZeroIntensity
-
2025/09/18
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in ssl.MemoryBIO (#139113)
vstinner
-
2025/09/18
[Python-checkins] [3.13] gh-138633: synchronize documented signatures of SSL objects with runtime ones (GH-138639, GH-138648) (#138647)
Yhg1s
-
2025/09/18
[Python-checkins] [3.13] gh-137376: Add note on top-level `global` declarations (GH-137707) (#138022)
Yhg1s
-
2025/09/18
[Python-checkins] Python 3.14.0rc3
hugovk
-
2025/09/18
[Python-checkins] [3.13] gh-138871: Clarify NameError exception in 'del' (GH-138881) (#138904)
Yhg1s
-
2025/09/18
[Python-checkins] [3.13] gh-136006: fix `Py_NAN` expansion on Solaris systems (GH-136575) (#138734)
Yhg1s
-
2025/09/18
[Python-checkins] [3.13] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285) (#138746)
Yhg1s
-
2025/09/18
[Python-checkins] [3.13] Make Android streams respect the unbuffered (`-u`) option (GH-138806) (#139110)
Yhg1s
-
2025/09/18
[Python-checkins] gh-137838: Add CI for no-opt JIT (#139081)
corona10
-
2025/09/18
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _socket (#139097)
vstinner
-
2025/09/18
[Python-checkins] gh-116943: Ensure makesetup does not choke on missing EOL in Setup.* files (#139100)
erlend-aasland
-
2025/09/18
[Python-checkins] GH-138378: Move globals-to-consts pass into main optimizer pass (GH-138379)
markshannon
-
2025/09/18
[Python-checkins] Revert gh-139075. The sumprod fix needs more work. (gh-139092)
rhettinger
-
2025/09/17
[Python-checkins] [3.13] gh-138432: Improved invalid path checking in zoneinfo.reset_tzpath() (GH-138433) (GH-138778)
serhiy-storchaka
-
2025/09/17
[Python-checkins] gh-138514: getpass: restrict `echo_char` to a single ASCII character (#138591)
picnixz
-
2025/09/17
[Python-checkins] Remove unnecessary slice in heapq.py (gh-139087)
rhettinger
-
2025/09/17
[Python-checkins] [3.13] gh-134163: Fix an infinite loop when the process runs out of memory in a `try` block (GH-138491)
ZeroIntensity
-
2025/09/17
[Python-checkins] [3.13] gh-138005: Document that CSV `skipinitialspace=True` and `delimiter=' '` require quotation for empty fields (GH-138006) (#138799)
hugovk
-
2025/09/17
[Python-checkins] gh-138970: Add general metadata system to the peg generator (#138971)
pablogsal
-
2025/09/17
[Python-checkins] [3.14] GH-139067: Add example for `argparse`'s `append` action (GH-131389) (#139068)
hugovk
-
2025/09/17
[Python-checkins] [3.14] gh-87281: Improve documentation for locale.setlocale() and locale.getlocale() (GH-137313) (#137722)
hugovk
-
2025/09/17
[Python-checkins] gh-139074: Fix missing high precision case in sumprod() (gh-139075)
rhettinger
-
2025/09/17
[Python-checkins] gh-138813: Fix mutable default kwargs={} in multiprocessing BaseProcess and DummyProcess to use None (GH-138814)
gpshead
-
2025/09/17
[Python-checkins] gh-99948: Support ctypes.util.find_library in emscripten environment (#138519)
freakboy3742
-
2025/09/17
[Python-checkins] [3.13] gh-71810: Fix _PyLong_AsByteArray() undefined behavior (GH-138873) (#138884)
vstinner
-
2025/09/17
[Python-checkins] GH-138355: Remove trash_delete_later from _gc_runtime_state (#138767)
vstinner
-
2025/09/17
[Python-checkins] [3.14] gh-138081: Fix/remove incorrect links in `idlelib/HISTORY.txt` (GH-138091) (#138124)
hugovk
-
2025/09/17
[Python-checkins] gh-133879: Improve consistency of full stops and whitespace in What's New (#138635)
AA-Turner
-
2025/09/17
[Python-checkins] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285)
encukou
-
2025/09/17
[Python-checkins] [3.13] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (#138974)
ambv
-
2025/09/17
[Python-checkins] gh-134466: Don't run when termios is inaccessible (GH-138911)
ambv
-
2025/09/17
[Python-checkins] [3.14] Docs: Use the correct example module in warnings.rst (GH-137402) (#137492)
hugovk
-
2025/09/17
[Python-checkins] gh-138714: Don't assume next block has instructions when propagating line numbers (#138770)
DinoV
-
2025/09/17
[Python-checkins] [3.14] gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932) (#139034)
hugovk
-
2025/09/17
[Python-checkins] gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)
corona10
-
2025/09/17
[Python-checkins] gh-86819: Add ISO-TP CAN socket constants (#23794)
erlend-aasland
-
2025/09/17
[Python-checkins] GH-92266: Remove embedded tabs from ``c-analyzer/cpython/_parser.py`` (#137622)
AA-Turner
-
2025/09/17
[Python-checkins] gh-129813, PEP 782: Set invalid bytes in PyBytesWriter (#139054)
vstinner
-
2025/09/17
[Python-checkins] [3.13] GH-139067: Add example for `argparse`'s `append` action (GH-131389) (#139069)
savannahostrowski
-
2025/09/17
[Python-checkins] GH-137630: Convert ``_interpqueues`` to use Argument Clinic (#137685)
AA-Turner
-
2025/09/17
[Python-checkins] [3.14] gh-139006: Doc: Clarify html.escape function description (GH-139016) (#139036)
ezio-melotti
-
2025/09/17
[Python-checkins] [3.13] gh-134466: Don't run when termios is inaccessible (GH-138911) (GH-139030)
ambv
-
2025/09/17
[Python-checkins] [3.13] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738) (#139063)
erlend-aasland
-
2025/09/17
[Python-checkins] gh-139006: Doc: Clarify html.escape function description (#139016)
ezio-melotti
-
2025/09/17
[Python-checkins] GH-139067: Add example for `argparse`'s `append` action (#131389)
savannahostrowski
-
2025/09/17
[Python-checkins] [3.13] gh-139006: Doc: Clarify html.escape function description (GH-139016) (#139037)
ezio-melotti
-
2025/09/17
[Python-checkins] [3.14] gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten trampoline (GH-137470) (#139039)
hugovk
-
2025/09/17
[Python-checkins] [3.14] gh-132558: Improve `argparse` docs on combining `type` and `choices` (GH-133827) (#139057)
hugovk
-
2025/09/17
[Python-checkins] [3.13] gh-132558: Improve `argparse` docs on combining `type` and `choices` (GH-133827) (#139058)
savannahostrowski
-
2025/09/17
[Python-checkins] [3.13] gh-129368: In PyRun C API docs, clarify what a "start token" is (GH-129935) (#139043)
erlend-aasland
-
2025/09/17
[Python-checkins] gh-129368: In PyRun C API docs, clarify what a "start token" is (#129935)
erlend-aasland
-
2025/09/17
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _testclinic (#139048)
vstinner
-
2025/09/17
[Python-checkins] [3.13] gh-135629: rewrite language reference section on except* to improve clarity (GH-136150) (#139060)
iritkatriel
-
2025/09/17
[Python-checkins] [3.13] gh-137988: Fix const description in argparse.add_argument() docs (GH-138315) (#139052)
savannahostrowski
-
2025/09/17
[Python-checkins] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738)
erlend-aasland
-
2025/09/17
[Python-checkins] [3.14] gh-137988: Fix const description in argparse.add_argument() docs (GH-138315) (#139051)
hugovk
-
2025/09/17
[Python-checkins] gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932)
zooba
-
2025/09/17
[Python-checkins] gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten trampoline (#137470)
freakboy3742
-
2025/09/17
[Python-checkins] gh-138952: Document platform.machine() output casing inconsistency across platforms (#138962)
ned-deily
-
2025/09/17
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _multiprocessing (#139047)
vstinner
-
2025/09/17
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _Py_bytes_maketrans() (#139044)
vstinner
-
2025/09/17
[Python-checkins] gh-132558: Improve `argparse` docs on combining `type` and `choices` (#133827)
savannahostrowski
-
2025/09/17
[Python-checkins] gh-128639: Don't assume one thread in subinterpreter finalization with fixed daemon thread support (GH-134606)
ZeroIntensity
-
2025/09/17
[Python-checkins] Add pganssle to CODEOWNERS for ``zoneinfo`` (#139032)
AA-Turner
-
2025/09/17
[Python-checkins] gh-137988: Fix const description in argparse.add_argument() docs (#138315)
savannahostrowski
-
2025/09/17
[Python-checkins] [3.13] gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962) (#139046)
ned-deily
-
2025/09/17
[Python-checkins] gh-131776: Expose functions called from the interpreter loop via PyAPI_FUNC (#134242)
DinoV
-
2025/09/17
[Python-checkins] gh-76760: test that `uuid.uuid1()` sets the version field (#139033)
picnixz
-
2025/09/17
[Python-checkins] [3.14] gh-99948: Support ctypes.util.find_library in emscripten environment (GH-138519) (#139022)
hugovk
-
2025/09/17
[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: C API (GH-138987) (#139021)
hugovk
-
2025/09/17
[Python-checkins] [3.14] gh-138514: getpass: restrict `echo_char` to a single ASCII character (GH-138591) (#138988)
hugovk
-
2025/09/17
[Python-checkins] gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932)
zooba
-
2025/09/17
[Python-checkins] [3.13] Synced docs and docstring for `sysconfig.get_platform` (GH-135530) (#138975)
ned-deily
-
2025/09/17
[Python-checkins] [3.14] gh-138998: Upgrade vendored expat to 2.7.2 (GH-138999) (#139024)
hugovk
-
2025/09/17
[Python-checkins] gh-138998: Upgrade vendored expat to 2.7.2 (#138999)
hugovk
-
2025/09/17
[Python-checkins] GH-123299: Copyedit 3.14 What's New: C API (#138987)
AA-Turner
-
2025/09/17
[Python-checkins] [3.14] gh-137226: Fix get_type_hints() on generic TypedDict with stringified annotations (GH-138953) (#138989)
hugovk
-
2025/09/17
[Python-checkins] [3.14] gh-138966: Add description for `gi_suspended` attribute (GH-139008) (#139020)
hugovk
-
2025/09/17
[Python-checkins] [3.13] gh-138966: Add description for `gi_suspended` attribute (GH-139008) (GH-139019)
ZeroIntensity
-
2025/09/17
[Python-checkins] gh-138966: Add description for `gi_suspended` attribute (GH-139008)
ZeroIntensity
-
2025/09/17
[Python-checkins] gh-71679: Share the repr implementation between bytes and bytearray (GH-138181)
serhiy-storchaka
-
2025/09/17
[Python-checkins] [3.14] Revert "gh-118803: Remove `ByteString` from `typing` and `collections.abc` (GH-118804)" (GH-138990) (#138995)
hugovk
-
2025/09/16
[Python-checkins] fix some typos (#138977)
kumaraditya303
-
2025/09/16
[Python-checkins] [3.14] gh-110936: Reorder string literal definition in Lexical Analysis (GH-138063) (#138373)
hugovk
-
2025/09/16
[Python-checkins] gh-134716: Support regular expressions in -W and PYTHONWARNINGS (GH-138149)
serhiy-storchaka
-
2025/09/16
[Python-checkins] Revert "gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)" (#138990)
AlexWaygood
-
2025/09/16
[Python-checkins] [3.14] gh-137985: Correct description of Formatter's datefmt param in logging documentation (GH-138530) (#138565)
hugovk
-
2025/09/16
[Python-checkins] GH-129805: Clean up some changes from GH-129806 (GH-133540)
brandtbucher
-
2025/09/16
[Python-checkins] gh-137226: Fix get_type_hints() on generic TypedDict with stringified annotations (#138953)
JelleZijlstra
-
2025/09/16
[Python-checkins] [3.14] gh-54874: Expand unicodedata module documentation (GH-138301) (#138346)
hugovk
-
2025/09/16
[Python-checkins] [3.14] gh-138871: Clarify NameError exception in 'del' (GH-138881) (#138903)
hugovk
-
2025/09/16
[Python-checkins] gh-129813, PEP 782: Add doc reference link (#138986)
vstinner
-
2025/09/16
[Python-checkins] Adds support for building with VisualStudioVersion = 18.0 (GH-138980)
zooba
-
2025/09/16
[Python-checkins] [3.14] gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (GH-138350) (#138356)
hugovk
-
2025/09/16
[Python-checkins] Synced docs and docstring for `sysconfig.get_platform` (#135530)
ned-deily
-
2025/09/16
[Python-checkins] [3.14] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-138133) (#138973)
pablogsal
-
2025/09/16
[Python-checkins] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-138133)
ambv
-
2025/09/16
[Python-checkins] gh-129813, PEP 782: Soft deprecate _PyBytes_Resize() (#138964)
vstinner
-
2025/09/16
[Python-checkins] gh-88473: Implement fast path in date.today() for date types (#130980)
pganssle
-
2025/09/16
[Python-checkins] [3.14] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089) (#138938)
hugovk
-
2025/09/16
[Python-checkins] gh-138013: Remove load_tests in test_io.test_general (#138771)
vstinner
-
2025/09/16
[Python-checkins] [3.13] gh-138163: skip failures if tests are run with `SCHED_BATCH` on glibc (GH-138576) (GH-138819)
encukou
-
2025/09/16
[Python-checkins] gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-137735)
colesbury
-
2025/09/15
[Python-checkins] gh-138958: remove unused variable in Lib/asyncio/streams.py (#138959)
kumaraditya303
-
2025/09/15
[Python-checkins] [3.13] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089) (GH-138942)
ambv
-
2025/09/15
[Python-checkins] [3.13] gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying OS thread exits (gh-137315) (gh-138917)
colesbury
-
2025/09/15
[Python-checkins] Re-order Modules/makesetup in CODEOWNERS and update owners (#138628)
emmatyping
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Add PyBytesWriter.overallocate (#138941)
vstinner
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in bufferedio.c (#138954)
vstinner
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in FileIO.read() (#138955)
vstinner
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _sha3 (#138923)
vstinner
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _io.FileIO.readall (#138901)
vstinner
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _winapi.PeekNamedPipe() (#138930)
vstinner
-
2025/09/15
[Python-checkins] gh-134953: Expand theming for `True`/`False`/`None` (#135000)
ambv
-
2025/09/15
[Python-checkins] gh-97517: Add documentation links to datetime strftime/strptime docstrings (#138559)
pganssle
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _hashopenssl (#138922)
vstinner
-
2025/09/15
[Python-checkins] [3.14] gh-138801: re-enable `pyrepl` tests on Windows (GH-138802) (GH-138815)
ambv
-
2025/09/15
[Python-checkins] gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) (GH-138268)
ambv
-
2025/09/15
[Python-checkins] [3.13] gh-137490: Fix signal.sigwaitinfo() on NetBSD (GH-137523) (GH-138936)
serhiy-storchaka
-
2025/09/15
[Python-checkins] gh-37817: Allow assignment to __bases__ of direct subclasses of builtin classes (GH-137585)
serhiy-storchaka
-
2025/09/15
[Python-checkins] [3.13] gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. (GH-131201) (GH-138934)
ambv
-
2025/09/15
[Python-checkins] gh-134953: Make the True/False/None check more efficient (GH-138931)
ambv
-
2025/09/15
[Python-checkins] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089)
ambv
-
2025/09/15
[Python-checkins] gh-132732: Clear errors in JIT optimizer on error (GH-136048)
Fidget-Spinner
-
2025/09/15
[Python-checkins] gh-138239: Fix incorrect highlighting of "type" in type statements in the REPL (GH-138241)
ambv
-
2025/09/15
[Python-checkins] gh-137490: Fix signal.sigwaitinfo() on NetBSD (GH-137523)
serhiy-storchaka
-
2025/09/15
[Python-checkins] GH-132732: Remove textwrap import (#138933)
savannahostrowski
-
2025/09/15
[Python-checkins] [3.14] gh-134953: Expand theming for `True`/`False`/`None` (GH-135000) (#138928)
hugovk
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _curses (#138920)
vstinner
-
2025/09/15
[Python-checkins] GH-132732: Use pure op machinery to optimize various instructions with `_POP_TOP` and `_POP_TWO` (#137577)
savannahostrowski
-
2025/09/15
[Python-checkins] gh-137992: fix `PyRefTracer_SetTracer` to start world before returning (#138925)
pablogsal
-
2025/09/15
[Python-checkins] gh-138712: Add os.NODEV (GH-138728)
serhiy-storchaka
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _codecs.escape_decode() (#138919)
vstinner
-
2025/09/15
[Python-checkins] [3.13] gh-138779: Use the dev_t converter for st_rdev (GH-138780) (GH-138927)
serhiy-storchaka
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Init small_buffer in PyBytesWriter_Create() (#138924)
vstinner
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in fcntl (#138921)
vstinner
-
2025/09/15
[Python-checkins] gh-138779: Use the dev_t converter for st_rdev (GH-138780)
serhiy-storchaka
-
2025/09/15
[Python-checkins] gh-137956: Guard against non-free-threaded extensions in free-threaded builds (GH-137957)
encukou
-
2025/09/15
[Python-checkins] [3.13] gh-138902: Fix generator send arg name (GH-138905) (#138913)
sobolevn
-
2025/09/15
[Python-checkins] gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying OS thread exits (gh-137315)
colesbury
-
2025/09/15
[Python-checkins] gh-138902: Fix generator send arg name (#138905)
sobolevn
-
2025/09/15
[Python-checkins] gh-137992: Stop the world when calling PyRefTracer_SetTracer (#137994)
pablogsal
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_FormatEx() (#138839)
vstinner
-
2025/09/15
[Python-checkins] gh-138794: Communicate to PyRefTracer when they are being replaced (#138797)
pablogsal