summaryrefslogtreecommitdiff
path: root/Lib/test/test_curses.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-3/+6
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-3/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,...Christian Heimes2008-02-261-4/+3
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-4/+4
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+15
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+7
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-5/+10
* Test curses.setupterm() before initscr().Georg Brandl2006-01-121-2/+3
* SF bug #1400822, Extended version of _curses over{lay,write} does not workNeal Norwitz2006-01-101-1/+7
* Bug #1400115, Fix segfault when calling curses.panel.userptr()Neal Norwitz2006-01-091-0/+11
* initscr() will exit if there's an error. Try to catch the obvious failureNeal Norwitz2006-01-061-4/+7
* Skip test_curses if stdin is not a tty (like when run from cron or buildbot)....Neal Norwitz2006-01-051-1/+3
* [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suiteAndrew M. Kuchling2005-06-151-1/+2
* This is more-or-less:Michael W. Hudson2004-08-071-3/+4
* Whitespace normalization.Tim Peters2004-01-181-2/+2
* Add tests for meta- bit setAndrew M. Kuchling2003-08-291-1/+4
* Add simple unit test for ascii.unctrl() functionAndrew M. Kuchling2003-08-291-0/+13
* [Patch #739124] Add use_default_colors() to curses moduleAndrew M. Kuchling2003-08-131-0/+3
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-061-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Patch #473187: Add a test script that exercises most of the functions inAndrew M. Kuchling2001-10-221-0/+210