summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_curses.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #7384: skip test_curses on FreeBSD, in order to allow other buildbot t...Mark Dickinson2010-02-211-0/+6
* Only run test_curses when sys.__stdout__ is a tty. This eliminates theR. David Murray2009-10-191-0/+2
* #6243: fix segfault when keyname() returns a NULL pointer.Andrew M. Kuchling2009-09-251-0/+5
* Missing import in test_curses, uncovered by some buildbots.Amaury Forgeot d'Arc2009-06-091-0/+1
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-3/+4
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-3/+3
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-3/+3
* Move .setupterm() output so that we don't try to call endwin() if it failsAndrew M. Kuchling2008-02-251-4/+3
* Add window.chgat() method, submitted via e-mail by Fabian KreutzAndrew M. Kuchling2007-04-111-0/+6
* Whitespace normalization.Tim Peters2007-03-121-1/+1
* Patch for bug #1633621: if curses.resizeterm() orWalter Dörwald2007-03-061-0/+9
* Patch #1506645: add Python wrappers for the curses functionsWalter Dörwald2006-06-191-0/+7
* In some environments (under screen, in a chroot) curses doesn't supportAnthony Baxter2006-04-061-5/+7
* cygwin's curses support isn't up to scratch to run the tests.Anthony Baxter2006-04-041-0/+3
* 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