index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_tkinter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #734118: Add {get|set}busywaitinterval.
Martin v. Löwis
2003-05-09
1
-2/+44
*
Implement tcl object __cmp__.
Martin v. Löwis
2003-05-03
1
-1/+12
*
Convert tcl objects to strings in getvar/setvar. Fixes #730506.
Martin v. Löwis
2003-05-01
1
-2/+26
*
Support UCS-4 Tcl for UCS-4 Python builds. Fixes #719880.
Martin v. Löwis
2003-04-16
1
-4/+8
*
Use object interface for global vars. Fixes #721171.
Martin v. Löwis
2003-04-15
1
-127/+94
*
Wrap thread stuff in WITH_THREAD. Fixes #704641.
Martin v. Löwis
2003-03-30
1
-3/+23
*
Fake bool API for Python 2.2.
Martin v. Löwis
2003-03-30
1
-0/+5
*
Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandler
Neal Norwitz
2003-03-03
1
-1/+13
*
Don't crash on _tkinter.createfilehandler in non-threaded Tcl;
Martin v. Löwis
2003-03-03
1
-1/+26
*
Add more missing PyErr_NoMemory() after failled memory allocs
Neal Norwitz
2003-02-11
1
-1/+1
*
Convert booleans to integers in IntVar.set. Fixes #671741.
Martin v. Löwis
2003-01-22
1
-1/+3
*
Avoid usage of PyDoc_STR in 2.2 compatibility code.
Martin v. Löwis
2003-01-21
1
-1/+1
*
Patch #661760: Cygwin auto-import module patch
Jason Tishler
2003-01-06
1
-2/+1
*
Fix typo.
Martin v. Löwis
2003-01-04
1
-1/+1
*
Remove appartment check from dooneevent. Fixes #660961.
Martin v. Löwis
2003-01-04
1
-6/+17
*
Wrap doc strings in PyDoc_STRVAR. Fix .string docstring. Provide default
Martin v. Löwis
2003-01-04
1
-3/+21
*
Convert Tcl path objects to strings. Fixes #661357.
Martin v. Löwis
2003-01-04
1
-1/+64
*
Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch
Jason Tishler
2002-12-31
1
-2/+4
*
Eliminate C++ comment.
Martin v. Löwis
2002-12-31
1
-1/+1
*
Silence cast warnings for Tcl 8.3.
Martin v. Löwis
2002-12-30
1
-6/+12
*
Gracefully delay runtime error up to 1s. Add .willdispatch().
Martin v. Löwis
2002-12-28
1
-12/+31
*
Always initialize objc.
Martin v. Löwis
2002-12-12
1
-1/+1
*
Support threads-enabled Tcl installations.
Martin v. Löwis
2002-12-12
1
-118/+525
*
Remove C++ comment. Silence unsigned char* cast warning.
Martin v. Löwis
2002-12-07
1
-2/+2
*
Decode untyped strings from UTF-8.
Martin v. Löwis
2002-12-04
1
-2/+27
*
Avoid including tclInt.h.
Martin v. Löwis
2002-11-26
1
-10/+26
*
Rename want_objects to wantobjects throughout, for consistency.
Martin v. Löwis
2002-11-26
1
-10/+10
*
Patch #518625: Return objects in Tkinter.
Martin v. Löwis
2002-11-26
1
-6/+327
*
Support UCS-4 builds.
Martin v. Löwis
2002-10-01
1
-8/+36
*
Eliminate constness warnings with Tcl 8.4.
Martin v. Löwis
2002-10-01
1
-4/+13
*
Drop support for Tk 8.0 and 8.1.
Martin v. Löwis
2002-10-01
1
-137/+2
*
Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link
Mark Hammond
2002-07-23
1
-1/+1
*
staticforward bites the dust.
Jeremy Hylton
2002-07-17
1
-3/+3
*
Fix SF bug #557436, TclError is a str should be an Exception
Neal Norwitz
2002-06-04
1
-1/+1
*
Use symbolic METH_VARARGS/METH_OLDARGS instead of 1/0 for ml_flags
Neal Norwitz
2002-03-31
1
-1/+1
*
Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962.
Martin v. Löwis
2002-01-26
1
-2/+2
*
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis
2002-01-17
1
-40/+40
*
Mods by Tony Lownds (patch 490100, slightly massaged by me) to make Tkinter
Jack Jansen
2001-12-09
1
-1/+23
*
sprintf -> PyOS_snprintf in some "obviously safe" cases.
Tim Peters
2001-11-28
1
-2/+2
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
1
-0/+11
*
Got rid of (hopefully) the last 68k-mac related ifdefs.
Jack Jansen
2001-08-07
1
-7/+0
*
File handlers don't work on the mac, so don't pretend they do. I guess this i...
Jack Jansen
2001-07-16
1
-1/+2
*
Cruft cleanup: Removed the unused last_is_sticky argument from the internal
Tim Peters
2001-05-28
1
-2/+2
*
Do not release unallocated Tcl objects. Closes #117278 and #117167.
Martin v. Löwis
2000-10-29
1
-3/+8
*
Fix for Bug #116453.
Guido van Rossum
2000-10-12
1
-6/+6
*
[ Bug #113803 ] [2.0b1 NT4.0] printing non asci char causes idle to abort
Guido van Rossum
2000-10-06
1
-44/+86
*
SF "bug" 115973: patches from Norman Vine so that shared libraries and
Tim Peters
2000-10-05
1
-1/+1
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-10/+0
*
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp
2000-07-31
1
-7/+0
*
ANSIfy some more forward declarations.
Thomas Wouters
2000-07-24
1
-2/+2
[next]