| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | On the Mac a call to TkMacInitMenus is needed. Also, we pass | Guido van Rossum | 1998-04-28 | 1 | -2/+31 |
|
|
* | Add #ifdefs so Tcl_Finalize isn't referenced when it's not defined. | Guido van Rossum | 1998-04-20 | 1 | -0/+2 |
|
|
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 1 | -1/+1 |
|
|
* | Delete the 'exit' command from the Tcl interpreter -- it would allow | Guido van Rossum | 1998-02-19 | 1 | -0/+3 |
|
|
* | Register Tcl_Finalize as a Python exit handler. | Guido van Rossum | 1998-02-06 | 1 | -1/+4 |
|
|
* | Darn. When thread support is disabled, the BEGIN/END macros don't | Guido van Rossum | 1997-10-10 | 1 | -4/+5 |
|
|
* | Mac does support createfilehandler now (Jack) | Guido van Rossum | 1997-10-08 | 1 | -1/+1 |
|
|
* | Fix EventHook (the trick to make widgets appear when using GNU | Guido van Rossum | 1997-10-07 | 1 | -3/+19 |
|
|
* | Add an optional hack for threads in Tkinter. | Guido van Rossum | 1997-09-28 | 1 | -2/+2 |
|
|
* | Export names for the types defined by this module: TkappType and TkttType. | Guido van Rossum | 1997-09-13 | 1 | -0/+3 |
|
|
* | Indent the #error so that a strict K&R cpp doesn't complain. | Guido van Rossum | 1997-09-08 | 1 | -1/+1 |
|
|
* | Remove redundant decl for PyOS_InputHook. | Guido van Rossum | 1997-08-21 | 1 | -3/+0 |
|
|
* | Alas, the thread support for Tk didn't work. Withdraw it, until I | Guido van Rossum | 1997-08-19 | 1 | -0/+4 |
|
|
* | DeleteTimerHandler was accidentally #ifdef'ed out for macintosh with | Guido van Rossum | 1997-08-18 | 1 | -3/+0 |
|
|
* | Merge Mac and Windows mods (which mostly affect the same problem -- no | Guido van Rossum | 1997-08-14 | 1 | -9/+32 |
|
|
* | Renamed Py_input_hook to PyOS_InputHook. | Guido van Rossum | 1997-08-11 | 1 | -3/+3 |
|
|
* | Rather unsatisfactory temporary hack to get it to run | Guido van Rossum | 1997-08-07 | 1 | -0/+10 |
|
|
* | New mechanism for GNU readline interface, via module | Guido van Rossum | 1997-08-05 | 1 | -9/+3 |
|
|
* | Functionality enhancement: allow other threads to use Tk commands | Guido van Rossum | 1997-08-02 | 1 | -243/+211 |
|
|
* | Compatibility with Tcl/Tk 8.0b*. | Guido van Rossum | 1997-08-01 | 1 | -14/+28 |
|
|
* | Removed remaining support for Tk versions below 4.0. | Guido van Rossum | 1997-07-19 | 1 | -28/+7 |
|
|
* | Mac hack to make select() work again... | Guido van Rossum | 1997-06-02 | 1 | -0/+61 |
|
|
* | On popular demand, re-enable the readline event hook. | Guido van Rossum | 1997-05-07 | 1 | -1/+0 |
|
|
* | Adapt Mac specific code to new universal headers (I think -- this is | Guido van Rossum | 1997-04-29 | 1 | -3/+3 |
|
|
* | New form of PyFPE_END_PROTECT macro. | Guido van Rossum | 1997-03-14 | 1 | -1/+1 |
|
|
* | Changes for Lee Busby's SIGFPE patch set. | Guido van Rossum | 1997-02-14 | 1 | -1/+5 |
|
|
* | reformatted | Barry Warsaw | 1997-01-16 | 1 | -835/+977 |
|
|
* | Another fix for Split() -- don't refuse {"} but turn it into ". | Guido van Rossum | 1996-12-17 | 1 | -1/+7 |
|
|
* | Check errors returned by recursive call to Split(). | Guido van Rossum | 1996-12-17 | 1 | -5/+12 |
|
|
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -1/+2 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Rationalize MS #ifdefs | Guido van Rossum | 1996-09-11 | 1 | -2/+2 |
|
|
* | Call __initialize(), not __sinit() on Mac dynamic loading entry. | Guido van Rossum | 1996-08-26 | 1 | -1/+1 |
|
|
* | Hacks to support being a Windows DLL | Guido van Rossum | 1996-08-21 | 1 | -2/+5 |
|
|
* | Add #define MAC_TCL for Mac. | Guido van Rossum | 1996-08-20 | 1 | -0/+4 |
|
|
* | Changes for Windows NT -- this time it works, with Tcl4.1p1 (p1!!!) etc. | Guido van Rossum | 1996-08-13 | 1 | -16/+28 |
|
|
* | Add optional casts to free() calls. (Jack) | Guido van Rossum | 1996-08-08 | 1 | -5/+24 |
|
|
* | getprogramname --> Py_GetProgramName | Guido van Rossum | 1996-07-31 | 1 | -3/+3 |
|
|
* | Added CWI copyright. | Guido van Rossum | 1996-06-26 | 1 | -18/+46 |
|
|
* | Patch from the net for 4.1 file handler changes. | Guido van Rossum | 1996-05-16 | 1 | -1/+19 |
|
|
* | Add __sinit() call according to Jack. | Guido van Rossum | 1996-05-16 | 1 | -0/+1 |
|
|
* | Changes needed to build with Tcl/Tk beta 2! | Guido van Rossum | 1996-02-25 | 1 | -16/+38 |
|
|
* | Changes to make it work with Tcl/Tk beta 1. | Guido van Rossum | 1996-02-25 | 1 | -33/+48 |
|
|
* | get rid of bogus name for init_tkinter() | Guido van Rossum | 1996-02-13 | 1 | -3/+1 |
|
|
* | Initialize GUSI on the mac. | Jack Jansen | 1995-11-14 | 1 | -0/+21 |
|
|
* | Fix to load needed resources on a mac | Jack Jansen | 1995-10-31 | 1 | -0/+40 |
|
|
* | Renamed module tkinter to _tkinter, moved source to _tkinter.c | Jack Jansen | 1995-10-23 | 1 | -5/+5 |
|
|
* | clear quitMainLoop when we fall through the main loop | Guido van Rossum | 1995-09-30 | 1 | -0/+1 |
|
|
* | Mac changes | Guido van Rossum | 1995-09-22 | 1 | -4/+38 |
|
|
* | use getnewargs where it makes sense | Guido van Rossum | 1995-07-26 | 1 | -40/+17 |
|
|