Go to file
dmalcolm 500aee5ba1 updated version of patch 2010-06-22 19:07:26 +00:00
.cvsignore - update to 2.6.5: http://www.python.org/download/releases/2.6.5/ 2010-03-20 04:12:53 +00:00
Makefile Fix typo that causes a failure to update the common directory. (releng 2009-11-25 23:31:54 +00:00
Python-2.2.1-pydocnogui.patch auto-import changelog data from python-2.2.2-26.src.rpm 2004-09-09 11:02:53 +00:00
disable-pymalloc-on-valgrind-py26.patch - automatically disable arena allocator when run under valgrind (upstream 2009-12-18 03:20:50 +00:00
import.log Update to 2.6 2008-11-29 02:03:47 +00:00
libpython.stp - add a systemtap tapset defining "python.function.entry" and 2010-02-09 22:46:34 +00:00
make-pydoc-more-robust-001.patch - make "pydoc -k" more robust in the face of broken modules (rhbz:461419, 2010-05-27 15:37:54 +00:00
pyfuntop.stp - add pyfuntop.stp; allow systemtap support to be disabled 2010-03-13 00:06:34 +00:00
python-2.3.4-lib64-regex.patch auto-import changelog data from python-2.3.4-1.src.rpm 2004-09-09 11:05:41 +00:00
python-2.5-cflags.patch auto-import python-2.5-0 on branch devel from python-2.5-0.src.rpm 2006-12-05 21:34:32 +00:00
python-2.5.1-codec-ascii-tolower.patch - Fix pyconfig.h comment typo. 2007-11-30 05:31:41 +00:00
python-2.5.1-plural-fix.patch - work around problems with multi-line plural specification (#252136) 2007-09-10 15:42:58 +00:00
python-2.5.1-socketmodule-constants.patch - Add constants to socketmodule 2008-03-08 04:29:13 +00:00
python-2.5.1-socketmodule-constants2.patch - Add more constants to socketmodule 2008-03-25 14:15:20 +00:00
python-2.5.1-sqlite-encoding.patch - fix encoding of sqlite .py files to work around weird encoding problem in 2007-09-14 14:44:14 +00:00
python-2.6-ctypes-noexecmem.patch - update to 2.6.5: http://www.python.org/download/releases/2.6.5/ 2010-03-20 04:12:53 +00:00
python-2.6-distutils_rpm.patch - Fix distutils generated rpms. 2009-01-06 20:05:07 +00:00
python-2.6-lib64.patch Update to 2.6 2008-11-29 02:03:47 +00:00
python-2.6-rpath.patch Update to 2.6 2008-11-29 02:03:47 +00:00
python-2.6-update-bsddb3-4.8.patch - automatically disable arena allocator when run under valgrind (upstream 2009-12-18 03:20:50 +00:00
python-2.6.2-CVE-2008-5983.patch - ensure that the compiler is invoked with "-fwrapv" (rhbz#594819) 2010-06-04 18:05:41 +00:00
python-2.6.2-CVE-2010-1634.patch - ensure that the compiler is invoked with "-fwrapv" (rhbz#594819) 2010-06-04 18:05:41 +00:00
python-2.6.2-CVE-2010-2089.patch - ensure that the compiler is invoked with "-fwrapv" (rhbz#594819) 2010-06-04 18:05:41 +00:00
python-2.6.2-binutils-no-dep.patch - Update to 2.6.2 2009-07-30 21:03:26 +00:00
python-2.6.2-config.patch - update python-2.6.2-config.patch to remove downstream customization of 2010-01-26 21:46:40 +00:00
python-2.6.2-with-system-expat.patch - update python-2.6.2-config.patch to remove downstream customization of 2010-01-26 21:46:40 +00:00
python-2.6.4-distutils-rpath.patch - fixup distutils/unixccompiler.py to remove standard library path from 2010-03-16 19:33:57 +00:00
python-2.6.4-dtrace.patch - revise the systemtap patch (patch 55:python-2.6.4-dtrace.patch) to the 2010-02-10 23:04:04 +00:00
python-2.6.4-no-static-lib.patch - patch Makefile.pre.in to avoid building static library (patch111, bug 2010-01-18 18:51:20 +00:00
python-2.6.4-setup-db48.patch - update to 2.6.5: http://www.python.org/download/releases/2.6.5/ 2010-03-20 04:12:53 +00:00
python-2.6.5-db48.patch - update to 2.6.5: http://www.python.org/download/releases/2.6.5/ 2010-03-20 04:12:53 +00:00
python-2.6.5-debug-build.patch - build and install two different configurations of Python: debug and 2010-05-20 19:16:46 +00:00
python-2.6.5-fix-expat-issue9054.patch - Fix an incompatibility between pyexpat and the system expat-2.0.1 that 2010-06-21 22:36:03 +00:00
python-2.6.5-more-configuration-flags.patch - add configure-time support for COUNT_ALLOCS and CALL_PROFILE debug 2010-05-25 16:13:29 +00:00
python-2.6.5-remove-PyUnicodeDecodeError_Create-assertions-issue9058.patch updated version of patch 2010-06-22 19:07:26 +00:00
python-2.6.5-statvfs-f_flag-constants.patch - add flags for statvfs.f_flag to the constant list in posixmodule (i.e. 2010-05-26 10:28:54 +00:00
python-gdb.py update python-gdb.py from v4 to v5 (improving performance and stability, 2010-04-01 02:45:00 +00:00
python.spec - Stop python bailing out with an assertion failure when 2010-06-22 18:40:57 +00:00
pythondeps.sh - work around bug 562906 by supplying a fixed version of pythondeps.sh 2010-02-08 19:58:25 +00:00
sources - update to 2.6.5: http://www.python.org/download/releases/2.6.5/ 2010-03-20 04:12:53 +00:00
systemtap-example.stp - add a systemtap tapset defining "python.function.entry" and 2010-02-09 22:46:34 +00:00