index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_cursesmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-129813, PEP 782: Use PyBytesWriter in _curses (#138920)
Victor Stinner
2025-09-15
1
-14/+10
*
gh-137920: Fix semantically relevant typo in `curses.window.attron` (#137940)
vict-Yang
2025-08-22
1
-2/+2
*
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner
2025-08-18
1
-28/+56
*
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka
2025-05-28
1
-2/+1
*
gh-133579: consistently report C curses function failures (#134327)
Bénédikt Tran
2025-05-27
1
-73/+167
*
gh-134210: refactor signal handling in `_curses.window.{get_wch,getkey}` (#13...
Bénédikt Tran
2025-05-27
1
-15/+20
*
gh-134210: handle signals in `_curses.window.getch` (#134326)
Bénédikt Tran
2025-05-27
1
-4/+14
*
gh-134208: remove dead AC directives for `_curses.window.{chgat,getstr,instr}...
Bénédikt Tran
2025-05-26
1
-173/+148
*
gh-134209: use heap-allocated memory in `_curses.window.{instr,getstr}` (GH-1...
tigerding
2025-05-20
1
-33/+69
*
gh-125843: fix `test_curses.test_attributes` on x86-64 macOS (#134252)
Bénédikt Tran
2025-05-20
1
-6/+4
*
gh-125843: indicate which C function caused a `curses.error` (#125844)
Bénédikt Tran
2025-05-19
1
-180/+355
*
bpo-44172: Keep reference to original window in curses subwindow objects (GH-...
Michael Forney
2025-05-04
1
-8/+14
*
gh-133139: Add curses.assume_default_colors() (GH-133145)
Serhiy Storchaka
2025-05-03
1
-5/+36
*
gh-111178: remove redundant casts for functions with correct signatures (#131...
Bénédikt Tran
2025-04-01
1
-1/+1
*
GH-131238: Core header refactor (GH-131250)
Mark Shannon
2025-03-17
1
-0/+1
*
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner
2025-03-11
1
-2/+2
*
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka
2025-02-25
1
-2/+6
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
1
-1/+1
*
gh-111178: fix UBSan failures in `Modules/curses*.c` (GH-128244)
Bénédikt Tran
2025-01-03
1
-69/+109
*
gh-123925: Fix building curses on platforms without libncursesw (GH-128405)
Serhiy Storchaka
2025-01-02
1
-1/+1
*
gh-126313: Fix a crash in curses.napms() due to incorrect error handling (GH-...
Bénédikt Tran
2024-11-03
1
-2/+5
*
gh-123961: Convert _curses to a multi-phase init module (PEP-489) (#124965)
Bénédikt Tran
2024-10-08
1
-79/+113
*
gh-123961: Convert `curses.window` static type into a heap type (#124934)
Bénédikt Tran
2024-10-04
1
-69/+112
*
gh-123961: Clean up curses C API/capsule (#124907)
Bénédikt Tran
2024-10-03
1
-50/+77
*
gh-120378: Fix crash caused by integer overflow in `curses` (#124555)
Peter Bierma
2024-10-02
1
-8/+8
*
gh-123961: Add a global state to _curses (#124729)
Bénédikt Tran
2024-09-29
1
-175/+271
*
gh-123290: Fix decref in _curses update_lines_cols() (#124767)
Bénédikt Tran
2024-09-29
1
-1/+1
*
gh-123961: Add `curses` prefix to global variables in `_cursesmodule.c` (#124...
Bénédikt Tran
2024-09-13
1
-14/+14
*
gh-124044: protect macros expansions in `_cursesmodules.c` using `do { ... } ...
Bénédikt Tran
2024-09-13
1
-19/+28
*
gh-123961: Remove global variable `ModDict` in `_cursesmodule.c` (#123962)
Bénédikt Tran
2024-09-13
1
-35/+44
*
gh-123290: fix reference leaks in the error-branches of `_cursesmodule.c` (#1...
Bénédikt Tran
2024-09-11
1
-147/+211
*
gh-113565: Improve and harden detection of curses dependencies (#119816)
Erlend E. Aasland
2024-07-01
1
-1/+1
*
gh-117557: Improve error messages when a string, bytes or bytearray of length...
Serhiy Storchaka
2024-05-28
1
-9/+23
*
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...
Petr Viktorin
2024-05-06
1
-1/+1
*
gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)
Davide Rizzo
2024-05-04
1
-4/+13
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+3
*
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka
2023-10-20
1
-4/+4
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
1
-1/+1
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
1
-2/+0
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
1
-18/+18
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99466)
Victor Stinner
2022-11-14
1
-2/+1
*
GH-90699: Remove `_Py_IDENTIFIER` usage from `_curses` module (GH-98957)
Kumar Aditya
2022-11-02
1
-12/+6
*
GH-94644: fix test_curses ref leak (GH-94647)
Kumar Aditya
2022-07-07
1
-0/+1
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-0/+1
*
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner
2022-01-21
1
-12/+10
*
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I...
Kumar Aditya
2021-12-12
1
-1/+1
*
bpo-46000: Improve NetBSD curses compatibility (GH-29947)
Thomas Klausner
2021-12-10
1
-2/+2
*
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes
2021-10-22
1
-0/+4
*
bpo-45067 - Verify the version of ncurses for extended color support feature ...
Senthil Kumaran
2021-09-09
1
-2/+2
*
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz
2021-07-30
1
-1/+1
[next]