173 Commits (87bddbac9d178b549fac830adc76bc8f100b2a47)

Author SHA1 Message Date
Martin v. Löwis 21ee4091e1 Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2. 24 years ago
Mark Hammond fe51c6d66e Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype 24 years ago
Michael W. Hudson 67fb0c3705 I think this fixes 25 years ago
Martin v. Löwis c0e1671c71 Patch #477752: Drop old-style getargs from curses. 25 years ago
Michael W. Hudson 8f5146088a Change some spaces to tabs. I don't *think* that was me, but it 25 years ago
Michael W. Hudson f24281251f Fix for 25 years ago
Guido van Rossum 146483964e Patch supplied by Burton Radons for his own SF bug #487390: Modifying 25 years ago
Martin v. Löwis 43f2dc6251 Limit string size on one-character-strings. Fixes #480384. 25 years ago
Martin v. Löwis 00ff10cae4 Patch in bug report #477700: Fix memory leaks in gdbm & curses. 25 years ago
Martin v. Löwis eb9b103296 Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and 25 years ago
Andrew M. Kuchling 16e65a023e Add two forgotten 'break' statements 25 years ago
Martin v. Löwis 1c07b4b4fb Test for __sun instead of __sun__, since SUNWspro only defines the latter; 25 years ago
Andrew M. Kuchling 4a596e3bee [Bug #457654] bkgd() used a hard-coded A_NORMAL attribute, when it should 25 years ago
Fred Drake 0368bc44e8 Remove warnings from the SGI compiler. 25 years ago
Andrew M. Kuchling 5a76c44181 Fix bug #417212: "curses.newwin can return pads" by changing the Python 25 years ago
Martin v. Löwis bfdf4ecad0 Properly use &&. Closes bug #434988. 25 years ago
Guido van Rossum 858ca0f229 Include py_curses.h *after* defining _XOPEN_SOURCE_EXTENDED. 26 years ago
Andrew M. Kuchling 2d339f9369 Patch #103485 from Donn Cave: patches to make the module compile on AIX and 26 years ago
Andrew M. Kuchling e1c4352f98 Rename 'lines' variable to 'nlines' to avoid conflict with a macro defined 26 years ago
Andrew M. Kuchling 399b8af563 Bug #130117: add a prototype required to compile cleanly on IRIX 26 years ago
Guido van Rossum 6915c4d0a8 Support building this as a DLL under Cygwin. 26 years ago
Andrew M. Kuchling caefb37ee1 Add the curses constants ERR and OK to the module at TG's suggestion 26 years ago
Andrew M. Kuchling 3255268777 Export C API from this module. 26 years ago
Andrew M. Kuchling 9de6ffa314 Another patch from Thomas Gellekum: add .overlay() and .overwrite() 26 years ago
Andrew M. Kuchling 2824d7f6b1 Wrapper for napms() function, contributed by Thomas Gellekum <tg@FreeBSD.org> 26 years ago
Andrew M. Kuchling 26cc66fe6a Patch #102412 from mwh: Add support for the setupterm() function, to 26 years ago
Andrew M. Kuchling f16e0ed76c Patch #102278: add tparm() function to _curses module 26 years ago
Andrew M. Kuchling e7d3616409 Patch from Randall Hopper to fix PR #116172, "curses module fails to 26 years ago
Jeremy Hylton 51ee09b995 Don't call Py_FatalError in module initialization 26 years ago
Andrew M. Kuchling a98e92bc13 Add alias for old function name -- removing it broke Alexei Gilchrist's cfm 26 years ago
Andrew M. Kuchling fb6bbf51a6 Added list of missing functions as a comment 26 years ago
Andrew M. Kuchling 8353f623d6 Comment out a debugging print (spotted by Michael Deegan) 26 years ago
Andrew M. Kuchling 70e89c11fe Added wrappers for tiget{flag,num,str}, for querying terminfo capabilities 26 years ago
Andrew M. Kuchling bf680266da Modified version of patch #100963 from Mark Favas: has_key() is an 26 years ago
Andrew M. Kuchling 4463acbc32 Bug report and partial patch from Michael Deegan <michael@ucc.gu.uwa.edu.au>: 26 years ago
Thomas Wouters f3f33dcf03 Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', 26 years ago
Andrew M. Kuchling ad9b1f8533 Patch from Peter Schneider-Kamp: convert curses module to ANSI prototypes, 26 years ago
Fred Drake 589c35bcc7 Python 2.0 is not supposed to use string exceptions in the standard library 26 years ago
Andrew M. Kuchling 1a10400692 Removed unused variables. 26 years ago
Andrew M. Kuchling a1e4b05ac4 Fixes for compiling on Tru64. 26 years ago
Andrew M. Kuchling b6e468796a Fix two typos (, instead of ;) 26 years ago
Andrew M. Kuchling 8e9d23b250 Added support for mouse functions: mousemask(), mouseinterval(), 26 years ago
Andrew M. Kuchling f419572708 Release the global interpreter lock around the most important 26 years ago
Andrew M. Kuchling 97311bbb0e Added .timeout() method and .typeahead() function 26 years ago
Andrew M. Kuchling b7f198e01a Renamed the C extension for ncurses support from 'curses' to '_curses'. 26 years ago
Andrew M. Kuchling 03e644b851 Changes by AMK: Use HAVE_NCURSES_H to include correct header file 26 years ago
Andrew M. Kuchling 22b88ce6bf Oliver Andrich's ncurses-specific curses module, version 1.5b1 26 years ago
Guido van Rossum b18618dab7 Vladimir Marangozov's long-awaited malloc restructuring. 27 years ago
Guido van Rossum 716a89c606 Patch by Charles Waldman to implement an optional nlines argument to 28 years ago
Guido van Rossum 11847896ed Chris Herborth discovered a typo in the arrow key symbols. 28 years ago