summaryrefslogtreecommitdiff
path: root/Lib/test/test_curses.py
Commit message (Expand)AuthorAgeFilesLines
* test_curses - substitute self.skip() with self.skipTest()Xavier de Gaye2017-01-061-2/+2
* Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.Serhiy Storchaka2016-12-281-0/+9
* Issue #9770: curses.ascii predicates now work correctly with negative integers.Serhiy Storchaka2016-12-281-0/+19
* Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not ava...Berker Peksag2016-08-191-0/+1
* merge 3.4Benjamin Peterson2016-08-151-0/+2
|\
| * fail when negative values are passed to instr()Benjamin Peterson2016-08-151-0/+2
* | merge 3.4Benjamin Peterson2016-08-131-68/+164
|\ \ | |/ |/|
| * Issue #27294: Numerical state in the repr for Tkinter event objects is nowSerhiy Storchaka2016-06-181-0/+54
| * Fixed an error in previous commit.Serhiy Storchaka2016-05-221-1/+1
| * Temporary skip curses tests on non-tty (issue #27067).Serhiy Storchaka2016-05-221-0/+2
| * Issue #27067: Improved curses tests.Serhiy Storchaka2016-05-211-68/+97
| * Issue #23815: Fixed crashes related to directly created instances of types inSerhiy Storchaka2016-05-081-0/+4
| * Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon YaariSteve Dower2015-04-151-0/+7
* | do not allow reading negative values with getstr()Benjamin Peterson2016-08-131-0/+3
|/
* Issue #16000: Convert test_curses to use unittestZachary Ware2014-10-171-367/+347
* Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.Larry Hastings2014-05-041-0/+30
* Issue #20358: Tests for curses.window.overlay and curses.window.overwriteLarry Hastings2014-01-251-2/+2
* #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userp...Andrew Kuchling2013-06-221-0/+9
* #18113: Objects associated to a curses.panel object with set_userptr() were l...Andrew Kuchling2013-06-151-0/+13
* Issue #15785: Modify window.get_wch() API of the curses module: return aVictor Stinner2012-08-291-7/+5
* Issue #13415: test_curses skips unencodable charactersVictor Stinner2011-11-281-1/+8
* Issue #13415: Help to locate curses.h when _curses module is linked to ncurseswVictor Stinner2011-11-271-1/+4
* Issue #12567: The curses module uses Unicode functions for Unicode argumentsVictor Stinner2011-11-251-12/+31
* (Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, insteadVictor Stinner2011-11-031-1/+2
|\
| * Issue #10570: curses.putp() is now expecting a byte string, instead of aVictor Stinner2011-11-031-1/+2
* | (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string,Victor Stinner2011-11-021-3/+20
|\ \ | |/ |/|
| * Issue #12567: Fix curses.unget_wch() testsVictor Stinner2011-09-061-2/+4
| * Issue #12567: Add curses.unget_wch() functionVictor Stinner2011-09-061-0/+15
| * Issue #12669: Fix test_curses so that it can run on the buildbots.Nadeem Vawda2011-08-131-3/+3
* | Issue #10570: curses.tigetstr() is now expecting a byte string, instead of aVictor Stinner2011-11-021-1/+6
|/
* Merged revisions 83780 via svnmerge fromMark Dickinson2010-08-071-1/+1
* Issue #7384: If the system readline library is linked againstStefan Krah2010-06-161-5/+0
* Merged revisions 78283 via svnmerge fromMark Dickinson2010-02-211-0/+6
* Merged revisions 75519 via svnmerge fromR. David Murray2009-10-251-0/+2
* Merged revisions 75248 via svnmerge fromBenjamin Peterson2009-10-041-0/+5
* Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv...Georg Brandl2009-08-131-5/+6
* Merged revisions 73328 via svnmerge fromAmaury Forgeot d'Arc2009-06-091-0/+1
* 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