summaryrefslogtreecommitdiff
path: root/Include/py_curses.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (...Miss Islington (bot)2017-11-011-7/+12
* [2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194)Serhiy Storchaka2017-10-311-9/+5
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-10/+5
* Issue #6848: Fix curses module build failure on OS X 10.6.Mark Dickinson2009-09-061-1/+6
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-1/+1
* Renamed PyString to PyBytesChristian Heimes2008-05-261-1/+1
* Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...Christian Heimes2008-01-031-1/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-1/+1
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-1/+1
* FreeBSD 5.x uses different wchar_t/win_t guards than earlier versionsAndrew MacIntyre2003-06-291-0/+12
* fix the curses module build failure on FreeBSD, reported in SF #740234.Andrew MacIntyre2003-06-111-0/+15
* Moved the Apple workaround for the guard define for wchar_t out ofJack Jansen2003-02-281-1/+2
* Fix for #641455: curses module doesn't build on MacOSX. It turns out theJack Jansen2002-11-221-0/+9
* Patch #477752: Drop old-style getargs from curses.Martin v. Löwis2002-01-171-16/+7
* Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED andMartin v. Löwis2001-10-241-0/+11
* Check for term.h and include it on non-ncurses system to get a declarationMartin v. Löwis2001-10-131-0/+4
* Added header file for C API exported by _cursesmodule.cAndrew M. Kuchling2000-12-221-0/+133