- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 19 years ago
- a74a84d Coverity found refleak: need to free 'v' after calling Tkinter_Error(). by Thomas Wouters · 19 years ago
- 1d519e4 unconst. by Martin v. Löwis · 19 years ago
- 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
- d948a43 Fix icc warnings: try to set TCL_UNIX_FD for #if TCL_WIN_SOCKET == TCL_UNIX_FD. res is not used, add a XXX comment by Neal Norwitz · 19 years ago
- 9dbc7dd Remove extra parens by Neal Norwitz · 19 years ago
- 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
- af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
- e2713be Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4. by Martin v. Löwis · 20 years ago
- fba7369 Patch #1050475: Fix various x86_64 build issues by Martin v. Löwis · 20 years ago
- 51fa3b7 Tkapp_New(): Rewrite in C so it compiles again. by Tim Peters · 20 years ago
- 1fa649f Patch #986929: Add support for wish -sync and -use options. by Martin v. Löwis · 20 years ago
- 44dbae8 Remove gcc warning from using "main". Use METH_NOARGS instead of METH_VARARGS by Neal Norwitz · 21 years ago
- e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago
- eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
- d46e684 Check for TclError when reading variables. Fixes #807314. Backported to 2.3. by Martin v. Löwis · 21 years ago
- d6efae5 Properly deal with tuples in Open._fixresult. Fixes bug reported in by Martin v. Löwis · 21 years ago
- d1c5510 Fix SF #745055, Memory leak in _tkinter.c/Tkapp_SplitList() by Neal Norwitz · 21 years ago
- 8fd86cc Only return objects if wantobjects is set in GetVar. by Martin v. Löwis · 22 years ago
- 28e9ce9 Patch #734118: Add {get|set}busywaitinterval. by Martin v. Löwis · 22 years ago
- dd6cd65 Implement tcl object __cmp__. by Martin v. Löwis · 22 years ago
- 1869ec5 Convert tcl objects to strings in getvar/setvar. Fixes #730506. by Martin v. Löwis · 22 years ago
- 6f29ff3 Support UCS-4 Tcl for UCS-4 Python builds. Fixes #719880. by Martin v. Löwis · 22 years ago
- ee24e9c Use object interface for global vars. Fixes #721171. by Martin v. Löwis · 22 years ago
- a965649 Wrap thread stuff in WITH_THREAD. Fixes #704641. by Martin v. Löwis · 22 years ago
- 52ae6f6 Fake bool API for Python 2.2. by Martin v. Löwis · 22 years ago
- 12e2217 Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandler by Neal Norwitz · 22 years ago
- 7f13489 Don't crash on _tkinter.createfilehandler in non-threaded Tcl; by Martin v. Löwis · 22 years ago
- ec74f2f Add more missing PyErr_NoMemory() after failled memory allocs by Neal Norwitz · 22 years ago
- 70c3dda Convert booleans to integers in IntVar.set. Fixes #671741. by Martin v. Löwis · 22 years ago
- cd9a8b6 Avoid usage of PyDoc_STR in 2.2 compatibility code. by Martin v. Löwis · 22 years ago
- fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
- 3a57d9d Fix typo. by Martin v. Löwis · 22 years ago
- 6a759d9 Remove appartment check from dooneevent. Fixes #660961. by Martin v. Löwis · 22 years ago
- 3919571 Wrap doc strings in PyDoc_STRVAR. Fix .string docstring. Provide default by Martin v. Löwis · 22 years ago
- 25c7b50 Convert Tcl path objects to strings. Fixes #661357. by Martin v. Löwis · 22 years ago
- bbe8961 Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch by Jason Tishler · 22 years ago
- ba2f875 Eliminate C++ comment. by Martin v. Löwis · 22 years ago
- 5b177f1 Silence cast warnings for Tcl 8.3. by Martin v. Löwis · 22 years ago
- 5b26abb Gracefully delay runtime error up to 1s. Add .willdispatch(). by Martin v. Löwis · 22 years ago
- 7d13495 Always initialize objc. by Martin v. Löwis · 22 years ago
- b5bfb9f Support threads-enabled Tcl installations. by Martin v. Löwis · 22 years ago
- 33ec3ba Remove C++ comment. Silence unsigned char* cast warning. by Martin v. Löwis · 22 years ago
- e07e18d Decode untyped strings from UTF-8. by Martin v. Löwis · 22 years ago
- 4ec2e70 Avoid including tclInt.h. by Martin v. Löwis · 22 years ago
- 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 22 years ago
- ffad633 Patch #518625: Return objects in Tkinter. by Martin v. Löwis · 22 years ago
- 3c6d6f2 Support UCS-4 builds. by Martin v. Löwis · 22 years ago
- 71e25a0 Eliminate constness warnings with Tcl 8.4. by Martin v. Löwis · 22 years ago
- 6bfa2e6 Drop support for Tk 8.0 and 8.1. by Martin v. Löwis · 22 years ago
- 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
- 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
- b5b5a26 Fix SF bug #557436, TclError is a str should be an Exception by Neal Norwitz · 22 years ago
- b049325 Use symbolic METH_VARARGS/METH_OLDARGS instead of 1/0 for ml_flags by Neal Norwitz · 23 years ago
- 84432eb Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962. by Martin v. Löwis · 23 years ago
- 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
- cb85244 Mods by Tony Lownds (patch 490100, slightly massaged by me) to make Tkinter by Jack Jansen · 23 years ago
- 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
- 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
- f249add Got rid of (hopefully) the last 68k-mac related ifdefs. by Jack Jansen · 23 years ago
- 84c10b1 File handlers don't work on the mac, so don't pretend they do. I guess this is a 2.1.1 candidate, if it isn't too late for that. by Jack Jansen · 23 years ago
- 4324aa3 Cruft cleanup: Removed the unused last_is_sticky argument from the internal by Tim Peters · 23 years ago
- 0295601 Do not release unallocated Tcl objects. Closes #117278 and #117167. by Martin v. Löwis · 24 years ago
- ada6d87 Fix for Bug #116453. by Guido van Rossum · 24 years ago
- 2834b97 [ Bug #113803 ] [2.0b1 NT4.0] printing non asci char causes idle to abort by Guido van Rossum · 24 years ago
- 98dc065 SF "bug" 115973: patches from Norman Vine so that shared libraries and by Tim Peters · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
- 58d0510 ANSIfy some more forward declarations. by Thomas Wouters · 24 years ago
- f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
- 9f28a03 Use PyObject_AsFileDescriptor by Andrew M. Kuchling · 24 years ago
- 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
- 286da3b ANSI-fying by Peter Schneider-Kamp · 24 years ago
- 509d79a Removed Py_PROTO, ANSI-fied sources. by Fred Drake · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
- 288e97b Patch from Michael Hudson to fix flatten recursive data structures: by Andrew M. Kuchling · 24 years ago
- e475e70 Patch from /F: by Andrew M. Kuchling · 24 years ago
- 69529ad When the UTF-8 conversion to Unicode fails, return an 8-bit string by Guido van Rossum · 25 years ago
- 990f5c6 Two changes to improve (I hope) Unicode support. by Guido van Rossum · 25 years ago
- b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 25 years ago
- 8823acc Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 64231e5 Add back an obscure "feature" to the Obj version of Tkapp_Call(): a by Guido van Rossum · 25 years ago
- a1f0a8f Don't use the object call interface in Tk 8.0 -- the EvalObj* API by Guido van Rossum · 25 years ago
- 632de27 The Tcl_Obj patch discussed on the patches list. by Guido van Rossum · 25 years ago
- a80649b Patch by Neil Schemenauer to remove support for Tcl/Tk versions before by Guido van Rossum · 25 years ago
- e187b0e Add a call to Tcl_FindExecutable(). This was inspired by a patch by by Guido van Rossum · 25 years ago
- 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 25 years ago
- 6b26a06 Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with by Guido van Rossum · 25 years ago
- 1180185 Include myselect.h -- needed on some platforms. by Guido van Rossum · 26 years ago
- 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
- 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
- e9bc62d RajGopal Srinivasan noted that the latest code doesn't work when by Guido van Rossum · 26 years ago
- 41f0a98 Looks like I didn't test this interactively. The EventHook() code was by Guido van Rossum · 26 years ago
- dc1adab Patch by Jonathan Giddy (with some cleanup by me) to always use the by Guido van Rossum · 26 years ago
- 215193b There's no need to declare Tk_GetNumMainWindows() (and it breaks by Guido van Rossum · 26 years ago