summaryrefslogtreecommitdiffstats
path: root/Lib/curses/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)Serhiy Storchaka2019-05-061-0/+1
* bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)Serhiy Storchaka2019-04-011-1/+12
* Fix docstring in curses (#16782)Andrew Svetlov2012-12-291-1/+1
|\
| * Fix docstring in curses (#16782)Andrew Svetlov2012-12-291-1/+1
* | (Merge 3.2) Fix curses module for strict SysV implementation (without has_key...Victor Stinner2011-11-281-1/+1
|\ \ | |/
| * Fix curses module for strict SysV implementation (without has_key function)Victor Stinner2011-11-281-1/+1
* | merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code ...Senthil Kumaran2011-07-281-2/+0
|\ \ | |/
| * Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* | #6771: Move wrapper function into __init__ and eliminate wrapper moduleR David Murray2011-06-191-1/+45
|/
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,...Christian Heimes2008-02-261-1/+3
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-231-0/+4
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-5/+4
* Bug #412086, reported by Peter Wilson: The _curses module doesn'tAndrew M. Kuchling2001-04-051-0/+13
* Added Python function to emulate the ncurses has_key() function.Andrew M. Kuchling2000-08-011-0/+7
* Add wrapper for initscr() to copy the ACS_ and LINES,COLS bindingsAndrew M. Kuchling2000-06-261-0/+16
* Add contents of curses packageAndrew M. Kuchling2000-06-101-0/+18