1. d9f1944 Only run test_curses when sys.__stdout__ is a tty. This eliminates the by R. David Murray · 16 years ago
  2. b49e53e #6243: fix segfault when keyname() returns a NULL pointer. by Andrew M. Kuchling · 16 years ago
  3. 5217c08 Missing import in test_curses, uncovered by some buildbots. by Amaury Forgeot d'Arc · 16 years ago
  4. 3db8a34 Change more tests to use import_module for the modules that by R. David Murray · 16 years ago
  5. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  6. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  7. aa5e3ce Move .setupterm() output so that we don't try to call endwin() if it fails by Andrew M. Kuchling · 17 years ago
  8. 400a49b Add window.chgat() method, submitted via e-mail by Fabian Kreutz by Andrew M. Kuchling · 18 years ago
  9. ea5962f Whitespace normalization. by Tim Peters · 18 years ago
  10. d391f08 Patch for bug #1633621: if curses.resizeterm() or by Walter Dörwald · 18 years ago
  11. 4994d95 Patch #1506645: add Python wrappers for the curses functions by Walter Dörwald · 19 years ago
  12. e94e3b4 In some environments (under screen, in a chroot) curses doesn't support by Anthony Baxter · 19 years ago
  13. 7680185 cygwin's curses support isn't up to scratch to run the tests. by Anthony Baxter · 19 years ago
  14. 05f5ba9 Test curses.setupterm() before initscr(). by Georg Brandl · 20 years ago
  15. 88bbd73 SF bug #1400822, Extended version of _curses over{lay,write} does not work by Neal Norwitz · 20 years ago
  16. 5e3d862 Bug #1400115, Fix segfault when calling curses.panel.userptr() by Neal Norwitz · 20 years ago
  17. 9f39f68 initscr() will exit if there's an error. Try to catch the obvious failure by Neal Norwitz · 20 years ago
  18. eeab7da Skip test_curses if stdin is not a tty (like when run from cron or buildbot). Will backport. by Neal Norwitz · 20 years ago
  19. d1badac [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite by Andrew M. Kuchling · 20 years ago
  20. 2b3feec This is more-or-less: by Michael W. Hudson · 21 years ago
  21. 58eb11c Whitespace normalization. by Tim Peters · 22 years ago
  22. e8792c1 Add tests for meta- bit set by Andrew M. Kuchling · 22 years ago
  23. e752e20 Add simple unit test for ascii.unctrl() function by Andrew M. Kuchling · 22 years ago
  24. 69f31eb [Patch #739124] Add use_default_colors() to curses module by Andrew M. Kuchling · 22 years ago
  25. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 22 years ago
  26. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  27. 2158df0 Patch #473187: Add a test script that exercises most of the functions in by Andrew M. Kuchling · 24 years ago