| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python-debuginfo | Distribution: Fedora Project |
| Version: 2.7.3 | Vendor: Fedora Project |
| Release: 7.2.fc17 | Build date: Tue Jul 24 12:40:12 2012 |
| Group: Development/Debug | Build host: buildvm-24.phx2.fedoraproject.org |
| Size: 32083144 | Source RPM: python-2.7.3-7.2.fc17.src.rpm |
| Packager: Fedora Project | |
| Url: http://www.python.org/ | |
| Summary: Debug information for package python | |
This package provides debug information for package python. Debug information is useful when developing applications that use this package or when debugging this package.
Python
* Tue Jul 17 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 2.7.3-7.2
- fix memory leak in module _hashlib (patch 158, rhbz#836285)
- fix db4 include path for libdb4 package (f18 and above) (patch 159)
* Fri Jun 22 2012 David Malcolm <dmalcolm@redhat.com> - 2.7.3-7.1
- use rpm macro for power64 (rhbz#834653)
* Fri May 04 2012 David Malcolm <dmalcolm@redhat.com> - 2.7.3-7
- renumber autotools patch from 300 to 5000
- specfile cleanups
* Mon Apr 30 2012 David Malcolm <dmalcolm@redhat.com> - 2.7.3-6
- try again to fix test_gdb.py (patch 156; rhbz#817072)
* Mon Apr 30 2012 David Malcolm <dmalcolm@redhat.com> - 2.7.3-5
- fix test_gdb.py (patch 156; rhbz#817072)
* Fri Apr 20 2012 David Malcolm <dmalcolm@redhat.com> - 2.7.3-4
- avoid allocating thunks in ctypes unless absolutely necessary, to avoid
generating SELinux denials on "import ctypes" and "import uuid" when embedding
Python within httpd (patch 155; rhbz#814391)
* Thu Apr 19 2012 David Malcolm <dmalcolm@redhat.com> - 2.7.3-3
- add explicit version requirements on expat to avoid linkage problems with
XML_SetHashSalt
* Wed Apr 18 2012 David Malcolm <dmalcolm@redhat.com> - 2.7.3-2
- fix -config symlinks (patch 112; rhbz#813836)
* Wed Apr 11 2012 David Malcolm <dmalcolm@redhat.com> - 2.7.3-1
- 2.7.3: refresh patch 102 (lib64); drop upstream patches 11 (ascii-to-lower),
115 (pydoc robustness), 145 (linux2), 148 (gdbm magic values), 151 (deadlock
in fork); refresh patch 112 (debug build); revise patch 127
(test_structmember); fix test_gdb (patch 153); refresh patch 137 (distutils
tests); add python2.pc to python-devel; regenerate the autotool intermediates
patch (patch 300)
* Sat Feb 25 2012 Thomas Spura <tomspur@fedoraproject.org> - 2.7.2-20
- fix deadlock issue (#787712)
* Fri Feb 17 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 2.7.2-19
- Obsolete python-sqlite2
* Thu Nov 24 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.7.2-18
- Build with $RPM_LD_FLAGS (#756862).
- Use xz-compressed source tarball.
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.2-17
- Rebuilt for glibc bug#747377
* Fri Sep 30 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-16
- re-enable gdbm (patch 148; rhbz#742242)
* Fri Sep 16 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-15
- add a sys._debugmallocstats() function (patch 147)
* Wed Sep 14 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-14
- support OpenSSL FIPS mode in _hashlib and hashlib; don't build the _md5 and
_sha* modules, relying on _hashlib in hashlib, and thus within md5 etc
(rhbz#563986; patch 146)
* Wed Sep 14 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-13
- force sys.platform to be "linux2" (patch 145)
* Tue Sep 13 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-12
- disable gdbm module to prepare for gdbm soname bump
* Mon Sep 12 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-11
- rename and renumber patches for consistency with python3.spec (55, 111, 113,
114, 125, 131, 129 to 143)
* Sat Sep 10 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-10
- rewrite of "check", introducing downstream-only hooks for skipping specific
cases in an rpmbuild (patch 132), and fixing/skipping failing tests in a more
fine-grained manner than before (patches 104, 133-142)
* Thu Sep 01 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-9
- run selftests with "--verbose"
- disable parts of test_io on ppc (rhbz#732998)
* Tue Aug 23 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-8
- add --extension-suffix option to python-config (patch 130; rhbz#732808)
* Tue Aug 23 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-7
- re-enable and fix the --with-tsc option on ppc64, and rework it on 32-bit
ppc to avoid aliasing violations (patch 129; rhbz#698726)
* Tue Aug 23 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-6
- don't use --with-tsc on ppc64 debug builds (rhbz#698726)
* Thu Aug 18 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-5
- add rpm macros file (rhbz#731800)
* Fri Jul 08 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-4
- cleanup of BuildRequires; add comment headings to specfile sections
* Wed Jun 22 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-3
- reorganize test exclusions (test_openpty and test_pty seem to be failing on
every arch, not just the explicitly-listed ones)
* Mon Jun 13 2011 Dan Horák <dan[at]danny.cz> - 2.7.2-2
- add s390(x) excluded tests
* Mon Jun 13 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-1
- 2.7.2; drop upstreamed patches: patch 122 (parallel make fix), patch 124
(test_commands and SELinux), patch 130 (ppc preprocessor macro in debug
build); patch 131 (decimal in Turkish locale); regenerate the autotool
intermediates patch (patch 300)
* Tue Jun 07 2011 Dennis Gilmore <dennis@ausil.us> - 2.7.1-9
- fix sparc building by excluding failing tests RHBZ#711584
* Mon May 23 2011 Peter Robinson <pbrobinson@gmail.com> - 2.7.1-8
- fix compile on ARM by excluding failing tests on arm - RHBZ #706253
* Tue Apr 12 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.1-7
- fix "import decimal" in the Turkish locale (patch 131; rhbz#694928)
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Fri Jan 21 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 2.7.1-5
- Switch from setting OPT to setting EXTRA_CFLAGS so we don't overwrite the
DNDEBUG flag
* Fri Jan 07 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.1-4
- for now, drop "obsoletes" of python-argparse, since it interracts badly with
multilib (rhbz#667984)
* Fri Jan 07 2011 Thomas Spura <tomspur@fedoraproject.org> - 2.7.1-3
- obsolete/provide python-argparse (new in 2.7)
* Thu Jan 06 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.1-2
- fix the ppc build of the debug configuration (patch 130; rhbz#661510)
* Thu Dec 23 2010 David Malcolm <dmalcolm@redhat.com> - 2.7.1-1
- 2.7.1, reworking patch 0 (config), patch 102 (lib64); drop upstream
patch 56 (cfgparse), patch 110 (ctypes/SELinux/noexecmem), patch 119 (expat
compat), patch 123 (2to3 on "from itertools import *")
- fix test_abc's test_cache_leak in the debug build (patch 128)
- drop _weakref.so from manifest (_weakref became a core module in r84230)
* Wed Sep 29 2010 jkeating - 2.7-13
- Rebuilt for gcc bug 634757
* Mon Sep 27 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-12
- fix test_structmember on 64bit-bigendian (patch 127)
* Fri Sep 24 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-11
- fix dbm_contains on 64bit-bigendian (patch 126; rhbz#626756)
* Thu Sep 16 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 2.7-10
- backport a patch to fix a change in behaviour in configparse.
* Thu Sep 09 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-9
- move most of the payload of the core package to the libs subpackage, given
that the libs aren't meaningfully usable without the standard libraries
* Wed Aug 18 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-8
- add %check section
- update lib64 patch (patch 102) to fix expected output in test_site.py on
64-bit systems
- patch test_commands.py to work with SELinux (patch 124)
- patch the debug build's usage of COUNT_ALLOCS to be less verbose (patch 125)
* Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-7
- fixup missing -lcrypt to "crypt" module in config patch (patch 0)
* Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-6
- re-enable systemtap
- cherrypick upstream patch to 2to3 for "from itertools import *"
traceback (patch 123)
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-5
- disable systemtap for now (dtrace is failing on startup due to the bug
mentioned in 2.7-4)
- provide relative path to python binary when running pathfix.py
- fix parallel make (patch 122)
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-4
- fix reference to pyconfig.h in sysconfig that led to failure on startup if
python-devel was not installed
* Thu Jul 08 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-3
- add patch to fixup the new sysconfig.py for our multilib support on
64-bit (patch 103)
* Thu Jul 08 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-2
- add machinery for regenerating the "configure" script in the face of
mismatching autoconf versions (patch 300)
* Tue Jul 06 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-1
- 2.7 final; drop alphatag
- drop patch 117 (upstream), patch 120 (upstreamed)
- fix the commented-out __python_ver from 26 to 27
* Tue Jun 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-0.1.rc2
- 2.7rc2
- revert r79310 (patch 121)
- remove modulator: upstream removed it in r78338
- rename mathmodule(_d).so to math(_d).so in manifests (appears to be changed
by r76861)
- _bytesio(_d).so and _filesio(_d).so were consolidated into _io(_d).so in
r73394 (upstream issue 6215)
- use the gdb hooks from the upstream tarball, rather than keeping our own
copy. The upstream version has some whitespace changes, a new write_repr for
unicode objects, and various bulletproofings for being run on older gdbs
* Tue Jun 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-0.1.rc1
- 2.7rc1:
- rework patches to apply against 2.7 (which among other changes has had a
whitespace cleanup of the .c code): .rhconfig (patch0), .binutils-no-dep
(patch10), .ascii-tolower (patch11), .socketmodule (patch13), .socketmodule2
(patch14), .systemtap (patch55), .lib64 (patch102), .selinux (patch110),
.no-static-lib (patch111), .debug-build (patch112), .statvfs-f-flag-constants
(patch114), ..CVE-2010-2089 (patch117)
- drop upstream patches: .expat (patch3), .brprpm (patch51), .valgrind
(patch52), .db48 (patch53), .CVE-2010-1634 (patch 116), .CVE-2008-5983 (patch
118)
* Tue Jun 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-17
- Stop python bailing out with an assertion failure when UnicodeDecodeErrors
occur on very large buffers (patch 120, upstream issue 9058)
* Mon Jun 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-16
- Fix an incompatibility between pyexpat and the system expat-2.0.1 that led to
a segfault running test_pyexpat.py (patch 119; upstream issue 9054)
* Tue Jun 08 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-15
- add a flag to make it easy to turn off the debug build when troubleshooting
the rpm build
* Sat Jun 05 2010 Dan Horák <dan[at]danny.cz> - 2.6.5-14
- reading the timestamp counter is available only on some arches (see Python/ceval.c)
- disable --with-valgrind on s390(x) arches
* Fri Jun 04 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-13
- ensure that the compiler is invoked with "-fwrapv" (rhbz#594819)
- CVE-2010-1634: fix various integer overflow checks in the audioop
module (patch 116)
- CVE-2010-2089: further checks within the audioop module (patch 117)
- CVE-2008-5983: the new PySys_SetArgvEx entry point from r81399 (patch 118)
* Thu May 27 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-12
- make "pydoc -k" more robust in the face of broken modules (rhbz:461419, patch115)
* Wed May 26 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-11
- add flags for statvfs.f_flag to the constant list in posixmodule (i.e. "os")
(patch 114)
* Tue May 25 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-10
- add configure-time support for COUNT_ALLOCS and CALL_PROFILE debug options
(patch 113); enable them and the WITH_TSC option within the debug build
* Tue May 18 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-9
- build and install two different configurations of Python: debug and standard,
packaging the debug build in a new "python-debug" subpackage (patch 112)
* Tue May 04 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-8
- don't delete wsgiref.egg-info (rhbz:588426)
* Mon Apr 26 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-7
- disable --with-valgrind on sparc arches
* Mon Apr 12 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-6
- move the "bdist_wininst" command's template .exe files from the core package
to the devel subpackage, to save space (rhbz:525469)
- fix stray doublelisting of config directory wildcard in devel subpackage
* Wed Mar 31 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-5
- update python-gdb.py from v4 to v5 (improving performance and stability,
adding commands)
* Thu Mar 25 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-4
- update python-gdb.py from v3 to v4 (fixing infinite recursion on reference
cycles and tracebacks on bytes 0x80-0xff in strings, adding handlers for sets
and exceptions)
* Wed Mar 24 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-3
- refresh gdb hooks to v3 (reworking how they are packaged)
* Mon Mar 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-2
- remove unnecessary arch-conditionality for patch 101
* Fri Mar 19 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.5-1
- update to 2.6.5: http://www.python.org/download/releases/2.6.5/
- replace our patch to compile against db4.8 with a patch from
upstream (patch 53, from r78974); update patch 54 since part of it is now in
that upstream patch
- update patch 110 so that it still applies in the face of upstream r78380
* Tue Mar 16 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-23
- fixup distutils/unixccompiler.py to remove standard library path from
rpath (patch 17)
- delete DOS batch files
* Fri Mar 12 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-22
- add pyfuntop.stp; allow systemtap support to be disabled
- remove trailing period from tkinter summary
- don't own /usr/bin/python-config if you're not the main python
* Thu Mar 11 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.4-21
- rebuild with new gdbm
* Thu Feb 11 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-20
- avoid having the "test" subdirectory and the files within it that are in the
core subpackage also be owned by the test subpackage (rhbz:467588)
* Wed Feb 10 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-19
- revise the systemtap patch (patch 55:python-2.6.4-dtrace.patch) to the
new version by mjw in attachment 390110 of rhbz:545179, as this should
eliminate the performance penalty for the case where the probes aren't in
use, and eliminate all architecture-specific code (rhbz:563541; except on
sparc)
* Tue Feb 09 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-18
- add a systemtap tapset defining "python.function.entry" and
"python.function.return" to make it easy to use the static probepoint within
Python; add an example of using the tapset to the docs
* Tue Feb 09 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-17
- add systemtap static probes (wcohen; patch 55; rh bug #545179)
- update some comments in specfile relating to gdb work
- manually byte-compile the gdb.py file with the freshly-built python to ensure
that .pyx and .pyo files make it into the debuginfo manifest if they are later
byte-compiled after find-debuginfo.sh is run
* Mon Feb 08 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-16
- move the -gdb.py file from %{_libdir}/INSTSONAME-gdb.py to
%{_prefix}/lib/debug/%{_libdir}/INSTSONAME.debug-gdb.py to avoid noise from
ldconfig (bug 562980), and which should also ensure it becomes part of the
debuginfo subpackage, rather than the libs subpackage
- introduce %{py_SOVERSION} and %{py_INSTSONAME} to reflect the upstream
configure script, and to avoid fragile scripts that try to figure this out
dynamically (e.g. for the -gdb.py change)
* Mon Feb 08 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-15
- work around bug 562906 by supplying a fixed version of pythondeps.sh
- set %{_python_bytecompile_errors_terminate_build} to 0 to prevent the broken
test files from killing the build on buildroots where python is installed
* Fri Feb 05 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-14
- add gdb hooks for easier debugging
* Fri Jan 29 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-13
- document all patches, and remove the commented-out ones
* Tue Jan 26 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-12
- Address some of the issues identified in package review (bug 226342):
- update libs requirement on base package to use %{name} for consistency's
sake
- convert from backticks to $() syntax throughout
- wrap value of LD_LIBRARY_PATH in quotes
- convert "/usr/bin/find" requirement to "findutils"
- remove trailing periods from summaries of -devel and -tools subpackages
- fix spelling mistake in description of -test subpackage
- convert usage of $$RPM_BUILD_ROOT to %{buildroot} throughout, for
stylistic consistency
- supply dirmode arguments to defattr directives
* Mon Jan 25 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-11
- update python-2.6.2-config.patch to remove downstream customization of build
of pyexpat and elementtree modules
- add patch adapted from upstream (patch 3) to add support for building against
system expat; add --with-system-expat to "configure" invocation
- remove embedded copy of expat from source tree during "prep"
* Mon Jan 25 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-10
- introduce macros for 3 directories, replacing expanded references throughout:
%{pylibdir}, %{dynload_dir}, %{site_packages}
- explicitly list all lib-dynload files, rather than dynamically gathering the
payload into a temporary text file, so that we can be sure what we are
shipping; remove now-redundant testing for presence of certain .so files
- remove embedded copy of zlib from source tree before building
* Mon Jan 25 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-9
- change python-2.6.2-config.patch to remove our downstream change to curses
configuration in Modules/Setup.dist, so that the curses modules are built using
setup.py with the downstream default (linking against libncursesw.so, rather
than libncurses.so), rather than within the Makefile; add a test to %install
to verify the dso files that the curses module is linked against the correct
DSO (bug 539917; changes _cursesmodule.so -> _curses.so)
* Fri Jan 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-8
- rebuild (bug 556975)
* Wed Jan 20 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-7
- move lib2to3 from -tools subpackage to main package (bug 556667)
* Mon Jan 18 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-6
- patch Makefile.pre.in to avoid building static library (patch111, bug 556092)
- split up the "configure" invocation flags onto individual lines
* Fri Jan 15 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-5
- replace usage of %define with %global
- use the %{_isa} macro to ensure that the python-devel dependency on python
is for the correct multilib arch (#555943)
- delete bundled copy of libffi to make sure we use the system one
- replace references to /usr with %{_prefix}; replace references to
/usr/include with %{_includedir}
* Wed Dec 16 2009 David Malcolm <dmalcolm@redhat.com> - 2.6.4-4
- automatically disable arena allocator when run under valgrind (upstream
issue 2422; patch 52)
- add patch from Josh Boyer containing diff against upstream PyBSDDB to make
the bsddb module compile against db-4.8 (patch 53, #544275); bump the necessary
version of db4-devel to 4.8
- patch setup.py so that it searches for db-4.8, and enable debug output for
said search; make Setup.dist use db-4.8 (patch 54)
* Thu Nov 12 2009 David Malcolm <dmalcolm@redhat.com> - 2.6.4-3
- fixup the build when __python_ver is set (Zach Sadecki; bug 533989); use
pybasever in the files section
* Thu Oct 29 2009 David Malcolm <dmalcolm@redhat.com> - 2.6.4-2
- "Makefile" and the config-32/64.h file are needed by distutils/sysconfig.py
_init_posix(), so we include them in the core package, along with their parent
directories (bug 531901)
* Mon Oct 26 2009 David Malcolm <dmalcolm@redhat.com> - 2.6.4-1
- Update to 2.6.4
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.6.2-2
- rebuilt with new openssl
* Mon Jul 27 2009 James Antill <james.antill@redhat.com> - 2.6.2-1
- Update to 2.6.2
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sat Jul 04 2009 Jonathan Steffan <jsteffan@fedoraproject.org> - 2.6-10
- Move python-config to devel subpackage (#506153)
- Update BuildRoot for new standard
* Sun Jun 28 2009 Jonathan Steffan <jsteffan@fedoraproject.org> - 2.6-9
- Update python-tools description (#448940)
* Wed Apr 15 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.6-8
- Replace python-hashlib and python-uuid (#484715)
* Tue Mar 17 2009 James Antill <james@fedoraproject.org> - 2.6-7
- Use system libffi
- Resolves: bug#490573
- Fix SELinux execmem problems
- Resolves: bug#488396
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.6-4
- rebuild with new openssl
* Tue Jan 06 2009 James Antill <james.antill@redhat.com> - 2.6-3
- Fix distutils generated rpms.
- Resolves: bug#236535
* Wed Dec 10 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.6-2
- Enable -lcrypt for cryptmodule
* Fri Nov 28 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.6-1
- Update to 2.6
* Tue Sep 30 2008 James Antill <james.antill@redhat.com> - 2.5.2-1
- Move to 2.5.2
- Fix CVE-2008-2316 hashlib overflow.
* Thu Jul 17 2008 Jeremy Katz <katzj@redhat.com> - 2.5.1-30
- Fix up the build for new rpm
- And actually build against db4-4.7 (#455170)
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.5.1-27
- fix license tag
- enable support for db4-4.7
* Sun Jun 15 2008 James Antill <jantill@redhat.com> - 2.5.1-26
- Fix sporadic listdir problem
- Resolves: bug#451494
* Mon Apr 07 2008 James Antill <jantill@redhat.com> - 2.5.1-25
- Rebuild to re-gen autoconf file due to glibc change.
- Resolves: bug#441003
* Tue Mar 25 2008 James Antill <jantill@redhat.com> - 2.5.1-24
- Add more constants to socketmodule
* Sat Mar 08 2008 James Antill <jantill@redhat.com> - 2.5.1-22
- Add constants to socketmodule
- Resolves: bug#436560
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.5.1-22
- Autorebuild for GCC 4.3
* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.5.1-21
- rebuild for new tk in rawhide
* Mon Jan 07 2008 James Antill <jantill@redhat.com> - 2.5.1-20
- Add valgrind support files, as doc, to python-devel
- Relates: rhbz#418621
- Add new API from 2.6, set_wakeup_fd ... use at own risk, presumably won't
- change but I have no control to guarantee that.
- Resolves: rhbz#427794
- Add gdbinit support file, as doc, to python-devel
* Fri Jan 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.5.1-19
- rebuild for new tcl/tk in rawhide
* Fri Dec 07 2007 James Antill <jantill@redhat.com> - 2.5.1-18
- Create a python-test sub-module, over 3MB of stuff noone wants.
- Don't remove egginfo files, try this see what happens ... may revert.
- Resolves: rhbz#414711
* Mon Dec 03 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-17
- rebuild for new libssl
* Fri Nov 30 2007 James Antill <jantill@redhat.com> - 2.5.1-16
- Fix pyconfig.h comment typo.
- Add back test_support.py and the __init__.py file.
- Resolves: rhbz#387401
* Tue Oct 30 2007 James Antill <jantill@redhat.com> - 2.5.1-15
- Do codec lowercase in C Locale.
- Resolves: 207134 191096
- Fix stupid namespacing in pysqlite, minimal upgrade to 2.3.3 pysqlite
- Resolves: 263221
* Wed Oct 24 2007 James Antill <jantill@redhat.com> - 2.5.1-14
- Remove bintuils dep. for live CD ... add work around for ctypes
* Mon Oct 22 2007 James Antill <jantill@redhat.com> - 2.5.1-13
- Add tix buildprereq
- Add tkinter patch
- Resolves: #281751
- Fix ctypes loading of libraries, add requires on binutils
- Resolves: #307221
- Possible fix for CVE-2007-4965 possible exploitable integer overflow
- Resolves: #295971
* Tue Oct 16 2007 Mike Bonnet <mikeb@redhat.com> - 2.5.1-12
- fix marshalling of objects in xmlrpclib (python bug #1739842)
* Fri Sep 14 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-11
- fix encoding of sqlite .py files to work around weird encoding problem
in Turkish (#283331)
* Mon Sep 10 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-10
- work around problems with multi-line plural specification (#252136)
* Tue Aug 28 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-9
- rebuild against new expat
* Tue Aug 14 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-8
- build against db4.6
* Tue Aug 14 2007 Dennis Gilmore <dennis@ausil.us> - 2.5.1-7
- add sparc64 to the list of archs for _pyconfig64_h
* Fri Aug 10 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-6
- fix ctypes again on some arches (Hans de Goede, #251637)
* Fri Jul 06 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-5
- link curses modules with ncursesw (#246385)
* Wed Jun 27 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-4
- fix _elementtree.so build (#245703)
- ensure that extension modules we expect are actually built rather than
having them silently fall out of the package
* Tue Jun 26 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-3
- link with system expat (#245703)
* Thu Jun 21 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-2
- rebuild to take advantage of hardlinking between identical pyc/pyo files
* Thu May 31 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-1
- update to python 2.5.1
* Mon Mar 19 2007 Jeremy Katz <katzj@redhat.com> - 2.5.3-12
- fix alpha build (#231961)
* Tue Feb 13 2007 Jeremy Katz <katzj@redhat.com> - 2.5.3-11
- tcl/tk was reverted; rebuild again
* Thu Feb 01 2007 Jeremy Katz <katzj@redhat.com> - 2.5.3-10
- rebuild for new tcl/tk
* Tue Jan 16 2007 Miroslav Lichvar <mlichvar@redhat.com> - 2.5.3-9
- link with ncurses
* Sat Jan 06 2007 Jeremy Katz <katzj@redhat.com> - 2.5.3-8
- fix extensions to use shared libpython (#219564)
- all 64bit platforms need the regex fix (#122304)
* Wed Jan 03 2007 Jeremy Katz <katzj@redhat.com> - 2.5.3-7
- fix ctypes to not require execstack (#220669)
* Fri Dec 15 2006 Jeremy Katz <katzj@redhat.com> - 2.5.3-6
- don't link against compat-db (Robert Scheck)
* Wed Dec 13 2006 Jarod Wilson <jwilson@redhat.com> - 2.5.3-5
- fix invalid assert in debug mode (upstream changeset 52622)
* Tue Dec 12 2006 Jeremy Katz <katzj@redhat.com> - 2.5.3-4
- obsolete/provide python-ctypes (#219256)
* Mon Dec 11 2006 Jeremy Katz <katzj@redhat.com> - 2.5.3-3
- fix atexit traceback with failed syslog logger (#218214)
- split libpython into python-libs subpackage for multilib apps
embedding python interpreters
* Wed Dec 06 2006 Jeremy Katz <katzj@redhat.com> - 2.5.3-2
- disable installation of .egg-info files for now
* Tue Dec 05 2006 Jeremy Katz <katzj@redhat.com>
- support db 4.5
- obsolete python-elementtree; since it requires some code tweaks, don't
provide it
- obsolete old python-sqlite; provide the version that's actually included
* Mon Oct 30 2006 Jeremy Katz <katzj@redhat.com>
- fix _md5 and _sha modules (Robert Sheck)
- no longer provide optik compat; it's been a couple of years now
- no longer provide the old shm module; if this is still needed, let's
build it separately
- no longer provide japanese codecs; should be a separate package
* Mon Oct 23 2006 Jeremy Katz <katzj@redhat.com> - 2.5-0
- update to 2.5.0 final
* Fri Aug 18 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.99.c1
- Updated to 2.5c1. Merged fixes from FC6 too:
- Fixed bug #199373 (on some platforms CFLAGS is needed when linking)
- Fixed bug #198971 (case conversion not locale safe in logging library)
- Verified bug #201434 (distutils.sysconfig is confused by the change to make
python-devel multilib friendly) is fixed upstream
* Sun Jul 16 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.99.b2
- Updated to 2.5b2 (which for comparison reasons is re-labeled 2.4.99.b2)
* Fri Jun 23 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.99.b1
- Updated to 2.5b1 (which for comparison reasons is re-labeled 2.4.99.b1)
* Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 2.4.3-11.FC6
- and fix it for real
* Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 2.4.3-10.FC6
- fix python-devel on ia64
* Tue Jun 13 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-9
- Fixed python-devel to be multilib friendly (bug #192747, #139911)
* Tue Jun 13 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-8
- Only copying mkhowto from the Docs - we don't need perl dependencies from
python-tools.
* Mon Jun 12 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-7
- Fixed bug #121198 (webbrowser.py should use the user's preferences first)
* Mon Jun 12 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-6
- Fixed bug #192592 (too aggressive assertion fails) - SF#1257960
- Fixed bug #167468 (Doc/tools not included) - added in the python-tools package
* Thu Jun 08 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-5
- Fixed bug #193484 (added pydoc in the main package)
* Mon Jun 05 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-4
- Added dist in the release
* Mon May 15 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-3
- rebuilt to fix broken libX11 dependency
* Wed Apr 12 2006 Jeremy Katz <katzj@redhat.com> - 2.4.3-2
- rebuild with new gcc to fix #188649
* Thu Apr 06 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-1
- Updated to 2.4.3
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.4.2-3.2.1
- bump again for double-long bug on ppc(64)
* Fri Feb 10 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-3.2
- rebuilt for newer tix
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.4.2-3.1
- rebuilt for new gcc4.1 snapshot and glibc changes
* Fri Jan 20 2006 Mihai Ibanescu <misa@redhat.com> 2.4.2-3
- fixed #136654 for another instance of audiotest.au
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
* Sat Nov 19 2005 Bill Nottingham <notting@redhat.com> 2.4.2-2
- fix build for modular X, remove X11R6 path references
* Tue Nov 15 2005 Mihai Ibanescu <misa@redhat.com> 2.4.2-1
- Upgraded to 2.4.2
- BuildRequires autoconf
* Wed Nov 09 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-16
- Rebuilding against newer openssl.
- XFree86-devel no longer exists
* Mon Sep 26 2005 Peter Jones <pjones@redhat.com> 2.4.1-14
- Once more -- this time, to fix -EPERM when you run it in a directory
you can't read from.
* Mon Sep 26 2005 Peter Jones <pjones@redhat.com> 2.4.1-13
- So, 5 or 6 people have said it works for them with this patch...
* Sun Sep 25 2005 Peter Jones <pjones@redhat.com> 2.4.1-12
- Fixed bug #169159 (check for argc>0 and argv[0] == NULL, not just
argv[0][0]='\0')
Reworked the patch from -8 a bit more.
* Fri Sep 23 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-10
- Fixed bug #169159 (don't let python core dump if no arguments are passed in)
Reworked the patch from -8 a bit more.
* Thu Sep 22 2005 Peter Jones <pjones@redhat.com> 2.4.1-8
- Fix bug #169046 more correctly.
* Thu Sep 22 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-7
- Fixed bug #169046 (realpath is unsafe); thanks to
Peter Jones <pjones@redhat.com> and Arjan van de Ven <arjanv@redhat.com> for
diagnosing and the patch.
* Tue Sep 20 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-4
- Fixed bug #168655 (fixes for building as python24)
* Tue Jul 26 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-3
- Fixed bug #163435 (pynche doesn't start))
* Wed Apr 20 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-2
- Fixed bug #143667 (python should own /usr/lib/python* on 64-bit systems, for
noarch packages)
- Fixed bug #143419 (BuildRequires db4 is not versioned)
* Wed Apr 06 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-1
- updated to 2.4.1
* Mon Mar 14 2005 Mihai Ibanescu <misa@redhat.com> 2.4-6
- building the docs from a different source rpm, to decouple bootstrapping
python from having tetex installed
* Fri Mar 11 2005 Dan Williams <dcbw@redhat.com> 2.4-5
- Rebuild to pick up new libssl.so.5
* Wed Feb 02 2005 Mihai Ibanescu <misa@redhat.com> 2.4-4
- Fixed security issue in SimpleXMLRPCServer.py (#146647)
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 2.4-3
- Rebuilt for new readline.
* Mon Dec 06 2004 Jeff Johnson <jbj@jbj.org> 2.4-2
- db-4.3.21 returns DB_BUFFER_SMALL rather than ENOMEM (#141994).
- add Provide: python(abi) = 2.4
- include msgfmt/pygettext *.pyc and *.pyo from brp-python-bytecompile.
* Fri Dec 03 2004 Mihai Ibanescu <misa@redhat.com> 2.4-1
- Python-2.4.tar.bz2 (final)
* Fri Nov 19 2004 Mihai Ibanescu <misa@redhat.com> 2.4-0.c1.1
- Python-2.4c1.tar.bz2 (release candidate 1)
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 2.4-0.b2.4
- rebuild against db-4.3.21.
* Mon Nov 08 2004 Jeremy Katz <katzj@redhat.com> - 2.4-0.b2.3
- fix the lib64 patch so that 64bit arches still look in /usr/lib/python...
* Mon Nov 08 2004 Jeremy Katz <katzj@redhat.com> - 2.4-0.b2.2
- cryptmodule still needs -lcrypt (again)
* Thu Nov 04 2004 Mihai Ibanescu <misa@redhat.com> 2.4-0.b2.1
- Updated to python 2.4b2 (and labeled it 2.4-0.b2.1 to avoid breaking rpm's
version comparison)
* Thu Nov 04 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-13
- Fixed bug #138112 (python overflows stack buffer) - SF bug 105470
* Tue Nov 02 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-12
- Fixed bugs #131439 #136023 #137863 (.pyc/.pyo files had the buildroot added)
* Tue Oct 26 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-11
- Fixed bug #136654 (python has sketchy audio clip)
* Tue Aug 31 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-10
- Fixed bug #77418 (Demo dir not packaged)
- More tweaking on #19347 (Moved Tools/ under /usr/lib/python2.3/Tools)
* Fri Aug 13 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-8
- Fixed bug #129769: Makefile in new python conflicts with older version found
in old python-devel
- Reorganized the spec file to get rid of the aspython2 define; __python_ver
is more powerful.
* Tue Aug 03 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-7
- Including html documentation for non-i386 arches
- Fixed #125362 (python-doc html files have japanese character encoding)
- Fixed #128923 (missing dependency between python and python-devel)
* Fri Jul 30 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-6
- Fixed #128030 (help() not printing anything)
- Fixed #125472 (distutils.sysconfig.get_python_lib() not returning the right
path on 64-bit systems)
- Fixed #127357 (building python as a shared library)
- Fixed #19347 (including the contents of Tools/scripts/ in python-tools)
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Jun 08 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-3
- Added an optik.py that provides the same interface from optparse for
backward compatibility; obsoleting python-optik
* Mon Jun 07 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-2
- Patched bdist_rpm to allow for builds of multiple binary rpms (bug #123598)
* Fri Jun 04 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-1
- Updated to 2.3.4-1 with Robert Scheck's help (bug #124764)
- Added BuildRequires: tix-devel (bug #124918)
* Fri May 07 2004 Mihai Ibanescu <misa@redhat.com> 2.3.3-6
- Correct fix for #122304 from upstream:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=931848&group_id=5470
* Thu May 06 2004 Mihai Ibanescu <misa@redhat.com> 2.3.3-4
- Fix for bug #122304 : splitting the domain name fails on 64-bit arches
- Fix for bug #120879 : including Makefile into the main package
- Requires XFree86-devel instead of -libs (see bug #118442)
* Tue Mar 16 2004 Mihai Ibanescu <misa@redhat.com> 2.3.3-3
- Requires XFree86-devel instead of -libs (see bug #118442)
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Dec 19 2003 Jeff Johnson <jbj@jbj.org> 2.3.3-1
- upgrade to 2.3.3.
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 2.3.2-9
- rebuild against db-4.2.52.
* Fri Dec 12 2003 Jeremy Katz <katzj@redhat.com> 2.3.2-8
- more rebuilding for new tcl/tk
* Wed Dec 03 2003 Jeff Johnson <jbj@jbj.org> 2.3.2-7.1
- rebuild against db-4.2.42.
* Fri Nov 28 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-7
- rebuilt against newer tcl/tk
* Mon Nov 24 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-6
- added a Provides: python-abi
* Wed Nov 12 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-5
- force CC (#109268)
* Sun Nov 09 2003 Jeremy Katz <katzj@redhat.com> 2.3.2-4
- cryptmodule still needs -lcrypt
* Wed Nov 05 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-2
- Added patch for missing mkhowto
* Thu Oct 16 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-1
- Updated to 2.3.2
* Thu Sep 25 2003 Mihai Ibanescu <misa@redhat.com> 2.3.1-1
- 2.3.1 final
* Tue Sep 23 2003 Mihai Ibanescu <misa@redhat.com> 2.3.1-0.8.RC1
- Building the python 2.3.1 release candidate
- Updated the lib64 patch
* Wed Jul 30 2003 Mihai Ibanescu <misa@redhat.com> 2.3-0.2
- Building python 2.3
- Added more BuildRequires
- Updated the startup files for modulator and pynche; idle installs its own
now.
* Thu Jul 03 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-4
- Rebuilt against newer db4 packages (bug #98539)
* Mon Jun 09 2003 Elliot Lee <sopwith@redhat.com> 2.2.3-3
- rebuilt
* Sat Jun 07 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-2
- Rebuilt
* Fri Jun 06 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-1
- Upgraded to 2.2.3
* Wed Apr 02 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-28
- Rebuilt
* Wed Apr 02 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-27
- Modified the ftpuri patch conforming to http://ietf.org/rfc/rfc1738.txt
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Mon Feb 24 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-25
- Fixed bug #84886: pydoc dies when run w/o arguments
- Fixed bug #84205: add python shm module back (used to be shipped with 1.5.2)
- Fixed bug #84966: path in byte-compiled code still wrong
* Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-23
- ftp uri's should be able to specify being rooted at the root instead of
where you login via ftp (#84692)
* Mon Feb 10 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-22
- Using newer Japanese codecs (1.4.9). Thanks to
Peter Bowen <pzb@datastacks.com> for pointing this out.
* Thu Feb 06 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-21
- Rebuild
* Wed Feb 05 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-20
- Release number bumped really high: turning on UCS4 (ABI compatibility
breakage)
* Fri Jan 31 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-13
- Attempt to look both in /usr/lib64 and /usr/lib/python2.2/site-packages/:
some work on python-2.2.2-lib64.patch
* Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-12
- Rebuild to incorporate the removal of .lib64 and - files.
* Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-11.7.3
- Fixed bug #82544: Errata removes most tools
- Fixed bug #82435: Python 2.2.2 errata breaks redhat-config-users
- Removed .lib64 and - files that get installed after we fix the multilib
.py files.
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 2.2.2-10
- rebuild to update tkinter's tcltk deps
- convert changelog to utf-8
* Tue Jan 07 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.2-9
- rebuild
* Fri Jan 03 2003 Nalin Dahyabhai <nalin@redhat.com>
- pick up OpenSSL cflags and ldflags from pkgconfig if available
* Thu Jan 02 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-8
- urllib2 didn't support non-anonymous ftp. add support based on how
urllib did it (#80676, #78168)
* Mon Dec 16 2002 Mihai Ibanescu <misa@redhat.com> 2.2.2-7
- Fix bug #79647 (Rebuild of SRPM fails if python isn't installed)
- Added a bunch of missing BuildRequires found while fixing the
above-mentioned bug
* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 2.2.2-6
- rebuild to fix broken tcltk deps for tkinter
* Fri Nov 22 2002 Mihai Ibanescu <misa@redhat.com>
2.2.2-3.7.3
- Recompiled for 7.3 (to fix the -lcrypt bug)
- Fix for the spurious error message at the end of the build (build-requires
gets confused by executable files starting with """"): make the tests
non-executable.
* Wed Nov 20 2002 Mihai Ibanescu <misa@redhat.com>
2.2.2-5
- Fixed configuration patch to add -lcrypt when compiling cryptmodule.c
2.2.2-4
- Spec file change from Matt Wilson <msw@redhat.com> to disable linking
with the C++ compiler.
* Mon Nov 11 2002 Mihai Ibanescu <misa@redhat.com>
2.2.2-3.*
- Merged patch from Karsten Hopp <karsten@redhat.de> from 2.2.1-17hammer to
use %{_libdir}
- Added XFree86-libs as BuildRequires (because of tkinter)
- Fixed duplicate listing of plat-linux2
- Fixed exclusion of lib-dynload/japanese
- Added lib64 patch for the japanese codecs
- Use setup magic instead of using tar directly on JapaneseCodecs
* Tue Nov 05 2002 Mihai Ibanescu <misa@redhat.com>
2.2.2-2
- Fix #76912 (python-tools contains idle, which uses tkinter, but there is no
requirement of tkinter from python-tools).
- Fix #74013 (rpm is missing the /usr/lib/python2.2/test directory)
* Mon Nov 04 2002 Mihai Ibanescu <misa@redhat.com>
- builds as python2 require a different libdb
- changed the buildroot name of python to match python2 builds
* Fri Nov 01 2002 Mihai Ibanescu <misa@redhat.com>
- updated python to 2.2.2 and adjusted the patches accordingly
* Mon Oct 21 2002 Mihai Ibanescu <misa@redhat.com>
- Fix #53930 (Python-2.2.1-buildroot-bytecode.patch)
- Added BuildPrereq dependency on gcc-c++
* Fri Aug 30 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-17
- security fix for _execvpe
* Tue Aug 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-16
- Fix #71011,#71134, #58157
* Wed Aug 07 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-15
- Resurrect tkinter
- Fix for distutils (#67671)
- Fix #69962
* Thu Jul 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-14
- Obsolete tkinter/tkinter2 (#69838)
* Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-13
- Doc fixes (#53951) - not on alpha at the momemt
* Mon Jul 08 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-12
- fix pydoc (#68082)
* Mon Jul 08 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-11
- Add db4-devel as a BuildPrereq
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.2.1-10
- automated rebuild
* Mon Jun 17 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-9
- Add Japanese codecs (#66352)
* Tue Jun 11 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-8
- No more tkinter...
* Wed May 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-7
- Rebuild
* Tue May 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-6
- Add the email subcomponent (#65301)
* Fri May 10 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-5
- Rebuild
* Thu May 02 2002 Than Ngo <than@redhat.com> 2.2.1-4
- rebuild i new enviroment
* Tue Apr 23 2002 Trond Eivind Glomsrød <teg@redhat.com>
- Use ucs2, not ucs4, to avoid breaking tkinter (#63965)
* Mon Apr 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-2
- Make it use db4
* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-1
- 2.2.1 - a bugfix-only release
* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-16
- the same, but in builddirs - this will remove them from the
docs package, which doesn't look in the buildroot for files.
* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-15
- Get rid of temporary files and .cvsignores included
in the tarball and make install
* Fri Apr 05 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-14
- Don't own lib-tk in main package, only in tkinter (#62753)
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-13
- rebuild
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-12
- rebuild
* Fri Mar 01 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-11
- Add a not to the Distutils obsoletes test (doh!)
* Fri Mar 01 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-10
- Rebuild
* Mon Feb 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-9
- Only obsolete Distutils when built as python
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-8
- Make files in /usr/bin install side by side with python 1.5 when
- Drop explicit requirement of db4
built as python2
* Thu Jan 31 2002 Elliot Lee <sopwith@redhat.com> 2.2-7
- Use version and pybasever macros to make updating easy
- Use _smp_mflags macro
* Tue Jan 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-6
- Add db4-devel to BuildPrereq
* Fri Jan 25 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-5
- disable ndbm support, which is db2 in disguise (really interesting things
can happen when you mix db2 and db4 in a single application)
* Thu Jan 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-4
- Obsolete subpackages if necesarry
- provide versioned python2
- build with db4
* Wed Jan 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-3
- Alpha toolchain broken. Disable build on alpha.
- New openssl
* Wed Dec 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-1
- 2.2 final
* Fri Dec 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.11c1
- 2.2 RC 1
- Don't include the _tkinter module in the main package - it's
already in the tkiter packace
- Turn off the mpzmodule, something broke in the buildroot
* Wed Nov 28 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.10b2
- Use -fPIC for OPT as well, in lack of a proper libpython.so
* Mon Nov 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.9b2
- changed DESTDIR to point to / so that distutils will install dynload
modules properly in the installroot
* Fri Nov 16 2001 Matt Wilson <msw@redhat.com> 2.2-0.8b2
- 2.2b2
* Fri Oct 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.7b1
- python2ify
* Fri Oct 19 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.5b1
- 2.2b1
* Sun Sep 30 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.4a4
- 2.2a4
- Enable UCS4 support
- Enable IPv6
- Provide distutils
- Include msgfmt.py and pygettext.py
* Fri Sep 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.3a3
- Obsolete Distutils, which is now part of the main package
- Obsolete python2
* Thu Sep 13 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.2a3
- Add docs, tools and tkinter subpackages, to match the 1.5 layout
* Wed Sep 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.1a3
- 2.2a3
- don't build tix and blt extensions
* Mon Aug 13 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Add tk and tix to build dependencies
* Sat Jul 21 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 2.1.1 bugfix release - with a GPL compatible license
* Fri Jul 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Add new build dependencies (#49753)
* Tue Jun 26 2001 Nalin Dahyabhai <nalin@redhat.com>
- build with -fPIC
* Fri Jun 01 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 2.1
- reorganization of file includes
* Wed Dec 20 2000 Trond Eivind Glomsrød <teg@redhat.com>
- fix the "requires" clause, it lacked a space causing problems
- use %{_tmppath}
- don't define name, version etc
- add the available patches from the Python home page
* Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
- added devel subpackage
* Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
- modify all files to use "python2.0" as the intrepter
- don't build the Expat bindings
- build against db1
* Mon Oct 16 2000 Jeremy Hylton <jeremy@beopen.com>
- updated for 2.0 final
* Mon Oct 09 2000 Jeremy Hylton <jeremy@beopen.com>
- updated for 2.0c1
- build audioop, imageop, and rgbimg extension modules
- include xml.parsers subpackage
- add test.xml.out to files list
* Thu Oct 05 2000 Jeremy Hylton <jeremy@beopen.com>
- added bin/python2.0 to files list (suggested by Martin v. L?)
* Tue Sep 26 2000 Jeremy Hylton <jeremy@beopen.com>
- updated for release 1 of 2.0b2
- use .bz2 version of Python source
* Tue Sep 12 2000 Jeremy Hylton <jeremy@beopen.com>
- Version 2 of 2.0b1
- Make the package relocatable. Thanks to Suchandra Thapa.
- Exclude Tkinter from main RPM. If it is in a separate RPM, it is
easier to track Tk releases.
/usr/lib/debug /usr/lib/debug/.build-id /usr/lib/debug/.build-id/02 /usr/lib/debug/.build-id/02/db3a7697bebbcec29add138ffa7522aff24a21 /usr/lib/debug/.build-id/02/db3a7697bebbcec29add138ffa7522aff24a21.debug /usr/lib/debug/.build-id/03 /usr/lib/debug/.build-id/03/9fbbce6ffdc677e00427a8f17e23175fb535b0 /usr/lib/debug/.build-id/03/9fbbce6ffdc677e00427a8f17e23175fb535b0.debug /usr/lib/debug/.build-id/03/b1dd0990fc6b856758a882784d8360085db2e0 /usr/lib/debug/.build-id/03/b1dd0990fc6b856758a882784d8360085db2e0.debug /usr/lib/debug/.build-id/04 /usr/lib/debug/.build-id/04/a2cde33881efba927d38b2aabad7bd31135103 /usr/lib/debug/.build-id/04/a2cde33881efba927d38b2aabad7bd31135103.debug /usr/lib/debug/.build-id/04/e6e48f1a6374d57be7def182800b09c8ffba7c /usr/lib/debug/.build-id/04/e6e48f1a6374d57be7def182800b09c8ffba7c.debug /usr/lib/debug/.build-id/07 /usr/lib/debug/.build-id/07/2d0ed5f6206d269f759fe62dc7b468549289f8 /usr/lib/debug/.build-id/07/2d0ed5f6206d269f759fe62dc7b468549289f8.debug /usr/lib/debug/.build-id/07/bd2bd6b5d237fc7d4ddf1de2608183a6651f6d /usr/lib/debug/.build-id/07/bd2bd6b5d237fc7d4ddf1de2608183a6651f6d.debug /usr/lib/debug/.build-id/08 /usr/lib/debug/.build-id/08/8c84089202d35d6ffd95203f0a1bd315e9e56a /usr/lib/debug/.build-id/08/8c84089202d35d6ffd95203f0a1bd315e9e56a.debug /usr/lib/debug/.build-id/0e /usr/lib/debug/.build-id/0e/41b692edf3d7b35aaca69147890dae2997d210 /usr/lib/debug/.build-id/0e/41b692edf3d7b35aaca69147890dae2997d210.debug /usr/lib/debug/.build-id/0f /usr/lib/debug/.build-id/0f/f0fa1eb5e57ed17b3f86e305e4797946a9b98f /usr/lib/debug/.build-id/0f/f0fa1eb5e57ed17b3f86e305e4797946a9b98f.debug /usr/lib/debug/.build-id/16 /usr/lib/debug/.build-id/16/684956450bd353f4ff3b3c1ea84523f8c61238 /usr/lib/debug/.build-id/16/684956450bd353f4ff3b3c1ea84523f8c61238.debug /usr/lib/debug/.build-id/17 /usr/lib/debug/.build-id/17/8e789b64c58a4d299426e88cde0438fc1ae7e2 /usr/lib/debug/.build-id/17/8e789b64c58a4d299426e88cde0438fc1ae7e2.debug /usr/lib/debug/.build-id/18 /usr/lib/debug/.build-id/18/52bff103cfb791bafc5d44ab8c2617e9e60e77 /usr/lib/debug/.build-id/18/52bff103cfb791bafc5d44ab8c2617e9e60e77.debug /usr/lib/debug/.build-id/19 /usr/lib/debug/.build-id/19/b1bdf42a62e3e9403869ca5afd57fb555083b5 /usr/lib/debug/.build-id/19/b1bdf42a62e3e9403869ca5afd57fb555083b5.debug /usr/lib/debug/.build-id/1c /usr/lib/debug/.build-id/1c/8dd3376b59eda10e6dd66f6ee801eab7784f92 /usr/lib/debug/.build-id/1c/8dd3376b59eda10e6dd66f6ee801eab7784f92.debug /usr/lib/debug/.build-id/1f /usr/lib/debug/.build-id/1f/3369bdd0a79b70c113f48fefcc6f1f845ce2e3 /usr/lib/debug/.build-id/1f/3369bdd0a79b70c113f48fefcc6f1f845ce2e3.debug /usr/lib/debug/.build-id/1f/f1d20bc227e04497d05d1061f6ba3067659cf2 /usr/lib/debug/.build-id/1f/f1d20bc227e04497d05d1061f6ba3067659cf2.debug /usr/lib/debug/.build-id/21 /usr/lib/debug/.build-id/21/83b9e9c2dd9cb62b923aa62a4595388d500241 /usr/lib/debug/.build-id/21/83b9e9c2dd9cb62b923aa62a4595388d500241.debug /usr/lib/debug/.build-id/24 /usr/lib/debug/.build-id/24/b029c6a8a5f7168fdd07c8a3b34507b7410e10 /usr/lib/debug/.build-id/24/b029c6a8a5f7168fdd07c8a3b34507b7410e10.debug /usr/lib/debug/.build-id/26 /usr/lib/debug/.build-id/26/5e87baf360e206d9e0d229fd3505e50ca53baf /usr/lib/debug/.build-id/26/5e87baf360e206d9e0d229fd3505e50ca53baf.debug /usr/lib/debug/.build-id/29 /usr/lib/debug/.build-id/29/e7e93adeb855e7ad9e59e8dc17e722d9752cf0 /usr/lib/debug/.build-id/29/e7e93adeb855e7ad9e59e8dc17e722d9752cf0.debug /usr/lib/debug/.build-id/2b /usr/lib/debug/.build-id/2b/553092e49f9197be26e9143e082fa13589f4c4 /usr/lib/debug/.build-id/2b/553092e49f9197be26e9143e082fa13589f4c4.debug /usr/lib/debug/.build-id/2e /usr/lib/debug/.build-id/2e/d67f094dc472c8484615e4a557ce0447608080 /usr/lib/debug/.build-id/2e/d67f094dc472c8484615e4a557ce0447608080.debug /usr/lib/debug/.build-id/32 /usr/lib/debug/.build-id/32/0baf75895106b484fcda9ec3a6c228d2f6a9e7 /usr/lib/debug/.build-id/32/0baf75895106b484fcda9ec3a6c228d2f6a9e7.debug /usr/lib/debug/.build-id/33 /usr/lib/debug/.build-id/33/7c56d7cbfef4aabf8eb1f4bd5e3297e7b191f8 /usr/lib/debug/.build-id/33/7c56d7cbfef4aabf8eb1f4bd5e3297e7b191f8.debug /usr/lib/debug/.build-id/33/fbb5279e4f2e27d01dcd04a70d3333fbd49b3e /usr/lib/debug/.build-id/33/fbb5279e4f2e27d01dcd04a70d3333fbd49b3e.debug /usr/lib/debug/.build-id/35 /usr/lib/debug/.build-id/35/e26ef69edecae9fe5179d81e94a736b9b6510d /usr/lib/debug/.build-id/35/e26ef69edecae9fe5179d81e94a736b9b6510d.debug /usr/lib/debug/.build-id/37 /usr/lib/debug/.build-id/37/4c2604795c855dcc978917f9a4e920f3c9dac5 /usr/lib/debug/.build-id/37/4c2604795c855dcc978917f9a4e920f3c9dac5.debug /usr/lib/debug/.build-id/3d /usr/lib/debug/.build-id/3d/fc0df5074dd04c14b9cc27f8c977b84a7e4948 /usr/lib/debug/.build-id/3d/fc0df5074dd04c14b9cc27f8c977b84a7e4948.debug /usr/lib/debug/.build-id/40 /usr/lib/debug/.build-id/40/53bc9edc23dc13c4f521f3a40d895c115e0d1d /usr/lib/debug/.build-id/40/53bc9edc23dc13c4f521f3a40d895c115e0d1d.debug /usr/lib/debug/.build-id/41 /usr/lib/debug/.build-id/41/444ece9c656427f84eebf16f7c51c71407a473 /usr/lib/debug/.build-id/41/444ece9c656427f84eebf16f7c51c71407a473.debug /usr/lib/debug/.build-id/41/eea6ff674dfe8438e9ff9824e192dac4170c3f /usr/lib/debug/.build-id/41/eea6ff674dfe8438e9ff9824e192dac4170c3f.debug /usr/lib/debug/.build-id/42 /usr/lib/debug/.build-id/42/5c8542dacf7a3c3c3f7c3e1347bddb78b10f06 /usr/lib/debug/.build-id/42/5c8542dacf7a3c3c3f7c3e1347bddb78b10f06.debug /usr/lib/debug/.build-id/44 /usr/lib/debug/.build-id/44/e4d14343d93db75fe00ad0ed39e3121ad8afb3 /usr/lib/debug/.build-id/44/e4d14343d93db75fe00ad0ed39e3121ad8afb3.debug /usr/lib/debug/.build-id/46 /usr/lib/debug/.build-id/46/3e027a4c56f5b894b3e4f805d666cd90f0e8e5 /usr/lib/debug/.build-id/46/3e027a4c56f5b894b3e4f805d666cd90f0e8e5.debug /usr/lib/debug/.build-id/46/cb4d76c309b67f5fec65ed6130b9ac872dc154 /usr/lib/debug/.build-id/46/cb4d76c309b67f5fec65ed6130b9ac872dc154.debug /usr/lib/debug/.build-id/48 /usr/lib/debug/.build-id/48/b34db6bbdfb33ed4d8e89e50066de656621f28 /usr/lib/debug/.build-id/48/b34db6bbdfb33ed4d8e89e50066de656621f28.debug /usr/lib/debug/.build-id/49 /usr/lib/debug/.build-id/49/8216752b3ade369aa639be9d6083fc34183920 /usr/lib/debug/.build-id/49/8216752b3ade369aa639be9d6083fc34183920.debug /usr/lib/debug/.build-id/49/da74f0b7544ac4bc0955aeb9afb5ebb6985c00 /usr/lib/debug/.build-id/49/da74f0b7544ac4bc0955aeb9afb5ebb6985c00.debug /usr/lib/debug/.build-id/4a /usr/lib/debug/.build-id/4a/35d1982a5a4859d0a358dcb1f82e4b54e37a75 /usr/lib/debug/.build-id/4a/35d1982a5a4859d0a358dcb1f82e4b54e37a75.debug /usr/lib/debug/.build-id/4c /usr/lib/debug/.build-id/4c/9115c62d5a7c5b9b5c7b13c27769032f5c87f8 /usr/lib/debug/.build-id/4c/9115c62d5a7c5b9b5c7b13c27769032f5c87f8.debug /usr/lib/debug/.build-id/4d /usr/lib/debug/.build-id/4d/5ec3475d43130a6eef75230bde45423432d9f7 /usr/lib/debug/.build-id/4d/5ec3475d43130a6eef75230bde45423432d9f7.debug /usr/lib/debug/.build-id/4e /usr/lib/debug/.build-id/4e/df1a91d10771cd0dfc440ff72efbab72a86744 /usr/lib/debug/.build-id/4e/df1a91d10771cd0dfc440ff72efbab72a86744.debug /usr/lib/debug/.build-id/53 /usr/lib/debug/.build-id/53/170ac0e8fef5cd317652ed63bd206d566d23ec /usr/lib/debug/.build-id/53/170ac0e8fef5cd317652ed63bd206d566d23ec.debug /usr/lib/debug/.build-id/53/660ff104085a45f05a7c2955230ac442a18921 /usr/lib/debug/.build-id/53/660ff104085a45f05a7c2955230ac442a18921.debug /usr/lib/debug/.build-id/58 /usr/lib/debug/.build-id/58/1d0eca14f240d039dea75937520809a6f02cfc /usr/lib/debug/.build-id/58/1d0eca14f240d039dea75937520809a6f02cfc.debug /usr/lib/debug/.build-id/59 /usr/lib/debug/.build-id/59/2f3bb4e21900d28a6be49dc8acf79eb3361ef0 /usr/lib/debug/.build-id/59/2f3bb4e21900d28a6be49dc8acf79eb3361ef0.debug /usr/lib/debug/.build-id/59/3d153ce25dc73f2f1fd00f6b56c041472d3db2 /usr/lib/debug/.build-id/59/3d153ce25dc73f2f1fd00f6b56c041472d3db2.debug /usr/lib/debug/.build-id/5a /usr/lib/debug/.build-id/5a/9a2607cfe978b0b7f739fb57d6eba561c27044 /usr/lib/debug/.build-id/5a/9a2607cfe978b0b7f739fb57d6eba561c27044.debug /usr/lib/debug/.build-id/5d /usr/lib/debug/.build-id/5d/05092a1f962013d9c60f2f487ef91afecb1235 /usr/lib/debug/.build-id/5d/05092a1f962013d9c60f2f487ef91afecb1235.debug /usr/lib/debug/.build-id/5e /usr/lib/debug/.build-id/5e/87942a9b18f0bcf3a04232eacc2bfc3d2c04d9 /usr/lib/debug/.build-id/5e/87942a9b18f0bcf3a04232eacc2bfc3d2c04d9.debug /usr/lib/debug/.build-id/5f /usr/lib/debug/.build-id/5f/962121138cef981b752ead491581f5366cc83c /usr/lib/debug/.build-id/5f/962121138cef981b752ead491581f5366cc83c.debug /usr/lib/debug/.build-id/60 /usr/lib/debug/.build-id/60/9d530bd5f7b9437f82002777c7c1aedefcd93b /usr/lib/debug/.build-id/60/9d530bd5f7b9437f82002777c7c1aedefcd93b.debug /usr/lib/debug/.build-id/62 /usr/lib/debug/.build-id/62/02298d6e1805c0fc891b07a915bab18ff4808b /usr/lib/debug/.build-id/62/02298d6e1805c0fc891b07a915bab18ff4808b.debug /usr/lib/debug/.build-id/63 /usr/lib/debug/.build-id/63/c728c6f97be464fe11b4d36de767535a4c75a5 /usr/lib/debug/.build-id/63/c728c6f97be464fe11b4d36de767535a4c75a5.debug /usr/lib/debug/.build-id/67 /usr/lib/debug/.build-id/67/433f3e47702e21db69a4095a47311872ea3608 /usr/lib/debug/.build-id/67/433f3e47702e21db69a4095a47311872ea3608.debug /usr/lib/debug/.build-id/68 /usr/lib/debug/.build-id/68/05c8dd2a498591c8ac6052d398ca8aa49d6878 /usr/lib/debug/.build-id/68/05c8dd2a498591c8ac6052d398ca8aa49d6878.debug /usr/lib/debug/.build-id/69 /usr/lib/debug/.build-id/69/fcd89075363ffcec58219a16194a2ac2955765 /usr/lib/debug/.build-id/69/fcd89075363ffcec58219a16194a2ac2955765.debug /usr/lib/debug/.build-id/6a /usr/lib/debug/.build-id/6a/6fcde5257714564af23df613990f3040af75ac /usr/lib/debug/.build-id/6a/6fcde5257714564af23df613990f3040af75ac.debug /usr/lib/debug/.build-id/6c /usr/lib/debug/.build-id/6c/1b6c117a5751213dc666b625d93c39f7713970 /usr/lib/debug/.build-id/6c/1b6c117a5751213dc666b625d93c39f7713970.debug /usr/lib/debug/.build-id/6d /usr/lib/debug/.build-id/6d/0e2406665b4cf8a64db08fe3e80a32dac4d676 /usr/lib/debug/.build-id/6d/0e2406665b4cf8a64db08fe3e80a32dac4d676.debug /usr/lib/debug/.build-id/6f /usr/lib/debug/.build-id/6f/bacd5e1880f7a0521a0218dbacc8a3f1a75b7d /usr/lib/debug/.build-id/6f/bacd5e1880f7a0521a0218dbacc8a3f1a75b7d.debug /usr/lib/debug/.build-id/70 /usr/lib/debug/.build-id/70/b4ca00939069c49da420eab244e9c0b207cf62 /usr/lib/debug/.build-id/70/b4ca00939069c49da420eab244e9c0b207cf62.debug /usr/lib/debug/.build-id/70/c014c155250f7b0c80a10162188f669de71ea0 /usr/lib/debug/.build-id/70/c014c155250f7b0c80a10162188f669de71ea0.debug /usr/lib/debug/.build-id/77 /usr/lib/debug/.build-id/77/1d7055d139e05ab17115bb41694cf8ac5c28d3 /usr/lib/debug/.build-id/77/1d7055d139e05ab17115bb41694cf8ac5c28d3.debug /usr/lib/debug/.build-id/78 /usr/lib/debug/.build-id/78/8a6fc63c10ef4928ac06fd7a2022f635e7c5c8 /usr/lib/debug/.build-id/78/8a6fc63c10ef4928ac06fd7a2022f635e7c5c8.debug /usr/lib/debug/.build-id/79 /usr/lib/debug/.build-id/79/09cd97a63e2db138e343661da082a00d3bf91f /usr/lib/debug/.build-id/79/09cd97a63e2db138e343661da082a00d3bf91f.debug /usr/lib/debug/.build-id/7a /usr/lib/debug/.build-id/7a/227fe89fb506f83905473c1dca76195f09863b /usr/lib/debug/.build-id/7a/227fe89fb506f83905473c1dca76195f09863b.debug /usr/lib/debug/.build-id/7d /usr/lib/debug/.build-id/7d/f112e8aaeed467ff929f276de7a6dab38adc06 /usr/lib/debug/.build-id/7d/f112e8aaeed467ff929f276de7a6dab38adc06.debug /usr/lib/debug/.build-id/7e /usr/lib/debug/.build-id/7e/e851e95b07bac575dfa07b47df07104da3745d /usr/lib/debug/.build-id/7e/e851e95b07bac575dfa07b47df07104da3745d.debug /usr/lib/debug/.build-id/81 /usr/lib/debug/.build-id/81/0638d9517ed9939b3bae377c383624f58151e8 /usr/lib/debug/.build-id/81/0638d9517ed9939b3bae377c383624f58151e8.debug /usr/lib/debug/.build-id/81/265fe85d8354bbc1ffe315468e7b6a1ed1ec91 /usr/lib/debug/.build-id/81/265fe85d8354bbc1ffe315468e7b6a1ed1ec91.debug /usr/lib/debug/.build-id/81/a8e05bab7f07f6cb6fc358295b2b06189d02f2 /usr/lib/debug/.build-id/81/a8e05bab7f07f6cb6fc358295b2b06189d02f2.debug /usr/lib/debug/.build-id/84 /usr/lib/debug/.build-id/84/4b4181dd3e4ecd0939c7c8249c05bfd249d137 /usr/lib/debug/.build-id/84/4b4181dd3e4ecd0939c7c8249c05bfd249d137.debug /usr/lib/debug/.build-id/84/6b74a99e09d52aa4daacdeed0ee5f4eca44619 /usr/lib/debug/.build-id/84/6b74a99e09d52aa4daacdeed0ee5f4eca44619.debug /usr/lib/debug/.build-id/86 /usr/lib/debug/.build-id/86/53c3e7b827e9656a807ab7f9b2c9ca8e11a56d /usr/lib/debug/.build-id/86/53c3e7b827e9656a807ab7f9b2c9ca8e11a56d.debug /usr/lib/debug/.build-id/8b /usr/lib/debug/.build-id/8b/76c8dc351936e3499de9bfee9df1b99dd6bbc8 /usr/lib/debug/.build-id/8b/76c8dc351936e3499de9bfee9df1b99dd6bbc8.debug /usr/lib/debug/.build-id/8c /usr/lib/debug/.build-id/8c/b6f8b50537bf4abcb3945defb40e35254090ca /usr/lib/debug/.build-id/8c/b6f8b50537bf4abcb3945defb40e35254090ca.debug /usr/lib/debug/.build-id/8c/c68667e9953ef4b8b4b6592423033995bf59e0 /usr/lib/debug/.build-id/8c/c68667e9953ef4b8b4b6592423033995bf59e0.debug /usr/lib/debug/.build-id/8c/fe16907535616da0fa672ed774e6cc5fa1f0bc /usr/lib/debug/.build-id/8c/fe16907535616da0fa672ed774e6cc5fa1f0bc.debug /usr/lib/debug/.build-id/91 /usr/lib/debug/.build-id/91/0bbf752b084dfc7d2564440e4ea1a4adee33bb /usr/lib/debug/.build-id/91/0bbf752b084dfc7d2564440e4ea1a4adee33bb.debug /usr/lib/debug/.build-id/91/3e88538af53861daf930f67b5bfdacde296762 /usr/lib/debug/.build-id/91/3e88538af53861daf930f67b5bfdacde296762.debug /usr/lib/debug/.build-id/92 /usr/lib/debug/.build-id/92/0c41e0f1ef1f02a7edb0d3c249c218edbe505c /usr/lib/debug/.build-id/92/0c41e0f1ef1f02a7edb0d3c249c218edbe505c.debug /usr/lib/debug/.build-id/92/dc6de3a1903e0c4a44c5e299432ea562c94461 /usr/lib/debug/.build-id/92/dc6de3a1903e0c4a44c5e299432ea562c94461.debug /usr/lib/debug/.build-id/93 /usr/lib/debug/.build-id/93/803d42fa42804d00d7d1175a928f9bd1d1c094 /usr/lib/debug/.build-id/93/803d42fa42804d00d7d1175a928f9bd1d1c094.debug /usr/lib/debug/.build-id/94 /usr/lib/debug/.build-id/94/1a543f93d628d08eb9ed203681bb529a342899 /usr/lib/debug/.build-id/94/1a543f93d628d08eb9ed203681bb529a342899.debug /usr/lib/debug/.build-id/94/a73496af23fea1b78020aa116a847e7e5137a8 /usr/lib/debug/.build-id/94/a73496af23fea1b78020aa116a847e7e5137a8.debug /usr/lib/debug/.build-id/97 /usr/lib/debug/.build-id/97/b299ece35ce61912b16faa6e6260cf6a058294 /usr/lib/debug/.build-id/97/b299ece35ce61912b16faa6e6260cf6a058294.debug /usr/lib/debug/.build-id/98 /usr/lib/debug/.build-id/98/28ba8323bec884c0518c9e50e0e830cbde2f00 /usr/lib/debug/.build-id/98/28ba8323bec884c0518c9e50e0e830cbde2f00.debug /usr/lib/debug/.build-id/98/cca6fc2cf5526016a4938882b4adbb085595c2 /usr/lib/debug/.build-id/98/cca6fc2cf5526016a4938882b4adbb085595c2.debug /usr/lib/debug/.build-id/9a /usr/lib/debug/.build-id/9a/6883ba8ae11f92a5fe99e7456071621fcd5583 /usr/lib/debug/.build-id/9a/6883ba8ae11f92a5fe99e7456071621fcd5583.debug /usr/lib/debug/.build-id/9d /usr/lib/debug/.build-id/9d/b4bd8545894cff96c6b00c88c04f8046b2f57f /usr/lib/debug/.build-id/9d/b4bd8545894cff96c6b00c88c04f8046b2f57f.debug /usr/lib/debug/.build-id/a0 /usr/lib/debug/.build-id/a0/33bd5d6ce8bd6daa38384f16533e77f6460201 /usr/lib/debug/.build-id/a0/33bd5d6ce8bd6daa38384f16533e77f6460201.debug /usr/lib/debug/.build-id/a2 /usr/lib/debug/.build-id/a2/fb980f8118c5847da24994fcc80dc4da4d0dbb /usr/lib/debug/.build-id/a2/fb980f8118c5847da24994fcc80dc4da4d0dbb.debug /usr/lib/debug/.build-id/a3 /usr/lib/debug/.build-id/a3/0ff2313f504f2bae88b2c97f4d6a0370ad2c8e /usr/lib/debug/.build-id/a3/0ff2313f504f2bae88b2c97f4d6a0370ad2c8e.debug /usr/lib/debug/.build-id/a5 /usr/lib/debug/.build-id/a5/5f88bb72ec8cea7cd2e69d4a02aa0e8326442d /usr/lib/debug/.build-id/a5/5f88bb72ec8cea7cd2e69d4a02aa0e8326442d.debug /usr/lib/debug/.build-id/a6 /usr/lib/debug/.build-id/a6/c946ff45cdbedfaf94be4df00acb54d601e815 /usr/lib/debug/.build-id/a6/c946ff45cdbedfaf94be4df00acb54d601e815.debug /usr/lib/debug/.build-id/a7 /usr/lib/debug/.build-id/a7/9105c3a2dbe97e83d7e409dcfa8b565d8f79c7 /usr/lib/debug/.build-id/a7/9105c3a2dbe97e83d7e409dcfa8b565d8f79c7.debug /usr/lib/debug/.build-id/a7/9dd562073318f42fa48e9861754341d83d0b6c /usr/lib/debug/.build-id/a7/9dd562073318f42fa48e9861754341d83d0b6c.debug /usr/lib/debug/.build-id/a9 /usr/lib/debug/.build-id/a9/0e4e77876385a316ee627f5537ad8151d70971 /usr/lib/debug/.build-id/a9/0e4e77876385a316ee627f5537ad8151d70971.debug /usr/lib/debug/.build-id/aa /usr/lib/debug/.build-id/aa/44b54d5d572be4182967689d6120655b8a80b5 /usr/lib/debug/.build-id/aa/44b54d5d572be4182967689d6120655b8a80b5.debug /usr/lib/debug/.build-id/aa/ea407ff7bb94059cbaa813ece623c2ae523abe /usr/lib/debug/.build-id/aa/ea407ff7bb94059cbaa813ece623c2ae523abe.debug /usr/lib/debug/.build-id/ad /usr/lib/debug/.build-id/ad/41b12a63d55c39da11a60730954167ac63bc0a /usr/lib/debug/.build-id/ad/41b12a63d55c39da11a60730954167ac63bc0a.debug /usr/lib/debug/.build-id/b0 /usr/lib/debug/.build-id/b0/b36e614797184b5d7b71d818093a39168178a3 /usr/lib/debug/.build-id/b0/b36e614797184b5d7b71d818093a39168178a3.debug /usr/lib/debug/.build-id/b1 /usr/lib/debug/.build-id/b1/8586fcfc52cc29c9623ef45ad533e2ba1f2f37 /usr/lib/debug/.build-id/b1/8586fcfc52cc29c9623ef45ad533e2ba1f2f37.debug /usr/lib/debug/.build-id/b5 /usr/lib/debug/.build-id/b5/13a6c642d599bf296e31335510716b0bc7e815 /usr/lib/debug/.build-id/b5/13a6c642d599bf296e31335510716b0bc7e815.debug /usr/lib/debug/.build-id/b7 /usr/lib/debug/.build-id/b7/42376ab5d07a6912f08a4c70978b52a72e7824 /usr/lib/debug/.build-id/b7/42376ab5d07a6912f08a4c70978b52a72e7824.debug /usr/lib/debug/.build-id/ba /usr/lib/debug/.build-id/ba/2b2b3eddf2ed08db737f93ec8e0123a0c7be79 /usr/lib/debug/.build-id/ba/2b2b3eddf2ed08db737f93ec8e0123a0c7be79.debug /usr/lib/debug/.build-id/bd /usr/lib/debug/.build-id/bd/44558106a197196f1ca73b0854f62d87fb4402 /usr/lib/debug/.build-id/bd/44558106a197196f1ca73b0854f62d87fb4402.debug /usr/lib/debug/.build-id/be /usr/lib/debug/.build-id/be/5485ee5ac76961c5c8336f10a4fbad73eb4662 /usr/lib/debug/.build-id/be/5485ee5ac76961c5c8336f10a4fbad73eb4662.debug /usr/lib/debug/.build-id/c2 /usr/lib/debug/.build-id/c2/408a02fa00be04942a0ced59616936a0bf471c /usr/lib/debug/.build-id/c2/408a02fa00be04942a0ced59616936a0bf471c.debug /usr/lib/debug/.build-id/c3 /usr/lib/debug/.build-id/c3/701d2acc44c19a5bf06903b16c36cbd9a5d79b /usr/lib/debug/.build-id/c3/701d2acc44c19a5bf06903b16c36cbd9a5d79b.debug /usr/lib/debug/.build-id/c7 /usr/lib/debug/.build-id/c7/1213bb60229d38cfb6307575da80f7678b14e4 /usr/lib/debug/.build-id/c7/1213bb60229d38cfb6307575da80f7678b14e4.debug /usr/lib/debug/.build-id/c7/b84cd1a92104a750e37c5f5af0d37a5329870f /usr/lib/debug/.build-id/c7/b84cd1a92104a750e37c5f5af0d37a5329870f.debug /usr/lib/debug/.build-id/c9 /usr/lib/debug/.build-id/c9/e420728d45e9ee676870b1e1168af980aaa015 /usr/lib/debug/.build-id/c9/e420728d45e9ee676870b1e1168af980aaa015.debug /usr/lib/debug/.build-id/cd /usr/lib/debug/.build-id/cd/65034214ef98bbb8537b0119bb6c1eaab82b3b /usr/lib/debug/.build-id/cd/65034214ef98bbb8537b0119bb6c1eaab82b3b.debug /usr/lib/debug/.build-id/cf /usr/lib/debug/.build-id/cf/5336f1387e3ec3df655548443c70b348deaba9 /usr/lib/debug/.build-id/cf/5336f1387e3ec3df655548443c70b348deaba9.debug /usr/lib/debug/.build-id/d1 /usr/lib/debug/.build-id/d1/60ad79510a7ef22ab91b3980c78b6e176144f3 /usr/lib/debug/.build-id/d1/60ad79510a7ef22ab91b3980c78b6e176144f3.debug /usr/lib/debug/.build-id/d3 /usr/lib/debug/.build-id/d3/5442240b4968846c01512ab3e502536a66666f /usr/lib/debug/.build-id/d3/5442240b4968846c01512ab3e502536a66666f.debug /usr/lib/debug/.build-id/d9 /usr/lib/debug/.build-id/d9/dadd451628ec7f89a21523139cdbfb1ff1d3ba /usr/lib/debug/.build-id/d9/dadd451628ec7f89a21523139cdbfb1ff1d3ba.debug /usr/lib/debug/.build-id/dc /usr/lib/debug/.build-id/dc/1aa4662aa07371acd21b57c8c1b11919e83fd2 /usr/lib/debug/.build-id/dc/1aa4662aa07371acd21b57c8c1b11919e83fd2.debug /usr/lib/debug/.build-id/dd /usr/lib/debug/.build-id/dd/76c4095ee539f7a1e590e4cf4f3a35669418bd /usr/lib/debug/.build-id/dd/76c4095ee539f7a1e590e4cf4f3a35669418bd.debug /usr/lib/debug/.build-id/dd/814f4d3058b93780eb18033aa012f6cd26b807 /usr/lib/debug/.build-id/dd/814f4d3058b93780eb18033aa012f6cd26b807.debug /usr/lib/debug/.build-id/e2 /usr/lib/debug/.build-id/e2/3f4531981ac240caaea09cd460beb25717b038 /usr/lib/debug/.build-id/e2/3f4531981ac240caaea09cd460beb25717b038.debug /usr/lib/debug/.build-id/e2/73d0b0ddc39bf6efe7e8d8e3edfd199d296626 /usr/lib/debug/.build-id/e2/73d0b0ddc39bf6efe7e8d8e3edfd199d296626.debug /usr/lib/debug/.build-id/e3 /usr/lib/debug/.build-id/e3/77ed5825906bf9a4c7e84611dccbe4c61de3e2 /usr/lib/debug/.build-id/e3/77ed5825906bf9a4c7e84611dccbe4c61de3e2.debug /usr/lib/debug/.build-id/e5 /usr/lib/debug/.build-id/e5/85e3dd22a185c7c06c1bfcb16c82a765626960 /usr/lib/debug/.build-id/e5/85e3dd22a185c7c06c1bfcb16c82a765626960.debug /usr/lib/debug/.build-id/e6 /usr/lib/debug/.build-id/e6/1921af27f476255e32ce11d01525924b43d347 /usr/lib/debug/.build-id/e6/1921af27f476255e32ce11d01525924b43d347.debug /usr/lib/debug/.build-id/e6/38787f8301ae7abea3108732c23c7f5fa1e5a5 /usr/lib/debug/.build-id/e6/38787f8301ae7abea3108732c23c7f5fa1e5a5.debug /usr/lib/debug/.build-id/e7 /usr/lib/debug/.build-id/e7/14142e4a91442bffc4ea6fe0514eeba5c33136 /usr/lib/debug/.build-id/e7/14142e4a91442bffc4ea6fe0514eeba5c33136.debug /usr/lib/debug/.build-id/ea /usr/lib/debug/.build-id/ea/13215cc752f629568b947b4b3705a6b5918f54 /usr/lib/debug/.build-id/ea/13215cc752f629568b947b4b3705a6b5918f54.debug /usr/lib/debug/.build-id/ec /usr/lib/debug/.build-id/ec/bed5fc85c297d7afc63f4aada7fcd0477cbe26 /usr/lib/debug/.build-id/ec/bed5fc85c297d7afc63f4aada7fcd0477cbe26.debug /usr/lib/debug/.build-id/ed /usr/lib/debug/.build-id/ed/92c159bb76a3ad494cee376405c18c0516ace6 /usr/lib/debug/.build-id/ed/92c159bb76a3ad494cee376405c18c0516ace6.debug /usr/lib/debug/.build-id/ee /usr/lib/debug/.build-id/ee/4ced5a093c5e25b3e781c7355d192f25640365 /usr/lib/debug/.build-id/ee/4ced5a093c5e25b3e781c7355d192f25640365.debug /usr/lib/debug/.build-id/ef /usr/lib/debug/.build-id/ef/902032bb2c8aa4c9f1eee4d0b3579140611087 /usr/lib/debug/.build-id/ef/902032bb2c8aa4c9f1eee4d0b3579140611087.debug /usr/lib/debug/.build-id/ef/f312c8de880e4c77c348eb13107e11af5633d9 /usr/lib/debug/.build-id/ef/f312c8de880e4c77c348eb13107e11af5633d9.debug /usr/lib/debug/.build-id/f4 /usr/lib/debug/.build-id/f4/77bb5f1e2e294d0397648ebde34d68955e2b22 /usr/lib/debug/.build-id/f4/77bb5f1e2e294d0397648ebde34d68955e2b22.debug /usr/lib/debug/.build-id/f5 /usr/lib/debug/.build-id/f5/1d8e15da2d0e41e7f87ab26fd0d5f686eb1db4 /usr/lib/debug/.build-id/f5/1d8e15da2d0e41e7f87ab26fd0d5f686eb1db4.debug /usr/lib/debug/.build-id/f8 /usr/lib/debug/.build-id/f8/784bbb1e59f2e0b587d997805e544eb0d97f4c /usr/lib/debug/.build-id/f8/784bbb1e59f2e0b587d997805e544eb0d97f4c.debug /usr/lib/debug/.build-id/fa /usr/lib/debug/.build-id/fa/c9b9090c5b780efb43a78460df2b16c74e0253 /usr/lib/debug/.build-id/fa/c9b9090c5b780efb43a78460df2b16c74e0253.debug /usr/lib/debug/.build-id/fa/f70c81126fce745a184ece1abf3753bf782130 /usr/lib/debug/.build-id/fa/f70c81126fce745a184ece1abf3753bf782130.debug /usr/lib/debug/.build-id/ff /usr/lib/debug/.build-id/ff/b4fc7c137d850c80c3a87e162361bfca35f22c /usr/lib/debug/.build-id/ff/b4fc7c137d850c80c3a87e162361bfca35f22c.debug /usr/lib/debug/usr /usr/lib/debug/usr/bin /usr/lib/debug/usr/bin/python-debug.debug /usr/lib/debug/usr/bin/python.debug /usr/lib/debug/usr/bin/python2-debug.debug /usr/lib/debug/usr/bin/python2.7-debug.debug /usr/lib/debug/usr/bin/python2.7.debug /usr/lib/debug/usr/bin/python2.debug /usr/lib/debug/usr/lib64 /usr/lib/debug/usr/lib64/libpython2.7.so.1.0.debug /usr/lib/debug/usr/lib64/libpython2.7.so.1.0.debug-gdb.py /usr/lib/debug/usr/lib64/libpython2.7.so.1.0.debug-gdb.pyc /usr/lib/debug/usr/lib64/libpython2.7.so.1.0.debug-gdb.pyo /usr/lib/debug/usr/lib64/libpython2.7.so.debug /usr/lib/debug/usr/lib64/libpython2.7_d.so.1.0.debug /usr/lib/debug/usr/lib64/libpython2.7_d.so.1.0.debug-gdb.py /usr/lib/debug/usr/lib64/libpython2.7_d.so.1.0.debug-gdb.pyc /usr/lib/debug/usr/lib64/libpython2.7_d.so.1.0.debug-gdb.pyo /usr/lib/debug/usr/lib64/libpython2.7_d.so.debug /usr/lib/debug/usr/lib64/python2.7 /usr/lib/debug/usr/lib64/python2.7/config /usr/lib/debug/usr/lib64/python2.7/config/libpython2.7.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_bisectmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_bisectmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_bsddb.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_bsddb_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_codecs_cn.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_codecs_cn_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_codecs_hk.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_codecs_hk_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_codecs_iso2022.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_codecs_iso2022_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_codecs_jp.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_codecs_jp_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_codecs_kr.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_codecs_kr_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_codecs_tw.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_codecs_tw_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_collectionsmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_collectionsmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_csv.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_csv_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_ctypes.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_ctypes_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_ctypes_test.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_ctypes_test_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_curses.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_curses_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_curses_panel.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_curses_panel_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_elementtree.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_elementtree_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_functoolsmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_functoolsmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_hashlib.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_hashlib_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_heapq.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_heapq_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_hotshot.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_hotshot_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_io.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_io_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_json.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_json_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_localemodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_localemodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_lsprof.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_lsprof_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_multibytecodecmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_multibytecodecmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_multiprocessing.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_multiprocessing_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_randommodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_randommodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_socketmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_socketmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_sqlite3.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_sqlite3_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_ssl.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_ssl_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_struct.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_struct_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_testcapimodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_testcapimodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_tkinter.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/_tkinter_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/arraymodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/arraymodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/audioop.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/audioop_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/binascii.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/binascii_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/bz2.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/bz2_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/cPickle.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/cPickle_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/cStringIO.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/cStringIO_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/cmathmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/cmathmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/cryptmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/cryptmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/datetime.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/datetime_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/dbm.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/dbm_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/dlmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/dlmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/fcntlmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/fcntlmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/future_builtins.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/future_builtins_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/gdbmmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/gdbmmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/grpmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/grpmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/imageop.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/imageop_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/itertoolsmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/itertoolsmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/linuxaudiodev.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/linuxaudiodev_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/math.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/math_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/mmapmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/mmapmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/nismodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/nismodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/operator.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/operator_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/ossaudiodev.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/ossaudiodev_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/parsermodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/parsermodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/pyexpat.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/pyexpat_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/readline.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/readline_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/resource.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/resource_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/selectmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/selectmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/spwdmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/spwdmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/stropmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/stropmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/syslog.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/syslog_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/termios.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/termios_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/timemodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/timemodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/timingmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/timingmodule_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/unicodedata.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/unicodedata_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/xxsubtype.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/xxsubtype_d.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/zlibmodule.so.debug /usr/lib/debug/usr/lib64/python2.7/lib-dynload/zlibmodule_d.so.debug /usr/src/debug/Python-2.7.3 /usr/src/debug/Python-2.7.3/Include /usr/src/debug/Python-2.7.3/Include/Python-ast.h /usr/src/debug/Python-2.7.3/Include/Python.h /usr/src/debug/Python-2.7.3/Include/abstract.h /usr/src/debug/Python-2.7.3/Include/asdl.h /usr/src/debug/Python-2.7.3/Include/ast.h /usr/src/debug/Python-2.7.3/Include/bitset.h /usr/src/debug/Python-2.7.3/Include/boolobject.h /usr/src/debug/Python-2.7.3/Include/bufferobject.h /usr/src/debug/Python-2.7.3/Include/bytearrayobject.h /usr/src/debug/Python-2.7.3/Include/bytes_methods.h /usr/src/debug/Python-2.7.3/Include/cStringIO.h /usr/src/debug/Python-2.7.3/Include/cellobject.h /usr/src/debug/Python-2.7.3/Include/ceval.h /usr/src/debug/Python-2.7.3/Include/classobject.h /usr/src/debug/Python-2.7.3/Include/cobject.h /usr/src/debug/Python-2.7.3/Include/code.h /usr/src/debug/Python-2.7.3/Include/codecs.h /usr/src/debug/Python-2.7.3/Include/compile.h /usr/src/debug/Python-2.7.3/Include/complexobject.h /usr/src/debug/Python-2.7.3/Include/datetime.h /usr/src/debug/Python-2.7.3/Include/descrobject.h /usr/src/debug/Python-2.7.3/Include/dictobject.h /usr/src/debug/Python-2.7.3/Include/dtoa.h /usr/src/debug/Python-2.7.3/Include/enumobject.h /usr/src/debug/Python-2.7.3/Include/eval.h /usr/src/debug/Python-2.7.3/Include/fileobject.h /usr/src/debug/Python-2.7.3/Include/floatobject.h /usr/src/debug/Python-2.7.3/Include/frameobject.h /usr/src/debug/Python-2.7.3/Include/funcobject.h /usr/src/debug/Python-2.7.3/Include/genobject.h /usr/src/debug/Python-2.7.3/Include/grammar.h /usr/src/debug/Python-2.7.3/Include/import.h /usr/src/debug/Python-2.7.3/Include/intobject.h /usr/src/debug/Python-2.7.3/Include/intrcheck.h /usr/src/debug/Python-2.7.3/Include/iterobject.h /usr/src/debug/Python-2.7.3/Include/listobject.h /usr/src/debug/Python-2.7.3/Include/longintrepr.h /usr/src/debug/Python-2.7.3/Include/longobject.h /usr/src/debug/Python-2.7.3/Include/marshal.h /usr/src/debug/Python-2.7.3/Include/memoryobject.h /usr/src/debug/Python-2.7.3/Include/methodobject.h /usr/src/debug/Python-2.7.3/Include/modsupport.h /usr/src/debug/Python-2.7.3/Include/moduleobject.h /usr/src/debug/Python-2.7.3/Include/node.h /usr/src/debug/Python-2.7.3/Include/object.h /usr/src/debug/Python-2.7.3/Include/objimpl.h /usr/src/debug/Python-2.7.3/Include/opcode.h /usr/src/debug/Python-2.7.3/Include/parsetok.h /usr/src/debug/Python-2.7.3/Include/pgenheaders.h /usr/src/debug/Python-2.7.3/Include/py_curses.h /usr/src/debug/Python-2.7.3/Include/pyarena.h /usr/src/debug/Python-2.7.3/Include/pycapsule.h /usr/src/debug/Python-2.7.3/Include/pyctype.h /usr/src/debug/Python-2.7.3/Include/pydebug.h /usr/src/debug/Python-2.7.3/Include/pyerrors.h /usr/src/debug/Python-2.7.3/Include/pyexpat.h /usr/src/debug/Python-2.7.3/Include/pygetopt.h /usr/src/debug/Python-2.7.3/Include/pymath.h /usr/src/debug/Python-2.7.3/Include/pymem.h /usr/src/debug/Python-2.7.3/Include/pyport.h /usr/src/debug/Python-2.7.3/Include/pystate.h /usr/src/debug/Python-2.7.3/Include/pystrtod.h /usr/src/debug/Python-2.7.3/Include/pythonrun.h /usr/src/debug/Python-2.7.3/Include/pythread.h /usr/src/debug/Python-2.7.3/Include/rangeobject.h /usr/src/debug/Python-2.7.3/Include/setobject.h /usr/src/debug/Python-2.7.3/Include/sliceobject.h /usr/src/debug/Python-2.7.3/Include/stringobject.h /usr/src/debug/Python-2.7.3/Include/structmember.h /usr/src/debug/Python-2.7.3/Include/structseq.h /usr/src/debug/Python-2.7.3/Include/symtable.h /usr/src/debug/Python-2.7.3/Include/sysmodule.h /usr/src/debug/Python-2.7.3/Include/timefuncs.h /usr/src/debug/Python-2.7.3/Include/token.h /usr/src/debug/Python-2.7.3/Include/traceback.h /usr/src/debug/Python-2.7.3/Include/tupleobject.h /usr/src/debug/Python-2.7.3/Include/ucnhash.h /usr/src/debug/Python-2.7.3/Include/unicodeobject.h /usr/src/debug/Python-2.7.3/Include/warnings.h /usr/src/debug/Python-2.7.3/Include/weakrefobject.h /usr/src/debug/Python-2.7.3/Modules /usr/src/debug/Python-2.7.3/Modules/_bisectmodule.c /usr/src/debug/Python-2.7.3/Modules/_bsddb.c /usr/src/debug/Python-2.7.3/Modules/_codecsmodule.c /usr/src/debug/Python-2.7.3/Modules/_collectionsmodule.c /usr/src/debug/Python-2.7.3/Modules/_csv.c /usr/src/debug/Python-2.7.3/Modules/_ctypes /usr/src/debug/Python-2.7.3/Modules/_ctypes/_ctypes.c /usr/src/debug/Python-2.7.3/Modules/_ctypes/_ctypes_test.c /usr/src/debug/Python-2.7.3/Modules/_ctypes/callbacks.c /usr/src/debug/Python-2.7.3/Modules/_ctypes/callproc.c /usr/src/debug/Python-2.7.3/Modules/_ctypes/cfield.c /usr/src/debug/Python-2.7.3/Modules/_ctypes/ctypes.h /usr/src/debug/Python-2.7.3/Modules/_ctypes/stgdict.c /usr/src/debug/Python-2.7.3/Modules/_curses_panel.c /usr/src/debug/Python-2.7.3/Modules/_cursesmodule.c /usr/src/debug/Python-2.7.3/Modules/_elementtree.c /usr/src/debug/Python-2.7.3/Modules/_functoolsmodule.c /usr/src/debug/Python-2.7.3/Modules/_hashopenssl.c /usr/src/debug/Python-2.7.3/Modules/_heapqmodule.c /usr/src/debug/Python-2.7.3/Modules/_hotshot.c /usr/src/debug/Python-2.7.3/Modules/_io /usr/src/debug/Python-2.7.3/Modules/_io/_iomodule.c /usr/src/debug/Python-2.7.3/Modules/_io/_iomodule.h /usr/src/debug/Python-2.7.3/Modules/_io/bufferedio.c /usr/src/debug/Python-2.7.3/Modules/_io/bytesio.c /usr/src/debug/Python-2.7.3/Modules/_io/fileio.c /usr/src/debug/Python-2.7.3/Modules/_io/iobase.c /usr/src/debug/Python-2.7.3/Modules/_io/stringio.c /usr/src/debug/Python-2.7.3/Modules/_io/textio.c /usr/src/debug/Python-2.7.3/Modules/_json.c /usr/src/debug/Python-2.7.3/Modules/_localemodule.c /usr/src/debug/Python-2.7.3/Modules/_lsprof.c /usr/src/debug/Python-2.7.3/Modules/_math.c /usr/src/debug/Python-2.7.3/Modules/_multiprocessing /usr/src/debug/Python-2.7.3/Modules/_multiprocessing/connection.h /usr/src/debug/Python-2.7.3/Modules/_multiprocessing/multiprocessing.c /usr/src/debug/Python-2.7.3/Modules/_multiprocessing/multiprocessing.h /usr/src/debug/Python-2.7.3/Modules/_multiprocessing/semaphore.c /usr/src/debug/Python-2.7.3/Modules/_multiprocessing/socket_connection.c /usr/src/debug/Python-2.7.3/Modules/_randommodule.c /usr/src/debug/Python-2.7.3/Modules/_sqlite /usr/src/debug/Python-2.7.3/Modules/_sqlite/cache.c /usr/src/debug/Python-2.7.3/Modules/_sqlite/cache.h /usr/src/debug/Python-2.7.3/Modules/_sqlite/connection.c /usr/src/debug/Python-2.7.3/Modules/_sqlite/connection.h /usr/src/debug/Python-2.7.3/Modules/_sqlite/cursor.c /usr/src/debug/Python-2.7.3/Modules/_sqlite/cursor.h /usr/src/debug/Python-2.7.3/Modules/_sqlite/microprotocols.c /usr/src/debug/Python-2.7.3/Modules/_sqlite/microprotocols.h /usr/src/debug/Python-2.7.3/Modules/_sqlite/module.c /usr/src/debug/Python-2.7.3/Modules/_sqlite/module.h /usr/src/debug/Python-2.7.3/Modules/_sqlite/prepare_protocol.c /usr/src/debug/Python-2.7.3/Modules/_sqlite/prepare_protocol.h /usr/src/debug/Python-2.7.3/Modules/_sqlite/row.c /usr/src/debug/Python-2.7.3/Modules/_sqlite/row.h /usr/src/debug/Python-2.7.3/Modules/_sqlite/statement.c /usr/src/debug/Python-2.7.3/Modules/_sqlite/statement.h /usr/src/debug/Python-2.7.3/Modules/_sqlite/util.c /usr/src/debug/Python-2.7.3/Modules/_sqlite/util.h /usr/src/debug/Python-2.7.3/Modules/_sre.c /usr/src/debug/Python-2.7.3/Modules/_ssl.c /usr/src/debug/Python-2.7.3/Modules/_struct.c /usr/src/debug/Python-2.7.3/Modules/_testcapimodule.c /usr/src/debug/Python-2.7.3/Modules/_tkinter.c /usr/src/debug/Python-2.7.3/Modules/_weakref.c /usr/src/debug/Python-2.7.3/Modules/arraymodule.c /usr/src/debug/Python-2.7.3/Modules/audioop.c /usr/src/debug/Python-2.7.3/Modules/binascii.c /usr/src/debug/Python-2.7.3/Modules/bsddb.h /usr/src/debug/Python-2.7.3/Modules/bz2module.c /usr/src/debug/Python-2.7.3/Modules/cPickle.c /usr/src/debug/Python-2.7.3/Modules/cStringIO.c /usr/src/debug/Python-2.7.3/Modules/cjkcodecs /usr/src/debug/Python-2.7.3/Modules/cjkcodecs/_codecs_cn.c /usr/src/debug/Python-2.7.3/Modules/cjkcodecs/_codecs_hk.c /usr/src/debug/Python-2.7.3/Modules/cjkcodecs/_codecs_iso2022.c /usr/src/debug/Python-2.7.3/Modules/cjkcodecs/_codecs_jp.c /usr/src/debug/Python-2.7.3/Modules/cjkcodecs/_codecs_kr.c /usr/src/debug/Python-2.7.3/Modules/cjkcodecs/_codecs_tw.c /usr/src/debug/Python-2.7.3/Modules/cjkcodecs/cjkcodecs.h /usr/src/debug/Python-2.7.3/Modules/cjkcodecs/mappings_cn.h /usr/src/debug/Python-2.7.3/Modules/cjkcodecs/mappings_hk.h /usr/src/debug/Python-2.7.3/Modules/cjkcodecs/mappings_jisx0213_pair.h /usr/src/debug/Python-2.7.3/Modules/cjkcodecs/mappings_jp.h /usr/src/debug/Python-2.7.3/Modules/cjkcodecs/mappings_kr.h /usr/src/debug/Python-2.7.3/Modules/cjkcodecs/mappings_tw.h /usr/src/debug/Python-2.7.3/Modules/cjkcodecs/multibytecodec.c /usr/src/debug/Python-2.7.3/Modules/cjkcodecs/multibytecodec.h /usr/src/debug/Python-2.7.3/Modules/cmathmodule.c /usr/src/debug/Python-2.7.3/Modules/cryptmodule.c /usr/src/debug/Python-2.7.3/Modules/datetimemodule.c /usr/src/debug/Python-2.7.3/Modules/dbmmodule.c /usr/src/debug/Python-2.7.3/Modules/dlmodule.c /usr/src/debug/Python-2.7.3/Modules/errnomodule.c /usr/src/debug/Python-2.7.3/Modules/fcntlmodule.c /usr/src/debug/Python-2.7.3/Modules/future_builtins.c /usr/src/debug/Python-2.7.3/Modules/gcmodule.c /usr/src/debug/Python-2.7.3/Modules/gdbmmodule.c /usr/src/debug/Python-2.7.3/Modules/getbuildinfo.c /usr/src/debug/Python-2.7.3/Modules/getpath.c /usr/src/debug/Python-2.7.3/Modules/grpmodule.c /usr/src/debug/Python-2.7.3/Modules/imageop.c /usr/src/debug/Python-2.7.3/Modules/itertoolsmodule.c /usr/src/debug/Python-2.7.3/Modules/linuxaudiodev.c /usr/src/debug/Python-2.7.3/Modules/main.c /usr/src/debug/Python-2.7.3/Modules/mathmodule.c /usr/src/debug/Python-2.7.3/Modules/mmapmodule.c /usr/src/debug/Python-2.7.3/Modules/nismodule.c /usr/src/debug/Python-2.7.3/Modules/operator.c /usr/src/debug/Python-2.7.3/Modules/ossaudiodev.c /usr/src/debug/Python-2.7.3/Modules/parsermodule.c /usr/src/debug/Python-2.7.3/Modules/posixmodule.c /usr/src/debug/Python-2.7.3/Modules/pwdmodule.c /usr/src/debug/Python-2.7.3/Modules/pyexpat.c /usr/src/debug/Python-2.7.3/Modules/python.c /usr/src/debug/Python-2.7.3/Modules/readline.c /usr/src/debug/Python-2.7.3/Modules/resource.c /usr/src/debug/Python-2.7.3/Modules/rotatingtree.c /usr/src/debug/Python-2.7.3/Modules/rotatingtree.h /usr/src/debug/Python-2.7.3/Modules/selectmodule.c /usr/src/debug/Python-2.7.3/Modules/signalmodule.c /usr/src/debug/Python-2.7.3/Modules/socketmodule.c /usr/src/debug/Python-2.7.3/Modules/socketmodule.h /usr/src/debug/Python-2.7.3/Modules/spwdmodule.c /usr/src/debug/Python-2.7.3/Modules/sre.h /usr/src/debug/Python-2.7.3/Modules/stropmodule.c /usr/src/debug/Python-2.7.3/Modules/symtablemodule.c /usr/src/debug/Python-2.7.3/Modules/syslogmodule.c /usr/src/debug/Python-2.7.3/Modules/termios.c /usr/src/debug/Python-2.7.3/Modules/testcapi_long.h /usr/src/debug/Python-2.7.3/Modules/threadmodule.c /usr/src/debug/Python-2.7.3/Modules/timemodule.c /usr/src/debug/Python-2.7.3/Modules/timing.h /usr/src/debug/Python-2.7.3/Modules/timingmodule.c /usr/src/debug/Python-2.7.3/Modules/tkappinit.c /usr/src/debug/Python-2.7.3/Modules/unicodedata.c /usr/src/debug/Python-2.7.3/Modules/unicodedata_db.h /usr/src/debug/Python-2.7.3/Modules/unicodename_db.h /usr/src/debug/Python-2.7.3/Modules/xxsubtype.c /usr/src/debug/Python-2.7.3/Modules/zipimport.c /usr/src/debug/Python-2.7.3/Modules/zlibmodule.c /usr/src/debug/Python-2.7.3/Objects /usr/src/debug/Python-2.7.3/Objects/abstract.c /usr/src/debug/Python-2.7.3/Objects/boolobject.c /usr/src/debug/Python-2.7.3/Objects/bufferobject.c /usr/src/debug/Python-2.7.3/Objects/bytearrayobject.c /usr/src/debug/Python-2.7.3/Objects/bytes_methods.c /usr/src/debug/Python-2.7.3/Objects/capsule.c /usr/src/debug/Python-2.7.3/Objects/cellobject.c /usr/src/debug/Python-2.7.3/Objects/classobject.c /usr/src/debug/Python-2.7.3/Objects/cobject.c /usr/src/debug/Python-2.7.3/Objects/codeobject.c /usr/src/debug/Python-2.7.3/Objects/complexobject.c /usr/src/debug/Python-2.7.3/Objects/descrobject.c /usr/src/debug/Python-2.7.3/Objects/dictobject.c /usr/src/debug/Python-2.7.3/Objects/enumobject.c /usr/src/debug/Python-2.7.3/Objects/exceptions.c /usr/src/debug/Python-2.7.3/Objects/fileobject.c /usr/src/debug/Python-2.7.3/Objects/floatobject.c /usr/src/debug/Python-2.7.3/Objects/frameobject.c /usr/src/debug/Python-2.7.3/Objects/funcobject.c /usr/src/debug/Python-2.7.3/Objects/genobject.c /usr/src/debug/Python-2.7.3/Objects/intobject.c /usr/src/debug/Python-2.7.3/Objects/iterobject.c /usr/src/debug/Python-2.7.3/Objects/listobject.c /usr/src/debug/Python-2.7.3/Objects/longobject.c /usr/src/debug/Python-2.7.3/Objects/memoryobject.c /usr/src/debug/Python-2.7.3/Objects/methodobject.c /usr/src/debug/Python-2.7.3/Objects/moduleobject.c /usr/src/debug/Python-2.7.3/Objects/object.c /usr/src/debug/Python-2.7.3/Objects/obmalloc.c /usr/src/debug/Python-2.7.3/Objects/rangeobject.c /usr/src/debug/Python-2.7.3/Objects/setobject.c /usr/src/debug/Python-2.7.3/Objects/sliceobject.c /usr/src/debug/Python-2.7.3/Objects/stringlib /usr/src/debug/Python-2.7.3/Objects/stringlib/count.h /usr/src/debug/Python-2.7.3/Objects/stringlib/ctype.h /usr/src/debug/Python-2.7.3/Objects/stringlib/fastsearch.h /usr/src/debug/Python-2.7.3/Objects/stringlib/find.h /usr/src/debug/Python-2.7.3/Objects/stringlib/formatter.h /usr/src/debug/Python-2.7.3/Objects/stringlib/localeutil.h /usr/src/debug/Python-2.7.3/Objects/stringlib/partition.h /usr/src/debug/Python-2.7.3/Objects/stringlib/split.h /usr/src/debug/Python-2.7.3/Objects/stringlib/string_format.h /usr/src/debug/Python-2.7.3/Objects/stringlib/transmogrify.h /usr/src/debug/Python-2.7.3/Objects/stringobject.c /usr/src/debug/Python-2.7.3/Objects/structseq.c /usr/src/debug/Python-2.7.3/Objects/tupleobject.c /usr/src/debug/Python-2.7.3/Objects/typeobject.c /usr/src/debug/Python-2.7.3/Objects/unicodectype.c /usr/src/debug/Python-2.7.3/Objects/unicodeobject.c /usr/src/debug/Python-2.7.3/Objects/unicodetype_db.h /usr/src/debug/Python-2.7.3/Objects/weakrefobject.c /usr/src/debug/Python-2.7.3/Parser /usr/src/debug/Python-2.7.3/Parser/acceler.c /usr/src/debug/Python-2.7.3/Parser/bitset.c /usr/src/debug/Python-2.7.3/Parser/firstsets.c /usr/src/debug/Python-2.7.3/Parser/grammar.c /usr/src/debug/Python-2.7.3/Parser/grammar1.c /usr/src/debug/Python-2.7.3/Parser/listnode.c /usr/src/debug/Python-2.7.3/Parser/metagrammar.c /usr/src/debug/Python-2.7.3/Parser/myreadline.c /usr/src/debug/Python-2.7.3/Parser/node.c /usr/src/debug/Python-2.7.3/Parser/parser.c /usr/src/debug/Python-2.7.3/Parser/parser.h /usr/src/debug/Python-2.7.3/Parser/parsetok.c /usr/src/debug/Python-2.7.3/Parser/pgen.c /usr/src/debug/Python-2.7.3/Parser/tokenizer.c /usr/src/debug/Python-2.7.3/Parser/tokenizer.h /usr/src/debug/Python-2.7.3/Python /usr/src/debug/Python-2.7.3/Python/Python-ast.c /usr/src/debug/Python-2.7.3/Python/_warnings.c /usr/src/debug/Python-2.7.3/Python/asdl.c /usr/src/debug/Python-2.7.3/Python/ast.c /usr/src/debug/Python-2.7.3/Python/bltinmodule.c /usr/src/debug/Python-2.7.3/Python/ceval.c /usr/src/debug/Python-2.7.3/Python/codecs.c /usr/src/debug/Python-2.7.3/Python/compile.c /usr/src/debug/Python-2.7.3/Python/dtoa.c /usr/src/debug/Python-2.7.3/Python/dynload_shlib.c /usr/src/debug/Python-2.7.3/Python/errors.c /usr/src/debug/Python-2.7.3/Python/formatter_string.c /usr/src/debug/Python-2.7.3/Python/frozen.c /usr/src/debug/Python-2.7.3/Python/frozenmain.c /usr/src/debug/Python-2.7.3/Python/future.c /usr/src/debug/Python-2.7.3/Python/getargs.c /usr/src/debug/Python-2.7.3/Python/getcompiler.c /usr/src/debug/Python-2.7.3/Python/getcopyright.c /usr/src/debug/Python-2.7.3/Python/getopt.c /usr/src/debug/Python-2.7.3/Python/getplatform.c /usr/src/debug/Python-2.7.3/Python/getversion.c /usr/src/debug/Python-2.7.3/Python/graminit.c /usr/src/debug/Python-2.7.3/Python/import.c /usr/src/debug/Python-2.7.3/Python/importdl.c /usr/src/debug/Python-2.7.3/Python/importdl.h /usr/src/debug/Python-2.7.3/Python/marshal.c /usr/src/debug/Python-2.7.3/Python/modsupport.c /usr/src/debug/Python-2.7.3/Python/mysnprintf.c /usr/src/debug/Python-2.7.3/Python/mystrtoul.c /usr/src/debug/Python-2.7.3/Python/peephole.c /usr/src/debug/Python-2.7.3/Python/pyarena.c /usr/src/debug/Python-2.7.3/Python/pyctype.c /usr/src/debug/Python-2.7.3/Python/pyfpe.c /usr/src/debug/Python-2.7.3/Python/pymath.c /usr/src/debug/Python-2.7.3/Python/pystate.c /usr/src/debug/Python-2.7.3/Python/pystrcmp.c /usr/src/debug/Python-2.7.3/Python/pystrtod.c /usr/src/debug/Python-2.7.3/Python/pythonrun.c /usr/src/debug/Python-2.7.3/Python/random.c /usr/src/debug/Python-2.7.3/Python/structmember.c /usr/src/debug/Python-2.7.3/Python/symtable.c /usr/src/debug/Python-2.7.3/Python/sysmodule.c /usr/src/debug/Python-2.7.3/Python/thread.c /usr/src/debug/Python-2.7.3/Python/thread_pthread.h /usr/src/debug/Python-2.7.3/Python/traceback.c /usr/src/debug/Python-2.7.3/build /usr/src/debug/Python-2.7.3/build/debug /usr/src/debug/Python-2.7.3/build/debug/Include /usr/src/debug/Python-2.7.3/build/debug/Include/pydtrace.h /usr/src/debug/Python-2.7.3/build/debug/Modules /usr/src/debug/Python-2.7.3/build/debug/Modules/config.c /usr/src/debug/Python-2.7.3/build/optimized /usr/src/debug/Python-2.7.3/build/optimized/Include /usr/src/debug/Python-2.7.3/build/optimized/Include/pydtrace.h /usr/src/debug/Python-2.7.3/build/optimized/Modules /usr/src/debug/Python-2.7.3/build/optimized/Modules/config.c /usr/src/debug/tmp
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu May 23 05:24:34 2013