COMMITS
/ Modules/_cursesmodule.c 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
May 16, 2013
B
C89 declaration compliance
Benjamin Peterson committed
March 21, 2013
V
Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c)
Victor Stinner committed
March 19, 2013
R
Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal.
R David Murray committed
R
#8862: Fix curses cleanup with getchar is interrupted by a signal.
R David Murray committed
September 7, 2012
R
Issue #15876: Fix a refleak in the curses module
Ross Lagerwall committed
September 1, 2012
V
Close #14223: Fix window.addch(curses.ACS_HLINE)
Victor Stinner committed
August 28, 2012
V
Issue #15785: Modify window.get_wch() API of the curses module: return a
Victor Stinner committed
March 14, 2012
B
fix compiler warnings
Benjamin Peterson committed
March 8, 2012
V
Close #14223: curses.addch() is no more limited to the range 0-255 when the
Victor Stinner committed