COMMITS
/ Modules/_cursesmodule.c June 23, 2018
X
suppress compiler warnings in _cursesmodule.c (#7860)
Xiang Zhang committed
May 10, 2018
S
bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. (GH-4251)
Serhiy Storchaka committed
December 20, 2017
S
correct the typos (#4950)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
November 1, 2017
S
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (#4220)
Serhiy Storchaka committed
S
bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier. (#3826)
Serhiy Storchaka committed
S
bpo-31919: Fix building the curses module on OpenIndiana. (#4211)
Serhiy Storchaka committed
M
bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164)
Masayuki Yamamoto committed
October 31, 2017
S
bpo-31891: Fix building the curses module on NetBSD. (#4165)
Serhiy Storchaka committed
June 28, 2017
S
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka committed
June 16, 2017
X
bpo-30176: Add missing curses cell attributes constants (GH-1302)
Xiang Zhang committed
April 26, 2017
E
bpo-30101: Add support for curses.A_ITALIC. (#1015)
Eijebong committed
March 23, 2017
S
Use NULL rather than 0. (#778)
Serhiy Storchaka committed
March 2, 2017
C
bpo-29176 Use tmpfile() in curses module (#235)
Christian Heimes committed
February 12, 2017
V
bpo-29176: Fix name of the _curses.window class (#52)
Victor Stinner committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 9, 2016
V
Initialize variables to fix compiler warnings
Victor Stinner committed
October 30, 2016
S
Issue #28549: Fixed segfault in curses's addch() with ncurses6.
Serhiy Storchaka committed
S
Issue #28549: Fixed segfault in curses's addch() with ncurses6.
Serhiy Storchaka committed
October 27, 2016
S
Issue #28526: Use PyUnicode_AsEncodedString() instead of
Serhiy Storchaka committed
S
Issue #28526: Use PyUnicode_AsEncodedString() instead of
Serhiy Storchaka committed
September 6, 2016
V
Avoid calling functions with an empty string as format string
Victor Stinner committed
August 16, 2016
B
fail when negative values are passed to instr()
Benjamin Peterson committed
August 14, 2016
B
do not allow reading negative values with getstr()
Benjamin Peterson committed
May 4, 2014
L
Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
Larry Hastings committed
February 1, 2014
L
#Issue 20456: Several improvements and bugfixes for Argument Clinic,
Larry Hastings committed
January 28, 2014
L
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings committed
January 26, 2014
L
Issue #20390: Small fixes and improvements for Argument Clinic.
Larry Hastings committed
January 24, 2014
L
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings committed
January 22, 2014
L
Two minor Argument Clinic bugfixes: use the name of the class in the
Larry Hastings committed
January 20, 2014
S
Issue #20315: Removed support for backward compatibility with early 2.x versions.
Serhiy Storchaka committed
January 16, 2014
L
Issue #20226: Major improvements to Argument Clinic.
Larry Hastings committed
January 7, 2014
L
Issue #19273: The marker comments Argument Clinic uses have been changed
Larry Hastings committed
December 4, 2013
C
ncurses' winch and mvwinch return an unsigned long
Christian Heimes committed
C
ncurses' winch and mvwinch return an unsigned long
Christian Heimes committed
November 23, 2013
L
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings committed
November 20, 2013
L
Issue #19474: Argument Clinic now always specifies a default value for
Larry Hastings committed
November 18, 2013
L
Argument Clinic: rename "self" to "module" for module-level functions.
Larry Hastings committed
November 7, 2013
V
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner committed
November 6, 2013
V
Issue #19512: add some common identifiers to only create common strings once,
Victor Stinner committed
October 19, 2013
S
Fix compilation of the curses module (broken by issue #16612).
Serhiy Storchaka committed
L
Issue #16612: Add "Argument Clinic", a compile-time preprocessor
Larry Hastings committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
July 26, 2013
C
Fix possible NULL pointer dereference in PyCurses_Start_Color()
Christian Heimes committed
C
Fix possible NULL pointer dereference in PyCurses_Start_Color()
Christian Heimes committed
July 7, 2013
V
Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
Victor Stinner committed
V
Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
Victor Stinner committed
June 4, 2013
V
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
Victor Stinner committed