| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | unconst. | Martin v. Löwis | 2006-02-27 | 1 | -2/+2 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Fix icc warnings: try to set TCL_UNIX_FD for #if TCL_WIN_SOCKET == TCL_UNIX_F... | Neal Norwitz | 2006-01-08 | 1 | -0/+11 |
|
|
* | Remove extra parens | Neal Norwitz | 2005-12-19 | 1 | -1/+1 |
|
|
* | Fix SF bug #1072182, problems with signed characters. | Neal Norwitz | 2005-12-19 | 1 | -1/+1 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -2/+2 |
|
|
* | Build with --disable-unicode again. Fixes #1158607. | Martin v. Löwis | 2005-03-08 | 1 | -1/+3 |
|
|
* | Patch #1050475: Fix various x86_64 build issues | Martin v. Löwis | 2004-11-13 | 1 | -2/+2 |
|
|
* | Tkapp_New(): Rewrite in C so it compiles again. | Tim Peters | 2004-08-04 | 1 | -1/+4 |
|
|
* | Patch #986929: Add support for wish -sync and -use options. | Martin v. Löwis | 2004-08-03 | 1 | -4/+37 |
|
|
* | Remove gcc warning from using "main". Use METH_NOARGS instead of METH_VARARGS | Neal Norwitz | 2004-02-19 | 1 | -5/+3 |
|
|
* | Implementation of patch 869468 | David Ascher | 2004-02-18 | 1 | -9/+53 |
|
|
* | Getting rid of all the code inside #ifdef macintosh too. | Jack Jansen | 2003-11-20 | 1 | -150/+1 |
|
|
* | Check for TclError when reading variables. Fixes #807314. | Martin v. Löwis | 2003-10-03 | 1 | -5/+9 |
|
|
* | Properly deal with tuples in Open._fixresult. Fixes bug reported in | Martin v. Löwis | 2003-06-14 | 1 | -2/+4 |
|
|
* | Fix SF #745055, Memory leak in _tkinter.c/Tkapp_SplitList() | Neal Norwitz | 2003-05-29 | 1 | -3/+10 |
|
|
* | Only return objects if wantobjects is set in GetVar. | Martin v. Löwis | 2003-05-19 | 1 | -1/+6 |
|
|
* | Patch #734118: Add {get|set}busywaitinterval. | Martin v. Löwis | 2003-05-09 | 1 | -2/+44 |
|
|
* | Implement tcl object __cmp__. | Martin v. Löwis | 2003-05-03 | 1 | -1/+12 |
|
|
* | Convert tcl objects to strings in getvar/setvar. Fixes #730506. | Martin v. Löwis | 2003-05-01 | 1 | -2/+26 |
|
|
* | Support UCS-4 Tcl for UCS-4 Python builds. Fixes #719880. | Martin v. Löwis | 2003-04-16 | 1 | -4/+8 |
|
|
* | Use object interface for global vars. Fixes #721171. | Martin v. Löwis | 2003-04-15 | 1 | -127/+94 |
|
|
* | Wrap thread stuff in WITH_THREAD. Fixes #704641. | Martin v. Löwis | 2003-03-30 | 1 | -3/+23 |
|
|
* | Fake bool API for Python 2.2. | Martin v. Löwis | 2003-03-30 | 1 | -0/+5 |
|
|
* | Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandler | Neal Norwitz | 2003-03-03 | 1 | -1/+13 |
|
|
* | Don't crash on _tkinter.createfilehandler in non-threaded Tcl; | Martin v. Löwis | 2003-03-03 | 1 | -1/+26 |
|
|
* | Add more missing PyErr_NoMemory() after failled memory allocs | Neal Norwitz | 2003-02-11 | 1 | -1/+1 |
|
|
* | Convert booleans to integers in IntVar.set. Fixes #671741. | Martin v. Löwis | 2003-01-22 | 1 | -1/+3 |
|
|
* | Avoid usage of PyDoc_STR in 2.2 compatibility code. | Martin v. Löwis | 2003-01-21 | 1 | -1/+1 |
|
|
* | Patch #661760: Cygwin auto-import module patch | Jason Tishler | 2003-01-06 | 1 | -2/+1 |
|
|
* | Fix typo. | Martin v. Löwis | 2003-01-04 | 1 | -1/+1 |
|
|
* | Remove appartment check from dooneevent. Fixes #660961. | Martin v. Löwis | 2003-01-04 | 1 | -6/+17 |
|
|
* | Wrap doc strings in PyDoc_STRVAR. Fix .string docstring. Provide default | Martin v. Löwis | 2003-01-04 | 1 | -3/+21 |
|
|
* | Convert Tcl path objects to strings. Fixes #661357. | Martin v. Löwis | 2003-01-04 | 1 | -1/+64 |
|
|
* | Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch | Jason Tishler | 2002-12-31 | 1 | -2/+4 |
|
|
* | Eliminate C++ comment. | Martin v. Löwis | 2002-12-31 | 1 | -1/+1 |
|
|
* | Silence cast warnings for Tcl 8.3. | Martin v. Löwis | 2002-12-30 | 1 | -6/+12 |
|
|
* | Gracefully delay runtime error up to 1s. Add .willdispatch(). | Martin v. Löwis | 2002-12-28 | 1 | -12/+31 |
|
|
* | Always initialize objc. | Martin v. Löwis | 2002-12-12 | 1 | -1/+1 |
|
|
* | Support threads-enabled Tcl installations. | Martin v. Löwis | 2002-12-12 | 1 | -118/+525 |
|
|
* | Remove C++ comment. Silence unsigned char* cast warning. | Martin v. Löwis | 2002-12-07 | 1 | -2/+2 |
|
|
* | Decode untyped strings from UTF-8. | Martin v. Löwis | 2002-12-04 | 1 | -2/+27 |
|
|