| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-91914: Fix test_curses on non-UTF-8 locale (GH-91919) | Miss Islington (bot) | 2022-04-26 | 1 | -1/+6 |
|
|
* | [3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) ... | Erlend Egeberg Aasland | 2021-06-23 | 1 | -2/+3 |
|
|
* | bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748) | Erlend Egeberg Aasland | 2021-04-30 | 1 | -2/+4 |
|
|
* | bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398) | Serhiy Storchaka | 2021-04-05 | 1 | -7/+6 |
|
|
* | bpo-43659: Fix test_curses on AIX (GH-25074) | Michael Felt | 2021-03-29 | 1 | -0/+1 |
|
|
* | bpo-43231: Correctly calculate the curses color pair limit when checking for ... | Pablo Galindo | 2021-02-15 | 1 | -1/+1 |
|
|
* | bpo-43231: Fix test.test_curses.TestCurses.test_init_pair when running under ... | Pablo Galindo | 2021-02-15 | 1 | -0/+7 |
|
|
* | bpo-43016: Fix test_curses on platform without cursesw (GH-24405) | Serhiy Storchaka | 2021-01-31 | 1 | -5/+23 |
|
|
* | bpo-43016: Rewrite tests for curses (GH-24312) | Serhiy Storchaka | 2021-01-31 | 1 | -215/+787 |
|
|
* | bpo-42681: Fix test_curses failures related to color pairs (GH-24089) | Serhiy Storchaka | 2021-01-05 | 1 | -12/+41 |
|
|
* | bpo-42789: Enable using /dev/tty in test_curses. (GH-24085) | Serhiy Storchaka | 2021-01-04 | 1 | -1/+1 |
|
|
* | bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874) | Serhiy Storchaka | 2021-01-03 | 1 | -26/+107 |
|
|
* | bpo-42789: Don't skip curses tests on non-tty. (GH-24009) | Serhiy Storchaka | 2021-01-02 | 1 | -38/+62 |
|
|
* | bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536) | Hans Petter Jansson | 2020-08-04 | 1 | -1/+15 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21449) | Hai Shi | 2020-08-03 | 1 | -1/+2 |
|
|
* | bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16... | Anthony Sottile | 2019-10-31 | 1 | -0/+4 |
|
|
* | bpo-31680: Add curses.ncurses_version. (GH-4217) | Serhiy Storchaka | 2018-10-30 | 1 | -3/+19 |
|
|
* | bpo-31924: Fix test_curses on NetBSD 8. (#4228) | Serhiy Storchaka | 2017-11-03 | 1 | -2/+4 |
|
|
* | bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (#... | Serhiy Storchaka | 2017-11-01 | 1 | -1/+8 |
|
|
* | bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlie... | Serhiy Storchaka | 2017-11-01 | 1 | -0/+3 |
|
|
* | bpo-31919: Fix building the curses module on OpenIndiana. (#4211) | Serhiy Storchaka | 2017-11-01 | 1 | -9/+13 |
|
|
* | bpo-31891: Fix building the curses module on NetBSD. (#4165) | Serhiy Storchaka | 2017-10-31 | 1 | -8/+24 |
|
|
* | bpo-31629: Add support.SaveSignals (#4183) | Victor Stinner | 2017-10-31 | 1 | -1/+4 |
|
|
* | [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) | Serhiy Storchaka | 2017-06-28 | 1 | -1/+10 |
|
|
* | test_curses - substitute self.skip() with self.skipTest() | Xavier de Gaye | 2017-01-06 | 1 | -2/+2 |
|
|
* | Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. | Serhiy Storchaka | 2016-12-28 | 1 | -0/+9 |
|
|
* | Issue #9770: curses.ascii predicates now work correctly with negative integers. | Serhiy Storchaka | 2016-12-28 | 1 | -0/+19 |
|
|
* | Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not ava... | Berker Peksag | 2016-08-19 | 1 | -0/+1 |
|
|
* | merge 3.4 | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 |
|\ |
|
| * | fail when negative values are passed to instr() | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 |
|
|
* | | merge 3.4 | Benjamin Peterson | 2016-08-14 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | do not allow reading negative values with getstr() | Benjamin Peterson | 2016-08-14 | 1 | -0/+3 |
|
|
* | | Issue #27294: Numerical state in the repr for Tkinter event objects is now | Serhiy Storchaka | 2016-06-18 | 1 | -0/+54 |
|
|
* | | Fixed an error in previous commit. | Serhiy Storchaka | 2016-05-22 | 1 | -1/+1 |
|
|
* | | Temporary skip curses tests on non-tty (issue #27067). | Serhiy Storchaka | 2016-05-22 | 1 | -0/+2 |
|
|
* | | Issue #27067: Improved curses tests. | Serhiy Storchaka | 2016-05-21 | 1 | -68/+97 |
|
|
* | | Issue #23815: Fixed crashes related to directly created instances of types in | Serhiy Storchaka | 2016-05-08 | 1 | -0/+4 |
|
|
* | | Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari | Steve Dower | 2015-04-15 | 1 | -0/+7 |
|/ |
|
* | Issue #16000: Convert test_curses to use unittest | Zachary Ware | 2014-10-17 | 1 | -367/+347 |
|
|
* | Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. | Larry Hastings | 2014-05-04 | 1 | -0/+30 |
|
|
* | Issue #20358: Tests for curses.window.overlay and curses.window.overwrite | Larry Hastings | 2014-01-26 | 1 | -2/+2 |
|
|
* | #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 |
|\ \
| |/ |
|