COMMITS
/ Modules/_cursesmodule.c January 30, 2025
V
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner committed
January 3, 2025
B
gh-111178: fix UBSan failures in `Modules/curses*.c` (GH-128244)
Bénédikt Tran committed
January 2, 2025
S
gh-123925: Fix building curses on platforms without libncursesw (GH-128405)
Serhiy Storchaka committed
November 3, 2024
B
gh-126313: Fix a crash in curses.napms() due to incorrect error handling (GH-126351)
Bénédikt Tran committed
October 8, 2024
B
gh-123961: Convert _curses to a multi-phase init module (PEP-489) (#124965)
Bénédikt Tran committed
October 4, 2024
B
gh-123961: Convert `curses.window` static type into a heap type (#124934)
Bénédikt Tran committed
October 3, 2024
B
gh-123961: Clean up curses C API/capsule (#124907)
Bénédikt Tran committed
October 2, 2024
P
gh-120378: Fix crash caused by integer overflow in `curses` (#124555)
Peter Bierma committed
September 29, 2024
B
gh-123961: Add a global state to _curses (#124729)
Bénédikt Tran committed
B
gh-123290: Fix decref in _curses update_lines_cols() (#124767)
Bénédikt Tran committed
September 13, 2024
B
gh-123961: Add `curses` prefix to global variables in `_cursesmodule.c` (#124047)
Bénédikt Tran committed
B
B
gh-123961: Remove global variable `ModDict` in `_cursesmodule.c` (#123962)
Bénédikt Tran committed
September 11, 2024
B
gh-123290: fix reference leaks in the error-branches of `_cursesmodule.c` (#123953)
Bénédikt Tran committed
July 1, 2024
E
gh-113565: Improve and harden detection of curses dependencies (#119816)
Erlend E. Aasland committed
May 28, 2024
S
gh-117557: Improve error messages when a string, bytes or bytearray of length 1 are expected (GH-117631)
Serhiy Storchaka 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