COMMITS
/ Modules/_cursesmodule.c October 7, 2025
May 27, 2025
B
[3.13] gh-134210: handle signals in `_curses.window.getch` (GH-134326) (#134784)
Bénédikt Tran committed
May 4, 2025
S
[3.13] bpo-44172: Keep reference to original window in curses subwindow objects (GH-26226) (GH-133370)
Serhiy Storchaka committed
February 25, 2025
S
[3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556)
Serhiy Storchaka committed
January 2, 2025
M
[3.13] gh-123925: Fix building curses on platforms without libncursesw (GH-128405) (GH-128407)
Miss Islington (bot) committed
November 6, 2024
B
October 7, 2024
M
[3.13] gh-120378: Fix crash caused by integer overflow in `curses` (GH-124555) (#124905)
Miss Islington (bot) committed
July 1, 2024
M
[3.13] gh-113565: Improve and harden detection of curses dependencies (GH-119816) (#121202)
Miss Islington (bot) committed
May 6, 2024
P
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
Petr Viktorin committed
May 4, 2024
D
gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)
Davide Rizzo committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
October 20, 2023
S
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka committed
August 26, 2023
S
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99466)
Victor Stinner committed
November 2, 2022
K
GH-90699: Remove `_Py_IDENTIFIER` usage from `_curses` module (GH-98957)
Kumar Aditya committed
July 7, 2022
K
GH-94644: fix test_curses ref leak (GH-94647)
Kumar Aditya committed
February 8, 2022
January 21, 2022
V
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner committed
December 12, 2021
December 10, 2021
T
bpo-46000: Improve NetBSD curses compatibility (GH-29947)
Thomas Klausner committed
October 22, 2021
C
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes committed
September 9, 2021
S
bpo-45067 - Verify the version of ncurses for extended color support feature usage. (GH-28260)
Senthil Kumaran committed
July 30, 2021
N
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz committed
May 3, 2021
P
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
Pablo Galindo committed
April 30, 2021
V
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner committed
April 5, 2021
S
bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
Serhiy Storchaka committed
February 2, 2021
P
bpo-43108: Fix a reference leak in the curses module (GH-24420)
Pablo Galindo committed
January 22, 2021
H
bpo-41798: Allocate the _curses._C_API on the heap memory (GH-24186)
Hai Shi committed
January 14, 2021
Z
bpo-39273: Expose BUTTON5_* constants in the curses module if available (GH-17996)
Zackery Spytz committed
January 5, 2021
S
bpo-42681: Fix test_curses failures related to color pairs (GH-24089)
Serhiy Storchaka committed
January 3, 2021
S
bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
Serhiy Storchaka committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
October 27, 2020
V
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Victor Stinner committed
August 4, 2020
H
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Hans Petter Jansson committed
May 11, 2020
V
bpo-39465: Don't access directly _Py_Identifier members (GH-20043)
Victor Stinner committed
April 12, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
Serhiy Storchaka committed
April 7, 2020
V
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Victor Stinner committed
March 24, 2020
D
bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119)
Dong-hee Na committed
March 3, 2020
B
bpo-39802: Only expose set_escdelay and set_tabsize when curses extensions are activated (GH-18705)
Batuhan Taşkaya committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner committed
November 17, 2019
Z
bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12766)
Zackery Spytz committed
October 31, 2019
A
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938)
Anthony Sottile committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
August 14, 2019
V
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
Victor Stinner committed
July 31, 2019
A
bpo-37695: Correct unget_wch error message. (GH-14986)
Anthony Sottile committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed