Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python-tk | Distribution: openSUSE Leap 15.2 |
Version: 2.7.18 | Vendor: openSUSE |
Release: lp152.3.15.1 | Build date: Sat Mar 13 17:00:21 2021 |
Group: Development/Libraries/Python | Build host: obs-arm-8 |
Size: 1661647 | Source RPM: python-2.7.18-lp152.3.15.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: http://www.python.org/ | |
Summary: TkInter - Python Tk Interface |
Python interface to Tk. Tk is the GUI toolkit that comes with Tcl.
Python-2.0
* Thu Mar 04 2021 Matej Cepl <mcepl@suse.com> - Add CVE-2021-23336-only-amp-as-query-sep.patch which forbids use of semicolon as a query string separator (bpo#42967, bsc#1182379, CVE-2021-23336). - Update to 2.7.18, final release of Python 2. Ever.: - Newline characters have been escaped when performing uu encoding to prevent them from overflowing into to content section of the encoded file. This prevents malicious or accidental modification of data during the decoding process. - Fixes a ReDoS vulnerability in http.cookiejar. Patch by Ben Caller. - Fixed line numbers and column offsets for AST nodes for calls without arguments in decorators. - Disallow control characters in hostnames in http.client, addressing CVE-2019-18348. Such potentially malicious header injection URLs now cause a InvalidURL to be raised. - Fix urllib.urlretrieve failing on subsequent ftp transfers from the same host. - Fix problems identified by GCC's -Wstringop-truncation warning. - AddRefActCtx() was needlessly being checked for failure in PC/dl_nt.c. - Prevent failure of test_relative_path in test_py_compile on macOS Catalina. - Fixed possible leak in :c:func:`PyArg_Parse` and similar functions for format units "es#" and "et#" when the macro :c:macro:`PY_SSIZE_T_CLEAN` is not defined. - Remove upstreamed patches: - CVE-2019-18348-CRLF_injection_via_host_part.patch - Other patches recalculated. * Mon Jan 25 2021 Matej Cepl <mcepl@suse.com> - Add CVE-2021-3177-buf_ovrfl_PyCArg_repr.patch fixing bsc#1181126 (CVE-2021-3177) buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution. * Mon Jan 25 2021 Matej Cepl <mcepl@suse.com> - Provide the newest setuptools wheel (bsc#1176262, CVE-2019-20916) in their correct form (bsc#1180686). * Tue Nov 24 2020 Matej Cepl <mcepl@suse.com> - Replace bundled wheels for pip and setuptools with the updated ones (bsc#1176262 CVE-2019-20916). * Mon Oct 19 2020 Steve Kowalik <steven.kowalik@suse.com> - Add CVE-2020-26116-httplib-header-injection.patch fixing bsc#1177211 (CVE-2020-26116, bpo#39603) no longer allowing special characters in the method parameter of HTTPConnection.putrequest in httplib, stopping injection of headers. Such characters now raise ValueError. * Mon Jul 20 2020 Matej Cepl <mcepl@suse.com> - Add CVE-2019-20907_tarfile-inf-loop.patch fixing bsc#1174091 (CVE-2019-20907, bpo#39017) avoiding possible infinite loop in specifically crafted tarball. Add recursion.tar as a testing tarball for the patch. * Fri May 01 2020 Matej Cepl <mcepl@suse.com> - Add CVE-2019-18348-CRLF_injection_via_host_part.patch to disallow control characters in hostnames in httplib, addressing CVE-2019-18348. Such potentially malicious header injection URLs now cause a InvalidURL to be raised. (bsc#1155094) * Sat Feb 08 2020 Matej Cepl <mcepl@suse.com> - Add CVE-2019-9674-zip-bomb.patch to improve documentation warning about dangers of zip-bombs and other security problems with zipfile library. (bsc#1162825 CVE-2019-9674) * Sat Feb 08 2020 Matej Cepl <mcepl@suse.com> - Change to Requires: libpython%{so_version} == %{version}-%{release} to python-base to keep both packages always synchronized (add %{so_version}) (bsc#1162224). * Thu Feb 06 2020 Matej Cepl <mcepl@suse.com> - Add CVE-2020-8492-urllib-ReDoS.patch fixing the security bug "Python urrlib allowed an HTTP server to conduct Regular Expression Denial of Service (ReDoS)" (bsc#1162367) * Mon Feb 03 2020 Tomáš Chvátal <tchvatal@suse.com> - Provide python-testsuite from devel subkg to ease py2->py3 dependencies * Mon Jan 27 2020 Matej Cepl <mcepl@suse.com> - Add python-2.7.17-switch-off-failing-SSL-tests.patch to switch off tests coliding with the combination of modern Python and ancient OpenSSL on SLE-12. * Fri Jan 10 2020 Matej Cepl <mcepl@suse.com> - libnsl is required only on more recent SLEs and openSUSE, older glibc supported NIS on its own. * Thu Jan 02 2020 Tomáš Chvátal <tchvatal@suse.com> - Add provides in gdbm subpackage to provide dbm symbols. This allows us to use %%{python_module dbm} as a dependency and have it properly resolved for both python2 and python3 * Thu Dec 19 2019 Dominique Leuenberger <dimstar@opensuse.org> - Drop appstream-glib BuildRequires and no longer call appstream-util validate-relax: eliminate a build cycle between as-glib and python. The only thing would would gain by calling as-uril is catching if upstream breaks the appdata.xml file in a future release. Considering py2 is dying, chances for a new release, let alone one breaking the xml file, are slim. * Wed Dec 11 2019 Matej Cepl <mcepl@suse.com> - Unify packages among openSUSE:Factory and SLE versions. (bsc#1159035) ; add missing records to this changelog. - Add idle.desktop and idle.appdata.xml to provide IDLE in menus (bsc#1153830) * Wed Dec 04 2019 Matej Cepl <mcepl@suse.com> - Add python2_split_startup Provide to make it possible to conflict older packages by shared-python-startup. * Fri Nov 22 2019 Matej Cepl <mcepl@suse.com> - Move /etc/pythonstart script to shared-python-startup package. * Tue Nov 05 2019 Matej Cepl <mcepl@suse.com> - Add bpo-36576-skip_tests_for_OpenSSL-111.patch (originally from bpo#36576) skipping tests failing with OpenSSL 1.1.1. Fixes bsc#1149792 * Tue Nov 05 2019 Steve Kowalik <steven.kowalik@suse.com> - Add adapted-from-F00251-change-user-install-location.patch fixing pip/distutils to install into /usr/local. * Thu Oct 24 2019 Matej Cepl <mcepl@suse.com> - Update to 2.7.17: - a bug fix release in the Python 2.7.x series. It is expected to be the penultimate release for Python 2.7. - Removed patches included upstream: - CVE-2018-20852-cookie-domain-check.patch - CVE-2019-16935-xmlrpc-doc-server_title.patch - CVE-2019-9636-netloc-no-decompose-characters.patch - CVE-2019-9947-no-ctrl-char-http.patch - CVE-2019-9948-avoid_local-file.patch - python-2.7.14-CVE-2018-1000030-1.patch - python-2.7.14-CVE-2018-1000030-2.patch - Renamed remove-static-libpython.diff and python-bsddb6.diff to remove-static-libpython.patch and python-bsddb6.patch to unify filenames. * Tue Oct 08 2019 Matej Cepl <mcepl@suse.com> - Add CVE-2019-16935-xmlrpc-doc-server_title.patch fixing bsc#1153238 (aka CVE-2019-16935) fixing a reflected XSS in python/Lib/DocXMLRPCServer.py * Wed Sep 25 2019 Bernhard Wiedemann <bwiedemann@suse.com> - Add bpo36302-sort-module-sources.patch (boo#1041090) * Mon Sep 16 2019 Matej Cepl <mcepl@suse.com> - Add CVE-2019-16056-email-parse-addr.patch fixing the email module wrongly parses email addresses [bsc#1149955, CVE-2019-16056] * Thu Jul 25 2019 Matej Cepl <mcepl@suse.com> - boo#1141853 (CVE-2018-20852) add CVE-2018-20852-cookie-domain-check.patch fixing http.cookiejar.DefaultPolicy.domain_return_ok which did not correctly validate the domain: it could be tricked into sending cookies to the wrong server. * Fri Jul 19 2019 Tomáš Chvátal <tchvatal@suse.com> - Skip test_urllib2_localnet that randomly fails in OBS * Wed Jul 03 2019 Matej Cepl <mcepl@suse.com> - bsc#1138459: add CVE-2019-10160-netloc-port-regression.patch which fixes regression introduced by the previous patch. (CVE-2019-10160) Upstream gh#python/cpython#13812 * Wed May 29 2019 Martin Liška <mliska@suse.cz> - Set _lto_cflags to nil as it will prevent to propage LTO for Python modules that are built in a separate package. * Thu May 02 2019 Matej Cepl <mcepl@suse.com> - bsc#1130840 (CVE-2019-9947): add CVE-2019-9947-no-ctrl-char-http.patch Address the issue by disallowing URL paths with embedded whitespace or control characters through into the underlying http client request. Such potentially malicious header injection URLs now cause a ValueError to be raised. * Mon Apr 08 2019 Matej Cepl <mcepl@suse.com> - bsc#1130847 (CVE-2019-9948) add CVE-2019-9948-avoid_local-file.patch removing unnecessary (and potentially harmful) URL scheme local-file://. * Mon Apr 08 2019 Matej Cepl <mcepl@suse.com> - bsc#1129346: add CVE-2019-9636-netloc-no-decompose-characters.patch Characters in the netloc attribute that decompose under NFKC normalization (as used by the IDNA encoding) into any of ``/``, ``?``, ``#``, ``@``, or ``:`` will raise a ValueError. If the URL is decomposed before parsing, or is not a Unicode string, no error will be raised (CVE-2019-9636). Upstream commits e37ef41 and 507bd8c. * Thu Apr 04 2019 Matej Cepl <mcepl@suse.com> - (bsc#1111793) Update to 2.7.16: * bugfix-only release: complete list of changes on https://github.com/python/cpython/blob/2.7/Misc/NEWS.d/2.7.16rc1.rst * Removed openssl-111.patch and CVE-2018-1000802-shutil_use_subprocess_no_spawn.patch which are fully included in the tarball. * Updated patches to apply cleanly: CVE-2019-5010-null-defer-x509-cert-DOS.patch bpo36160-init-sysconfig_vars.patch do-not-use-non-ascii-in-test_ssl.patch openssl-111-middlebox-compat.patch openssl-111-ssl_options.patch python-2.5.1-sqlite.patch python-2.6-gettext-plurals.patch python-2.7-dirs.patch python-2.7.2-fix_date_time_compiler.patch python-2.7.4-canonicalize2.patch python-2.7.5-multilib.patch python-2.7.9-ssl_ca_path.patch python-bsddb6.diff remove-static-libpython.patch * Update python-2.7.5-multilib.patch to pass with new platlib regime. * Fri Jan 25 2019 mcepl@suse.com - bsc#1109847: add CVE-2018-14647_XML_SetHashSalt-in_elementtree.patch fixing bpo-34623. * Fri Jan 25 2019 mcepl@suse.com - bsc#1073748: add bpo-29347-dereferencing-undefined-pointers.patch PyWeakref_NewProxy@Objects/weakrefobject.c creates new isntance of PyWeakReference struct and does not intialize wr_prev and wr_next of new isntance. These pointers can have garbage and point to random memory locations. Python should not crash while destroying the isntance created in the same interpreter function. As per my understanding, both wr_prev and wr_next of PyWeakReference instance should be initialized to NULL to avoid segfault. * Sat Jan 19 2019 mcepl@suse.com - bsc#1122191: add CVE-2019-5010-null-defer-x509-cert-DOS.patch fixing bpo-35746. An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.7.2. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability. * Wed Dec 19 2018 Todd R <toddrme2178@gmail.com> - Use upstream-recommended %{_rpmconfigdir}/macros.d directory for the rpm macros. * Fri Oct 26 2018 Tomáš Chvátal <tchvatal@suse.com> - Add patch openssl-111.patch to work with openssl-1.1.1 (bsc#1113755) * Tue Sep 25 2018 Matěj Cepl <mcepl@suse.com> - Apply "CVE-2018-1000802-shutil_use_subprocess_no_spawn.patch" which converts shutil._call_external_zip to use subprocess rather than distutils.spawn. [bsc#1109663, CVE-2018-1000802] * Fri Jun 29 2018 mcepl@suse.com - Apply "CVE-2018-1061-DOS-via-regexp-difflib.patch" to prevent low-grade poplib REDOS (CVE-2018-1060) and to prevent difflib REDOS (CVE-2018-1061). Prior to this patch mail server's timestamp was susceptible to catastrophic backtracking on long evil response from the server. Also, it was susceptible to catastrophic backtracking, which was a potential DOS vector. [bsc#1088004 and bsc#1088009, CVE-2018-1061 and CVE-2018-1060] * Thu Jun 07 2018 psimons@suse.com - Apply "CVE-2017-18207.patch" to add a check to Lib/wave.py that verifies that at least one channel is provided. Prior to this check, attackers could cause a denial of service (divide-by-zero error and application crash) via a crafted wav format audio file. [bsc#1083507, CVE-2017-18207] * Tue May 29 2018 mcepl@suse.com - Apply "python-sorted_tar.patch" (bsc#1086001, boo#1081750) sort tarfile output directory listing * Mon May 21 2018 michael@stroeder.com - update to 2.7.15 * dozens of bugfixes, see NEWS for details - removed obsolete patches: * python-ncurses-6.0-accessors.patch * python-fix-shebang.patch * gcc8-miscompilation-fix.patch - add patch from upstream: * do-not-use-non-ascii-in-test_ssl.patch * Fri Apr 06 2018 mliska@suse.cz - Add gcc8-miscompilation-fix.patch (boo#1084650). * Tue Mar 13 2018 psimons@suse.com - Apply "python-2.7.14-CVE-2017-1000158.patch" to prevent integer overflows in PyString_DecodeEscape that could have resulted in heap-based buffer overflow attacks and possible arbitrary code execution. [bsc#1068664, CVE-2017-1000158] * Mon Feb 05 2018 normand@linux.vnet.ibm.com - exclude test_socket & test_subprocess for PowerPC boo#1078485 (same ref as previous change) * Fri Feb 02 2018 normand@linux.vnet.ibm.com - Add python-skip_random_failing_tests.patch bypass boo#1078485 and exclude many tests for PowerPC * Tue Jan 30 2018 tchvatal@suse.com - Add patch python-fix-shebang.patch to fix bsc#1078326 * Fri Dec 22 2017 jmatejek@suse.com - exclude test_regrtest for s390, where it does not segfault as it should (fixes bsc#1073269) - fix segfault while creating weakref - bsc#1073748, bpo#29347 (this is actually fixed by the 2.7.14 update; mentioning this for purposes of bugfix tracking) * Mon Nov 20 2017 jmatejek@suse.com - update to 2.7.14 * dozens of bugfixes, see NEWS for details * fixed possible integer overflow in PyString_DecodeEscape (CVE-2017-1000158, bsc#1068664) * fixed segfaults with dict mutated during search * fixed possible free-after-use problems with buffer objects with custom indexing * fixed urllib.splithost to correctly parse fragments (bpo-30500) - drop upstreamed python-2.7.13-overflow_check.patch - drop unneeded python-2.7.12-makeopcode.patch - drop upstreamed 0001-2.7-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3094.patch - Apply "python-2.7.14-CVE-2018-1000030-1.patch" and "python-2.7.14-CVE-2018-1000030-2.patch" to remedy a bug that would crash the Python interpreter when multiple threads used the same I/O stream concurrently. This issue is not classified as a security vulnerability due to the fact that an attacker must be able to run code, however in some situations -- such as function as a service -- this vulnerability can potentially be used by an attacker to violate a trust boundary. [bsc#1079300, CVE-2018-1000030] * Thu Nov 02 2017 mpluskal@suse.com - Call python2 instead of python in macros * Thu Sep 14 2017 vcizek@suse.com - Fix test broken with OpenSSL 1.1 (bsc#1042670) * add 0001-2.7-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3094.patch * Mon Aug 28 2017 jmatejek@suse.com - drop SUSE_ASNEEDED=0 as it is not needed anymore * Thu Aug 17 2017 kukuk@suse.de - Add libnsl-devel build requires for glibc obsoleting libnsl * Mon May 15 2017 jmatejek@suse.com - obsolete/provide python-argparse and provide python2-argparse, because the argparse module is available from python 2.7 up * Tue Feb 28 2017 jmatejek@suse.com - SLE package update (bsc#1027282) - refresh python-2.7.5-multilib.patch - dropped upstreamed patches: python-fix-short-dh.patch python-2.7.7-mhlib-linkcount.patch python-2.7-urllib2-localnet-ssl.patch CVE-2016-0772-smtplib-starttls.patch CVE-2016-5699-http-header-injection.patch CVE-2016-5636-zipimporter-overflow.patch python-2.7-httpoxy.patch - Add python-ncurses-6.0-accessors.patch: Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1. (dimstar@opensuse.org) * Fri Feb 24 2017 bwiedemann@suse.com - Add reproducible.patch to allow reproducible builds of various python packages like python-amqp Upstream: https://github.com/python/cpython/pull/296 * Tue Jan 03 2017 jmatejek@suse.com - update to 2.7.13 * dozens of bugfixes, see NEWS for details * updated cipher lists for openssl wrapper, support openssl >= 1.1.0 * properly fix HTTPoxy (CVE-2016-1000110) * profile-opt build now applies PGO to modules as well - update python-2.7.10-overflow_check.patch with python-2.7.13-overflow_check.patch, incorporating upstream changes (bnc#964182) - add "-fwrapv" to optflags explicitly because upstream code still relies on it in many places * Fri Dec 02 2016 jmatejek@suse.com - provide python2-* symbols, for support of new packages built as python2-foo - rename macros.python to macros.python2 accordingly - require python-rpm-macros package, drop macro definitions from macros.python2 * Mon Sep 26 2016 jmatejek@suse.com - initial packaging of `python27` side-by-side variant (fate#321075, bsc#997436) - renamed `python` to `python27` in package names and requires - removed Provides and Obsoletes clauses - dropped SLE12-only patch python-2.7.9-sles-disable-verification-by-default.patch, companion sle_tls_checks_policy.py file and the python-strict-tls-checks subpackage - dropped profile files - removed /usr/bin/python and /usr/bin/python2, along with other unversioned aliases - rewrote macros file to enable stand-alone packages depending on py2.7 - re-included downloaded version of HTML documentation * Thu Jun 30 2016 jmatejek@suse.com - update to 2.7.12 * dozens of bugfixes, see NEWS for details * fixes multiple security issues: CVE-2016-0772 TLS stripping attack on smtplib (bsc#984751) CVE-2016-5636 zipimporter heap overflow (bsc#985177) CVE-2016-5699 httplib header injection (bsc#985348) (this one is actually fixed since 2.7.10) - removed upstreamed python-2.7.7-mhlib-linkcount.patch - refreshed multilib patch - python-2.7.12-makeopcode.patch - run newly-built python interpreter to make opcodes, in order not to require pre-built python - update LD_LIBRARY_PATH to use $PWD instead of "." because the test process escapes to its own directory - modify shebang-fixing scriptlet to ignore makeopcodetargets.py * Fri Jun 17 2016 jmatejek@suse.com - CVE-2016-0772-smtplib-starttls.patch: smtplib vulnerability opens startTLS stripping attack (CVE-2016-0772, bsc#984751) - CVE-2016-5636-zipimporter-overflow.patch: heap overflow when importing malformed zip files (CVE-2016-5636, bsc#985177) - CVE-2016-5699-http-header-injection.patch: incorrect validation of HTTP headers allow header injection (CVE-2016-5699, bsc#985348) - python-2.7-httpoxy.patch: HTTPoxy vulnerability in urllib, fixed by disregarding HTTP_PROXY when REQUEST_METHOD is also set (CVE-2016-1000110, bsc#989523) * Fri Jan 29 2016 rguenther@suse.com - Add python-2.7.10-overflow_check.patch to fix broken overflow checks. [bnc#964182] * Mon Sep 14 2015 jmatejek@suse.com - copy strict-tls-checks subpackage from SLE to retain future compatibility (not built in openSUSE) - do this properly to fix bnc#945401 - update SLE check to exclude Leap which also has version 1315, just to be sure * Wed Sep 09 2015 dimstar@opensuse.org - Add python-ncurses-6.0-accessors.patch: Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1. * Thu Aug 13 2015 jmatejek@suse.com - add missing ssl.pyc and ssl.pyo to package - implement python-strict-tls-checks subpackage * when present, Python will perform TLS certificate checking by default. it is possible to remove the package to turn off the checks for compatibility with legacy scripts. * as discussed in fate#318300 * this is not built for openSUSE, but retained here in case we want to build the package for a SLE system * Mon Jun 29 2015 meissner@suse.com - python-fix-short-dh.patch: Bump DH parameters to 2048 bit to fix logjam security issue. bsc#935856 * Wed Jun 10 2015 dmueller@suse.com - add __python2 compatibility macro (used by Fedora) (fate#318838) * Sun May 24 2015 michael@stroeder.com - update to 2.7.10 - removed obsolete python-2.7-urllib2-localnet-ssl.patch * Tue May 19 2015 schwab@suse.de - Reenable test_posix on aarch64 * Sun Dec 21 2014 schwab@suse.de - python-2.7.4-aarch64.patch: Remove obsolete patch - python-2.7-libffi-aarch64.patch: Fix argument passing in libffi for aarch64 * Fri Dec 12 2014 jmatejek@suse.com - update to 2.7.9 * contains full backport of ssl module from Python 3.4 (PEP466) * HTTPS certificate validation enabled by default (PEP476) * SSLv3 disabled by default (bnc#901715) * backported ensurepip module (PEP477) * fixes several missing CVEs from last release: CVE-2013-1752, CVE-2013-1753 * dozens of minor bugfixes - dropped upstreamed patches: python-2.7.6-poplib.patch, smtplib_maxline-2.7.patch, xmlrpc_gzip_27.patch - dropped patch python-2.7.3-ssl_ca_path.patch because we don't need it with ssl module from Python 3 - libffi was upgraded upstream, seems to contain our changes, so dropping libffi-ppc64le.diff as well - python-2.7-urllib2-localnet-ssl.patch - properly remove unconditional "import ssl" from test_urllib2_localnet that caused it to fail without ssl * Wed Oct 22 2014 dmueller@suse.com - skip test_thread in qemu_linux_user mode
/usr/lib64/python2.7/lib-dynload/_tkinter.so /usr/lib64/python2.7/lib-tk /usr/lib64/python2.7/lib-tk/Canvas.py /usr/lib64/python2.7/lib-tk/Canvas.pyc /usr/lib64/python2.7/lib-tk/Canvas.pyo /usr/lib64/python2.7/lib-tk/Dialog.py /usr/lib64/python2.7/lib-tk/Dialog.pyc /usr/lib64/python2.7/lib-tk/Dialog.pyo /usr/lib64/python2.7/lib-tk/FileDialog.py /usr/lib64/python2.7/lib-tk/FileDialog.pyc /usr/lib64/python2.7/lib-tk/FileDialog.pyo /usr/lib64/python2.7/lib-tk/FixTk.py /usr/lib64/python2.7/lib-tk/FixTk.pyc /usr/lib64/python2.7/lib-tk/FixTk.pyo /usr/lib64/python2.7/lib-tk/ScrolledText.py /usr/lib64/python2.7/lib-tk/ScrolledText.pyc /usr/lib64/python2.7/lib-tk/ScrolledText.pyo /usr/lib64/python2.7/lib-tk/SimpleDialog.py /usr/lib64/python2.7/lib-tk/SimpleDialog.pyc /usr/lib64/python2.7/lib-tk/SimpleDialog.pyo /usr/lib64/python2.7/lib-tk/Tix.py /usr/lib64/python2.7/lib-tk/Tix.pyc /usr/lib64/python2.7/lib-tk/Tix.pyo /usr/lib64/python2.7/lib-tk/Tkconstants.py /usr/lib64/python2.7/lib-tk/Tkconstants.pyc /usr/lib64/python2.7/lib-tk/Tkconstants.pyo /usr/lib64/python2.7/lib-tk/Tkdnd.py /usr/lib64/python2.7/lib-tk/Tkdnd.pyc /usr/lib64/python2.7/lib-tk/Tkdnd.pyo /usr/lib64/python2.7/lib-tk/Tkinter.py /usr/lib64/python2.7/lib-tk/Tkinter.pyc /usr/lib64/python2.7/lib-tk/Tkinter.pyo /usr/lib64/python2.7/lib-tk/test /usr/lib64/python2.7/lib-tk/test/README /usr/lib64/python2.7/lib-tk/test/runtktests.py /usr/lib64/python2.7/lib-tk/test/runtktests.pyc /usr/lib64/python2.7/lib-tk/test/runtktests.pyo /usr/lib64/python2.7/lib-tk/test/test_tkinter /usr/lib64/python2.7/lib-tk/test/test_tkinter/__init__.py /usr/lib64/python2.7/lib-tk/test/test_tkinter/__init__.pyc /usr/lib64/python2.7/lib-tk/test/test_tkinter/__init__.pyo /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_font.py /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_font.pyc /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_font.pyo /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_geometry_managers.py /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_geometry_managers.pyc /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_geometry_managers.pyo /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_images.py /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_images.pyc /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_images.pyo /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_loadtk.py /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_loadtk.pyc /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_loadtk.pyo /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_misc.py /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_misc.pyc /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_misc.pyo /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_text.py /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_text.pyc /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_text.pyo /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_variables.py /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_variables.pyc /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_variables.pyo /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_widgets.py /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_widgets.pyc /usr/lib64/python2.7/lib-tk/test/test_tkinter/test_widgets.pyo /usr/lib64/python2.7/lib-tk/test/test_ttk /usr/lib64/python2.7/lib-tk/test/test_ttk/__init__.py /usr/lib64/python2.7/lib-tk/test/test_ttk/__init__.pyc /usr/lib64/python2.7/lib-tk/test/test_ttk/__init__.pyo /usr/lib64/python2.7/lib-tk/test/test_ttk/support.py /usr/lib64/python2.7/lib-tk/test/test_ttk/support.pyc /usr/lib64/python2.7/lib-tk/test/test_ttk/support.pyo /usr/lib64/python2.7/lib-tk/test/test_ttk/test_extensions.py /usr/lib64/python2.7/lib-tk/test/test_ttk/test_extensions.pyc /usr/lib64/python2.7/lib-tk/test/test_ttk/test_extensions.pyo /usr/lib64/python2.7/lib-tk/test/test_ttk/test_functions.py /usr/lib64/python2.7/lib-tk/test/test_ttk/test_functions.pyc /usr/lib64/python2.7/lib-tk/test/test_ttk/test_functions.pyo /usr/lib64/python2.7/lib-tk/test/test_ttk/test_style.py /usr/lib64/python2.7/lib-tk/test/test_ttk/test_style.pyc /usr/lib64/python2.7/lib-tk/test/test_ttk/test_style.pyo /usr/lib64/python2.7/lib-tk/test/test_ttk/test_widgets.py /usr/lib64/python2.7/lib-tk/test/test_ttk/test_widgets.pyc /usr/lib64/python2.7/lib-tk/test/test_ttk/test_widgets.pyo /usr/lib64/python2.7/lib-tk/test/widget_tests.py /usr/lib64/python2.7/lib-tk/test/widget_tests.pyc /usr/lib64/python2.7/lib-tk/test/widget_tests.pyo /usr/lib64/python2.7/lib-tk/tkColorChooser.py /usr/lib64/python2.7/lib-tk/tkColorChooser.pyc /usr/lib64/python2.7/lib-tk/tkColorChooser.pyo /usr/lib64/python2.7/lib-tk/tkCommonDialog.py /usr/lib64/python2.7/lib-tk/tkCommonDialog.pyc /usr/lib64/python2.7/lib-tk/tkCommonDialog.pyo /usr/lib64/python2.7/lib-tk/tkFileDialog.py /usr/lib64/python2.7/lib-tk/tkFileDialog.pyc /usr/lib64/python2.7/lib-tk/tkFileDialog.pyo /usr/lib64/python2.7/lib-tk/tkFont.py /usr/lib64/python2.7/lib-tk/tkFont.pyc /usr/lib64/python2.7/lib-tk/tkFont.pyo /usr/lib64/python2.7/lib-tk/tkMessageBox.py /usr/lib64/python2.7/lib-tk/tkMessageBox.pyc /usr/lib64/python2.7/lib-tk/tkMessageBox.pyo /usr/lib64/python2.7/lib-tk/tkSimpleDialog.py /usr/lib64/python2.7/lib-tk/tkSimpleDialog.pyc /usr/lib64/python2.7/lib-tk/tkSimpleDialog.pyo /usr/lib64/python2.7/lib-tk/ttk.py /usr/lib64/python2.7/lib-tk/ttk.pyc /usr/lib64/python2.7/lib-tk/ttk.pyo /usr/lib64/python2.7/lib-tk/turtle.py /usr/lib64/python2.7/lib-tk/turtle.pyc /usr/lib64/python2.7/lib-tk/turtle.pyo
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 12:50:41 2024