]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-07-02  stratakisgh-98894: Check readelf failures in test_dtrace (#152345)
2026-07-02  Victor Stinnergh-152680: Detect virtualization on Windows in pythonin...
2026-07-02  Serhiy Storchakagh-88574: Skip a spurious blank line after a literal...
2026-07-02  sobolevngh-150069: Test frozen dataclass and properties interac...
2026-07-02  Serhiy Storchakagh-49680: Add translate_line_endings parameter to imapl...
2026-07-02  Serhiy Storchakagh-66335: Add tests for imaplib command methods (GH...
2026-07-02  Simon Knottgh-152569: Fix asyncio.wait leaking tasks via await...
2026-07-02  Serhiy Storchakagh-72507: Document that imaplib does not verify TLS...
2026-07-02  Serhiy Storchakagh-79964: Clarify the imaplib fetch example in the...
2026-07-02  Serhiy Storchakagh-108280: Give a meaningful error for an invalid imapl...
2026-07-02  Serhiy Storchakagh-63121: Refresh imaplib capabilities on state changes...
2026-07-02  Terry Jan Reedygh-135142: update idlelib News3.txt for 9 issues (...
2026-07-02  tonghuaroot... gh-151763: Fix OOM-0013 crash when the parser or compil...
2026-07-01  Serhiy Storchakagh-82183: Do not restart the busy IDLE shell when runni...
2026-07-01  Serhiy Storchakagh-75595: Do not save a blank int entry in IDLE Setting...
2026-07-01  Serhiy Storchakagh-65339: Save IDLE Shell and Output windows as text...
2026-07-01  thexaigh-152433 Allow faulthandler.c to build for Windows...
2026-07-01  Petr Vaganovgh-152682: Remove non-functional `test_syntax.test_disa...
2026-07-01  Serhiy Storchakagh-80504: Always show the full search path in IDLE...
2026-07-01  Serhiy Storchakagh-134300: Remove idlelib from the path of the IDLE...
2026-07-01  Serhiy Storchakagh-89360: Fix ValueError in IDLE MultiCall event_delete...
2026-07-01  Serhiy Storchakagh-71956: Fix IDLE Replace All searching up without...
2026-07-01  Serhiy Storchakagh-66331: Set correct WM_CLASS on X11 for IDLE windows...
2026-07-01  Terry Jan ReedyUse tk_scaling() instead of a raw Tcl call in IDLE...
2026-07-01  Mark ShannonGH-148874: Make sure that mngr.__exit__() is always...
2026-07-01  Petr ViktorinFix copy paste error with Py_mod_state_traverse (GH...
2026-07-01  Petr Viktoringh-144473: Add "steal" term to glossary; clarify "steal...
2026-07-01  dependabot... Bump the `actions/{github-script,checkout}` and `j178...
2026-07-01  Shahar NavehUse `@force_not_colorized` in `test_syntactical_future_...
2026-07-01  dependabot... Bump `hypothesis` from `6.151.9` to `6.155.3` in `Tools...
2026-07-01  tonghuaroot... gh-152157: Reject empty fractions in `_datetime.{date...
2026-07-01  Serhiy Storchakagh-133031: Fix test_textbox_unicode on a narrow build...
2026-07-01  Jiucheng(Oliver)gh-151626: Fix tests that fail when PYTHONPYCACHEPREFIX...
2026-07-01  Terry Jan Reedygh-152728: IDLE - move 3 toplevel fix_xyz functions...
2026-07-01  Victor Stinnergh-152711: Add pythoninfo-build command to Platforms...
2026-07-01  Victor Stinnergh-152715: Add pythoninfo-build command to Platforms...
2026-06-30  thexaigh-152433: Windows: enable mmapmodule for UWP (#152473)
2026-06-30  thexaigh-152433: Windows: use GetFileSizeEx instead of GetFil...
2026-06-30  Savannah OstrowskiGH-81881: Raise `SpecialFileError` for sockets and...
2026-06-30  Serhiy Storchakagh-152502: Detect the curses mouse interface and is_...
2026-06-30  Brij Kapadiagh-145857: Replace `DELETE_GLOBAL` with `PUSH_NULL...
2026-06-30  Brij Kapadiagh-145854: Replace `DELETE_NAME` with `PUSH_NULL; STORE...
2026-06-30  Victor Stinnergh-152680: Detect container/VM in test.pythoninfo ...
2026-06-30  Petr Vaganovgh-152682: Fix NULL dereference on OOM in `symtable_vis...
2026-06-30  Serhiy Storchakagh-151881: Skip tk_inactive negativity check on Windows...
2026-06-30  sobolevngh-152546: Refactor `mappingproxy.__new__` to use ...
2026-06-30  sobolevngh-151126: Fix a possible crash during the startup...
2026-06-30  Steve Stagggh-152635: Raise MemoryError when the lock allocation...
2026-06-30  Stan Ulbrychgh-151029: Fix `test_remote_exec_deleted_static_executa...
2026-06-30  Sergey B Kirpichevgh-121249: Deprecate using F/D type codes in the struct...
2026-06-30  Timofeigh-152192: Fix JUMP_BACKWARD passing a truncated oparg...
2026-06-30  Shahar NavehDon't require the `_test{internal}capi` modules in...
2026-06-30  Serhiy Storchakagh-50966: Fix unbounded recursion in turtle drag handle...
2026-06-30  Serhiy Storchakagh-152325: Gate curses.has_mouse() on the ncurses patch...
2026-06-30  xzkdenggh-133510: Add links to more info for the match stateme...
2026-06-30  tonghuaroot... gh-152248: Reject a POSIX TZ abbreviation with non...
2026-06-30  Serhiy StorchakaUse tkinter wrapper methods instead of raw Tcl calls...
2026-06-30  Gregory P.... gh-146219: Document reusing a thread state across repea...
2026-06-29  Thomas Kowalskigh-149689: add missing error checks in Parser/action_he...
2026-06-29  Serhiy Storchakagh-82312: Further improvement of error messages for...
2026-06-29  Serhiy Storchakagh-103878: Return a consistent empty value from cancell...
2026-06-29  da-woodsgh-152492 Allow `OrderedDict.update` to work with ...
2026-06-29  Serhiy Storchakagh-103878: Document that the cancelled file dialog...
2026-06-29  Raymond HettingerMicro-optimizations for the statistics module (#152618)
2026-06-29  Serhiy Storchakagh-152263: Add curses soft-label-key functions (GH...
2026-06-29  sobolevngh-152228: Fix an assertion failure in `str.replace...
2026-06-29  Petr Viktoringh-151987: Pass filter_function to TarFile._extract_one...
2026-06-29  Serhiy Storchakagh-69134: Wait until mapped in keyboard virtual-event...
2026-06-29  Ivy Xugh-151040: Fix `test_c_stack_unwind` on RISC-V (#152370)
2026-06-29  Serhiy Storchakagh-152587: Make name and value required in tkinter...
2026-06-29  Serhiy Storchakagh-133031: Fix test_textbox_edit_wide on a narrow build...
2026-06-29  Serhiy Storchakagh-152587: Stop documenting bogus default values in...
2026-06-29  Harjoth Kharagh-151096: Fix test_embed with split exec prefix (...
2026-06-29  Serhiy Storchakagh-152584: Reorganize the curses documentation into...
2026-06-29  Xiaowei Lugh-151483: Only declare `PyCodeObject._co_unique_id...
2026-06-29  Serhiy Storchakagh-152503: Fix garbage text from curses wide-character...
2026-06-29  Serhiy Storchakagh-152502: Detect optional curses functions with config...
2026-06-29  Paper Moongh-152359: Update numbers.rst to reference numeric...
2026-06-29  yzeweigh-152240: Fix test_c_stack_unwind on Linux LoongArch...
2026-06-29  Serhiy Storchakagh-71450: Document that Tcl sets the HOME variable...
2026-06-29  Ivy Xugh-148909: Fix broken author attribution URL in 'The...
2026-06-29  Stan Ulbrychgh-152375: Fix undefined behaviour in the `INSTRUMENTED...
2026-06-29  mdehoongh-140146: Fix for stdin redirection to a pipe with...
2026-06-29  Serhiy Storchakagh-85320: Use UTF-8 for IDLE configuration and breakpoi...
2026-06-29  Gregory P.... gh-110357: hashlib no longer logs at import when a...
2026-06-29  Serhiy Storchakagh-87577: Document that wm_manage does not accept ttk...
2026-06-29  Gregory P.... gh-148660: Fix use-after-free in OrderedDict.copy(...
2026-06-29  Gregory P.... gh-151416: fix a borrowed ref potential use after free...
2026-06-28  Brandt BucherGH-151672: `__lazy_import__` always resolves to the...
2026-06-28  Brandt BucherGH-151619: Ensure non-module global/builtin namespaces...
2026-06-28  Gregory P.... gh-150743: Limit trailer lines and interim responses...
2026-06-28  Ned BatchelderDocs: link to language reference instead of PEP (#152462)
2026-06-28  Serhiy Storchakagh-69134: Harden tkinter GUI tests that depend on a...
2026-06-28  Zain Nadeemgh-152356: Fix Windows blocking sampling after target...
2026-06-28  Serhiy Storchakagh-110904: Recommend windows-curses in the curses HOWTO...
2026-06-28  Serhiy Storchakagh-78335: Complete the widget option lists in tkinter...
2026-06-28  Pablo Galindo... gh-152434: Avoid Gecko export in async-aware test ...
2026-06-28  Serhiy Storchakagh-152325: Add curses.has_mouse() and curses.window...
2026-06-28  Serhiy Storchakagh-87881: Document the result of curses inch() and...
2026-06-28  Serhiy Storchakagh-133031: Support the full Unicode range in curses...
next