237 Commits (bdb1cf1ca56db25b33fb15dd91eef2cc32cd8973)

Author SHA1 Message Date
Victor Stinner 3d7acb08c4 Issue #12342: Fix compilation on Mac OS X 14 years ago
Victor Stinner 7ab4192e82 Issue #12342: Improve _tkinter error message on unencodable character 14 years ago
Antoine Pitrou ed8ba14441 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. 14 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 14 years ago
Kurt B. Kaiser e147806da9 Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. 15 years ago
Victor Stinner 6ced7c4333 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of 15 years ago
Brett Cannon b94767ff44 Issue #8914: fix various warnings from the Clang static analyzer v254. 15 years ago
Victor Stinner ae6265f8d0 Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Guilherme Polo 2d87e42921 Merged revisions 71210 via svnmerge from 17 years ago
Alexandre Vassalotti 2145595f74 Initialize the tk_init_failed static variable to 0. 17 years ago
Benjamin Peterson 5879d4122a Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from 17 years ago
Guilherme Polo 56f5be5317 Merged revisions 70218-70219 via svnmerge from 17 years ago
Guilherme Polo 6691772ff6 Merged revisions 69474 via svnmerge from 17 years ago
Guilherme Polo b681df490b Merged revisions 69473 via svnmerge from 17 years ago
Guilherme Polo 491aee20c0 Merged revisions 69376-69377 via svnmerge from 17 years ago
Guilherme Polo 7f42395b6d Merged revisions 69217,69219 via svnmerge from 17 years ago
Mark Dickinson e94c679df0 Issue #1717: rename tp_compare to tp_reserved. I'll change the 17 years ago
Mark Dickinson 211c625829 Issue #1717, stage 2: remove uses of tp_compare in Modules and most 17 years ago
Benjamin Peterson c4bbc8d7dc Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from 17 years ago
Guilherme Polo 3f5f8228c0 Fix for issue #3638: Remove module level functions in _tkinter that 17 years ago
Hirokazu Yamamoto de60347b66 Issue #4313: Fixed segfault on IDLE exit. Reverted r57540 and reopened Issue #1028. 17 years ago
Marc-André Lemburg 4cc0f24857 Rename PyUnicode_AsString -> _PyUnicode_AsString and 18 years ago
Amaury Forgeot d'Arc e43d33a4db #3247 Get rid of Py_FindMethod; use tp_members instead. 18 years ago
Martin v. Löwis 59683e8529 Merged revisions 64226 via svnmerge from 18 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Christian Heimes 72b710a596 Renamed PyString to PyBytes 18 years ago
Martin v. Löwis 790465fd90 Change command line processing API to use wchar_t. 18 years ago
Martin v. Löwis b9279bc88f Remove baseName argument from Tkapp_New, as it apparently 18 years ago
Christian Heimes a34706f101 Merged revisions 59680-59695 via svnmerge from 18 years ago
Christian Heimes 57dddfbbd6 Merged revisions 59642-59665 via svnmerge from 18 years ago
Christian Heimes 90aa7646af #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
Martin v. Löwis d1a1d1ed80 Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 18 years ago
Christian Heimes b2b6262831 Removed some leftovers from the str8 days 18 years ago
Guido van Rossum 82c0dfa3bd Return PyString, not PyBytes, for a bytes array. 18 years ago
Kurt B. Kaiser ab45e27f69 Tkinter binding involving Control-spacebar raises unicode error 19 years ago
Martin v. Löwis 4040fb8961 Create Unicode objects. 19 years ago
Martin v. Löwis 50fb866df8 Use Tcl_SetObjResult instead of Tcl_SetResult. 19 years ago
Guido van Rossum 516f41e032 Fix some logic in PythonCmd() -- if the AsString() call failed, we'd 19 years ago
Guido van Rossum f761e104f6 Make test_tcl.py pass, by accepting unicode strings as variable names. 19 years ago
Martin v. Löwis 9f2e346911 Merged revisions 56467-56482 via svnmerge from 19 years ago
Walter Dörwald a1884664eb Fix typo in docstring. 19 years ago
Walter Dörwald 6720d91ee7 Rename PyTclObject_unicode to PyTclObject_str and use this 19 years ago
Guido van Rossum 992d4a3e6e Merged revisions 56154-56264 via svnmerge from 19 years ago
Guido van Rossum d59da4b432 Merged revisions 55407-55513 via svnmerge from 19 years ago
Walter Dörwald 7569dfe11d Add a format specifier %R to PyUnicode_FromFormat(), which embeds 19 years ago
Walter Dörwald 1ab8330827 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 19 years ago
Guido van Rossum 8d30cc0144 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 19 years ago