index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_cursesmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12766)
Zackery Spytz
2019-11-17
1
-8/+21
*
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16...
Anthony Sottile
2019-10-31
1
-0/+84
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
1
-2/+2
*
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
Victor Stinner
2019-08-14
1
-3/+15
*
bpo-37695: Correct unget_wch error message. (GH-14986)
Anthony Sottile
2019-07-31
1
-2/+2
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
1
-1/+1
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka
2018-11-27
1
-1/+1
*
bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736)
Serhiy Storchaka
2018-11-27
1
-6/+6
*
bpo-31680: Add curses.ncurses_version. (GH-4217)
Serhiy Storchaka
2018-10-30
1
-0/+77
*
suppress compiler warnings in _cursesmodule.c (#7860)
Xiang Zhang
2018-06-23
1
-4/+4
*
bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. ...
Serhiy Storchaka
2018-05-10
1
-1184/+2238
*
correct the typos (#4950)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-12-20
1
-2/+2
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
1
-2/+2
*
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (#...
Serhiy Storchaka
2017-11-01
1
-12/+26
*
bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlie...
Serhiy Storchaka
2017-11-01
1
-2/+10
*
bpo-31919: Fix building the curses module on OpenIndiana. (#4211)
Serhiy Storchaka
2017-11-01
1
-2/+4
*
bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164)
Masayuki Yamamoto
2017-11-01
1
-8/+16
*
bpo-31891: Fix building the curses module on NetBSD. (#4165)
Serhiy Storchaka
2017-10-31
1
-33/+40
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
1
-0/+10
*
bpo-30176: Add missing curses cell attributes constants (GH-1302)
Xiang Zhang
2017-06-16
1
-3/+5
*
bpo-30101: Add support for curses.A_ITALIC. (#1015)
Eijebong
2017-04-26
1
-0/+3
*
Use NULL rather than 0. (#778)
Serhiy Storchaka
2017-03-23
1
-1/+1
*
bpo-29176 Use tmpfile() in curses module (#235)
Christian Heimes
2017-03-02
1
-37/+15
*
bpo-29176: Fix name of the _curses.window class (#52)
Victor Stinner
2017-02-12
1
-1/+1
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-40/+22
*
Initialize variables to fix compiler warnings
Victor Stinner
2016-12-09
1
-1/+1
*
Issue #28549: Fixed segfault in curses's addch() with ncurses6.
Serhiy Storchaka
2016-10-30
1
-8/+9
|
\
|
*
Issue #28549: Fixed segfault in curses's addch() with ncurses6.
Serhiy Storchaka
2016-10-30
1
-8/+9
*
|
Issue #28526: Use PyUnicode_AsEncodedString() instead of
Serhiy Storchaka
2016-10-27
1
-2/+2
|
\
\
|
|
/
|
*
Issue #28526: Use PyUnicode_AsEncodedString() instead of
Serhiy Storchaka
2016-10-27
1
-2/+2
*
|
Avoid calling functions with an empty string as format string
Victor Stinner
2016-09-06
1
-1/+1
|
/
*
merge 3.4
Benjamin Peterson
2016-08-16
1
-0/+8
|
\
|
*
fail when negative values are passed to instr()
Benjamin Peterson
2016-08-16
1
-0/+8
*
|
merge 3.4
Benjamin Peterson
2016-08-14
1
-0/+8
|
\
\
|
|
/
|
*
do not allow reading negative values with getstr()
Benjamin Peterson
2016-08-14
1
-0/+8
*
|
Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari
Steve Dower
2015-04-15
1
-0/+10
*
|
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings
2015-04-14
1
-2/+3
*
|
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
1
-67/+3
*
|
Removed redundant casts to `char *`.
Serhiy Storchaka
2014-09-28
1
-1/+1
|
/
*
Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
Larry Hastings
2014-05-04
1
-12/+12
*
#Issue 20456: Several improvements and bugfixes for Argument Clinic,
Larry Hastings
2014-02-01
1
-2/+2
*
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings
2014-01-28
1
-2/+2
*
Issue #20390: Small fixes and improvements for Argument Clinic.
Larry Hastings
2014-01-26
1
-5/+5
*
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings
2014-01-24
1
-2/+2
*
Two minor Argument Clinic bugfixes: use the name of the class in the
Larry Hastings
2014-01-22
1
-6/+7
*
Issue #20315: Removed support for backward compatibility with early 2.x versi...
Serhiy Storchaka
2014-01-20
1
-2/+0
|
\
*
|
Issue #20226: Major improvements to Argument Clinic.
Larry Hastings
2014-01-16
1
-2/+2
*
|
Issue #19273: The marker comments Argument Clinic uses have been changed
Larry Hastings
2014-01-07
1
-6/+6
*
|
ncurses' winch and mvwinch return an unsigned long
Christian Heimes
2013-12-04
1
-2/+3
|
\
\
|
|
/
[next]