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-33012: Fix signatures of METH_NOARGS functions. (GH-10736) (GH-10748)
Miss Islington (bot)
2018-11-27
1
-6/+6
*
[3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-10746) (G...
Serhiy Storchaka
2018-11-27
1
-1/+1
*
correct the typos (GH-4950) (#4951)
Miss Islington (bot)
2017-12-21
1
-2/+2
*
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (G...
Miss Islington (bot)
2017-11-01
1
-12/+26
*
bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlie...
Miss Islington (bot)
2017-11-01
1
-2/+10
*
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215)
Miss Islington (bot)
2017-11-01
1
-2/+4
*
bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (...
Miss Islington (bot)
2017-11-01
1
-8/+16
*
bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189)
Miss Islington (bot)
2017-10-31
1
-33/+40
*
[3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)...
Serhiy Storchaka
2017-06-28
1
-0/+9
*
[3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (...
Serhiy Storchaka
2017-06-27
1
-1/+1
*
bpo-29176: Fix name of the _curses.window class (#52) (#532)
Mariatta
2017-03-08
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
|
\
\
|
|
/
|
*
ncurses' winch and mvwinch return an unsigned long
Christian Heimes
2013-12-04
1
-2/+3
*
|
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings
2013-11-23
1
-4/+8
*
|
Issue #19474: Argument Clinic now always specifies a default value for
Larry Hastings
2013-11-20
1
-4/+4
*
|
Argument Clinic: rename "self" to "module" for module-level functions.
Larry Hastings
2013-11-18
1
-1/+0
*
|
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner
2013-11-07
1
-1/+1
*
|
Issue #19512: add some common identifiers to only create common strings once,
Victor Stinner
2013-11-06
1
-1/+1
*
|
Fix compilation of the curses module (broken by issue #16612).
Serhiy Storchaka
2013-10-19
1
-1/+1
*
|
Issue #16612: Add "Argument Clinic", a compile-time preprocessor
Larry Hastings
2013-10-19
1
-41/+114
*
|
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-27
1
-32/+39
*
|
Fix possible NULL pointer dereference in PyCurses_Start_Color()
Christian Heimes
2013-07-26
1
-0/+4
|
\
\
|
|
/
|
*
Fix possible NULL pointer dereference in PyCurses_Start_Color()
Christian Heimes
2013-07-26
1
-0/+4
*
|
Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
Victor Stinner
2013-07-07
1
-4/+4
*
|
Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
Victor Stinner
2013-07-07
1
-2/+2
*
|
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
Victor Stinner
2013-06-04
1
-9/+5
|
/
*
C89 declaration compliance
Benjamin Peterson
2013-05-16
1
-1/+1
*
Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt...
Victor Stinner
2013-03-21
1
-0/+3
[next]