summaryrefslogtreecommitdiff
path: root/Modules/_cursesmodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-0/+4
|\ \ | |/
| * Fix possible NULL pointer dereference in PyCurses_Start_Color()Christian Heimes2013-07-261-0/+4
* | 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
|/
* 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-1/+3
|\
| * #8862: Fix curses cleanup with getchar is interrupted by a signal.R David Murray2013-03-191-1/+3
* | 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
|\ \ | |/
| * Issue #10570: curses.putp() is now expecting a byte string, instead of aVictor Stinner2011-11-031-1/+2
* | (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string,Victor Stinner2011-11-021-1/+1
|\ \ | |/
| * Issue #10570: curses.tigetstr() is now expecting a byte string, instead of aVictor Stinner2011-11-021-1/+1
* | Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.Martin v. Löwis2011-10-141-4/+7
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-2/+2
* | Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH insteadVictor Stinner2011-10-111-1/+1
* | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-2/+5
* | Implement PEP 393.Martin v. Löwis2011-09-281-2/+5
* | Issue #12567: Add curses.unget_wch() functionVictor Stinner2011-09-061-0/+68
* | Fix build error in _curses module when not using libncursesw.Nadeem Vawda2011-07-311-0/+4
* | Close #6755: Add get_wch() method to curses.window classVictor Stinner2011-07-141-0/+33
* | Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2Jesus Cea2011-03-141-4/+0
|/
* - Issue #7567: PyCurses_setupterm: Don't call `setupterm' twice.Matthias Klose2010-07-301-1/+1
* Recorded merge of revisions 81213 via svnmerge fromVictor Stinner2010-05-151-1994/+1994
* Issue #8677: Make curses module PY_SSIZE_T_CLEAN.Mark Dickinson2010-05-111-1/+3
* Merged revisions 81073 via svnmerge fromAndrew M. Kuchling2010-05-101-40/+40
* Merged revisions 81072 via svnmerge fromAndrew M. Kuchling2010-05-101-7/+14
* Merged revisions 81049 via svnmerge fromAndrew M. Kuchling2010-05-101-4/+6
* Merged revisions 79395 via svnmerge fromVictor Stinner2010-03-251-3/+3
* Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,...Benjamin Peterson2010-03-211-2/+0
* Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,...Benjamin Peterson2010-03-211-1/+1
* Merged revisions 78900 via svnmerge fromEzio Melotti2010-03-131-8/+8
* Merged revisions 78318 via svnmerge fromAndrew M. Kuchling2010-02-221-2/+0
* Merged revisions 75066 via svnmerge fromBenjamin Peterson2009-10-041-4/+7
* Merged revisions 74051-74052 via svnmerge fromAlexandre Vassalotti2009-07-171-1/+2
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-3/+4