| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode | Victor Stinner | 2010-05-15 | 1 | -3/+1 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -2018/+2018 |
|
|
* | Merged revisions 71210 via svnmerge from | Guilherme Polo | 2009-04-10 | 1 | -2/+2 |
|
|
* | Initialize the tk_init_failed static variable to 0. | Alexandre Vassalotti | 2009-04-05 | 1 | -1/+1 |
|
|
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 | 1 | -6/+28 |
|
|
* | Merged revisions 70218-70219 via svnmerge from | Guilherme Polo | 2009-03-07 | 1 | -1/+1 |
|
|
* | Merged revisions 69474 via svnmerge from | Guilherme Polo | 2009-02-09 | 1 | -2/+2 |
|
|
* | Merged revisions 69473 via svnmerge from | Guilherme Polo | 2009-02-09 | 1 | -25/+62 |
|
|
* | Merged revisions 69376-69377 via svnmerge from | Guilherme Polo | 2009-02-06 | 1 | -18/+28 |
|
|
* | Merged revisions 69217,69219 via svnmerge from | Guilherme Polo | 2009-02-02 | 1 | -2/+1 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -3/+3 |
|
|
* | Issue #1717, stage 2: remove uses of tp_compare in Modules and most | Mark Dickinson | 2009-02-01 | 1 | -45/+89 |
|
|
* | Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from | Benjamin Peterson | 2009-01-30 | 1 | -1/+3 |
|
|
* | Fix for issue #3638: Remove module level functions in _tkinter that | Guilherme Polo | 2009-01-03 | 1 | -66/+8 |
|
|
* | Issue #4313: Fixed segfault on IDLE exit. Reverted r57540 and reopened Issue ... | Hirokazu Yamamoto | 2008-11-18 | 1 | -8/+2 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | #3247 Get rid of Py_FindMethod; use tp_members instead. | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -16/+34 |
|
|
* | Merged revisions 64226 via svnmerge from | Martin v. Löwis | 2008-06-13 | 1 | -2/+2 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -6/+20 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -14/+14 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 1 | -2/+11 |
|
|
* | Remove baseName argument from Tkapp_New, as it apparently | Martin v. Löwis | 2008-04-05 | 1 | -8/+4 |
|
|
* | Merged revisions 59680-59695 via svnmerge from | Christian Heimes | 2008-01-04 | 1 | -3/+5 |
|
|
* | Merged revisions 59642-59665 via svnmerge from | Christian Heimes | 2008-01-02 | 1 | -4/+4 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -5/+5 |
|
|
* | Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. | Martin v. Löwis | 2007-12-04 | 1 | -2/+9 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -8/+8 |
|
|
* | Removed some leftovers from the str8 days | Christian Heimes | 2007-11-22 | 1 | -1/+1 |
|
|
* | Return PyString, not PyBytes, for a bytes array. | Guido van Rossum | 2007-11-21 | 1 | -25/+25 |
|
|
* | Tkinter binding involving Control-spacebar raises unicode error | Kurt B. Kaiser | 2007-08-27 | 1 | -2/+8 |
|
|
* | Create Unicode objects. | Martin v. Löwis | 2007-08-13 | 1 | -69/+20 |
|
|
* | Use Tcl_SetObjResult instead of Tcl_SetResult. | Martin v. Löwis | 2007-08-13 | 1 | -12/+5 |
|
|
* | Fix some logic in PythonCmd() -- if the AsString() call failed, we'd | Guido van Rossum | 2007-08-09 | 1 | -1/+3 |
|
|
* | Make test_tcl.py pass, by accepting unicode strings as variable names. | Guido van Rossum | 2007-07-23 | 1 | -0/+4 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -11/+8 |
|
|
* | Fix typo in docstring. | Walter Dörwald | 2007-07-12 | 1 | -1/+1 |
|
|
* | Rename PyTclObject_unicode to PyTclObject_str and use this | Walter Dörwald | 2007-07-12 | 1 | -22/+3 |
|
|
* | Merged revisions 56154-56264 via svnmerge from | Guido van Rossum | 2007-07-11 | 1 | -0/+6 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -3/+3 |
|
|
* | Add a format specifier %R to PyUnicode_FromFormat(), which embeds | Walter Dörwald | 2007-05-19 | 1 | -4/+2 |
|
|
* | Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror | Walter Dörwald | 2007-05-18 | 1 | -2/+2 |
|
|
* | Get rid of all #ifdef Py_USING_UNICODE (it is always present now). | Guido van Rossum | 2007-05-03 | 1 | -28/+0 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -1/+1 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -2/+4 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -4/+5 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -15/+15 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -3/+15 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+1 |
|
|
* | Finish getting rid of statichere/staticforward | Neal Norwitz | 2006-03-22 | 1 | -2/+2 |
|
|
* | Coverity found refleak: need to free 'v' after calling Tkinter_Error(). | Thomas Wouters | 2006-03-07 | 1 | -2/+5 |
|
|