Messages by Thread
-
[Python-checkins] [3.15] gh-126219: Fix crash in tkinter.Tk with non-BMP className on Tcl/Tk 8.x (GH-151980) (GH-152045)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-126219: Fix crash in tkinter.Tk with non-BMP className on Tcl/Tk 8.x (GH-151980) (GH-152047)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-126219: Fix crash in tkinter.Tk with non-BMP className on Tcl/Tk 8.x (GH-151980) (GH-152046)
serhiy-storchaka
-
[Python-checkins] gh-84008: Document that the LC_NUMERIC locale affects tkinter numeric widgets (GH-152008)
serhiy-storchaka
-
[Python-checkins] gh-87904: Document curses classes (GH-151643)
serhiy-storchaka
-
[Python-checkins] gh-126219: Fix crash in tkinter.Tk with non-BMP className on Tcl/Tk 8.x (GH-151980)
serhiy-storchaka
-
[Python-checkins] gh-151757: Support wide and combining characters in the curses module (GH-151758)
serhiy-storchaka
-
[Python-checkins] gh-152033: Optimize category escapes outside character sets (GH-152035)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-150994: _colorize: modernize typing imports (GH-151018) (#152041)
JelleZijlstra
-
[Python-checkins] gh-150994: _colorize: modernize typing imports (#151018)
JelleZijlstra
-
[Python-checkins] [3.15] gh-151842: Fix crash upon OOM in `_interpreters.capture_exception` (GH-151843) (GH-152031)
ZeroIntensity
-
[Python-checkins] [3.14] gh-151842: Fix crash upon OOM in `_interpreters.capture_exception` (GH-151843) (GH-152032)
ZeroIntensity
-
[Python-checkins] gh-151842: Fix crash upon OOM in `_interpreters.capture_exception` (GH-151843)
ZeroIntensity
-
[Python-checkins] gh-150565: Add additional tests for Lazy Imports (#149739)
DinoV
-
[Python-checkins] [3.13] gh-151596: Add missing argument 'size' to pure-Python implementation of `TextIOBase.readline` (GH-151679) (GH-151872)
ZeroIntensity
-
[Python-checkins] [3.14] gh-151596: Add missing argument 'size' to pure-Python implementation of `TextIOBase.readline` (GH-151679) (GH-151871)
ZeroIntensity
-
[Python-checkins] [3.15] gh-151596: Add missing argument 'size' to pure-Python implementation of `TextIOBase.readline` (GH-151679) (GH-151870)
ZeroIntensity
-
[Python-checkins] [3.15] gh-151126: Add missing `PyErr_NoMemory()` in `type_from_slots_or_spec` (GH-151582) (#152016)
StanFromIreland
-
[Python-checkins] [3.14] gh-151126: Add missing `PyErr_NoMemory()` in `type_from_slots_or_spec` (GH-151582)
StanFromIreland
-
[Python-checkins] [3.13] gh-151126: Add missing `PyErr_NoMemory()` in `type_from_slots_or_spec` (GH-151582)
StanFromIreland
-
[Python-checkins] gh-151126: Add missing `PyErr_NoMemory()` in `type_from_slots_or_spec` (#151582)
StanFromIreland
-
[Python-checkins] [3.15] gh-151773: Fix NULL dereference in `PyContextVar_Set` (GH-151836) (#152009)
sobolevn
-
[Python-checkins] [3.14] gh-151773: Fix NULL dereference in `PyContextVar_Set` (GH-151836) (#152010)
sobolevn
-
[Python-checkins] [3.13] gh-151773: Fix NULL dereference in `PyContextVar_Set` (GH-151836) (#152011)
sobolevn
-
[Python-checkins] gh-151773: Fix NULL dereference in `PyContextVar_Set` (#151836)
sobolevn
-
[Python-checkins] [3.15] gh-151558: Fix symlink escape via `tarfile` hardlink-extraction fallback (GH-151559) (#151997)
StanFromIreland
-
[Python-checkins] [3.14] gh-151558: Fix symlink escape via `tarfile` hardlink-extraction fallback (GH-151559)
StanFromIreland
-
[Python-checkins] [3.13] gh-151558: Fix symlink escape via `tarfile` hardlink-extraction fallback (GH-151559)
StanFromIreland
-
[Python-checkins] [3.14] gh-151905: fix memory error handling in PyFrame_GetBack (GH-151906) (#151918)
kumaraditya303
-
[Python-checkins] [3.13] gh-151981: Make tarfile._Stream.seek break at EOF (GH-151982) (#151993)
StanFromIreland
-
[Python-checkins] [3.14] gh-151981: Make tarfile._Stream.seek break at EOF (GH-151982) (#151992)
StanFromIreland
-
[Python-checkins] [3.15] gh-151981: Make `tarfile._Stream.seek` break at EOF (GH-151982) (#151991)
StanFromIreland
-
[Python-checkins] gh-143927: Normalize all line endings (CR, CRLF, and LF) in configparser (GH-143929)
encukou
-
[Python-checkins] gh-151558: Fix symlink escape via `tarfile` hardlink-extraction fallback (GH-151559)
encukou
-
[Python-checkins] Python 3.15.0b3
hugovk
-
[Python-checkins] gh-151981: Make tarfile._Stream.seek break at EOF (GH-151982)
encukou
-
[Python-checkins] [3.15] gh-151556: Show example CSV file content in the `csv` module docs (GH-151563)
StanFromIreland
-
[Python-checkins] [3.14] gh-151556: Show example CSV file content in the `csv` module docs (GH-151563) (#151985)
StanFromIreland
-
[Python-checkins] [3.13] gh-151556: Show example CSV file content in the `csv` module docs (GH-151563) (#151986)
StanFromIreland
-
[Python-checkins] gh-151556: Show example CSV file content in the `csv` module docs (#151563)
StanFromIreland
-
[Python-checkins] Clarify `multiprocessing.Queue.get_nowait()` documentation (#150863)
StanFromIreland
-
[Python-checkins] gh-151497: Avoid huge pre-allocation for oversized tarfile extended headers (GH-151498)
encukou
-
[Python-checkins] gh-59396: Modernize tkinter.simpledialog (GH-151848)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151905: fix memory error handling in PyFrame_GetBack (GH-151906) (#151919)
hugovk
-
[Python-checkins] [3.14] gh-101100: Document os.uname_result and os.statvfs_result with related constants (GH-151301) (#151690)
hugovk
-
[Python-checkins] gh-101284: Allow passing Menubutton options to tkinter.OptionMenu (GH-151959)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-86726: Document tkinter method-name conflicts (GH-151917) (#151933)
serhiy-storchaka
-
[Python-checkins] gh-151678: Add tests for ttk Menubutton and OptionMenu widget options (GH-151960)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-75666: Fix a reference leak in tkinter event bindings (GH-151808) (GH-151958)
serhiy-storchaka
-
[Python-checkins] gh-75666: Fix a reference leak in tkinter event bindings (GH-151808)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151722: Defer GC tracking of frozendict to end of construction (gh-151740) (gh-151954)
corona10
-
[Python-checkins] gh-151722: Defer GC tracking of frozendict to end of construction (gh-151740)
corona10
-
[Python-checkins] GH-150605: use windows-2025 in GitHub Actions (#150606)
chris-eibl
-
[Python-checkins] [3.13] gh-62480: De-personalize docs on using the C API (GH-151784) (#151938)
StanFromIreland
-
[Python-checkins] [3.15] gh-62480: De-personalize docs on using the C API (GH-151784) (#151936)
StanFromIreland
-
[Python-checkins] [3.14] gh-62480: De-personalize docs on using the C API (GH-151784)
StanFromIreland
-
[Python-checkins] gh-62480: De-personalize docs on using the C API (#151784)
StanFromIreland
-
[Python-checkins] [3.13] gh-86726: Document tkinter method-name conflicts (GH-151917) (GH-151934)
serhiy-storchaka
-
[Python-checkins] gh-151920: Add the ttk.Style.theme_styles() method (GH-151921)
serhiy-storchaka
-
[Python-checkins] gh-151886: Add tkinter Misc.tk_appname, tk_useinputmethods and tk_caret (GH-151887)
serhiy-storchaka
-
[Python-checkins] gh-151890: Support more photo image options in tkinter.PhotoImage methods (GH-151891)
serhiy-storchaka
-
[Python-checkins] gh-151544: Fixes CVE-2026-12003 by removing the fallback to %VPATH%/Modules/Setup.local for discovering sources in getpath.py (GH-151928)
zooba
-
[Python-checkins] gh-150162: Fix sysconfig cross-compile impermanence (#150164)
FFY00
-
[Python-checkins] gh-140006: Harden fish prompt against shadowed builtins (#150936)
FFY00
-
[Python-checkins] gh-151888: Add tkinter PhotoImage.redither method (GH-151889)
serhiy-storchaka
-
[Python-checkins] gh-111501: venv: do not export PS1 in activate (#105279)
FFY00
-
[Python-checkins] gh-127727: Warn when running a virtual environment created for a different minor Python version (#149715)
FFY00
-
[Python-checkins] gh-151560: fix `AttributeError` when running `test.test_importlib.resources.test_resource` (#151561)
FFY00
-
[Python-checkins] gh-151866: Remove unneeded `zlib` dependency in `test_zipfile.test_core` (#135631)
StanFromIreland
-
[Python-checkins] Correct typos in `runpy.run_path` documentation (#151230)
FFY00
-
[Python-checkins] gh-124113: Clarify venv target directory reuse (#151419)
FFY00
-
[Python-checkins] gh-151126: Fix missing `PyErr_NoMemory` in `getpath.c` (#151590)
FFY00
-
[Python-checkins] gh-151881: Add tkinter Menu.postcascade, Misc.tk_scaling and tk_inactive (GH-151882)
serhiy-storchaka
-
[Python-checkins] gh-151876: Add tkinter Canvas methods rotate and rchars (GH-151877)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151544: Fixes CVE-2026-12003 by removing the fallback to %VPATH%/Modules/Setup.local for discovering sources in getpath.py (GH-151545)
zooba
-
[Python-checkins] gh-151910: Add tkinter.ttk.Treeview methods for the Tk 9.1 enhanced treeview (GH-151911)
serhiy-storchaka
-
[Python-checkins] gh-151878: Add tkinter Entry and Spinbox validate methods (GH-151879)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-86726: Document tkinter method-name conflicts (GH-151917) (GH-151926)
serhiy-storchaka
-
[Python-checkins] gh-86726: Document tkinter method-name conflicts (GH-151917)
serhiy-storchaka
-
[Python-checkins] gh-151874: Add tkinter wm_stackorder, wm_iconbadge and winfo_isdark (GH-151875)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-144133: Add a warning to the `encodings.punycode` documentation (GH-151812) (#151922)
StanFromIreland
-
[Python-checkins] [3.13] gh-144133: Add a warning to the `encodings.punycode` documentation (GH-151812) (#151924)
StanFromIreland
-
[Python-checkins] [3.14] gh-144133: Add a warning to the `encodings.punycode` documentation (GH-151812) (#151923)
StanFromIreland
-
[Python-checkins] gh-144133: Add a warning to the `encodings.punycode` documentation (#151812)
StanFromIreland
-
[Python-checkins] gh-151914: Copyedit "What's new in Python 3.16" (#151915)
hugovk
-
[Python-checkins] gh-151905: fix memory error handling in PyFrame_GetBack (#151906)
kumaraditya303
-
[Python-checkins] [3.15] Remove 3.15 pending-removals from deprecations index (#151873)
hugovk
-
[Python-checkins] gh-151042: venv: Pass VIRTUAL_ENV through cygpath inside fish on Windows (GH-151043)
vsajip
-
[Python-checkins] [3.15] gh-142387: Revert Android testbed to API level 35 (GH-151816) (#151883)
freakboy3742
-
[Python-checkins] [3.13] gh-142387: Revert Android testbed to API level 35 (GH-151816) (#151885)
freakboy3742
-
[Python-checkins] [3.14] gh-142387: Revert Android testbed to API level 35 (GH-151816) (#151884)
freakboy3742
-
[Python-checkins] gh-142387: Revert Android testbed to API level 35 (#151816)
freakboy3742
-
[Python-checkins] [3.14] gh-151665: Fix inspect.signature() on type alias and type parameter evaluators (GH-151787) (#151880)
JelleZijlstra
-
[Python-checkins] [3.15] gh-151665: Fix inspect.signature() on type alias and type parameter evaluators (#151787)
JelleZijlstra
-
[Python-checkins] gh-151665: Fix inspect.signature() on type alias and type parameter evaluators (#151837)
JelleZijlstra
-
[Python-checkins] [3.15] gh-151678: Add tests for tkinter.simpledialog (GH-151856) (GH-151869)
serhiy-storchaka
-
[Python-checkins] gh-151596: Add missing argument 'size' to pure-Python implementation of `TextIOBase.readline` (GH-151679)
ZeroIntensity
-
[Python-checkins] [3.15] RTD Previews: Get correct base branch for backports (GH-150690) (#151867)
StanFromIreland
-
[Python-checkins] [3.15] gh-151845: Fix formatfloat() return-value contract in unicode_format.c (GH-151846) (#151865)
sobolevn
-
[Python-checkins] gh-151845: Fix formatfloat() return-value contract in unicode_format.c (#151846)
sobolevn
-
[Python-checkins] [3.13] gh-150484: Fix mock_open __exit__ with contextlib.ExitStack (GH-151829) (GH-151861)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151678: Add interactive tests for tkinter.simpledialog (GH-151794) (GH-151802)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151678: Add tests for tkinter.simpledialog (GH-151856) (GH-151859)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151678: Add tests for tkinter.simpledialog (GH-151856) (GH-151860)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-150484: Fix mock_open __exit__ with contextlib.ExitStack (GH-151829)
serhiy-storchaka
-
[Python-checkins] gh-151678: Add tests for tkinter.simpledialog (GH-151856)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-86726: Document tkinter.simpledialog query options and Dialog.result (GH-151851) (GH-151852)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-86726: Document tkinter.simpledialog query options and Dialog.result (GH-151851) (GH-151853)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-86726: Document tkinter.simpledialog query options and Dialog.result (GH-151851) (GH-151854)
serhiy-storchaka
-
[Python-checkins] gh-86726: Document tkinter.simpledialog query options and Dialog.result (GH-151851)
serhiy-storchaka
-
[Python-checkins] RTD Previews: Get correct base branch for backports (#150690)
hugovk
-
[Python-checkins] [3.15] gh-150831: docs: clarify generator, generator function, and generator iterator in glossary (GH-150905) (#151840)
nedbat
-
[Python-checkins] [3.14] gh-150831: docs: clarify generator, generator function, and generator iterator in glossary (GH-150905) (#151839)
nedbat
-
[Python-checkins] [3.13] gh-150831: docs: clarify generator, generator function, and generator iterator in glossary (GH-150905) (#151841)
nedbat
-
[Python-checkins] gh-150831: docs: clarify generator, generator function, and generator iterator in glossary (#150905)
nedbat
-
[Python-checkins] gh-84649: Fix unstable test_rollover_at_midnight (GH-151813)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151770: Fix `datetime.fromisoformat()` on an out-of-range month w/ a 24:00 time (GH-151771) (#151809)
StanFromIreland
-
[Python-checkins] [3.14] gh-151770: Fix `datetime.fromisoformat()` on an out-of-range month w/ a 24:00 time (GH-151771) (#151810)
StanFromIreland
-
[Python-checkins] gh-151770: Fix `datetime.fromisoformat()` on an out-of-range month w/ a 24:00 time (#151771)
StanFromIreland
-
[Python-checkins] [3.15] gh-151678: Add tests for tkinter widget virtual events (GH-151793) (GH-151805)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151678: Add tests for tkinter widget virtual events (GH-151793) (GH-151806)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151678: Add tests for tkinter widget virtual events (GH-151793) (GH-151807)
serhiy-storchaka
-
[Python-checkins] gh-151678: Add tests for tkinter widget virtual events (GH-151793)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151678: Add tests for tkinter.filedialog (GH-151781) (GH-151796)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151678: Add interactive tests for tkinter.simpledialog (GH-151794) (GH-151803)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151678: Add interactive tests for tkinter.simpledialog (GH-151794) (GH-151804)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151678: Add tests for the remaining tkinter Misc, Wm and Text methods (GH-151782) (GH-151799)
serhiy-storchaka
-
[Python-checkins] gh-151675: Add tkinter Text.sync() and Text.pendingsync() (GH-151677)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151678: Add tests for the remaining tkinter Misc, Wm and Text methods (GH-151782) (GH-151800)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151678: Add tests for the remaining tkinter Misc, Wm and Text methods (GH-151782) (GH-151801)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151678: Add tests for tkinter.filedialog (GH-151781) (GH-151795)
serhiy-storchaka
-
[Python-checkins] gh-151678: Add interactive tests for tkinter.simpledialog (GH-151794)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151678: Add tests for tkinter.filedialog (GH-151781) (GH-151797)
serhiy-storchaka
-
[Python-checkins] gh-151678: Add tests for the remaining tkinter Misc, Wm and Text methods (GH-151782)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151678: Add tests for tkinter.dnd (GH-151780) (GH-151790)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151678: Add tests for tkinter.dnd (GH-151780) (GH-151791)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151678: Add tests for tkinter.dnd (GH-151780) (GH-151792)
serhiy-storchaka
-
[Python-checkins] gh-151678: Add tests for tkinter.filedialog (GH-151781)
serhiy-storchaka
-
[Python-checkins] gh-151678: Add tests for tkinter.dnd (GH-151780)
serhiy-storchaka
-
[Python-checkins] gh-151674: Add tkinter Text.edit_canundo() and Text.edit_canredo() (GH-151676)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151678: Add tests for tkinter.scrolledtext (GH-151753) (GH-151759)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151678: Add tests for tkinter.scrolledtext (GH-151753) (GH-151760)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151678: Add tests for tkinter.scrolledtext (GH-151753) (GH-151761)
serhiy-storchaka
-
[Python-checkins] gh-151678: Add tests for tkinter.scrolledtext (GH-151753)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-150836: Mount embedded Tk ZIP in _tkinter on Windows (GH-151735)
zware
-
[Python-checkins] [3.15] gh-151678: Add tests for tkinter font, image, variable, Misc and Wm methods (GH-151751) (GH-151754)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151678: Add tests for tkinter font, image, variable, Misc and Wm methods (GH-151751) (GH-151755)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151678: Add tests for tkinter font, image, variable, Misc and Wm methods (GH-151751) (GH-151756)
serhiy-storchaka
-
[Python-checkins] gh-151678: Add tests for tkinter font, image, variable, Misc and Wm methods (GH-151751)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151678: Add tests for tkinter.ttk methods (GH-151736) (GH-151743)
serhiy-storchaka
-
[Python-checkins] gh-151744: Add curses.nofilter() (GH-151747)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151678: Add tests for tkinter.ttk methods (GH-151736) (GH-151742)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151678: Add tests for tkinter.ttk methods (GH-151736) (GH-151741)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151678: Add tests for tkinter Misc, Wm and geometry manager methods (GH-151732) (GH-151738)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151678: Add tests for tkinter Misc, Wm and geometry manager methods (GH-151732) (GH-151739)
serhiy-storchaka
-
[Python-checkins] gh-151678: Add tests for tkinter.ttk methods (GH-151736)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151678: Add tests for tkinter Misc, Wm and geometry manager methods (GH-151732) (GH-151737)
serhiy-storchaka
-
[Python-checkins] gh-151678: Add tests for tkinter Misc, Wm and geometry manager methods (GH-151732)
serhiy-storchaka
-
[Python-checkins] gh-150836: Mount embedded Tk ZIP in _tkinter on Windows (GH-151562)
zooba
-
[Python-checkins] [3.15] gh-150902: Optimize PyCriticalSection2 to skip locking the same locks held by the current CS2 (gh-151554)
colesbury
-
[Python-checkins] [3.14] gh-150902: Optimize PyCriticalSection2 to skip locking the same locks held by the current CS2 (gh-151555)
colesbury
-
[Python-checkins] [3.15] gh-151693: Make the curses tests portable to other curses implementations (GH-151729) (GH-151733)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151693: Make the curses tests portable to other curses implementations (GH-151729) (GH-151731)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151693: Make the curses tests portable to other curses implementations (GH-151729) (GH-151730)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151693: Add curses tests for panels, textpad, and window behavior (GH-151694) (GH-151719)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151678: Add tests for the remaining tkinter widgets (GH-151687) (GH-151725)
serhiy-storchaka
-
[Python-checkins] gh-151693: Make the curses tests portable to other curses implementations (GH-151729)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151678: Add tests for the remaining tkinter widgets (GH-151687) (GH-151727)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151678: Add tests for the remaining tkinter widgets (GH-151687) (GH-151726)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151678: Add tests for tkinter.Text (GH-151681) (GH-151702)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151695: Fix use-after-free of the curses screen encoding (GH-151696) (GH-151706) (GH-151723)
serhiy-storchaka
-
[Python-checkins] gh-151678: Add tests for the remaining tkinter widgets (GH-151687)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151693: Add curses tests for panels, textpad, and window behavior (GH-151694) (GH-151721)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151693: Add curses tests for panels, textpad, and window behavior (GH-151694) (GH-151720)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151695: Fix use-after-free of the curses screen encoding (GH-151696) (GH-151706)
serhiy-storchaka
-
[Python-checkins] gh-151693: Add curses tests for panels, textpad, and window behavior (GH-151694)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151678: Add tests for tkinter.Listbox (GH-151686) (GH-151712)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151678: Add tests for tkinter.Text (GH-151681) (GH-151705) (GH-151715)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151678: Add tests for tkinter.Listbox (GH-151686) (GH-151713)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151678: Add tests for tkinter.Menu (GH-151685) (GH-151709)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151678: Add tests for tkinter.Listbox (GH-151686) (GH-151714)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151678: Add tests for tkinter.Menu (GH-151685) (GH-151710)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151678: Add tests for tkinter.Menu (GH-151685) (GH-151711)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151678: Add tests for tkinter.Text (GH-151681) (GH-151705)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151695: Fix use-after-free of the curses screen encoding (GH-151696) (GH-151703)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-141510 Add frozendict fast paths to abstract.c (GH-150692) (#151704)
vstinner
-
[Python-checkins] gh-151678: Add tests for tkinter.Listbox (GH-151686)
serhiy-storchaka
-
[Python-checkins] gh-151678: Add tests for tkinter.Menu (GH-151685)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-141510 Document and test frozendict class matching behaviour (GH-150799) (#151701)
vstinner
-
[Python-checkins] [3.13] gh-101100: Document os.uname_result and os.statvfs_result with related constants (GH-151301) (GH-151691)
serhiy-storchaka
-
[Python-checkins] gh-141510 Add frozendict fast paths to abstract.c (#150692)
vstinner
-
[Python-checkins] gh-151695: Fix use-after-free of the curses screen encoding (GH-151696)
serhiy-storchaka
-
[Python-checkins] gh-151678: Add tests for tkinter.Text (GH-151681)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151229: Add CI to prevent JIT stress test regression (GH-151647) (gh-151670)
corona10
-
[Python-checkins] [3.15] gh-151436: Fix missing `tstate->last_profiled_frame` updates (GH-151437) (#151612)
vstinner
-
[Python-checkins] [3.15] gh-151427: add 'not macOS' and 'not iOS' restrictions on availability state of some functions in `os` module. (GH-151537) (#151699)
ned-deily
-
[Python-checkins] [3.14] gh-151427: add 'not macOS' and 'not iOS' restrictions on availability state of some functions in `os` module. (GH-151537) (#151698)
ned-deily
-
[Python-checkins] [3.13] gh-151427: add 'not macOS' and 'not iOS' restrictions on availability state of some functions in `os` module. (GH-151537) (#151697)
ned-deily
-
[Python-checkins] gh-151427: add 'not macOS' and 'not iOS' restrictions on availability state of some functions in `os` module. (#151537)
ned-deily
-
[Python-checkins] [3.15] gh-101100: Document os.uname_result and os.statvfs_result with related constants (GH-151301) (GH-151692)
serhiy-storchaka