aboutsummaryrefslogtreecommitdiff
path: root/Include/py_curses.h
AgeCommit message (Expand)Author
2022-01-21bpo-46417: Add _PyType_CAST() macro (GH-30760)Victor Stinner
2020-03-04bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)Andy Lester
2018-05-10bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. ...Serhiy Storchaka
2018-01-22bpo-32593: Drop FreeBSD 9 and older support (#5232)Victor Stinner
2017-11-01bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164)Masayuki Yamamoto
2017-10-31bpo-31891: Fix building the curses module on NetBSD. (#4165)Serhiy Storchaka
2017-01-23Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka
2015-12-25Issue #25923: Added the const qualifier to static constant arrays.Serhiy Storchaka
2011-11-25Issue #12567: The curses module uses Unicode functions for Unicode argumentsVictor Stinner
2009-09-06Merged revisions 74693 via svnmerge fromMark Dickinson
2009-05-05add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson
2008-05-26Renamed PyString to PyBytesChristian Heimes
2008-01-03Merged revisions 59666-59679 via svnmerge fromChristian Heimes
2007-12-19#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes
2007-12-02Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes
2007-07-21Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis
2003-06-29FreeBSD 5.x uses different wchar_t/win_t guards than earlier versionsAndrew MacIntyre
2003-06-11fix the curses module build failure on FreeBSD, reported in SF #740234.Andrew MacIntyre
2003-02-28Moved the Apple workaround for the guard define for wchar_t out ofJack Jansen
2002-11-22Fix for #641455: curses module doesn't build on MacOSX. It turns out theJack Jansen
2002-01-17Patch #477752: Drop old-style getargs from curses.Martin v. Löwis
2001-10-24Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED andMartin v. Löwis
2001-10-13Check for term.h and include it on non-ncurses system to get a declarationMartin v. Löwis
2000-12-22Added header file for C API exported by _cursesmodule.cAndrew M. Kuchling