summaryrefslogtreecommitdiffstats
path: root/Modules/_cursesmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Include py_curses.h *after* defining _XOPEN_SOURCE_EXTENDED.Guido van Rossum2001-04-101-2/+3
* Patch #103485 from Donn Cave: patches to make the module compile on AIX andAndrew M. Kuchling2001-01-291-0/+36
* Rename 'lines' variable to 'nlines' to avoid conflict with a macro definedAndrew M. Kuchling2001-01-291-7/+7
* Bug #130117: add a prototype required to compile cleanly on IRIXAndrew M. Kuchling2001-01-281-0/+1
* Support building this as a DLL under Cygwin.Guido van Rossum2001-01-191-2/+5
* Add the curses constants ERR and OK to the module at TG's suggestionAndrew M. Kuchling2000-12-261-0/+3
* Export C API from this module.Andrew M. Kuchling2000-12-221-99/+47
* Another patch from Thomas Gellekum: add .overlay() and .overwrite()Andrew M. Kuchling2000-12-211-3/+81
* Wrapper for napms() function, contributed by Thomas Gellekum <tg@FreeBSD.org>Andrew M. Kuchling2000-12-151-1/+50
* Patch #102412 from mwh: Add support for the setupterm() function, toAndrew M. Kuchling2000-11-181-15/+76
* Patch #102278: add tparm() function to _curses moduleAndrew M. Kuchling2000-11-071-4/+55
* Patch from Randall Hopper to fix PR #116172, "curses module fails toAndrew M. Kuchling2000-11-011-4/+38
* Don't call Py_FatalError in module initializationJeremy Hylton2000-09-011-4/+0
* Add alias for old function name -- removing it broke Alexei Gilchrist's cfmAndrew M. Kuchling2000-08-201-0/+2
* Added list of missing functions as a commentAndrew M. Kuchling2000-07-271-0/+26
* Comment out a debugging print (spotted by Michael Deegan)Andrew M. Kuchling2000-07-261-1/+1
* Added wrappers for tiget{flag,num,str}, for querying terminfo capabilitiesAndrew M. Kuchling2000-07-261-0/+47
* Modified version of patch #100963 from Mark Favas: has_key() is anAndrew M. Kuchling2000-07-251-5/+5
* Bug report and partial patch from Michael Deegan <michael@ucc.gu.uwa.edu.au>:Andrew M. Kuchling2000-07-241-4/+4
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-4/+2
* Patch from Peter Schneider-Kamp: convert curses module to ANSI prototypes,Andrew M. Kuchling2000-07-091-377/+221
* Python 2.0 is not supposed to use string exceptions in the standard libraryFred Drake2000-07-061-1/+1
* Removed unused variables.Andrew M. Kuchling2000-07-061-3/+4
* Fixes for compiling on Tru64.Andrew M. Kuchling2000-06-271-8/+13
* Fix two typos (, instead of ;)Andrew M. Kuchling2000-06-271-3/+2
* Added support for mouse functions: mousemask(), mouseinterval(),Andrew M. Kuchling2000-06-271-0/+130
* Release the global interpreter lock around the most importantAndrew M. Kuchling2000-06-231-12/+45
* Added .timeout() method and .typeahead() functionAndrew M. Kuchling2000-06-211-0/+19
* Renamed the C extension for ncurses support from 'curses' to '_curses'.Andrew M. Kuchling2000-06-101-4/+4
* Changes by AMK: Use HAVE_NCURSES_H to include correct header fileAndrew M. Kuchling2000-05-231-133/+124
* Oliver Andrich's ncurses-specific curses module, version 1.5b1Andrew M. Kuchling2000-05-231-948/+1607
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-4/+4
* Patch by Charles Waldman to implement an optional nlines argument toGuido van Rossum1999-01-051-2/+18
* Chris Herborth discovered a typo in the arrow key symbols.Guido van Rossum1998-12-231-1/+2
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Make the version variable static (it has no business being exported).Guido van Rossum1998-10-071-1/+1
* Apply two changes, systematically:Guido van Rossum1997-10-011-5/+1
* Avoid warning from gcc on Linux about dropping const.Guido van Rossum1997-05-091-1/+1
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-3/+11
* Include ncurses.h where neededGuido van Rossum1996-02-251-0/+5
* Added some (method) casts.Sjoerd Mullender1995-03-171-42/+42
* more fixes by Steve CliftGuido van Rossum1995-02-241-61/+154
* bump version, add __version__ back inGuido van Rossum1995-02-171-4/+7
* Steve Clifts versionGuido van Rossum1995-02-171-406/+434
* clear errors between failing calls to PyArg_ParseGuido van Rossum1995-02-071-1/+13
* cosmetic changes so these modules will work with the strict new naming schemeGuido van Rossum1995-01-101-1/+1
* * various modules: #include "Python.h" and remove most remporaryGuido van Rossum1994-09-141-5/+1
* Setup.in: added tkinter; rearranged the definition of PYTHONPATH soGuido van Rossum1994-09-071-1/+4
* Lance's release 1.1 -- fixes some problems with 1.0Guido van Rossum1994-08-311-36/+52
* Release 1.0 by LanceGuido van Rossum1994-08-311-1/+131