SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-2.6.6-68.el6_10.x86_64.rpm :

* Tue Jun 11 2019 Charalampos Stratakis - 2.6.6-68- Security fix for CVE-2019-10160Resolves: rhbz#1716744
* Wed Jun 05 2019 Charalampos Stratakis - 2.6.6-67- Security fix for CVE-2019-9636Resolves: rhbz#1716744
* Tue Aug 09 2016 Charalampos Stratakis - 2.6.6-66- Fix for CVE-2016-1000110 HTTPoxy attackResolves: rhbz#1359162
* Tue Jun 21 2016 Tomas Orsava - 2.6.6-65- Fix for CVE-2016-0772 python: smtplib StartTLS stripping attack (rhbz#1303647) Raise an error when STARTTLS fails (upstream patch)- Fix for CVE-2016-5699 python: http protocol steam injection attack (rhbz#1303699) Disabled HTTP header injections in httplib (upstream patch)Resolves: rhbz#1346355
* Fri May 22 2015 Matej Stuchlik - 2.6.6-64- Enable use of deepcopy() with instance methodsResolves: rhbz#1223037
* Mon Apr 20 2015 Matej Stuchlik - 2.6.6-63- Since -libs now provide python-ordered dict, added ordereddict dist-info to site-packagesResolves: rhbz#1199997
* Tue Mar 31 2015 Matej Stuchlik - 2.6.6-62- Fix CVE-2014-7185/4650/1912 CVE-2013-1752Resolves: rhbz#1206572
* Mon Mar 30 2015 Slavek Kabrda - 2.6.6-61- Fix logging module error when multiprocessing module is not initializedResolves: rhbz#1204966
* Tue Mar 10 2015 Robert Kuska - 2.6.6-60- Add provides for python-ordereddictResolves: rhbz#1199997
* Tue Feb 10 2015 Robert Kuska - 2.6.6-59- Let ConfigParse handle options without values- Add check phase to specfile, fix and skip relevant failing testsResolves: rhbz#1031709
* Mon Feb 09 2015 Robert Kuska - 2.6.6-58- Make Popen.communicate catch EINTR errorResolves: rhbz#1073165
* Mon Feb 09 2015 Robert Kuska - 2.6.6-57- Add choices for sort option of cProfile for better outputResolves: rhbz#1160640
* Mon Feb 09 2015 Robert Kuska - 2.6.6-56- Make multiprocessing ignore EINTRResolves: rhbz#1180864
* Fri Jan 16 2015 Petr Viktorin - 2.6.6-55- Fix iteration over files with very long linesResolves: rhbz#794632
* Wed Jan 07 2015 Slavek Kabrda - 2.6.6-54- Fix subprocess.Popen.communicate() being broken by SIGCHLD handler.Resolves: rhbz#1065537- Rebuild against latest valgrind-devel.Resolves: rhbz#1142170
* Fri Nov 22 2013 Bohuslav Kabrda - 2.6.6-53- Bump release up to ensure proper upgrade path.Related: rhbz#958256
* Thu Nov 21 2013 Bohuslav Kabrda - 2.6.6-52- Fix multilib dependencies.Resolves: rhbz#958256
* Wed Sep 04 2013 Matej Stuchlik - 2.6.6-51- Fixed memory leak in _ssl._get_peer_alt_namesResolves: rhbz#1002983
* Tue Aug 20 2013 Matej Stuchlik - 2.6.6-50- Added fix for CVE-2013-4238Resolves: rhbz#998784
* Fri Aug 09 2013 Robert Kuska - 2.6.6-49- Fix shebangs in several files in python-tools subpackageResolves: rhbz#521898
* Tue Aug 06 2013 Matej Stuchlik - 2.6.6-48- Fix sqlite3.Cursor.lastrowid under a Turkish locale.Resolves: rhbz#841937
* Mon Jul 08 2013 Bohuslav Kabrda - 2.6.6-47- Urlparse now parses query and fragment of urls for any scheme.Resolves: rhbz#978129
* Mon Jul 08 2013 Robert Kuska - 2.6.6-46- Add wrapper for select.select to restart a system callResolves: rhbz#948025
* Thu Jul 04 2013 Robert Kuska - 2.6.6-45- Add try-except to catch OSError in WatchedFileHandlerResolves: rhbz#919163
* Thu Jul 04 2013 Robert Kuska - 2.6.6-44- Fix urandom to throw proper exceptionResolves: rhbz#893034
* Thu Jul 04 2013 Matej Stuchlik - 2.6.6-43- Backport of collections.OrderedDict from Python 2.7Resolves: rhbz#929258
* Thu Jul 04 2013 Matej Stuchlik - 2.6.6-42- Add an explicit RPATH to _elementtree.so pointing at the directorycontaining system expatResolves: rhbz#962779
* Thu Jul 04 2013 Matej Stuchlik - 2.6.6-41- Don\'t let failed incoming SSL connection stay open foreverResolves: rhbz#960168
* Thu Jul 04 2013 Matej Stuchlik - 2.6.6-40- Fix Python not reading Alternative Subject Names from some SSLcertificatesResolves: rhbz#928390
* Thu Jul 04 2013 Matej Stuchlik - 2.6.6-39- Remove BOM insertion code from SysLogHandler that causes messages to betreated as EMERG levelResolves: rhbz#845802
* Fri May 10 2013 David Malcolm - 2.6.6-38- move most of the payload of the core package to the libs subpackage, giventhat the libs aren\'t meaningfully usable without the standard libraries- preserve timestamps when fixing shebangs (patch 158) and when installing,to minimize .pyc/.pyo differences across architectures (due to the embeddedmtime in .pyc/.pyo headers)- fix multilib issue in /usr/bin/modulator and /usr/bin/pyncheRelated: rhbz#958256
* Tue May 07 2013 Bohuslav Kabrda - 2.6.6-37- only call subprocess\'s wait with timeout kwarg when appropriateRelated: rhbz#958868
* Fri Oct 12 2012 David Malcolm - 2.6.6-36- disable patch 110 (python-2.6.5-ctypes-noexecmem.patch)Related: rhbz#707944- disable patch 129 (python-2.6.6-gc-assertions.patch) now that we\'rebuilding with -DNDEBUGRelated: rhbz#810847Related: rhbz#841748Related: rhbz#614680
* Thu Oct 11 2012 David Malcolm - 2.6.6-35- add -DNDEBUG to OPT during the build, disabling C-level assertionsResolves: rhbz#810847Resolves: rhbz#841748- avoid allocating thunks in ctypes unless absolutely necessary, to avoidgenerating SELinux denials on \"import ctypes\" and \"import uuid\" whenembedding Python within httpdResolves: rhbz#814391- avoid infinite loop in logging.handlers.SysLogHandler with eventlet whenthe syslog daemon is stoppedResolves: rhbz#835460
* Wed Aug 15 2012 David Malcolm - 2.6.6-34- add an RPATH to pyexpat.so to avoid ImportError on XML_SetHashSalt when avanilla build of expat is present in LD_LIBRARY_PATHResolves: rhbz#833271
* Tue Apr 24 2012 David Malcolm - 2.6.6-33- if hash randomization is enabled, also enable it within pyexpatResolves: CVE-2012-0876
* Wed Mar 28 2012 David Malcolm - 2.6.6-32- distutils.config: create ~/.pypirc securelyResolves: CVE-2011-4944
* Fri Mar 23 2012 David Malcolm - 2.6.6-31- fix endless loop in SimpleXMLRPCServer upon malformed POST requestResolves: CVE-2012-0845- send encoding in SimpleHTTPServer.list_directory to protect IE7 againstpotential XSS attacksResolves: CVE-2011-4940
* Fri Feb 24 2012 David Malcolm - 2.6.6-30- oCERT-2011-003: add -R command-line option and PYTHONHASHSEED environmentvariable, to provide an opt-in way to protect against denial of serviceattacks due to hash collisions within the dict and set typesResolves: CVE-2012-1150
* Mon Sep 12 2011 David Malcolm - 2.6.6-29- protect GIL detection within gdb debug hooks against C stack frames thatlack a name (source 1)Related: rhbz#711818Resolves: rhbz#736085
* Mon Aug 15 2011 David Malcolm - 2.6.6-28- avoid truncating the compilation flags of extension modules that have CFLAGSset in their environmentResolves: rhbz#727364
* Fri Aug 12 2011 David Malcolm - 2.6.6-27- update \"py-bt\" in gdb debug hooks to avoiding printing stray frames on non-C functionsRelated: rhbz#711818
* Fri Aug 12 2011 David Malcolm - 2.6.6-26- update patch 147 to cover the pwd and grp modulesRelated: rhbz#697470
* Fri Jul 22 2011 David Malcolm - 2.6.6-25- remove -b from application of patch 147, to avoid adding files to payloadRelated: rhbz#697470
* Fri Jul 22 2011 David Malcolm - 2.6.6-24- update uid/gid handling to avoid int overflows seen with uid/gidvalues >= 2^31 on 32-bit architecturesResolves: rhbz#697470
* Thu Jul 21 2011 David Malcolm - 2.6.6-23- update gdb debug hooks, showing when a thread is waiting on the GIL, callsto C functions and methods, and garbage collections. Also, better handle thecase when \"f\" is optimized out within PyEval_EvalFrameEx, to at least givefile and function name, even if the line number and locals won\'t be availableResolves: rhbz#711818
* Fri Jul 01 2011 David Malcolm - 2.6.6-22- backport fix for failures seen with subprocess module when supplying stdinto short-lived subprocessesResolves: rhbz#667431
* Thu Jun 30 2011 David Malcolm - 2.6.6-21- backport fix for occasional failures in multiprocessing\'s Process.start()Resolves: rhbz#685234- port multiprocessing to use the \"poll\" syscall, rather than \"select\"Resolves: rhbz#713082- backport fix allowing getpass.getpass() to be interrupted with Ctrl-Cor Ctrl-ZResolves: rhbz#689794- backport memory leak fixes for the readline moduleResolves: rhbz#699740
* Mon Apr 11 2011 David Malcolm - 2.6.6-20Resolves: CVE-2010-3493
* Fri Apr 08 2011 David Malcolm - 2.6.6-19Resolves: CVE-2011-1015
* Thu Apr 07 2011 David Malcolm - 2.6.6-18Resolves: CVE-2011-1521
* Fri Mar 25 2011 David Malcolm - 2.6.6-17- recompile against systemtap 1.4Related: rhbz#569695
* Wed Mar 23 2011 David Malcolm - 2.6.6-16- recompile against systemtap 1.4Related: rhbz#569695
* Wed Mar 23 2011 David Malcolm - 2.6.6-15- fix race condition that sometimes breaks the build with parallel makeResolves: rhbz#690315
* Wed Mar 23 2011 David Malcolm - 2.6.6-14- backport pre-canned ways of salting a password to the \"crypt\" moduleResolves: rhbz#681878
* Mon Mar 21 2011 David Malcolm - 2.6.6-13- move lib2to3/tests to the python-test subpackageRelated: rhbz#625395
* Mon Mar 21 2011 David Malcolm - 2.6.6-12- fix a new test in 2.6.6 that was failing on 64-bit big-endian architecturesResolves: rhbz#677392
* Mon Mar 21 2011 David Malcolm - 2.6.6-11- fix incompatibility between 2.6.6 and our non-standard M2Crypto.SSL.SSLTimeoutErrorResolves: rhbz#681811
* Mon Mar 21 2011 David Malcolm - 2.6.6-10- add workaround for bug in rhythmbox-0.12 exposed by python 2.6.6Resolves: rhbz#684991
* Wed Jan 19 2011 David Malcolm - 2.6.6-9- prevent tracebacks for the \"py-bt\" gdb command on x86_64Resolves: rhbz#639392
* Wed Jan 19 2011 David Malcolm - 2.6.6-8- fix a regression in 2.6.6 relative to 2.6.5 in urllib2Resolves: rhbz#669847
* Wed Jan 19 2011 David Malcolm - 2.6.6-7- add an optional \"timeout\" argument to the subprocess module (patch 131)Resolves: rhbz#567229
* Mon Jan 17 2011 David Malcolm - 2.6.6-6- prevent _sqlite3.so being built with a redundant RPATH of _libdir (patch 130)- remove DOS batch file \"idle.bat\"- remove shebang lines from .py files that aren\'t executable, and removeexecutability from .py files that don\'t have a shebang lineRelated: rhbz#634944- add \"Obsoletes: python-ssl\" to core package, as 2.6 contains the ssl moduleResolves: rhbz#529274
* Tue Jan 11 2011 David Malcolm - 2.6.6-5- allow the \"no_proxy\" environment variable to override \"ftp_proxy\" inurllib2 (patch 128)Resolves: rhbz#637895- make garbage-collection assertion failures more informative (patch 129)Resolves: rhbz#614680
* Tue Jan 11 2011 David Malcolm - 2.6.6-4- backport subprocess fixes to use the \"poll\" system call, rather than \"select\"Resolves: rhbz#650588
* Mon Jan 10 2011 David Malcolm - 2.6.6-3- use an ephemeral port for IDLE, enabling multiple instances to be runResolves: rhbz#639222- add systemtap static markers, tapsets, and example scriptsResolves: rhbz#569695
* Mon Jan 10 2011 David Malcolm - 2.6.6-2- fix dbm.release on ppc64/s390xResolves: rhbz#626756- fix missing lib2to3 test filesResolves: rhbz#625395- fix test.test_commands SELinux incompatibilityResolves: rhbz#625393- make \"pydoc -k\" more robust in the face of broken modulesResolves: rhbz#603073
* Mon Nov 29 2010 David Malcolm - 2.6.6-1- rebase to 2.6.6: (which contains the big whitespace cleanup of r81031) http://www.python.org/download/releases/2.6.6/ - fixup patch 102, patch 11, patch 52, patch 110 - drop upstreamed patches: patch 113 (CVE-2010-1634), patch 114 (CVE-2010-2089), patch 115 (CVE-2008-5983), patch 116 (rhbz598564), patch 118 (rhbz540518) - add fix for upstream bug in test_posix.py introduced in 2.6.6 (patch 120)Resolves: rhbz#627301
* Wed Jul 14 2010 David Malcolm - 2.6.5-3- slightly rework patch 119 to fix the hashlib selftests in FIPS modeResolves: rhbz#563986
* Tue Jul 13 2010 David Malcolm - 2.6.5-2- support OpenSSL FIPS mode in _hashlib and hashlibResolves: rhbz#563986- don\'t build the _md5 and _sha
* modules: rely on _hashlib in hashlib
* Mon Jul 12 2010 David Malcolm - 2.6.5-1- 2.6.5- remove upstream patch 53- fixup selinux patch to apply cleanly against 2.6.5 (patch 110)Resolves: rhbz#611607- remove commented-out, out-of-date patches
* Tue Jun 22 2010 David Malcolm - 2.6.2-11- Stop python bailing out with an assertion failure when UnicodeDecodeErrorsoccur on very large buffers (patch 118, upstream issue 9058)Resolves: rhbz#540518
* Mon Jun 21 2010 David Malcolm - 2.6.2-10- Fix an incompatibility between pyexpat and the system expat-2.0.1 that led toa segfault running test_pyexpat.py (patch 117)Resolves: rhbz#583931
* Tue Jun 08 2010 David Malcolm - 2.6.2-9- cherrypick upstream fix for fatal error creating threads when memory islow (patch 116)Resolves: rhbz#598564
* Thu Jun 03 2010 David Malcolm - 2.6.2-8- ensure that the compiler is invoked with \"-fwrapv\" (rhbz#594819)- CVE-2010-1634: fix various integer overflow checks in the audioopmodule (patch 113)- CVE-2010-2089: further checks within the audioop module (patch 114)- CVE-2008-5983: the new PySys_SetArgvEx entry point from r81399 (patch 115)
* Wed May 26 2010 David Malcolm - 2.6.2-7- add flags for statvfs.f_flag to the constant list in posixmodule (i.e. \"os\")(patch 112)
* Thu Apr 29 2010 David Malcolm - 2.6.2-6- add gdb hooks for easier debugging (rhbz:569696)- supply fourth parameter (default permissions) in all usage of \"defattr\" insubpackage manifests- remove trailing periods from package \"Summary\" fields- fix typo in the description of the \"test\" subpackage
* Mon Jan 25 2010 David Malcolm - 2.6.2-5- update python-2.6.2-config.patch to remove downstream customization of buildof pyexpat and elementtree modules- add patch adapted from upstream (patch 3) to add support for building againstsystem expat; add --with-system-expat to \"configure\" invocation (patch 3)- remove embedded copy of expat from source tree during \"prep\"
* Mon Jan 25 2010 David Malcolm - 2.6.2-4- introduce %{with_valgrind} macro, to only use the valgrind patch on archswhere valgrind-devel is available
* Tue Jan 19 2010 David Malcolm - 2.6.2-3- replace usage of %define with %global- introduce macros for 3 directories, replacing expanded references throughout:%{pylibdir}, %{dynload_dir}, %{site_packages}- split up the \"configure\" invocation flags onto individual lines- move lib2to3 from -tools subpackage to main package (bug 556667)- \"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 parentdirectories (bug 531901)- fixup the build when __python_ver is set (Zach Sadecki; bug 533989); usepybasever in the files section- automatically disable arena allocator when run under valgrind (upstreamissue 2422; patch 52)- fix Lib/SocketServer.py to avoid trying to use non-existant keyword argsfor os.waitpid (patch 53, rhbz:552404, Adrian Reber)- use the %{_isa} macro to ensure that the python-devel dependency on pythonis for the correct multilib arch (#555943)- patch Makefile.pre.in to avoid building static library (patch111, bug 556092)- delete bundled copies of libffi and zlib to make sure we use the system ones- replace references to /usr with %{_prefix}; replace references to/usr/include with %{_includedir}- change python-2.6.2-config.patch to remove our downstream change to cursesconfiguration in Modules/Setup.dist, so that the curses modules are built usingsetup.py with the downstream default (linking against libncursesw.so, ratherthan libncurses.so), rather than within the Makefile; add a test to %installto verify the dso files that the curses module is linked against the correctDSO (bug 539917; changes _cursesmodule.so -> _curses.so)- explicitly list all lib-dynload files, rather than dynamically gathering thepayload into a temporary text file, so that we can be sure what we areshipping; remove now-redundant testing for presence of certain .so files
* Mon Nov 23 2009 Dennis Gregorovic - 2.6.2-2.1- Rebuilt for RHEL 6
* Fri Aug 21 2009 Tomas Mraz - 2.6.2-2- rebuilt with new openssl
* Mon Jul 27 2009 James Antill - 2.6.2-1- Update to 2.6.2
* Sun Jul 26 2009 Fedora Release Engineering - 2.6-11- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sat Jul 04 2009 Jonathan Steffan - 2.6-10- Move python-config to devel subpackage (#506153)- Update BuildRoot for new standard
* Sun Jun 28 2009 Jonathan Steffan - 2.6-9- Update python-tools description (#448940)
* Wed Apr 15 2009 Ignacio Vazquez-Abrams 2.6-8- Replace python-hashlib and python-uuid (#484715)
* Tue Mar 17 2009 James Antill - 2.6-7- Use system libffi- Resolves: bug#490573- Fix SELinux execmem problems- Resolves: bug#488396
* Thu Feb 26 2009 Fedora Release Engineering - 2.6-5- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Fri Jan 16 2009 Tomas Mraz - 2.6-4- rebuild with new openssl
* Tue Jan 06 2009 James Antill - 2.6-3- Fix distutils generated rpms.- Resolves: bug#236535
* Wed Dec 10 2008 Ignacio Vazquez-Abrams - 2.6-2- Enable -lcrypt for cryptmodule
* Fri Nov 28 2008 Ignacio Vazquez-Abrams - 2.6-1- Update to 2.6
* Tue Sep 30 2008 James Antill - 2.5.2-1- Move to 2.5.2- Fix CVE-2008-2316 hashlib overflow.
* Thu Jul 17 2008 Jeremy Katz - 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 - 2.5.1-27- fix license tag- enable support for db4-4.7
* Sun Jun 15 2008 James Antill - 2.5.1-26- Fix sporadic listdir problem- Resolves: bug#451494
* Mon Apr 07 2008 James Antill - 2.5.1-25- Rebuild to re-gen autoconf file due to glibc change.- Resolves: bug#441003
* Tue Mar 25 2008 James Antill - 2.5.1-24- Add more constants to socketmodule
* Sat Mar 08 2008 James Antill - 2.5.1-22- Add constants to socketmodule- Resolves: bug#436560
* Tue Feb 19 2008 Fedora Release Engineering - 2.5.1-22- Autorebuild for GCC 4.3
* Sun Jan 13 2008 Tom \"spot\" Callaway - 2.5.1-21- rebuild for new tk in rawhide
* Mon Jan 07 2008 James Antill - 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 - 2.5.1-19- rebuild for new tcl/tk in rawhide
* Fri Dec 07 2007 James Antill - 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 - 2.5.1-17- rebuild for new libssl
* Fri Nov 30 2007 James Antill - 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 - 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 - 2.5.1-14- Remove bintuils dep. for live CD ... add work around for ctypes
* Mon Oct 22 2007 James Antill - 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 - 2.5.1-12- fix marshalling of objects in xmlrpclib (python bug #1739842)
* Fri Sep 14 2007 Jeremy Katz - 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 - 2.5.1-10- work around problems with multi-line plural specification (#252136)
* Tue Aug 28 2007 Jeremy Katz - 2.5.1-9- rebuild against new expat
* Tue Aug 14 2007 Jeremy Katz - 2.5.1-8- build against db4.6
* Tue Aug 14 2007 Dennis Gilmore - 2.5.1-7- add sparc64 to the list of archs for _pyconfig64_h
* Fri Aug 10 2007 Jeremy Katz - 2.5.1-6- fix ctypes again on some arches (Hans de Goede, #251637)
* Fri Jul 06 2007 Jeremy Katz - 2.5.1-5- link curses modules with ncursesw (#246385)
* Wed Jun 27 2007 Jeremy Katz - 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 - 2.5.1-3- link with system expat (#245703)
* Thu Jun 21 2007 Jeremy Katz - 2.5.1-2- rebuild to take advantage of hardlinking between identical pyc/pyo files
* Thu May 31 2007 Jeremy Katz - 2.5.1-1- update to python 2.5.1
* Mon Mar 19 2007 Jeremy Katz - 2.5.3-12- fix alpha build (#231961)
* Tue Feb 13 2007 Jeremy Katz - 2.5.3-11- tcl/tk was reverted; rebuild again
* Thu Feb 01 2007 Jeremy Katz - 2.5.3-10- rebuild for new tcl/tk
* Tue Jan 16 2007 Miroslav Lichvar - 2.5.3-9- link with ncurses
* Sat Jan 06 2007 Jeremy Katz - 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 - 2.5.3-7- fix ctypes to not require execstack (#220669)
* Fri Dec 15 2006 Jeremy Katz - 2.5.3-6- don\'t link against compat-db (Robert Scheck)
* Wed Dec 13 2006 Jarod Wilson - 2.5.3-5- fix invalid assert in debug mode (upstream changeset 52622)
* Tue Dec 12 2006 Jeremy Katz - 2.5.3-4- obsolete/provide python-ctypes (#219256)
* Mon Dec 11 2006 Jeremy Katz - 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 - 2.5.3-2- disable installation of .egg-info files for now
* Tue Dec 05 2006 Jeremy Katz - 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 - 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 - 2.5-0- update to 2.5.0 final
* Fri Aug 18 2006 Mihai Ibanescu - 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 - 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 - 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 - 2.4.3-11.FC6- and fix it for real
* Tue Jun 13 2006 Jeremy Katz - 2.4.3-10.FC6- fix python-devel on ia64
* Tue Jun 13 2006 Mihai Ibanescu - 2.4.3-9- Fixed python-devel to be multilib friendly (bug #192747, #139911)
* Tue Jun 13 2006 Mihai Ibanescu - 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 - 2.4.3-7- Fixed bug #121198 (webbrowser.py should use the user\'s preferences first)
* Mon Jun 12 2006 Mihai Ibanescu - 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 - 2.4.3-5- Fixed bug #193484 (added pydoc in the main package)
* Mon Jun 05 2006 Mihai Ibanescu - 2.4.3-4- Added dist in the release
* Mon May 15 2006 Mihai Ibanescu - 2.4.3-3- rebuilt to fix broken libX11 dependency
* Wed Apr 12 2006 Jeremy Katz - 2.4.3-2- rebuild with new gcc to fix #188649
* Thu Apr 06 2006 Mihai Ibanescu - 2.4.3-1- Updated to 2.4.3
* Fri Feb 10 2006 Jesse Keating - 2.4.2-3.2.1- bump again for double-long bug on ppc(64)
* Fri Feb 10 2006 Mihai Ibanescu - 2.4.3-3.2- rebuilt for newer tix
* Tue Feb 07 2006 Jesse Keating - 2.4.2-3.1- rebuilt for new gcc4.1 snapshot and glibc changes
* Fri Jan 20 2006 Mihai Ibanescu 2.4.2-3- fixed #136654 for another instance of audiotest.au
* Fri Dec 09 2005 Jesse Keating - rebuilt
* Sat Nov 19 2005 Bill Nottingham 2.4.2-2- fix build for modular X, remove X11R6 path references
* Tue Nov 15 2005 Mihai Ibanescu 2.4.2-1- Upgraded to 2.4.2- BuildRequires autoconf
* Wed Nov 09 2005 Mihai Ibanescu 2.4.1-16- Rebuilding against newer openssl.- XFree86-devel no longer exists
* Mon Sep 26 2005 Peter Jones 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 2.4.1-13- So, 5 or 6 people have said it works for them with this patch...
* Sun Sep 25 2005 Peter Jones 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 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 2.4.1-8- Fix bug #169046 more correctly.
* Thu Sep 22 2005 Mihai Ibanescu 2.4.1-7- Fixed bug #169046 (realpath is unsafe); thanks to Peter Jones and Arjan van de Ven for diagnosing and the patch.
* Tue Sep 20 2005 Mihai Ibanescu 2.4.1-4- Fixed bug #168655 (fixes for building as python24)
* Tue Jul 26 2005 Mihai Ibanescu 2.4.1-3- Fixed bug #163435 (pynche doesn\'t start))
* Wed Apr 20 2005 Mihai Ibanescu 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 2.4.1-1- updated to 2.4.1
* Mon Mar 14 2005 Mihai Ibanescu 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 2.4-5- Rebuild to pick up new libssl.so.5
* Wed Feb 02 2005 Mihai Ibanescu 2.4-4- Fixed security issue in SimpleXMLRPCServer.py (#146647)
* Wed Jan 12 2005 Tim Waugh 2.4-3- Rebuilt for new readline.
* Mon Dec 06 2004 Jeff Johnson 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 2.4-1- Python-2.4.tar.bz2 (final)
* Fri Nov 19 2004 Mihai Ibanescu 2.4-0.c1.1- Python-2.4c1.tar.bz2 (release candidate 1)
* Thu Nov 11 2004 Jeff Johnson 2.4-0.b2.4- rebuild against db-4.3.21.
* Mon Nov 08 2004 Jeremy Katz - 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 - 2.4-0.b2.2- cryptmodule still needs -lcrypt (again)
* Thu Nov 04 2004 Mihai Ibanescu 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 2.3.4-13- Fixed bug #138112 (python overflows stack buffer) - SF bug 105470
* Tue Nov 02 2004 Mihai Ibanescu 2.3.4-12- Fixed bugs #131439 #136023 #137863 (.pyc/.pyo files had the buildroot added)
* Tue Oct 26 2004 Mihai Ibanescu 2.3.4-11- Fixed bug #136654 (python has sketchy audio clip)
* Tue Aug 31 2004 Mihai Ibanescu 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 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 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 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 - rebuilt
* Tue Jun 08 2004 Mihai Ibanescu 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 2.3.4-2- Patched bdist_rpm to allow for builds of multiple binary rpms (bug #123598)
* Fri Jun 04 2004 Mihai Ibanescu 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 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 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 2.3.3-3- Requires XFree86-devel instead of -libs (see bug #118442)
* Tue Mar 02 2004 Elliot Lee - rebuilt
* Fri Feb 13 2004 Elliot Lee - rebuilt
* Fri Dec 19 2003 Jeff Johnson 2.3.3-1- upgrade to 2.3.3.
* Sat Dec 13 2003 Jeff Johnson 2.3.2-9- rebuild against db-4.2.52.
* Fri Dec 12 2003 Jeremy Katz 2.3.2-8- more rebuilding for new tcl/tk
* Wed Dec 03 2003 Jeff Johnson 2.3.2-7.1- rebuild against db-4.2.42.
* Fri Nov 28 2003 Mihai Ibanescu 2.3.2-7- rebuilt against newer tcl/tk
* Mon Nov 24 2003 Mihai Ibanescu 2.3.2-6- added a Provides: python-abi
* Wed Nov 12 2003 Mihai Ibanescu 2.3.2-5- force CC (#109268)
* Sun Nov 09 2003 Jeremy Katz 2.3.2-4- cryptmodule still needs -lcrypt
* Wed Nov 05 2003 Mihai Ibanescu 2.3.2-2- Added patch for missing mkhowto
* Thu Oct 16 2003 Mihai Ibanescu 2.3.2-1- Updated to 2.3.2
* Thu Sep 25 2003 Mihai Ibanescu 2.3.1-1- 2.3.1 final
* Tue Sep 23 2003 Mihai Ibanescu 2.3.1-0.8.RC1- Building the python 2.3.1 release candidate- Updated the lib64 patch
* Wed Jul 30 2003 Mihai Ibanescu 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 2.2.3-4- Rebuilt against newer db4 packages (bug #98539)
* Mon Jun 09 2003 Elliot Lee 2.2.3-3- rebuilt
* Sat Jun 07 2003 Mihai Ibanescu 2.2.3-2- Rebuilt
* Fri Jun 06 2003 Mihai Ibanescu 2.2.3-1- Upgraded to 2.2.3
* Wed Apr 02 2003 Mihai Ibanescu 2.2.2-28- Rebuilt
* Wed Apr 02 2003 Mihai Ibanescu 2.2.2-27- Modified the ftpuri patch conforming to http://ietf.org/rfc/rfc1738.txt
* Mon Feb 24 2003 Elliot Lee - rebuilt
* Mon Feb 24 2003 Mihai Ibanescu 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 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 2.2.2-22- Using newer Japanese codecs (1.4.9). Thanks to Peter Bowen for pointing this out.
* Thu Feb 06 2003 Mihai Ibanescu 2.2.2-21- Rebuild
* Wed Feb 05 2003 Mihai Ibanescu 2.2.2-20- Release number bumped really high: turning on UCS4 (ABI compatibility breakage)
* Fri Jan 31 2003 Mihai Ibanescu 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 2.2.2-12- Rebuild to incorporate the removal of .lib64 and - files.
* Thu Jan 30 2003 Mihai Ibanescu 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 - rebuilt
* Wed Jan 15 2003 Jens Petersen 2.2.2-10- rebuild to update tkinter\'s tcltk deps- convert changelog to utf-8
* Tue Jan 07 2003 Nalin Dahyabhai 2.2.2-9- rebuild
* Fri Jan 03 2003 Nalin Dahyabhai - pick up OpenSSL cflags and ldflags from pkgconfig if available
* Thu Jan 02 2003 Jeremy Katz 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 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 2.2.2-6- rebuild to fix broken tcltk deps for tkinter
* Fri Nov 22 2002 Mihai Ibanescu 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 2.2.2-5- Fixed configuration patch to add -lcrypt when compiling cryptmodule.c2.2.2-4- Spec file change from Matt Wilson to disable linking with the C++ compiler.
* Mon Nov 11 2002 Mihai Ibanescu 2.2.2-3.
*- Merged patch from Karsten Hopp 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 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 - builds as python2 require a different libdb- changed the buildroot name of python to match python2 builds
* Fri Nov 01 2002 Mihai Ibanescu - updated python to 2.2.2 and adjusted the patches accordingly
* Mon Oct 21 2002 Mihai Ibanescu - Fix #53930 (Python-2.2.1-buildroot-bytecode.patch)- Added BuildPrereq dependency on gcc-c++
* Fri Aug 30 2002 Trond Eivind Glomsrød 2.2.1-17- security fix for _execvpe
* Tue Aug 13 2002 Trond Eivind Glomsrød 2.2.1-16- Fix #71011,#71134, #58157
* Wed Aug 07 2002 Trond Eivind Glomsrød 2.2.1-15- Resurrect tkinter- Fix for distutils (#67671)- Fix #69962
* Thu Jul 25 2002 Trond Eivind Glomsrød 2.2.1-14- Obsolete tkinter/tkinter2 (#69838)
* Tue Jul 23 2002 Trond Eivind Glomsrød 2.2.1-13- Doc fixes (#53951) - not on alpha at the momemt
* Mon Jul 08 2002 Trond Eivind Glomsrød 2.2.1-12- fix pydoc (#68082)
* Mon Jul 08 2002 Trond Eivind Glomsrød 2.2.1-11- Add db4-devel as a BuildPrereq
* Fri Jun 21 2002 Tim Powers 2.2.1-10- automated rebuild
* Mon Jun 17 2002 Trond Eivind Glomsrød 2.2.1-9- Add Japanese codecs (#66352)
* Tue Jun 11 2002 Trond Eivind Glomsrød 2.2.1-8- No more tkinter...
* Wed May 29 2002 Trond Eivind Glomsrød 2.2.1-7- Rebuild
* Tue May 21 2002 Trond Eivind Glomsrød 2.2.1-6- Add the email subcomponent (#65301)
* Fri May 10 2002 Trond Eivind Glomsrød 2.2.1-5- Rebuild
* Thu May 02 2002 Than Ngo 2.2.1-4- rebuild i new enviroment
* Tue Apr 23 2002 Trond Eivind Glomsrød - Use ucs2, not ucs4, to avoid breaking tkinter (#63965)
* Mon Apr 22 2002 Trond Eivind Glomsrød 2.2.1-2- Make it use db4
* Fri Apr 12 2002 Trond Eivind Glomsrød 2.2.1-1- 2.2.1 - a bugfix-only release
* Fri Apr 12 2002 Trond Eivind Glomsrød 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 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 2.2-14- Don\'t own lib-tk in main package, only in tkinter (#62753)
* Mon Mar 25 2002 Trond Eivind Glomsrød 2.2-13- rebuild
* Mon Mar 25 2002 Trond Eivind Glomsrød 2.2-12- rebuild
* Fri Mar 01 2002 Trond Eivind Glomsrød 2.2-11- Add a not to the Distutils obsoletes test (doh!)
* Fri Mar 01 2002 Trond Eivind Glomsrød 2.2-10- Rebuild
* Mon Feb 25 2002 Trond Eivind Glomsrød 2.2-9- Only obsolete Distutils when built as python
* Thu Feb 21 2002 Trond Eivind Glomsrød 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 2.2-7- Use version and pybasever macros to make updating easy- Use _smp_mflags macro
* Tue Jan 29 2002 Trond Eivind Glomsrød 2.2-6- Add db4-devel to BuildPrereq
* Fri Jan 25 2002 Nalin Dahyabhai 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 2.2-4- Obsolete subpackages if necesarry - provide versioned python2- build with db4
* Wed Jan 16 2002 Trond Eivind Glomsrød 2.2-3- Alpha toolchain broken. Disable build on alpha.- New openssl
* Wed Dec 26 2001 Trond Eivind Glomsrød 2.2-1- 2.2 final
* Fri Dec 14 2001 Trond Eivind Glomsrød 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 2.2-0.10b2- Use -fPIC for OPT as well, in lack of a proper libpython.so
* Mon Nov 26 2001 Matt Wilson 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 2.2-0.8b2- 2.2b2
* Fri Oct 26 2001 Matt Wilson 2.2-0.7b1- python2ify
* Fri Oct 19 2001 Trond Eivind Glomsrød 2.2-0.5b1- 2.2b1
* Sun Sep 30 2001 Trond Eivind Glomsrød 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 2.2-0.3a3- Obsolete Distutils, which is now part of the main package- Obsolete python2
* Thu Sep 13 2001 Trond Eivind Glomsrød 2.2-0.2a3- Add docs, tools and tkinter subpackages, to match the 1.5 layout
* Wed Sep 12 2001 Trond Eivind Glomsrød 2.2-0.1a3- 2.2a3- don\'t build tix and blt extensions
* Mon Aug 13 2001 Trond Eivind Glomsrød - Add tk and tix to build dependencies
* Sat Jul 21 2001 Trond Eivind Glomsrød - 2.1.1 bugfix release - with a GPL compatible license
* Fri Jul 20 2001 Trond Eivind Glomsrød - Add new build dependencies (#49753)
* Tue Jun 26 2001 Nalin Dahyabhai - build with -fPIC
* Fri Jun 01 2001 Trond Eivind Glomsrød - 2.1- reorganization of file includes
* Wed Dec 20 2000 Trond Eivind Glomsrød - 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 - added devel subpackage
* Fri Dec 15 2000 Matt Wilson - 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 - updated for 2.0 final
* Mon Oct 09 2000 Jeremy Hylton - 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 - added bin/python2.0 to files list (suggested by Martin v. L?)
* Tue Sep 26 2000 Jeremy Hylton - updated for release 1 of 2.0b2- use .bz2 version of Python source
* Tue Sep 12 2000 Jeremy Hylton - 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.
 
ICM