COMMITS
/ Modules/_tkinter.c August 17, 2001
M
Patch #445762: Support --disable-unicode
Martin v. Löwis committed
August 7, 2001
J
Got rid of (hopefully) the last 68k-mac related ifdefs.
Jack Jansen committed
July 16, 2001
May 28, 2001
T
Cruft cleanup: Removed the unused last_is_sticky argument from the internal
Tim Peters committed
October 29, 2000
M
Do not release unallocated Tcl objects. Closes #117278 and #117167.
Martin v. Löwis committed
October 12, 2000
G
Fix for Bug #116453.
Guido van Rossum committed
October 6, 2000
G
[ Bug #113803 ] [2.0b1 NT4.0] printing non asci char causes idle to abort
Guido van Rossum committed
October 5, 2000
T
SF "bug" 115973: patches from Norman Vine so that shared libraries and
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 31, 2000
P
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp committed
July 24, 2000
T
ANSIfy some more forward declarations.
Thomas Wouters committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 13, 2000
A
Use PyObject_AsFileDescriptor
Andrew M. Kuchling committed
July 12, 2000
J
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton committed
July 10, 2000
P
ANSI-fying
Peter Schneider-Kamp committed
July 8, 2000
F
Removed Py_PROTO, ANSI-fied sources.
Fred Drake committed
June 30, 2000
G
Change copyright notice.
Guido van Rossum committed
F
Trent Mick <trentm@activestate.com>:
Fred Drake committed
June 19, 2000
A
Patch from Michael Hudson to fix flatten recursive data structures:
Andrew M. Kuchling committed
June 18, 2000
A
Patch from /F:
Andrew M. Kuchling committed
May 4, 2000
G
When the UTF-8 conversion to Unicode fails, return an 8-bit string
Guido van Rossum committed
G
Two changes to improve (I hope) Unicode support.
Guido van Rossum committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
April 27, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
March 31, 2000
G
Add back an obscure "feature" to the Obj version of Tkapp_Call(): a
Guido van Rossum committed
G
Don't use the object call interface in Tk 8.0 -- the EvalObj* API
Guido van Rossum committed
March 29, 2000
G
The Tcl_Obj patch discussed on the patches list.
Guido van Rossum committed
March 28, 2000
G
Patch by Neil Schemenauer to remove support for Tcl/Tk versions before
Guido van Rossum committed
March 27, 2000
G
Add a call to Tcl_FindExecutable(). This was inspired by a patch by
Guido van Rossum committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
November 5, 1999
G
Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with
Guido van Rossum committed
January 25, 1999
G
Include myselect.h -- needed on some platforms.
Guido van Rossum committed
December 21, 1998
G
Thanks to Chris Herborth, the thread primitives now have proper Py*
Guido van Rossum committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
November 17, 1998
G
RajGopal Srinivasan noted that the latest code doesn't work when
Guido van Rossum committed
October 12, 1998
G
Looks like I didn't test this interactively. The EventHook() code was
Guido van Rossum committed
October 9, 1998
G
Patch by Jonathan Giddy (with some cleanup by me) to always use the
Guido van Rossum committed
October 8, 1998
G
There's no need to declare Tk_GetNumMainWindows() (and it breaks
Guido van Rossum committed
October 1, 1998
G
Renamed thread.h to pythread.h.
Guido van Rossum committed
September 21, 1998
G
Get rid of the test for non-NULL thread state in EventHook; it can be
Guido van Rossum committed
August 13, 1998
G
Need mytime.h for Sleep().
Guido van Rossum committed
August 5, 1998
G
Undo a silly effect of a global substitution: the macintosh panic()
Guido van Rossum committed
July 14, 1998
G
Temporarily get rid of the registration of Tcl_Finalize() as a
Guido van Rossum committed
July 7, 1998
G
Add a cast that a picky SGI compiler found was necessary.
Guido van Rossum committed
June 19, 1998
G
There was an error check in a loop in PythonCmd which called
Guido van Rossum committed
June 15, 1998
G
# Note: a previous checkin message was lost because I can now use CVS
Guido van Rossum committed
G
# (My first checkin from Windows NT using remote CVS!)
Guido van Rossum committed
June 13, 1998
G
Fixed the EventHook() code so that it also works on Windows, sort of.
Guido van Rossum committed
May 29, 1998
G
On Windows, need #include <windows.h>; and it's MS_WINDOWS, not MS_WIN32.
Guido van Rossum committed
May 28, 1998
G
Changes to make it possible to write multi-threaded programs using
Guido van Rossum committed