python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] [3.13] gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (GH-132190)
ned-deily
[Python-checkins] gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (#132190)
ned-deily
[Python-checkins] [3.12] gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189)
ned-deily
[Python-checkins] [3.13] gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189)
ned-deily
[Python-checkins] gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189)
ned-deily
[Python-checkins] gh-129204: Add _PYTHON_SUBPROCESS_USE_POSIX_SPAWN environment knob (GH-132184)
gpshead
[Python-checkins] [3.12] gh-91132: Update macOS installer to use ncurses 6.5. (GH-129990)
ned-deily
[Python-checkins] [3.13] gh-91132: Update macOS installer to use ncurses 6.5. (GH-129990)
ned-deily
[Python-checkins] [3.13] Docs: Add a single table summary for ``cmath`` (GH-131887) (#132179)
AA-Turner
[Python-checkins] [3.12] Docs: Add a single table summary for ``cmath`` (GH-131887) (#132180)
AA-Turner
[Python-checkins] Docs: Add a single table summary for ``cmath`` (#131887)
AA-Turner
[Python-checkins] gh-132168: Add `__class_getitem__` to `ctypes.py_object` (#132169)
AA-Turner
[Python-checkins] gh-84481: Add ZipFile.data_offset attribute (#132165)
gpshead
[Python-checkins] gh-126703: Add freelist for range and range_iter objects (GH-128619)
Fidget-Spinner
[Python-checkins] gh-131591: Handle includes for iOS in remote_debugging.c (#132050)
pablogsal
[Python-checkins] gh-132121: Always escape non-printable characters in pygettext (GH-132122)
serhiy-storchaka
[Python-checkins] [3.12] GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107780) (#107841)
Yhg1s
[Python-checkins] [3.13] gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization (GH-132018) (#132161)
sobolevn
[Python-checkins] [3.13] gh-132159: Do not shadow user arguments in generated `__new__` by `@warnings.deprecated` (GH-132160) (#132163)
JelleZijlstra
[Python-checkins] gh-132159: Do not shadow user arguments in generated `__new__` by `@warnings.deprecated` (#132160)
JelleZijlstra
[Python-checkins] gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization (#132018)
sobolevn
[Python-checkins] gh-132139: 3.14 what's new: elaborate on why you can no longer set `Union` attributes (#132157)
ambv
[Python-checkins] gh-131178: Add tests for `pickle` command-line interface (#131275)
picnixz
[Python-checkins] gh-132139: Document that you can no longer set attributes on unions (#132146)
AA-Turner
[Python-checkins] gh-128182: add critical sections to ctypes arrays getters and setters (#132152)
kumaraditya303
[Python-checkins] [3.13] gh-132038: Make perf version check in test_perf_profiler more robust (GH-132039) (#132058)
hugovk
[Python-checkins] [3.13] Docs: Replace dead hyperlink for CGI environment variables (GH-132137) (#132150)
picnixz
[Python-checkins] [3.12] Docs: Replace dead hyperlink for CGI environment variables (GH-132137) (#132151)
picnixz
[Python-checkins] Docs: Replace dead hyperlink for CGI environment variables (#132137)
picnixz
[Python-checkins] [3.13] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-132135) (#132144)
AA-Turner
[Python-checkins] [3.12] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-132135) (#132145)
AA-Turner
[Python-checkins] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (#132135)
AA-Turner
[Python-checkins] GH-131798: Narrow the result of _CONTAINS_OP_SET to bool in the JIT (GH-132057)
brandtbucher
[Python-checkins] gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880)
serhiy-storchaka
[Python-checkins] [3.12] Fix numbered list syntax in programming.rst (GH-130158) (#132141)
AA-Turner
[Python-checkins] [3.13] Fix numbered list syntax in programming.rst (GH-130158) (#132140)
AA-Turner
[Python-checkins] Fix numbered list syntax in programming.rst (#130158)
AA-Turner
[Python-checkins] GH-118761: Expose more core interpreter types in ``_types`` (#132103)
AA-Turner
[Python-checkins] [3.13] Backport miscellaneous Android testbed changes (#131985)
freakboy3742
[Python-checkins] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754)
encukou
[Python-checkins] Minor improvements to the programming FAQ (#127261)
AA-Turner
[Python-checkins] gh-131507: Clean up tests and type checking for `_pyrepl` (#131509)
ambv
[Python-checkins] gh-131675: Fix `mi_atomic_yield` in mimalloc on 32-bit ARM (gh-131784)
colesbury
[Python-checkins] [3.13] gh-131736: only apply `security_level` workaround in `test_ssl` for security levels greater than 1 (GH-131739) (#131967)
picnixz
[Python-checkins] [3.12] gh-127541: Update os.walk example (GH-127765) (#131873)
picnixz
[Python-checkins] gh-107369: Optimise ``textwrap.indent()`` (#131923)
AA-Turner
[Python-checkins] gh-131865: Properly apply exported CFLAGS for dtrace/systemtap builds (#131866)
vstinner
[Python-checkins] [3.12] gh-70647: update docs to mention the datetime 1900 year default 2/29 issue (#131534)
gpshead
[Python-checkins] gh-131936: Strengthen check in `_suggestions._generate_suggestions` (#131945)
vstinner
[Python-checkins] [3.13] gh-130132: properly free resources in `urrlib.urlopen` examples (GH-130280) (#131394)
picnixz
[Python-checkins] [3.13] gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (GH-131462) (#131518)
vstinner
[Python-checkins] gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)
vstinner
[Python-checkins] GH-125866: Deprecate `nturl2path` module (#131432)
barneygale
[Python-checkins] [3.12] gh-127949: fix resource warnings in `test_tasks.py` (GH-128172) (#131806)
kumaraditya303
[Python-checkins] gh-130197: pygettext: Test the --escape option (GH-131902)
serhiy-storchaka
[Python-checkins] gh-70647: Raise a more informative error for when date is out of range (GH-131335)
gpshead
[Python-checkins] [3.13] Docs: fix shell command formatting (GH-131310) (#131443)
hugovk
[Python-checkins] gh-131740: minor readability fix in PyUnstable_GC_VisitObjects (gh-131786)
corona10
[Python-checkins] gh-111178: fix UBSan failures for `anextawaitableobject` (#131609)
picnixz
[Python-checkins] gh-111178: Fix getsockaddrarg() undefined behavior (#131668)
vstinner
[Python-checkins] [3.13] gh-131649: fix test_string_literals SyntaxWarning (GH-131650) (#131766)
vstinner
[Python-checkins] gh-131782: Fix cast to match type of `bits` in `_Py_TryIncrefCompareStackRef` (#131783)
kumaraditya303
[Python-checkins] gh-111178: Fix function signatures for multiple tests (#131496)
vstinner
[Python-checkins] [3.12] gh-125957: sync argument naming in sphinx docs of the cmath and help() (GH-125958) (#131963)
AA-Turner
[Python-checkins] gh-128421: Add locking to most frame object functions (gh-131479)
colesbury
[Python-checkins] gh-131269: Minor optimization in random.py (#131270)
rhettinger
[Python-checkins] GH-131498: Remove conditional stack effects (GH-131499)
markshannon
[Python-checkins] gh-128421: add critical section around `traceback.tb_next` (#131322)
kumaraditya303
[Python-checkins] [3.12] GH-121970: Extract `pydoc_topics` into a new extension (GH-131256) (#131512)
AA-Turner
[Python-checkins] gh-131888: fix ResourceWarning in test_ftplib (#131889)
vstinner
[Python-checkins] gh-132132: Upgrade LLVM on tail calling CI (GH-132098)
Fidget-Spinner
[Python-checkins] gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)
Fidget-Spinner
[Python-checkins] gh-126703: Add PyCFunction freelist (GH-128692)
Fidget-Spinner
[Python-checkins] Generate social media preview cards for the documentation (#132101)
AA-Turner
[Python-checkins] [3.13] Skip a test for Bluetooth HCI socket (added in GH-132023) if it fails (GH-132072) (GH-132125)
serhiy-storchaka
[Python-checkins] Skip a test for Bluetooth HCI socket (added in GH-132023) if it fails (GH-132072)
serhiy-storchaka
[Python-checkins] [3.13] Add tests for Bluetooth RFCOMM, HCI and SCO (GH-132023) (GH-132071)
serhiy-storchaka
[Python-checkins] gh-111178: Fix function signatures in _testbuffer.c (#131463)
vstinner
[Python-checkins] Docs: Fix typo in `InternalDocs/jit.md` (#132119)
picnixz
[Python-checkins] gh-128182: add critical section to `_ctypes.Simple` getters and setters (#132081)
kumaraditya303
[Python-checkins] gh-128182: add critical section to `_ctypes.PyCData` methods (#132082)
kumaraditya303
[Python-checkins] [3.12] gh-131015: Add test for bytes formatting errors (#131881) (#132114)
picnixz
[Python-checkins] [3.13] gh-131015: Add test for bytes formatting errors (#131881) (#132115)
picnixz
[Python-checkins] [3.13] Docs: document `plistlib.InvalidFileException` (GH-132069) (#132116)
picnixz
[Python-checkins] [3.12] Docs: document `plistlib.InvalidFileException` (GH-132069) (#132117)
picnixz
[Python-checkins] gh-85162: Add `HTTPSServer` to `http.server` to serve files over HTTPS (#129607)
picnixz
[Python-checkins] Docs: document `plistlib.InvalidFileException` (#132069)
picnixz
[Python-checkins] gh-131015: Add test for bytes formatting errors (#131881)
picnixz
[Python-checkins] gh-131912: Improve description of grouping options in the format specification docs (#132030)
picnixz
[Python-checkins] gh-131233: remove return-in-finally in multiprocessing/connection.py (#131416)
iritkatriel
[Python-checkins] gh-129463, gh-128593: Simplify ForwardRef (#129465)
JelleZijlstra
[Python-checkins] gh-131525: Remove `_HashedSeq` wrapper from `lru_cache` (gh-131922)
rhettinger
[Python-checkins] GH-131770: increase assumed WASI stack size to 131072 (wasi-sdk default) (#131844)
FFY00
[Python-checkins] gh-118915: Document `PY_MONITORING_IS_INSTRUMENTED_EVENT` (GH-128026)
encukou
[Python-checkins] gh-109599: Expose `CapsuleType` via the `_types` module (#131969)
AA-Turner
[Python-checkins] [3.13] gh-130115: fix thread identifiers for 32-bit musl (GH-130391) (GH-132089)
pitrou
[Python-checkins] [3.12] gh-89039: Call subclass constructors in datetime.*.replace (GH-114780) (GH-131239)
serhiy-storchaka
[Python-checkins] gh-128632: fix segfault on nested __classdict__ type param (#128744)
JelleZijlstra
[Python-checkins] gh-131938: Update exception message for `Element.remove()` when an element is not found (#131972)
picnixz
[Python-checkins] gh-130167: Optimise ``textwrap.dedent()`` (#131919)
AA-Turner
[Python-checkins] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (#132003)
sobolevn
[Python-checkins] gh-105499: typing: Remove an unused function (#131946)
JelleZijlstra
[Python-checkins] gh-130843: expose 48-bit timestamp for UUIDv7 (#131838)
picnixz
[Python-checkins] [3.13] gh-130655: Add a test for bad magic numbers in `.mo` files parsed by `gettext` (GH-131909) (#132077)
picnixz
[Python-checkins] gh-131238: Add pycore_interpframe.h to PYTHON_HEADERS (#131545)
vstinner
[Python-checkins] gh-125957: sync argument naming in sphinx docs of the cmath and help() (#125958)
AA-Turner
[Python-checkins] gh-131807: fix ResourceWarning in test_ucn.py (#131808)
vstinner
[Python-checkins] gh-131895: fix clang `$PATH` on Darwin runners for tail-calling interpreter (#131903)
picnixz
[Python-checkins] [3.13] gh-131277: allow EnvironmentVarGuard to unset more than one environment variable at once (GH-131280) (#131409)
picnixz
[Python-checkins] gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
zooba
[Python-checkins] gh-132013: use relaxed atomics in hash of frozenset (#132014)
kumaraditya303
[Python-checkins] GH-131296: Fix clang-cl warnings on Windows in sqlite3 (GH-131906)
zooba
[Python-checkins] [3.13] gh-117657: Fix TSAN data race in _PyEval_SetTrace assertion (gh-131561) (#131564)
colesbury
[Python-checkins] gh-118761: Defer import of functools in annotationlib (#132059)
JelleZijlstra
[Python-checkins] [3.12] gh-131418: remove unused legacy typedefs in `{md5,sha1}module.c` (GH-131420) (#131619)
picnixz
[Python-checkins] gh-130655: Add a test for corrupt `.mo` files in `gettext` (#131911)
picnixz
[Python-checkins] gh-127945: fix thread safety of creating instances of ctypes structures (#131716)
kumaraditya303
[Python-checkins] gh-127945: mark `TestLocalization` as thread unsafe in ctypes (#131899)
kumaraditya303
[Python-checkins] gh-131933: Document UnionType/Union merger in What's New (#131941)
JelleZijlstra
[Python-checkins] [3.13] Fix typo in `template_replace()` test helper docstring (GH-132094) (#132095)
picnixz
[Python-checkins] [3.12] Fix typo in `template_replace()` test helper docstring (GH-132094) (#132096)
picnixz
[Python-checkins] Fix typo in `template_replace()` test helper docstring (#132094)
JelleZijlstra
[Python-checkins] GH-131498: Cases generator: manage stacks automatically (GH-132074)
markshannon
[Python-checkins] gh-100239: fix bug in comparison (#132093)
iritkatriel
[Python-checkins] gh-105499: Defer "import warnings" in typing (#132061)
JelleZijlstra
[Python-checkins] gh-132075: Fix possible use of sockaddr structures with uninitialized members (GH-132076)
serhiy-storchaka
[Python-checkins] GH-131288: Use `_AddressOfReturnAddress` for MSVC in pycore_ceval.h (gh-131289)
colesbury
[Python-checkins] [3.12] gh-128632: fix segfault on nested __classdict__ type param (GH… (#132090)
JelleZijlstra
[Python-checkins] [3.12] gh-130655: Add a test for corrupt `.mo` files in `gettext` (GH-131911) (#132080)
picnixz
[Python-checkins] gh-118761: Lazily import annotationlib in typing (#132060)
JelleZijlstra
[Python-checkins] gh-130655: Add a test for bad magic numbers in `.mo` files parsed by `gettext` (#131909)
picnixz
[Python-checkins] [3.13] gh-128632: fix segfault on nested __classdict__ type param (GH-128744) (#132085)
JelleZijlstra
[Python-checkins] [3.13] gh-130655: Add tests for `gettext.find()` (GH-130691) (#132084)
picnixz
[Python-checkins] gh-125434: Display thread name in faulthandler (#132016)
vstinner
[Python-checkins] [3.12] gh-130655: Add a test for bad magic numbers in `.mo` files parsed by `gettext` (GH-131909) (#132078)
picnixz
[Python-checkins] [3.13] gh-130655: Add a test for corrupt `.mo` files in `gettext` (GH-131911) (#132079)
picnixz
[Python-checkins] [3.12] gh-130655: Add tests for `gettext.find()` (GH-130691) (#132083)
picnixz
[Python-checkins] [3.13] gh-132075: Fix possible use of sockaddr structures with uninitialized members (GH-132076) (GH-132086)
serhiy-storchaka
[Python-checkins] gh-100239: more refined specialisation stats for BINARY_OP/SUBSCR (#132068)
iritkatriel
[Python-checkins] gh-130115: fix thread identifiers for 32-bit musl (#130391)
pitrou
[Python-checkins] [3.12] gh-132075: Fix possible use of sockaddr structures with uninitialized members (GH-132076) (GH-132087)
serhiy-storchaka
[Python-checkins] Add tests for Bluetooth RFCOMM, HCI and SCO (GH-132023)
serhiy-storchaka
[Python-checkins] gh-131591: Implement PEP 768 (#131937)
pablogsal
[Python-checkins] Enable Windows on Arm GitHub runners (#131994)
ambv
[Python-checkins] gh-132038: Make perf version check in test_perf_profiler more robust (#132039)
AA-Turner
[Python-checkins] [3.10] gh-80222: Fix email address header folding with long quoted-string (GH-122753) (GH-129111)
ambv
[Python-checkins] gh-128661: Remove DeprecationWarning in evaluate_forward_ref (#128930)
JelleZijlstra
[Python-checkins] [3.9] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131272) (GH-131364)
ambv
[Python-checkins] gh-131423: Update OpenSSL build tag to 3.0.16.2 to fix ARM64 crash (GH-132051)
zooba
[Python-checkins] gh-131423: Update OpenSSL build tag to 3.0.16.2 to fix ARM64 crash (GH-132051)
zooba
[Python-checkins] gh-131423: Update OpenSSL build tag to 3.0.16.2 to fix ARM64 crash (GH-132051)
zooba
[Python-checkins] [3.11] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131272) (GH-131362)
ambv
[Python-checkins] [3.10] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (GH-131411)
ambv
[Python-checkins] [3.9] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (GH-131412)
ambv
[Python-checkins] [3.11] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (GH-131405)
ambv
[Python-checkins] [3.10] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127905) (GH-131971)
ambv
[Python-checkins] [3.11] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127905) (GH-131970)
ambv
[Python-checkins] GH-131904: Fix Py_STACKREF_DEBUG build (GH-132022)
markshannon
[Python-checkins] Remove deferred ``typing`` import in ``annotationlib`` (#132034)
JelleZijlstra
[Python-checkins] gh-60115: Support frozen modules for linecache.getline() (#131638)
gaogaotiantian
[Python-checkins] gh-118761: Optimise import time for ast (#131953)
AA-Turner
[Python-checkins] [3.13] gh-130197: pygettext: Test the --escape option (GH-131902) (GH-132032)
serhiy-storchaka
[Python-checkins] [3.12] gh-130197: pygettext: Test the --escape option (GH-131902) (GH-132033)
serhiy-storchaka
[Python-checkins] gh-118761: Fix star-import of ast (#132025)
AA-Turner
[Python-checkins] gh-111178: Skip test_perf_profiler on function sanitizer (#132020)
vstinner
[Python-checkins] [3.13] gh-131544: Update docs for PyType_AddWatcher (gh-132015) (gh-132019)
corona10
[Python-checkins] gh-59705: Fix solaris detection in test_threading.test_set_name() (#132012)
vstinner
[Python-checkins] gh-131974: Fix usages of `locked_deref` in `ctypes` (#131975)
vstinner
[Python-checkins] gh-131544: Update docs for PyType_AddWatcher (gh-132015)
corona10
[Python-checkins] [3.13] gh-131888: fix ResourceWarning in test_ftplib (GH-131889) (#132009)
vstinner
[Python-checkins] [3.12] gh-131888: fix ResourceWarning in test_ftplib (GH-131889) (#132010)
vstinner
[Python-checkins] [3.13] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-132003) (#132007)
sobolevn
[Python-checkins] [3.12] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-132003) (#132008)
sobolevn
[Python-checkins] GH-128055: fix test_sysconfigdata_json outside the builddir (#128070)
FFY00
[Python-checkins] GH-131726: Split up _CHECK_VALIDITY_AND_SET_IP (GH-131810)
brandtbucher
[Python-checkins] GH-131798: Allow the JIT to remove more int/float/str guards (GH-131800)
brandtbucher
[Python-checkins] gh-131987: Bump the magic number (#131991)
mpage
[Python-checkins] gh-131831: Implement PEP 758 – Allow except and except* expressions without parentheses (#131833)
pablogsal
[Python-checkins] gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage
[Python-checkins] GH-131296: Disable MSVC-specific optimization in sre.c when compiling with clang-cl (GH-131593)
zooba
[Python-checkins] gh-111178: remove redundant casts for functions with correct signatures (#131673)
picnixz
[Python-checkins] [3.12] gh-111178: Fix getsockaddrarg() undefined behavior (GH-131668) (GH-131977) (#131979)
vstinner
[Python-checkins] [3.13] gh-111178: Fix getsockaddrarg() undefined behavior (#131668) (#131977)
vstinner
[Python-checkins] [3.13] gh-125957: sync argument naming in sphinx docs of the cmath and help() (GH-125958) (#131962)
AA-Turner
[Python-checkins] [3.10] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131272) (#131363)
pablogsal
[Python-checkins] [3.12] gh-131736: only apply `security_level` workaround in `test_ssl` for security levels greater than 1 (GH-131739) (#131966)
picnixz
[Python-checkins] [3.13] Minor improvements to the programming FAQ (GH-127261) (#131964)
AA-Turner
[Python-checkins] gh-131736: only apply `security_level` workaround in `test_ssl` for security levels greater than 1 (#131739)
picnixz
[Python-checkins] [3.12] Minor improvements to the programming FAQ (GH-127261) (#131965)
AA-Turner
[Python-checkins] gh-121249: Note struct module changes in What's New (#131867)
AA-Turner
[Python-checkins] [3.13] gh-131531: Add `android.py package` command (GH-131532) (#131960)
freakboy3742
[Python-checkins] gh-131531: Add `android.py package` command (#131532)
freakboy3742
[Python-checkins] [3.12] gh-129917: Update installers to use SQLite 3.49.1 (#131025) (#131958)
erlend-aasland
[Python-checkins] [3.13] gh-129917: Update installers to use SQLite 3.49.1 (GH-131025) (#131957)
erlend-aasland
[Python-checkins] gh-129917: Update installers to use SQLite 3.49.1 (#131025)
erlend-aasland
[Python-checkins] GH-131296: Add missing UNREACHABLE mark in thread_nt.h (GH-131589)
zooba
[Python-checkins] [3.13] gh-131675: Fix `mi_atomic_yield` in mimalloc on 32-bit ARM (gh-131784) (gh-131954)
colesbury
[Python-checkins] gh-126037: fix UAF in `xml.etree.ElementTree.Element.find*` when concurrent mutations happen (#127964)
picnixz
[Python-checkins] [3.12] gh-131865: Properly apply exported CFLAGS for dtrace/systemtap builds (GH-131866) (#131951)
vstinner
[Python-checkins] [3.13] gh-131865: Properly apply exported CFLAGS for dtrace/systemtap builds (GH-131866) (#131950)
vstinner
Earlier messages
Later messages