summaryrefslogtreecommitdiff
path: root/Modules/_cursesmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-231-40/+22
* Initialize variables to fix compiler warningsVictor Stinner2016-12-091-1/+1
* Issue #28549: Fixed segfault in curses's addch() with ncurses6.Serhiy Storchaka2016-10-301-8/+9
|\
| * Issue #28549: Fixed segfault in curses's addch() with ncurses6.Serhiy Storchaka2016-10-301-8/+9
* | Issue #28526: Use PyUnicode_AsEncodedString() instead ofSerhiy Storchaka2016-10-271-1/+1
|\ \ | |/ |/|
| * Avoid calling functions with an empty string as format stringVictor Stinner2016-09-051-1/+1
* | Issue #28526: Use PyUnicode_AsEncodedString() instead ofSerhiy Storchaka2016-10-271-2/+2
|/
* merge 3.4Benjamin Peterson2016-08-151-0/+8
|\
| * fail when negative values are passed to instr()Benjamin Peterson2016-08-151-0/+8
* | merge 3.4Benjamin Peterson2016-08-131-69/+16
|\ \ | |/ |/|
| * Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon YaariSteve Dower2015-04-151-0/+10
| * Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.Larry Hastings2015-04-141-2/+3
| * Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka2015-04-031-67/+3
| * Removed redundant casts to `char *`.Serhiy Storchaka2014-09-281-1/+1
* | do not allow reading negative values with getstr()Benjamin Peterson2016-08-131-0/+8
|/
* Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.Larry Hastings2014-05-041-12/+12
* #Issue 20456: Several improvements and bugfixes for Argument Clinic,Larry Hastings2014-01-311-2/+2
* Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings2014-01-281-2/+2
* Issue #20390: Small fixes and improvements for Argument Clinic.Larry Hastings2014-01-251-5/+5
* Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings2014-01-241-2/+2
* Two minor Argument Clinic bugfixes: use the name of the class in theLarry Hastings2014-01-221-6/+7
* Issue #20315: Removed support for backward compatibility with early 2.x versi...Serhiy Storchaka2014-01-201-2/+0
|\
* | Issue #20226: Major improvements to Argument Clinic.Larry Hastings2014-01-161-2/+2
* | Issue #19273: The marker comments Argument Clinic uses have been changedLarry Hastings2014-01-071-6/+6
* | ncurses' winch and mvwinch return an unsigned longChristian Heimes2013-12-041-88/+167
|\ \ | |/ |/|
| * Issue #19674: inspect.signature() now produces a correct signatureLarry Hastings2013-11-231-4/+8
| * Issue #19474: Argument Clinic now always specifies a default value forLarry Hastings2013-11-201-4/+4
| * Argument Clinic: rename "self" to "module" for module-level functions.Larry Hastings2013-11-181-1/+0
| * Issue #19512, #19515: remove shared identifiers, move identifiers where theyVictor Stinner2013-11-071-1/+1
| * Issue #19512: add some common identifiers to only create common strings once,Victor Stinner2013-11-061-1/+1
| * Fix compilation of the curses module (broken by issue #16612).Serhiy Storchaka2013-10-191-1/+1
| * Issue #16612: Add "Argument Clinic", a compile-time preprocessorLarry Hastings2013-10-191-41/+114
| * Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-32/+39
| * Fix possible NULL pointer dereference in PyCurses_Start_Color()Christian Heimes2013-07-261-15/+11
| |\
| | * Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()Victor Stinner2013-07-071-4/+4
| | * Issue #18203: Replace malloc() with PyMem_Malloc() in Python modulesVictor Stinner2013-07-071-2/+2
| | * Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macrosVictor Stinner2013-06-041-9/+5
* | | ncurses' winch and mvwinch return an unsigned longChristian Heimes2013-12-041-2/+3
|/ /
* | Fix possible NULL pointer dereference in PyCurses_Start_Color()Christian Heimes2013-07-261-0/+4
|/
* C89 declaration complianceBenjamin Peterson2013-05-161-1/+1
* Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt...Victor Stinner2013-03-211-0/+3
* Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal.R David Murray2013-03-191-114/+569
|\
| * Issue #15876: Fix a refleak in the curses moduleRoss Lagerwall2012-09-071-0/+1
| * Close #14223: Fix window.addch(curses.ACS_HLINE)Victor Stinner2012-09-011-27/+7
| * Issue #15785: Modify window.get_wch() API of the curses module: return aVictor Stinner2012-08-291-1/+4
| * fix compiler warningsBenjamin Peterson2012-03-141-4/+4
| * Close #14223: curses.addch() is no more limited to the range 0-255 when theVictor Stinner2012-03-081-1/+1
| * Add missing sentinel to PyCursesWindow_getsetsRonald Oussoren2012-01-171-1/+2
| * Issue #12567: The curses module uses Unicode functions for Unicode argumentsVictor Stinner2011-11-251-108/+468
| * (Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, insteadVictor Stinner2011-11-031-1/+2
| |\