| Commit message (Expand) | Author | Age | Files | Lines |
* | #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userp... | Andrew Kuchling | 2013-06-22 | 1 | -0/+9 |
|
|
* | #18113: Objects associated to a curses.panel object with set_userptr() were l... | Andrew Kuchling | 2013-06-15 | 1 | -0/+13 |
|
|
* | Issue #15785: Modify window.get_wch() API of the curses module: return a | Victor Stinner | 2012-08-28 | 1 | -7/+5 |
|
|
* | Issue #13415: test_curses skips unencodable characters | Victor Stinner | 2011-11-28 | 1 | -1/+8 |
|
|
* | Issue #13415: Help to locate curses.h when _curses module is linked to ncursesw | Victor Stinner | 2011-11-26 | 1 | -1/+4 |
|
|
* | Issue #12567: The curses module uses Unicode functions for Unicode arguments | Victor Stinner | 2011-11-25 | 1 | -12/+31 |
|
|
* | (Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, instead | Victor Stinner | 2011-11-03 | 1 | -1/+2 |
|\ |
|
| * | Issue #10570: curses.putp() is now expecting a byte string, instead of a | Victor Stinner | 2011-11-03 | 1 | -1/+2 |
|
|
* | | (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string, | Victor Stinner | 2011-11-02 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a | Victor Stinner | 2011-11-02 | 1 | -1/+6 |
|
|
* | | Issue #12567: Fix curses.unget_wch() tests | Victor Stinner | 2011-09-06 | 1 | -2/+4 |
|
|
* | | Issue #12567: Add curses.unget_wch() function | Victor Stinner | 2011-09-05 | 1 | -0/+15 |
|
|
* | | Issue #12669: Fix test_curses so that it can run on the buildbots. | Nadeem Vawda | 2011-08-13 | 1 | -3/+3 |
|/ |
|
* | Issue #8433: Fix test_curses failure for platforms with recent versions of nc... | Mark Dickinson | 2010-08-07 | 1 | -1/+1 |
|
|
* | Issue #7384: If the system readline library is linked against ncurses, | Stefan Krah | 2010-06-08 | 1 | -5/+0 |
|
|
* | Merged revisions 78281 via svnmerge from | Mark Dickinson | 2010-02-21 | 1 | -0/+6 |
|
|
* | Note that on py3k we are actually looking at sys.stdout, not sys.__stdout__. | R. David Murray | 2009-10-19 | 1 | -0/+2 |
|
|
* | Merged revisions 75066 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -0/+5 |
|
|
* | Clean up test_curses. | Alexandre Vassalotti | 2009-07-22 | 1 | -5/+6 |
|
|
* | Merged revisions 73328 via svnmerge from | Amaury Forgeot d'Arc | 2009-06-09 | 1 | -0/+1 |
|
|
* | Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge | R. David Murray | 2009-03-31 | 1 | -3/+6 |
|
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -3/+3 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,... | Christian Heimes | 2008-02-26 | 1 | -4/+3 |
|
|
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -4/+4 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+15 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+7 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -5/+10 |
|
|
* | Test curses.setupterm() before initscr(). | Georg Brandl | 2006-01-12 | 1 | -2/+3 |
|
|
* | SF bug #1400822, Extended version of _curses over{lay,write} does not work | Neal Norwitz | 2006-01-10 | 1 | -1/+7 |
|
|
* | Bug #1400115, Fix segfault when calling curses.panel.userptr() | Neal Norwitz | 2006-01-09 | 1 | -0/+11 |
|
|
* | initscr() will exit if there's an error. Try to catch the obvious failure | Neal Norwitz | 2006-01-06 | 1 | -4/+7 |
|
|
* | Skip test_curses if stdin is not a tty (like when run from cron or buildbot).... | Neal Norwitz | 2006-01-05 | 1 | -1/+3 |
|
|
* | [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite | Andrew M. Kuchling | 2005-06-15 | 1 | -1/+2 |
|
|
* | This is more-or-less: | Michael W. Hudson | 2004-08-07 | 1 | -3/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -2/+2 |
|
|
* | Add tests for meta- bit set | Andrew M. Kuchling | 2003-08-29 | 1 | -1/+4 |
|
|
* | Add simple unit test for ascii.unctrl() function | Andrew M. Kuchling | 2003-08-29 | 1 | -0/+13 |
|
|
* | [Patch #739124] Add use_default_colors() to curses module | Andrew M. Kuchling | 2003-08-13 | 1 | -0/+3 |
|
|
* | SF patch #701494: more apply removals | Raymond Hettinger | 2003-04-06 | 1 | -1/+1 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Patch #473187: Add a test script that exercises most of the functions in | Andrew M. Kuchling | 2001-10-22 | 1 | -0/+210 |
|
|