| Commit message (Expand) | Author | Age | Files | Lines |
* | fix compiler warnings | Benjamin Peterson | 2012-03-14 | 1 | -4/+4 |
|
|
* | Close #14223: curses.addch() is no more limited to the range 0-255 when the | Victor Stinner | 2012-03-08 | 1 | -1/+1 |
|
|
* | Add missing sentinel to PyCursesWindow_getsets | Ronald Oussoren | 2012-01-17 | 1 | -1/+2 |
|
|
* | Issue #12567: The curses module uses Unicode functions for Unicode arguments | Victor Stinner | 2011-11-25 | 1 | -108/+468 |
|
|
* | (Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, instead | Victor Stinner | 2011-11-03 | 1 | -1/+2 |
|\ |
|
| * | Issue #10570: curses.putp() is now expecting a byte string, instead of a | Victor Stinner | 2011-11-03 | 1 | -1/+2 |
|
|
* | | (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string, | Victor Stinner | 2011-11-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a | Victor Stinner | 2011-11-02 | 1 | -1/+1 |
|
|
* | | Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. | Martin v. Löwis | 2011-10-14 | 1 | -4/+7 |
|
|
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -2/+2 |
|
|
* | | Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead | Victor Stinner | 2011-10-11 | 1 | -1/+1 |
|
|
* | | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -2/+5 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -2/+5 |
|
|
* | | Issue #12567: Add curses.unget_wch() function | Victor Stinner | 2011-09-05 | 1 | -0/+68 |
|
|
* | | Fix build error in _curses module when not using libncursesw. | Nadeem Vawda | 2011-07-31 | 1 | -0/+4 |
|
|
* | | Close #6755: Add get_wch() method to curses.window class | Victor Stinner | 2011-07-14 | 1 | -0/+33 |
|
|
* | | Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 | Jesus Cea | 2011-03-14 | 1 | -4/+0 |
|/ |
|
* | - Issue #7567: PyCurses_setupterm: Don't call `setupterm' twice. | Matthias Klose | 2010-07-30 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 81213 via svnmerge from | Victor Stinner | 2010-05-15 | 1 | -1994/+1994 |
|
|
* | Issue #8677: Make curses module PY_SSIZE_T_CLEAN. | Mark Dickinson | 2010-05-11 | 1 | -1/+3 |
|
|
* | Merged revisions 81073 via svnmerge from | Andrew M. Kuchling | 2010-05-10 | 1 | -40/+40 |
|
|
* | Merged revisions 81072 via svnmerge from | Andrew M. Kuchling | 2010-05-10 | 1 | -7/+14 |
|
|
* | Merged revisions 81049 via svnmerge from | Andrew M. Kuchling | 2010-05-10 | 1 | -4/+6 |
|
|
* | Merged revisions 79395 via svnmerge from | Victor Stinner | 2010-03-25 | 1 | -3/+3 |
|
|
* | Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,... | Benjamin Peterson | 2010-03-21 | 1 | -2/+0 |
|
|
* | Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,... | Benjamin Peterson | 2010-03-21 | 1 | -1/+1 |
|
|
* | Merged revisions 78900 via svnmerge from | Ezio Melotti | 2010-03-13 | 1 | -8/+8 |
|
|
* | Merged revisions 78318 via svnmerge from | Andrew M. Kuchling | 2010-02-22 | 1 | -2/+0 |
|
|
* | Merged revisions 75066 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -4/+7 |
|
|
* | Merged revisions 74051-74052 via svnmerge from | Alexandre Vassalotti | 2009-07-17 | 1 | -1/+2 |
|
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -3/+4 |
|
|
* | Py_BuildValue's 'c' code should use byte strings #5666 | Benjamin Peterson | 2009-04-03 | 1 | -1/+1 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2. | Matthias Klose | 2008-11-26 | 1 | -1/+8 |
|
|
* | #3247: get rid of Py_FindMethod | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -9/+18 |
|
|
* | Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,... | Benjamin Peterson | 2008-07-02 | 1 | -0/+2 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -4/+18 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -14/+14 |
|
|
* | Merged revisions 60284-60349 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -1/+10 |
|
|
* | Merged revisions 59864-59882 via svnmerge from | Christian Heimes | 2008-01-10 | 1 | -4/+9 |
|
|
* | Merged revisions 59843-59863 via svnmerge from | Christian Heimes | 2008-01-09 | 1 | -25/+79 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -1/+1 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. | Martin v. Löwis | 2007-12-04 | 1 | -2/+7 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -15/+15 |
|
|
* | Added some additional checks for sys.std?? is None, see #1440 | Christian Heimes | 2007-11-15 | 1 | -1/+1 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -2/+2 |
|
|
* | Remove curses temp file consistently. | Guido van Rossum | 2007-08-30 | 1 | -0/+6 |
|
|
* | Return unicode for a key name from a wide character | Neal Norwitz | 2007-08-24 | 1 | -2/+2 |
|
|
* | ccMake test_curses pass. | Guido van Rossum | 2007-07-24 | 1 | -35/+74 |
|
|