1. b232df9 bpo-31680: Add curses.ncurses_version. (GH-4217) by Serhiy Storchaka · 6 years ago
  2. a7723d8 bpo-31924: Fix test_curses on NetBSD 8. (#4228) by Serhiy Storchaka · 7 years ago
  3. 4f469c0 bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (#4220) by Serhiy Storchaka · 7 years ago
  4. 7e68790 bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier. (#3826) by Serhiy Storchaka · 7 years ago
  5. 894ebd0 bpo-31919: Fix building the curses module on OpenIndiana. (#4211) by Serhiy Storchaka · 7 years ago
  6. baac01e bpo-31891: Fix building the curses module on NetBSD. (#4165) by Serhiy Storchaka · 7 years ago
  7. 19f6830 bpo-31629: Add support.SaveSignals (#4183) by Victor Stinner · 7 years ago
  8. f7eae0a [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) by Serhiy Storchaka · 7 years ago
  9. 645bc80 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 8 years ago
  10. bdf9e0e Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  11. 283de2b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  12. 53926f1 Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not available by Berker Peksag · 8 years ago
  13. b1c6bdc merge 3.4 by Benjamin Peterson · 8 years ago
  14. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 8 years ago
  15. f17a8e9 merge 3.4 by Benjamin Peterson · 8 years ago
  16. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 8 years ago
  17. 514f973 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  18. 0a91e43 Fixed an error in previous commit. by Serhiy Storchaka · 8 years ago
  19. 53a0035 Temporary skip curses tests on non-tty (issue #27067). by Serhiy Storchaka · 8 years ago
  20. 0eb39e7 Issue #27067: Improved curses tests. by Serhiy Storchaka · 8 years ago
  21. e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  22. baf45c5 Issue #16000: Convert test_curses to use unittest by Zachary Ware · 10 years ago
  23. 9147a96 Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. by Larry Hastings · 10 years ago
  24. 23e37aa Issue #20358: Tests for curses.window.overlay and curses.window.overwrite by Larry Hastings · 10 years ago
  25. 9290dd1 #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again by Andrew Kuchling · 11 years ago
  26. 53e5ea7 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 11 years ago
  27. ca2b646 Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 12 years ago
  28. d1b097f Issue #13415: test_curses skips unencodable characters by Victor Stinner · 13 years ago
  29. 756c6ec Issue #13415: Help to locate curses.h when _curses module is linked to ncursesw by Victor Stinner · 13 years ago
  30. 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments by Victor Stinner · 13 years ago
  31. d2bc389 Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari by Steve Dower · 9 years ago
  32. 65f51bb (Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, instead by Victor Stinner · 13 years ago
  33. b3bc7e7 Issue #10570: curses.putp() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  34. df5bccc (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string, by Victor Stinner · 13 years ago
  35. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  36. 900c292 Issue #12567: Fix curses.unget_wch() tests by Victor Stinner · 13 years ago
  37. 71e44cb Issue #12567: Add curses.unget_wch() function by Victor Stinner · 13 years ago
  38. 780199e Issue #12669: Fix test_curses so that it can run on the buildbots. by Nadeem Vawda · 13 years ago
  39. af43e9a Issue #8433: Fix test_curses failure for platforms with recent versions of ncurses. by Mark Dickinson · 14 years ago
  40. 095b273 Issue #7384: If the system readline library is linked against ncurses, by Stefan Krah · 14 years ago
  41. 945e242 Merged revisions 78281 via svnmerge from by Mark Dickinson · 14 years ago
  42. 0938644 Note that on py3k we are actually looking at sys.stdout, not sys.__stdout__. by R. David Murray · 15 years ago
  43. 7e2ef57 Merged revisions 75066 via svnmerge from by Benjamin Peterson · 15 years ago
  44. 5ff0235 Clean up test_curses. by Alexandre Vassalotti · 15 years ago
  45. f6b8872 Merged revisions 73328 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  46. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  47. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  48. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  49. 836baa5 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,61066-61080 via svnmerge from by Christian Heimes · 16 years ago
  50. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  51. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  52. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  53. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  54. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  55. 05f5ba9 Test curses.setupterm() before initscr(). by Georg Brandl · 19 years ago
  56. 88bbd73 SF bug #1400822, Extended version of _curses over{lay,write} does not work by Neal Norwitz · 19 years ago
  57. 5e3d862 Bug #1400115, Fix segfault when calling curses.panel.userptr() by Neal Norwitz · 19 years ago
  58. 9f39f68 initscr() will exit if there's an error. Try to catch the obvious failure by Neal Norwitz · 19 years ago
  59. eeab7da Skip test_curses if stdin is not a tty (like when run from cron or buildbot). Will backport. by Neal Norwitz · 19 years ago
  60. d1badac [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite by Andrew M. Kuchling · 19 years ago
  61. 2b3feec This is more-or-less: by Michael W. Hudson · 20 years ago
  62. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  63. e8792c1 Add tests for meta- bit set by Andrew M. Kuchling · 21 years ago
  64. e752e20 Add simple unit test for ascii.unctrl() function by Andrew M. Kuchling · 21 years ago
  65. 69f31eb [Patch #739124] Add use_default_colors() to curses module by Andrew M. Kuchling · 21 years ago
  66. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 21 years ago
  67. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  68. 2158df0 Patch #473187: Add a test script that exercises most of the functions in by Andrew M. Kuchling · 23 years ago