- 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
- 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
- 4690678 Get rid of the test for non-NULL thread state in EventHook; it can be by Guido van Rossum · 26 years ago
- 541f241 Need mytime.h for Sleep(). by Guido van Rossum · 26 years ago
- 227cf76 Undo a silly effect of a global substitution: the macintosh panic() by Guido van Rossum · 26 years ago
- 43ff868 Temporarily get rid of the registration of Tcl_Finalize() as a by Guido van Rossum · 26 years ago
- c821d1e Add a cast that a picky SGI compiler found was necessary. by Guido van Rossum · 26 years ago
- f766e23 There was an error check in a loop in PythonCmd which called by Guido van Rossum · 26 years ago
- 5e97783 # Note: a previous checkin message was lost because I can now use CVS by Guido van Rossum · 26 years ago
- 62320c9 # (My first checkin from Windows NT using remote CVS!) by Guido van Rossum · 26 years ago
- ad4db17 Fixed the EventHook() code so that it also works on Windows, sort of. by Guido van Rossum · 26 years ago
- 2a5119b On Windows, need #include <windows.h>; and it's MS_WINDOWS, not MS_WIN32. by Guido van Rossum · 26 years ago
- 00d9306 Changes to make it possible to write multi-threaded programs using by Guido van Rossum · 26 years ago
- 7bf1564 Use a different implementation of EventHook(). The new version by Guido van Rossum · 27 years ago
- b41addf Replace all calls to fprintf(stderr, ...) with calls to PySys_WriteStderr(...). by Guido van Rossum · 27 years ago
- 597ac20 Trivial little change: timer tokens shouldn't have a Print() function, by Guido van Rossum · 27 years ago
- 212643f Still somewhat experimental speedup. This appears to speed up the by Guido van Rossum · 27 years ago
- 9d1b7ae Add a new method of interpreter objects, interpaddr(). This returns by Guido van Rossum · 27 years ago
- 2ea1c94 On the Mac a call to TkMacInitMenus is needed. Also, we pass by Guido van Rossum · 27 years ago
- 2621637 Add #ifdefs so Tcl_Finalize isn't referenced when it's not defined. by Guido van Rossum · 27 years ago
- 730806d Make new gcc -Wall happy by Guido van Rossum · 27 years ago
- 1c0d315 Delete the 'exit' command from the Tcl interpreter -- it would allow by Guido van Rossum · 27 years ago
- 07e9fbf Register Tcl_Finalize as a Python exit handler. by Guido van Rossum · 27 years ago
- a59406a Darn. When thread support is disabled, the BEGIN/END macros don't by Guido van Rossum · 27 years ago
- b010544 Mac does support createfilehandler now (Jack) by Guido van Rossum · 27 years ago
- 0e8457c Fix EventHook (the trick to make widgets appear when using GNU by Guido van Rossum · 27 years ago
- 54e2091 Add an optional hack for threads in Tkinter. by Guido van Rossum · 27 years ago
- 83551bf Export names for the types defined by this module: TkappType and TkttType. by Guido van Rossum · 27 years ago
- 75626a3 Indent the #error so that a strict K&R cpp doesn't complain. by Guido van Rossum · 27 years ago
- d7a7100 Remove redundant decl for PyOS_InputHook. by Guido van Rossum · 27 years ago
- 5b02078 Alas, the thread support for Tk didn't work. Withdraw it, until I by Guido van Rossum · 27 years ago
- bad3c01 DeleteTimerHandler was accidentally #ifdef'ed out for macintosh with by Guido van Rossum · 27 years ago
- 0d2390c Merge Mac and Windows mods (which mostly affect the same problem -- no by Guido van Rossum · 27 years ago
- 4462064 Renamed Py_input_hook to PyOS_InputHook. by Guido van Rossum · 27 years ago
- 02c0467 Rather unsatisfactory temporary hack to get it to run by Guido van Rossum · 27 years ago
- 0969d36 New mechanism for GNU readline interface, via module by Guido van Rossum · 27 years ago
- 35d4337 Functionality enhancement: allow other threads to use Tk commands by Guido van Rossum · 27 years ago
- 3e819a7 Compatibility with Tcl/Tk 8.0b*. by Guido van Rossum · 27 years ago
- 496f8f6 Removed remaining support for Tk versions below 4.0. by Guido van Rossum · 27 years ago
- 290283b Mac hack to make select() work again... by Guido van Rossum · 27 years ago
- 8813b58 On popular demand, re-enable the readline event hook. by Guido van Rossum · 28 years ago
- 8ec9e63 Adapt Mac specific code to new universal headers (I think -- this is by Guido van Rossum · 28 years ago
- 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 28 years ago
- 52fa3a6 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 28 years ago
- fa701a8 reformatted by Barry Warsaw · 28 years ago
- 4004e21 Another fix for Split() -- don't refuse {"} but turn it into ". by Guido van Rossum · 28 years ago
- 0f86837 Check errors returned by recursive call to Split(). by Guido van Rossum · 28 years ago
- a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- 07886d0 Rationalize MS #ifdefs by Guido van Rossum · 28 years ago
- c9970ee Call __initialize(), not __sinit() on Mac dynamic loading entry. by Guido van Rossum · 28 years ago
- ae92f01 Hacks to support being a Windows DLL by Guido van Rossum · 28 years ago
- bf0dc9f Add #define MAC_TCL for Mac. by Guido van Rossum · 28 years ago
- 7ffa761 Changes for Windows NT -- this time it works, with Tcl4.1p1 (p1!!!) etc. by Guido van Rossum · 28 years ago
- 97867b2 Add optional casts to free() calls. (Jack) by Guido van Rossum · 28 years ago
- 32aa1a7 getprogramname --> Py_GetProgramName by Guido van Rossum · 28 years ago
- 845547d Added CWI copyright. by Guido van Rossum · 28 years ago
- 6878436 Patch from the net for 4.1 file handler changes. by Guido van Rossum · 29 years ago
- 54ac189 Add __sinit() call according to Jack. by Guido van Rossum · 29 years ago
- ec22c92 Changes needed to build with Tcl/Tk beta 2! by Guido van Rossum · 29 years ago
- dfd428d Changes to make it work with Tcl/Tk beta 1. by Guido van Rossum · 29 years ago
- ad1f7ee get rid of bogus name for init_tkinter() by Guido van Rossum · 29 years ago
- 40b546d Initialize GUSI on the mac. by Jack Jansen · 29 years ago
- 34cc5c3 Fix to load needed resources on a mac by Jack Jansen · 29 years ago
- ba0311e Renamed module tkinter to _tkinter, moved source to _tkinter.c by Jack Jansen · 29 years ago
- 64b24fb clear quitMainLoop when we fall through the main loop by Guido van Rossum · 29 years ago
- 9722ad8 Mac changes by Guido van Rossum · 29 years ago