]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 70221 via svnmerge from
authorGuilherme Polo <ggpolo@gmail.com>
Sat, 7 Mar 2009 01:58:16 +0000 (01:58 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Sat, 7 Mar 2009 01:58:16 +0000 (01:58 +0000)
commitc891c641c6bcbda18e775e0e030cb6b1da92660c
tree2180465afd7935321353bac4a8ca8cecaf48e0fd
parent81532bf08fa2ec813ae20fafebedafb4ded5d78b
Merged revisions 70221 via svnmerge from
svn+ssh://pythondev/python/branches/py3k

................
  r70221 | guilherme.polo | 2009-03-06 22:54:57 -0300 (Fri, 06 Mar 2009) | 15 lines

  Merged revisions 70218-70219 via svnmerge from
  svn+ssh://pythondev/python/trunk

  ........
    r70218 | guilherme.polo | 2009-03-06 22:19:12 -0300 (Fri, 06 Mar 2009) | 1 line

    Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string.
  ........
    r70219 | guilherme.polo | 2009-03-06 22:47:49 -0300 (Fri, 06 Mar 2009) | 4 lines

    Fixed issue #4792: Prevent a segfault in _tkinter by using the
    guaranteed to be safe interp argument given to the PythonCmd in place
    of the Tcl interpreter taken from a PythonCmd_ClientData.
  ........
................
Lib/tkinter/__init__.py
Misc/NEWS
Modules/_tkinter.c