Go to file
David Malcolm 01cf2c167e 2.7.3-22: fix a problem with distutils.sysconfig when CFLAGS is defined in the environment (patch 168; rhbz#849994)
* Wed Feb 20 2013 David Malcolm <dmalcolm@redhat.com> - 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
.gitignore Build with $RPM_LD_FLAGS (#756862). 2012-01-04 22:27:36 +02:00
00001-pydocnogui.patch 2.7.3-17: remove "_default_patch_fuzz" directive 2013-02-19 15:20:28 -05:00
00055-systemtap.patch rename and renumber patches for consistency with python3.spec 2011-09-12 17:38:37 -04: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 2.7.3-17: remove "_default_patch_fuzz" directive 2013-02-19 15:20:28 -05:00
00113-more-configuration-flags.patch rename and renumber patches for consistency with python3.spec 2011-09-12 17:38:37 -04: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-revert-r79310.patch 2.7.3-17: remove "_default_patch_fuzz" directive 2013-02-19 15:20:28 -05: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 rewrite of %check: fine-grained test exclusions 2011-09-10 07:55:07 -04: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 rewrite of %check: fine-grained test exclusions 2011-09-10 07:55:07 -04:00
00137-skip-distutils-tests-that-fail-in-rpmbuild.patch 2.7.3-1 2012-04-13 10:36:12 -04:00
00138-fix-distutils-tests-in-debug-build.patch rewrite of %check: fine-grained test exclusions 2011-09-10 07:55:07 -04: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 rewrite of %check: fine-grained test exclusions 2011-09-10 07:55:07 -04: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 fix memory leak in module _hashlib (patch 158, rhbz#836285) 2012-07-24 08:51:00 +02:00
00147-add-debug-malloc-stats.patch fix patch 147 (_debugmallocstats) 2011-09-16 19:08:10 -04: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 2.7.3-1 2012-04-13 10:36:12 -04: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 2.7.3-6: try again to fix test_gdb.py (patch 156; rhbz#817072) 2012-04-30 16:20:26 -04:00
00157-uid-gid-overflows.patch 2.7.3-10: fix missing include in uid/gid handling patch (patch 157; rhbz#830405) 2012-06-26 14:53:28 -04:00
00158-fix-hashlib-leak.patch 2.7.3-17: remove "_default_patch_fuzz" directive 2013-02-19 15:20:28 -05:00
00159-correct-libdb-include-path.patch fix db4 include path for libdb4 package (f18 and above) 2012-07-24 08:51:48 +02:00
00165-crypt-module-salt-backport.patch 2.7.3-18: backport pre-canned ways of salting a password to the "crypt" module from 3.3 (rhbz#835021) 2013-02-19 17:05:23 -05:00
00166-fix-fake-repr-in-gdb-hooks.patch 2.7.3-19: bulletproof gdb debugging hooks to fix FTFBS on ARM (rhbz#912025) 2013-02-19 17:22:57 -05: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
05000-autotool-intermediates.patch 2.7.3-7: renumber autotools patch from 300 to 5000 2012-05-04 15:42:02 -04: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 add rpm macros file (rhbz#731800) 2011-08-18 15:25:42 -04:00
pyfuntop.stp - add pyfuntop.stp; allow systemtap support to be disabled 2010-03-13 00:06:34 +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-plural-fix.patch - work around problems with multi-line plural specification (#252136) 2007-09-10 15:42:58 +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-distutils_rpm.patch - Fix distutils generated rpms. 2009-01-06 20:05:07 +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.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-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-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 * Thu Dec 23 2010 David Malcolm <dmalcolm@redhat.com> - 2.7.1-1 2010-12-28 22:46:51 -05: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 add --extension-suffix option to python-config (patch 130; rhbz#732808) 2011-08-23 18:28:07 -04:00
python-2.7.3-debug-build.patch 2.7.3-2: fix -config symlinks (patch 112; rhbz#813836) 2012-04-18 20:19:10 -04:00
python-2.7.3-lib64.patch 2.7.3-17: remove "_default_patch_fuzz" directive 2013-02-19 15:20:28 -05: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 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
pythondeps.sh - work around bug 562906 by supplying a fixed version of pythondeps.sh 2010-02-08 19:58:25 +00:00
sources 2.7.3-1 2012-04-13 10:36:12 -04:00
systemtap-example.stp - add a systemtap tapset defining "python.function.entry" and 2010-02-09 22:46:34 +00:00