Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors |
Name: tkinter | Distribution: Think Blue for zSeries (64 bit) |
Version: 1.5.2 | Vendor: Millenux GmbH, Germany, http://www.millenux.com/ |
Release: 30 | Build date: Fri May 11 22:41:19 2001 |
Group: Development/Languages | Build host: z02.millenux.com |
Size: 638638 | Source RPM: python-1.5.2-30.src.rpm |
Packager: Millenux GmbH, Germany, <support@millenux.com> | |
Summary: A graphical user interface for the Python scripting language. |
The Tkinter (Tk interface) program is an graphical user interface for the Python scripting language. You should install the tkinter package if you'd like to use a graphical user interface for Python programming.
distributable
MD5: e9e687cd8eb28555c75ce139d42b9c13
GPG
* Fri May 04 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com> - ported to IBM zSeries (s390x, 64 bit) * Fri Mar 02 2001 Nalin Dahyabhai <nalin@redhat.com> - rebuild in new environment * Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com> - build even the static libs with -fPIC - obey RPM_OPT_FLAGS * Fri Jan 19 2001 Matt Wilson <msw@redhat.com> - added gettext.py from gnome-python, closes #23212 - did some evail buildprereq stuff to make it go on ia64 * Fri Aug 25 2000 Preston Brown <pbrown@redhat.com> - Cristian had to supply a newer version of https handling for working with certificates * Thu Aug 24 2000 Nalin Dahyabhai <nalin@redhat.com> - re-merge Preston's patch * Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths * Sun Aug 20 2000 Preston Brown <pbrown@redhat.com> - https patch * Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild * Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies * Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk * Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. * Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 * Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said * Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 * Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. * Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) * Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies * Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) * Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools * Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) * Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) * Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools * Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools * Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable * Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. * Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements * Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched * Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) * Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs * Thu Feb 11 1999 Michael Johnson <johnsonm@redhat.com> - added mpzmodule at user request (uses gmp) - added bsddbmodule at user request (uses db 1.85 interface) * Mon Feb 08 1999 Michael Johnson <johnsonm@redhat.com> - add --with-threads at user request - clean up spec file * Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 * Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. * Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead * Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) * Mon Apr 20 1998 Michael K. Johnson <johnsonm@redhat.com> - updated to python 1.5.1 - created our own Python-Doc tar file from 1.5 to substitute for the not-yet-released Doc package. - build _tkinter properly - use readline again - build crypt module again - install rand replacement module - added a few modules * Thu Apr 09 1998 Erik Troan <ewt@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated * Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter * Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package * Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python * Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 * Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
/usr/lib/python1.5/lib-dynload/_tkinter.so /usr/lib/python1.5/lib-tk /usr/lib/python1.5/lib-tk/Canvas.py /usr/lib/python1.5/lib-tk/Canvas.pyc /usr/lib/python1.5/lib-tk/Canvas.pyo /usr/lib/python1.5/lib-tk/Dialog.py /usr/lib/python1.5/lib-tk/Dialog.pyc /usr/lib/python1.5/lib-tk/Dialog.pyo /usr/lib/python1.5/lib-tk/FileDialog.py /usr/lib/python1.5/lib-tk/FileDialog.pyc /usr/lib/python1.5/lib-tk/FileDialog.pyo /usr/lib/python1.5/lib-tk/FixTk.py /usr/lib/python1.5/lib-tk/FixTk.pyc /usr/lib/python1.5/lib-tk/FixTk.pyo /usr/lib/python1.5/lib-tk/ScrolledText.py /usr/lib/python1.5/lib-tk/ScrolledText.pyc /usr/lib/python1.5/lib-tk/ScrolledText.pyo /usr/lib/python1.5/lib-tk/SimpleDialog.py /usr/lib/python1.5/lib-tk/SimpleDialog.pyc /usr/lib/python1.5/lib-tk/SimpleDialog.pyo /usr/lib/python1.5/lib-tk/Tkconstants.py /usr/lib/python1.5/lib-tk/Tkconstants.pyc /usr/lib/python1.5/lib-tk/Tkconstants.pyo /usr/lib/python1.5/lib-tk/Tkdnd.py /usr/lib/python1.5/lib-tk/Tkdnd.pyc /usr/lib/python1.5/lib-tk/Tkdnd.pyo /usr/lib/python1.5/lib-tk/Tkinter.py /usr/lib/python1.5/lib-tk/Tkinter.pyc /usr/lib/python1.5/lib-tk/Tkinter.pyo /usr/lib/python1.5/lib-tk/tkColorChooser.py /usr/lib/python1.5/lib-tk/tkColorChooser.pyc /usr/lib/python1.5/lib-tk/tkColorChooser.pyo /usr/lib/python1.5/lib-tk/tkCommonDialog.py /usr/lib/python1.5/lib-tk/tkCommonDialog.pyc /usr/lib/python1.5/lib-tk/tkCommonDialog.pyo /usr/lib/python1.5/lib-tk/tkFileDialog.py /usr/lib/python1.5/lib-tk/tkFileDialog.pyc /usr/lib/python1.5/lib-tk/tkFileDialog.pyo /usr/lib/python1.5/lib-tk/tkFont.py /usr/lib/python1.5/lib-tk/tkFont.pyc /usr/lib/python1.5/lib-tk/tkFont.pyo /usr/lib/python1.5/lib-tk/tkMessageBox.py /usr/lib/python1.5/lib-tk/tkMessageBox.pyc /usr/lib/python1.5/lib-tk/tkMessageBox.pyo /usr/lib/python1.5/lib-tk/tkSimpleDialog.py /usr/lib/python1.5/lib-tk/tkSimpleDialog.pyc /usr/lib/python1.5/lib-tk/tkSimpleDialog.pyo
Generated by rpm2html 1.7
Fritz Elfert, Thu Jan 16 13:49:47 2003