COMMITS
/ Include/py_curses.h May 4, 2024
D
gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)
Davide Rizzo committed
June 16, 2022
V
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
Victor Stinner committed
January 21, 2022
V
bpo-46417: Add _PyType_CAST() macro (GH-30760)
Victor Stinner committed
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
May 10, 2018
S
bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. (GH-4251)
Serhiy Storchaka committed
January 22, 2018
V
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner committed
November 1, 2017
M
bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164)
Masayuki Yamamoto committed
October 31, 2017
S
bpo-31891: Fix building the curses module on NetBSD. (#4165)
Serhiy Storchaka committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
November 25, 2011
V
Issue #12567: The curses module uses Unicode functions for Unicode arguments
Victor Stinner committed
September 6, 2009
M
Merged revisions 74693 via svnmerge from
Mark Dickinson committed
May 5, 2009
B
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
January 3, 2008
C
Merged revisions 59666-59679 via svnmerge from
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
June 29, 2003
A
FreeBSD 5.x uses different wchar_t/win_t guards than earlier versions
Andrew MacIntyre committed
June 11, 2003
A
fix the curses module build failure on FreeBSD, reported in SF #740234.
Andrew MacIntyre committed
February 28, 2003
J
Moved the Apple workaround for the guard define for wchar_t out of
Jack Jansen committed
November 22, 2002
J
Fix for #641455: curses module doesn't build on MacOSX. It turns out the
Jack Jansen committed
January 17, 2002
M
Patch #477752: Drop old-style getargs from curses.
Martin v. Löwis committed
October 24, 2001
M
Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and
Martin v. Löwis committed
October 13, 2001
M
Check for term.h and include it on non-ncurses system to get a declaration
Martin v. Löwis committed
December 22, 2000
A
Added header file for C API exported by _cursesmodule.c
Andrew M. Kuchling committed