aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_curses.py
Commit message (Expand)AuthorAge
* bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16...Anthony Sottile2019-10-31
* bpo-31680: Add curses.ncurses_version. (GH-4217)Serhiy Storchaka2018-10-30
* bpo-31924: Fix test_curses on NetBSD 8. (#4228)Serhiy Storchaka2017-11-03
* bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (#...Serhiy Storchaka2017-11-01
* bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlie...Serhiy Storchaka2017-11-01
* bpo-31919: Fix building the curses module on OpenIndiana. (#4211)Serhiy Storchaka2017-11-01
* bpo-31891: Fix building the curses module on NetBSD. (#4165)Serhiy Storchaka2017-10-31
* bpo-31629: Add support.SaveSignals (#4183)Victor Stinner2017-10-31
* [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)Serhiy Storchaka2017-06-28
* test_curses - substitute self.skip() with self.skipTest()Xavier de Gaye2017-01-06
* Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.Serhiy Storchaka2016-12-28
* Issue #9770: curses.ascii predicates now work correctly with negative integers.Serhiy Storchaka2016-12-28
* Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not ava...Berker Peksag2016-08-19
* merge 3.4Benjamin Peterson2016-08-15
|\
| * fail when negative values are passed to instr()Benjamin Peterson2016-08-15
* | merge 3.4Benjamin Peterson2016-08-13
|\|
| * do not allow reading negative values with getstr()Benjamin Peterson2016-08-13
* | Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-18
* | Fixed an error in previous commit.Serhiy Storchaka2016-05-22
* | Temporary skip curses tests on non-tty (issue #27067).Serhiy Storchaka2016-05-22
* | Issue #27067: Improved curses tests.Serhiy Storchaka2016-05-21
* | Issue #23815: Fixed crashes related to directly created instances of types inSerhiy Storchaka2016-05-08
* | Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon YaariSteve Dower2015-04-15
|/
* Issue #16000: Convert test_curses to use unittestZachary Ware2014-10-17
* Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.Larry Hastings2014-05-04
* Issue #20358: Tests for curses.window.overlay and curses.window.overwriteLarry Hastings2014-01-25
* #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userp...Andrew Kuchling2013-06-22
* #18113: Objects associated to a curses.panel object with set_userptr() were l...Andrew Kuchling2013-06-15
* Issue #15785: Modify window.get_wch() API of the curses module: return aVictor Stinner2012-08-29
* Issue #13415: test_curses skips unencodable charactersVictor Stinner2011-11-28
* Issue #13415: Help to locate curses.h when _curses module is linked to ncurseswVictor Stinner2011-11-27
* Issue #12567: The curses module uses Unicode functions for Unicode argumentsVictor Stinner2011-11-25
* (Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, insteadVictor Stinner2011-11-03
|\
| * Issue #10570: curses.putp() is now expecting a byte string, instead of aVictor Stinner2011-11-03
* | (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string,Victor Stinner2011-11-02
|\|
| * Issue #10570: curses.tigetstr() is now expecting a byte string, instead of aVictor Stinner2011-11-02
* | Issue #12567: Fix curses.unget_wch() testsVictor Stinner2011-09-06
* | Issue #12567: Add curses.unget_wch() functionVictor Stinner2011-09-06
* | Issue #12669: Fix test_curses so that it can run on the buildbots.Nadeem Vawda2011-08-13
|/
* Issue #8433: Fix test_curses failure for platforms with recent versions of nc...Mark Dickinson2010-08-07
* Issue #7384: If the system readline library is linked against ncurses,Stefan Krah2010-06-08
* Merged revisions 78281 via svnmerge fromMark Dickinson2010-02-21
* Note that on py3k we are actually looking at sys.stdout, not sys.__stdout__.R. David Murray2009-10-19
* Merged revisions 75066 via svnmerge fromBenjamin Peterson2009-10-04
* Clean up test_curses.Alexandre Vassalotti2009-07-22
* Merged revisions 73328 via svnmerge fromAmaury Forgeot d'Arc2009-06-09
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-31
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-28
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,...Christian Heimes2008-02-26