COMMITS
/ Modules/_tkinter.c February 9, 2009
G
Merged revisions 69474 via svnmerge from
Guilherme Polo committed
G
Merged revisions 69473 via svnmerge from
Guilherme Polo committed
February 6, 2009
G
Merged revisions 69376-69377 via svnmerge from
Guilherme Polo committed
February 2, 2009
G
Merged revisions 69217,69219 via svnmerge from
Guilherme Polo committed
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
February 1, 2009
M
Issue #1717, stage 2: remove uses of tp_compare in Modules and most
Mark Dickinson committed
January 30, 2009
B
Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from
Benjamin Peterson committed
January 3, 2009
G
Fix for issue #3638: Remove module level functions in _tkinter that
Guilherme Polo committed
November 18, 2008
H
Issue #4313: Fixed segfault on IDLE exit. Reverted r57540 and reopened Issue #1028.
Hirokazu Yamamoto committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
July 2, 2008
A
#3247 Get rid of Py_FindMethod; use tp_members instead.
Amaury Forgeot d'Arc committed
June 13, 2008
M
Merged revisions 64226 via svnmerge from
Martin v. Löwis committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
April 5, 2008
M
Change command line processing API to use wchar_t.
Martin v. Löwis committed
M
Remove baseName argument from Tkapp_New, as it apparently
Martin v. Löwis committed
January 4, 2008
C
Merged revisions 59680-59695 via svnmerge from
Christian Heimes committed
January 2, 2008
C
Merged revisions 59642-59665 via svnmerge from
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 4, 2007
M
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
Martin v. Löwis committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 22, 2007
C
Removed some leftovers from the str8 days
Christian Heimes committed
November 21, 2007
G
Return PyString, not PyBytes, for a bytes array.
Guido van Rossum committed
August 27, 2007
K
Tkinter binding involving Control-spacebar raises unicode error
Kurt B. Kaiser committed
August 13, 2007
M
Create Unicode objects.
Martin v. Löwis committed
M
Use Tcl_SetObjResult instead of Tcl_SetResult.
Martin v. Löwis committed
August 9, 2007
G
Fix some logic in PythonCmd() -- if the AsString() call failed, we'd
Guido van Rossum committed
July 23, 2007
G
Make test_tcl.py pass, by accepting unicode strings as variable names.
Guido van Rossum committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
July 12, 2007
W
Fix typo in docstring.
Walter Dörwald committed
W
Rename PyTclObject_unicode to PyTclObject_str and use this
Walter Dörwald committed
July 11, 2007
G
Merged revisions 56154-56264 via svnmerge from
Guido van Rossum committed
May 22, 2007
G
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum committed
May 19, 2007
W
Add a format specifier %R to PyUnicode_FromFormat(), which embeds
Walter Dörwald committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
May 3, 2007
G
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum committed
January 14, 2007
G
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Merge the rest of the trunk.
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 22, 2006
N
Finish getting rid of statichere/staticforward
Neal Norwitz committed
March 7, 2006
T
Coverity found refleak: need to free 'v' after calling Tkinter_Error().
Thomas Wouters committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
January 8, 2006
December 19, 2005
N
Remove extra parens
Neal Norwitz committed
N
Fix SF bug #1072182, problems with signed characters.
Neal Norwitz committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed