| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed Py_PROTO, ANSI-fied sources. | Fred Drake | 2000-07-08 | 1 | -187/+68 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 1 | -1/+1 |
|
|
* | Patch from Michael Hudson to fix flatten recursive data structures: | Andrew M. Kuchling | 2000-06-19 | 1 | -5/+8 |
|
|
* | Patch from /F: | Andrew M. Kuchling | 2000-06-18 | 1 | -0/+100 |
|
|
* | When the UTF-8 conversion to Unicode fails, return an 8-bit string | Guido van Rossum | 2000-05-04 | 1 | -1/+5 |
|
|
* | Two changes to improve (I hope) Unicode support. | Guido van Rossum | 2000-05-04 | 1 | -2/+31 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -4/+4 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-27 | 1 | -1/+3 |
|
|
* | Add back an obscure "feature" to the Obj version of Tkapp_Call(): a | Guido van Rossum | 2000-03-31 | 1 | -0/+4 |
|
|
* | Don't use the object call interface in Tk 8.0 -- the EvalObj* API | Guido van Rossum | 2000-03-31 | 1 | -41/+164 |
|
|
* | The Tcl_Obj patch discussed on the patches list. | Guido van Rossum | 2000-03-29 | 1 | -82/+77 |
|
|
* | Patch by Neil Schemenauer to remove support for Tcl/Tk versions before | Guido van Rossum | 2000-03-28 | 1 | -111/+21 |
|
|
* | Add a call to Tcl_FindExecutable(). This was inspired by a patch by | Guido van Rossum | 2000-03-27 | 1 | -0/+6 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -28/+28 |
|
|
* | Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with | Guido van Rossum | 1999-11-05 | 1 | -0/+4 |
|
|
* | Include myselect.h -- needed on some platforms. | Guido van Rossum | 1999-01-25 | 1 | -0/+1 |
|
|
* | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 1 | -11/+11 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | RajGopal Srinivasan noted that the latest code doesn't work when | Guido van Rossum | 1998-11-17 | 1 | -0/+6 |
|
|
* | Looks like I didn't test this interactively. The EventHook() code was | Guido van Rossum | 1998-10-12 | 1 | -4/+1 |
|
|
* | Patch by Jonathan Giddy (with some cleanup by me) to always use the | Guido van Rossum | 1998-10-09 | 1 | -22/+30 |
|
|
* | There's no need to declare Tk_GetNumMainWindows() (and it breaks | Guido van Rossum | 1998-10-08 | 1 | -2/+0 |
|
|
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 1 | -1/+5 |
|
|
* | Get rid of the test for non-NULL thread state in EventHook; it can be | Guido van Rossum | 1998-09-21 | 1 | -2/+0 |
|
|
* | Need mytime.h for Sleep(). | Guido van Rossum | 1998-08-13 | 1 | -0/+2 |
|
|
* | Undo a silly effect of a global substitution: the macintosh panic() | Guido van Rossum | 1998-08-05 | 1 | -1/+1 |
|
|
* | Temporarily get rid of the registration of Tcl_Finalize() as a | Guido van Rossum | 1998-07-14 | 1 | -0/+5 |
|
|
* | Add a cast that a picky SGI compiler found was necessary. | Guido van Rossum | 1998-07-07 | 1 | -1/+1 |
|
|
* | There was an error check in a loop in PythonCmd which called | Guido van Rossum | 1998-06-19 | 1 | -1/+1 |
|
|
* | # Note: a previous checkin message was lost because I can now use CVS | Guido van Rossum | 1998-06-15 | 1 | -36/+7 |
|
|
* | # (My first checkin from Windows NT using remote CVS!) | Guido van Rossum | 1998-06-15 | 1 | -52/+134 |
|
|
* | Fixed the EventHook() code so that it also works on Windows, sort of. | Guido van Rossum | 1998-06-13 | 1 | -6/+26 |
|
|
* | On Windows, need #include <windows.h>; and it's MS_WINDOWS, not MS_WIN32. | Guido van Rossum | 1998-05-29 | 1 | -2/+6 |
|
|
* | Changes to make it possible to write multi-threaded programs using | Guido van Rossum | 1998-05-28 | 1 | -152/+390 |
|
|
* | Use a different implementation of EventHook(). The new version | Guido van Rossum | 1998-05-22 | 1 | -37/+74 |
|
|
* | Replace all calls to fprintf(stderr, ...) with calls to PySys_WriteStderr(...). | Guido van Rossum | 1998-05-12 | 1 | -7/+7 |
|
|
* | Trivial little change: timer tokens shouldn't have a Print() function, | Guido van Rossum | 1998-05-12 | 1 | -8/+7 |
|
|
* | Still somewhat experimental speedup. This appears to speed up the | Guido van Rossum | 1998-04-29 | 1 | -9/+110 |
|
|
* | Add a new method of interpreter objects, interpaddr(). This returns | Guido van Rossum | 1998-04-29 | 1 | -0/+13 |
|
|
* | 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 |
|
|