COMMITS
July 26, 2026
J
Release 3.0.53
Jonathan Slenders committed
M
Fix some incorrect rst markups (#2074)
mushitoriami committed
J
Handle ascii decode errors in terminal type decoding of telnet protocol. (#2080)
Jonathan Slenders committed
J
Typing fix in breakpointhook.
Jonathan Slenders committed
May 14, 2026
K
Allow to specify `show_numbers` in `ChoiceInput` (#2059)
Kristian Sloth Lauszus committed
B
Fix FuzzyWordCompleter meta_dict type hint to match WordCompleter (#2070)
bibekmhj committed
J
Fix: handle surrogate pairs in FileHistory.store_string (#2062)
Jiajun committed
B
Fix typo (#2064)
bretello committed
M
fix(vt100): treat OSError on add_reader as EOFError (macOS kqueue) (#2065)
madsmmfu committed
March 17, 2026
S
Fix typo in docstring (#2052)
Sergey Shepelev committed
T
Fix GitHub Actions and Python upgrade to >=3.10
Todd Leonhardt committed
March 15, 2026
K
Fix vt100 6x6x6 color cube range and missing grayscale shades (232, 254-255) (#2055)
Kevin Van Brunt committed
November 17, 2025
C
November 11, 2025
J
Fix typing issues in __init__.py (#2035)
Jonathan Slenders committed
J
Implement lazy loading of `__version__` (#2031)
Josiah Outram Halstead committed
J
Fix nested completer which got broken in previous 'get_word_before_cursor' fix (#2034)
Jonathan Slenders committed
November 9, 2025
M
Clarify that patch_stdout also redirect stderr (#2029)
M Bussonnier committed
November 8, 2025
J
Fix progress_dialog shortcut and examples/dialogs/progress_dialog.py (#2033)
Jonathan Slenders committed
October 20, 2025
J
Small typing fixes. (#2027)
Jonathan Slenders committed
October 14, 2025
D
docs: move the logo to the sidebar (#2022)
Daniela Rus Morales committed
A
Fix get_word_before_cursor behavior (#2025)
Alex Prabhat Bara committed
August 27, 2025
J
Release 3.0.52
Jonathan Slenders committed
J
Follow-up: accept 'show_frame' in 'prompt_async()' and accept extra key bindings in 'choice'. (#2011)
Jonathan Slenders committed
J
Add `choice` shortcut for selecting an option amongst a list of choices. (#2005)
Jonathan Slenders committed
J
Re-add project URLs after migration to pyproject.toml (#1986)
Jamie Scott committed
J
Fix images in README.rst (#1987)
Jamie Scott committed
M
Fix signal handling in `_restore_sigint_from_ctypes` for GraalPy (#2000)
Michael Šimáček committed
August 17, 2025
A
Implement flushing in Windows VT100 input (#2001)
Alon Ran committed
P
Fix button width when non English characters are displayed
PythonPan committed