Go to file
Matej Stuchlik 83d676a297 Update to 2.7.10 2015-05-25 17:07:57 +02:00
.gitignore Build with $RPM_LD_FLAGS (#756862). 2012-01-04 22:27:36 +02:00
00001-pydocnogui.patch Update to 2.7.10 2015-05-25 17:07:57 +02:00
00055-systemtap.patch Update to 2.7.9 2014-12-11 10:37:25 +01:00
00101-lib64-regex.patch 2.7.3-17: remove "_default_patch_fuzz" directive 2013-02-19 15:20:28 -05:00
00104-lib64-fix-for-test_install.patch rewrite of %check: fine-grained test exclusions 2011-09-10 07:55:07 -04:00
00111-no-static-lib.patch Fixed no-static-lib patch 2014-01-29 14:13:02 +01:00
00113-more-configuration-flags.patch Updated to Python 2.7.4. 2013-04-11 10:23:04 +02:00
00114-statvfs-f_flag-constants.patch rename and renumber patches for consistency with python3.spec 2011-09-12 17:38:37 -04:00
00121-add-Modules-to-build-path.patch Updated to Python 2.7.5. 2013-05-16 15:32:03 +02:00
00125-less-verbose-COUNT_ALLOCS.patch rename and renumber patches for consistency with python3.spec 2011-09-12 17:38:37 -04:00
00131-disable-tests-in-test_io.patch rename and renumber patches for consistency with python3.spec 2011-09-12 17:38:37 -04:00
00132-add-rpmbuild-hooks-to-unittest.patch rewrite of %check: fine-grained test exclusions 2011-09-10 07:55:07 -04:00
00133-skip-test_dl.patch rewrite of %check: fine-grained test exclusions 2011-09-10 07:55:07 -04:00
00134-fix-COUNT_ALLOCS-failure-in-test_sys.patch Updated to Python 2.7.4. 2013-04-11 10:23:04 +02:00
00135-skip-test-within-test_weakref-in-debug-build.patch rewrite of %check: fine-grained test exclusions 2011-09-10 07:55:07 -04:00
00136-skip-tests-of-seeking-stdin-in-rpmbuild.patch Update to 2.7.10 2015-05-25 17:07:57 +02:00
00137-skip-distutils-tests-that-fail-in-rpmbuild.patch Update to 2.7.9 2014-12-11 10:37:25 +01:00
00138-fix-distutils-tests-in-debug-build.patch Update to 2.7.7 2014-06-04 15:11:57 +02:00
00139-skip-test_float-known-failure-on-arm.patch rewrite of %check: fine-grained test exclusions 2011-09-10 07:55:07 -04:00
00140-skip-test_ctypes-known-failure-on-sparc.patch rewrite of %check: fine-grained test exclusions 2011-09-10 07:55:07 -04:00
00141-fix-test_gc_with_COUNT_ALLOCS.patch rewrite of %check: fine-grained test exclusions 2011-09-10 07:55:07 -04:00
00142-skip-failing-pty-tests-in-rpmbuild.patch Fixed tty-fail patch 2014-01-29 14:33:01 +01:00
00143-tsc-on-ppc.patch rename and renumber patches for consistency with python3.spec 2011-09-12 17:38:37 -04:00
00144-no-gdbm.patch disable gdbm module to prepare for gdbm soname bump 2011-09-13 14:37:20 -04:00
00146-hashlib-fips.patch Update to 2.7.9 2014-12-11 10:37:25 +01:00
00147-add-debug-malloc-stats.patch Update to 2.7.8 2014-07-18 16:26:31 +02:00
00148-gdbm-1.9-magic-values.patch re-enable gdbm (patch 148; rhbz#742242) 2011-09-30 16:45:14 -04:00
00152-fix-test-gdb-regex.patch 2.7.3-1 2012-04-13 10:36:12 -04:00
00153-fix-test_gdb-noise.patch Update to 2.7.10 2015-05-25 17:07:57 +02:00
00155-avoid-ctypes-thunks.patch 2.7.3-4: avoid allocating thunks in ctypes unless absolutely necessary (patch 155; rhbz#814391) 2012-04-20 15:02:19 -04:00
00156-gdb-autoload-safepath.patch Update to 2.7.10 2015-05-25 17:07:57 +02:00
00157-uid-gid-overflows.patch Update to 2.7.7 2014-06-04 15:11:57 +02:00
00158-fix-hashlib-leak.patch 2.7.3-17: remove "_default_patch_fuzz" directive 2013-02-19 15:20:28 -05:00
00165-crypt-module-salt-backport.patch Updated to Python 2.7.4. 2013-04-11 10:23:04 +02:00
00166-fix-fake-repr-in-gdb-hooks.patch Update to 2.7.7 2014-06-04 15:11:57 +02:00
00167-disable-stack-navigation-tests-when-optimized-in-test_gdb.patch 2.7.3-21: don't run any stack navigation tests in test_gdb for optimized builds (rhbz#912025) 2013-02-20 12:34:28 -05:00
00168-distutils-cflags.patch 2.7.3-22: fix a problem with distutils.sysconfig when CFLAGS is defined in the environment (patch 168; rhbz#849994) 2013-02-20 13:57:29 -05:00
00169-avoid-implicit-usage-of-md5-in-multiprocessing.patch 2.7.3-23: use SHA-256 rather than MD5 in multiprocessing.connection (patch 169; rhbz#879695) 2013-02-20 15:25:17 -05:00
00170-gc-assertions.patch Update to 2.7.10 2015-05-25 17:07:57 +02:00
00171-raise-correct-exception-when-dev-urandom-is-missing.patch 2.7.3-26: raise correct exception in os.urandom() when /dev/urandom is missing (patch 171; rhbz#907383) 2013-02-21 14:44:28 -05:00
00172-use-poll-for-multiprocessing-socket-connection.patch 2.7.3-27: port _multiprocessing.Connection to use the "poll" syscall (patch 172; rhbz#849992) 2013-02-21 17:11:13 -05:00
00173-workaround-ENOPROTOOPT-in-bind_port.patch Update to 2.7.7 2014-06-04 15:11:57 +02:00
00174-fix-for-usr-move.patch 2.7.3-34: restrict scope of workaround for cmpi-bindings issue (rhbz#817554) 2013-03-06 16:38:05 -05:00
00175-fix-configure-Wformat.patch Updated to Python 2.7.4. 2013-04-11 10:23:04 +02:00
00180-python-add-support-for-ppc64p7.patch Updated to Python 2.7.5. 2013-05-16 15:32:03 +02:00
00181-allow-arbitrary-timeout-in-condition-wait.patch Updated to Python 2.7.5. 2013-05-16 15:32:03 +02:00
00184-ctypes-should-build-with-libffi-multilib-wrapper.patch Fix build with libffi containing multilib wrapper for ffi.h (rhbz#979696). 2013-07-08 10:36:47 +02:00
00185-CVE-2013-4238-hostname-check-bypass-in-SSL-module.patch Sync back/renumber patches to stay consistent with rhel. 2013-08-26 09:37:19 +02:00
00185-urllib2-honors-noproxy-for-ftp.patch Sync back/renumber patches to stay consistent with rhel. 2013-08-26 09:37:19 +02:00
00187-add-RPATH-to-pyexpat.patch Sync back/renumber patches to stay consistent with rhel. 2013-08-26 09:37:19 +02:00
00189-gdb-py-bt-dont-raise-exception-from-eval.patch Fix processing gdb py-bt command in eval calls. 2013-10-08 14:04:54 +02:00
00190-get_python_version.patch Import get_python_version in bdist_rpm 2013-11-12 14:19:24 +01:00
00191-disable-NOOP.patch Patched failing NOOP test 2014-01-30 12:35:44 +01:00
00192-buffer-overflow.patch Fixed buffer overflow (upstream patch) 2014-02-10 14:38:26 +01:00
00193-enable-loading-sqlite-extensions.patch Enable loading sqlite extensions. 2014-02-19 14:29:31 +01:00
00194-fix-tests-with-sqlite-3.8.4.patch Fix test failure with SQLite > 3.8.4. 2014-04-07 13:49:14 +02:00
00195-enable-sslv23-in-ssl.patch Enable SSLv2 and SSLv3 when SSLv23_method is used 2014-07-18 16:44:10 +02:00
00198-add-rewheel-module.patch Update to 2.7.9 2014-12-11 10:37:25 +01:00
00199-alter-tests-to-reflect-sslv3-disabled.patch Add the patch from previous commit 2014-12-11 13:14:40 +01:00
05000-autotool-intermediates.patch Update to 2.7.7 2014-06-04 15:11:57 +02:00
fix-dbm_contains-on-64bit-bigendian.patch fix dbm_contains on 64bit-bigendian (patch 126; rhbz#626756) 2010-09-24 19:09:23 -04:00
fix-test_commands-expected-ls-output-issue7108.patch 2.7-8: add a %check 2010-08-18 13:35:32 -04:00
fix-test_structmember-on-64bit-bigendian.patch 2.7.3-1 2012-04-13 10:36:12 -04:00
libpython.stp - add a systemtap tapset defining "python.function.entry" and 2010-02-09 22:46:34 +00:00
macros.python2 Improve python2_version macros 2014-11-24 09:20:36 +01:00
pyfuntop.stp - add pyfuntop.stp; allow systemtap support to be disabled 2010-03-13 00:06:34 +00:00
pynche 2.7.4-5: fix multilib issue in python-tools due to pynche (rhbz#831437) 2013-05-14 15:53:21 -04: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-plural-fix.patch Update to 2.7.10 2015-05-25 17:07:57 +02:00
python-2.5.1-sqlite-encoding.patch Updated to Python 2.7.4. 2013-04-11 10:23:04 +02:00
python-2.6-distutils_rpm.patch - Fix distutils generated rpms. 2009-01-06 20:05:07 +00:00
python-2.6-rpath.patch Update to 2.7.7 2014-06-04 15:11:57 +02: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.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.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.7-fix-2to3-itertools-import-star.patch - re-enable systemtap 2010-07-26 13:04:32 +00:00
python-2.7-fix-parallel-make.patch - disable systemtap for now (dtrace is failing on startup due to the bug 2010-07-22 20:04:43 +00:00
python-2.7-lib64-sysconfig.patch - add patch to fixup the new sysconfig.py for our multilib support on 2010-07-21 20:48:17 +00:00
python-2.7-r84443-cfgparse.patch - backport a patch to fix a change in behaviour in configparse. 2010-09-16 13:42:05 -04:00
python-2.7.1-config.patch Updated to Python 2.7.5. 2013-05-16 15:32:03 +02:00
python-2.7.1-fix-decimal-in-turkish-locale.patch fix "import decimal" in the Turkish locale (patch 131; rhbz#694928) 2011-04-12 08:06:25 -04:00
python-2.7.1-fix_test_abc_with_COUNT_ALLOCS.patch * Thu Dec 23 2010 David Malcolm <dmalcolm@redhat.com> - 2.7.1-1 2010-12-28 22:46:51 -05:00
python-2.7.2-add-extension-suffix-to-python-config.patch Updated to Python 2.7.4. 2013-04-11 10:23:04 +02:00
python-2.7.3-debug-build.patch Update to 2.7.9 2014-12-11 10:37:25 +01:00
python-2.7.3-lib64.patch Fixed lib64 patch 2014-01-29 13:58:24 +01:00
python-2.7rc1-binutils-no-dep.patch - add patch to fixup the new sysconfig.py for our multilib support on 2010-07-21 20:48:17 +00:00
python-2.7rc1-ctypes-noexecmem.patch - add patch to fixup the new sysconfig.py for our multilib support on 2010-07-21 20:48:17 +00:00
python-2.7rc1-socketmodule-constants.patch - add patch to fixup the new sysconfig.py for our multilib support on 2010-07-21 20:48:17 +00:00
python-2.7rc1-socketmodule-constants2.patch - add patch to fixup the new sysconfig.py for our multilib support on 2010-07-21 20:48:17 +00:00
python-3.2b2-fix-ppc-debug-build.patch fix the ppc build of the debug configuration (patch 130; rhbz#661510) 2011-01-06 11:29:20 -05: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 Update to 2.7.10 2015-05-25 17:07:57 +02: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.7.9 2014-12-11 10:37:25 +01:00
systemtap-example.stp - add a systemtap tapset defining "python.function.entry" and 2010-02-09 22:46:34 +00:00