Commit Graph

  • 23be90746c fix the libpython.stp systemtap tapset (rhbz#697730) David Malcolm 2011-04-19 12:09:59 -0400
  • e956d158b1 fix the libpython.stp systemtap tapset (rhbz#697730) f14 David Malcolm 2011-04-19 12:06:22 -0400
  • 607ce95f34 3.2; add python3-debug symlink David Malcolm 2011-02-21 15:59:56 -0500
  • e516bd5cb9 3.2 David Malcolm 2011-02-21 11:28:42 -0500
  • 9640a7e460 Add a /usr/bin/python3-debug symlink within the debug subpackage David Malcolm 2011-02-14 19:13:27 -0500
  • bb2fef9eec Upload 3.2rc3 to lookaside David Malcolm 2011-02-14 13:57:03 -0500
  • 3f75b3e893 3.2rc3 David Malcolm 2011-02-14 13:55:48 -0500
  • fef240e443 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild Dennis Gilmore 2011-02-09 01:42:58 -0600
  • fc9ba51d30 3.2rc2 David Malcolm 2011-02-08 19:35:54 -0500
  • 3dfb714641 add support for the timestamp counter on s390(x) Dan Horák 2011-02-04 17:47:28 +0100
  • 34c15c7789 3.2rc1 David Malcolm 2011-01-17 16:25:14 -0500
  • 5659c63442 * Wed Jan 5 2011 David Malcolm <dmalcolm@redhat.com> - 3.2-0.8.b2 - set EXTRA_CFLAGS to our CFLAGS, rather than overriding OPT, fixing a linker error with dynamic annotations (when configured using --with-valgrind) - fix the ppc build of the debug configuration (patch 130; rhbz#661510) David Malcolm 2011-01-05 18:34:21 -0500
  • 31a06df0c4 add --with-valgrind to configuration (on architectures that support this) David Malcolm 2011-01-04 10:53:01 -0500
  • c23ee7db9f work around test_subprocess failure seen in koji (patch 129) David Malcolm 2010-12-29 16:33:14 -0500
  • 5080ffc5d3 * Tue Dec 28 2010 David Malcolm <dmalcolm@redhat.com> - 3.2-0.5.b2 - 3.2b2 - rework patch 3 (removal of mimeaudio tests), patch 6 (no static libs), patch 8 (systemtap), patch 102 (lib64) - remove patch 4 (rendered redundant by upstream r85537), patch 103 (PEP 3149), patch 110 (upstreamed expat fix), patch 111 (parallel build fix for grammar fixed upstream) - regenerate patch 300 (autotool intermediates) - workaround COUNT_ALLOCS weakref issues in test suite (patch 126, patch 127, patch 128) - stop using runtest.sh in %%check (dropped by upstream), replacing with regrtest; fixup list of failing tests - introduce "pyshortver", "SOABI_optimized" and "SOABI_debug" macros - rework manifests of shared libraries to use "SOABI_" macros, reflecting PEP 3149 - drop itertools, operator and _collections modules from the manifests as py3k commit r84058 moved these inside libpython; json/tests moved to test/json_tests - move turtle code into the tkinter subpackage David Malcolm 2010-12-29 13:26:29 -0500
  • 824c34b61e fix sysconfig to not rely on the -devel subpackage (rhbz#653058) David Malcolm 2010-11-17 15:03:29 -0500
  • 4983daa112 fix parallel make (patch 112) David Malcolm 2010-10-13 13:23:15 -0400
  • 26c1be588d * Thu Sep 9 2010 David Malcolm <dmalcolm@redhat.com> - 3.2-0.4.a1 - move most of the content of the core package to the libs subpackage, given that the libs aren't meaningfully usable without the standard libraries David Malcolm 2010-09-09 14:52:31 -0400
  • e1c7be02b9 - Move test.support to core package (rhbz#596258) - Add various missing __pycache__ directories to payload David Malcolm 2010-09-08 19:01:56 -0400
  • 21a34fa6da add test.support to the core package (rhbz#596258) David Malcolm 2010-09-08 18:53:19 -0400
  • 2da356fc4f add test.support to the core package (rhbz#596258) f13 David Malcolm 2010-09-08 18:50:14 -0400
  • e9848abbe0 Give up on cherrypicking and just merge the changes over via meld Toshio Kuratomi 2010-08-23 01:10:27 -0400
  • 05a8f80b75 - Fix an incompatibility between pyexpat and the system expat-2.0.1 that led to a segfault running test_pyexpat.py (patch 110; upstream issue 9054; rhbz#610312) Toshio Kuratomi 2010-08-22 23:19:21 -0400
  • 211f42f6b6 - Backport two fixes from the f14 branch: - Fix for lone surrogates, utf8 and certain encode error handlers. - Fix for segfault in pyexpat Toshio Kuratomi 2010-08-20 15:07:00 -0400
  • 13c4a4f869 - Add __pycache__ directory for site-packages Toshio Kuratomi 2010-08-22 14:48:47 -0400
  • f8668169b6 Merge changes from a subsequent revision that fixes lone surrogate detection compilation with wide unicode builds. Toshio Kuratomi 2010-08-22 10:43:31 -0400
  • 762f268f6b forgot to bump the release Thomas Spura 2010-08-22 15:11:59 +0200
  • 1559439d3f correct latest patch edit... Thomas Spura 2010-08-22 14:42:27 +0200
  • 997d5a24f2 - on 64bit "stdlib" was still "/usr/lib/python*" (modify *lib64.patch) - make find-provides-without-python-sonames.sh 64bit aware Thomas Spura 2010-08-22 14:40:58 +0200
  • 7eb10c8dbe 3.2a1 David Malcolm 2010-08-21 18:08:26 -0400
  • 815994f42a Add with_debug_build conditional David Malcolm 2010-08-21 16:26:53 -0400
  • 3dd910f4da Rebase patch Toshio Kuratomi 2010-08-20 17:31:03 -0400
  • a9aa92da40 - Fix for lone surrogates, utf8 and certain encode error handlers. Toshio Kuratomi 2010-08-20 15:07:00 -0400
  • ab3441ad0d * Fri Aug 6 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.1.2-13 - Turn on computed-gotos. - Fix for parallel make and graminit.c Toshio Kuratomi 2010-08-19 14:13:51 -0400
  • 4c1f6daa7c * Fri Aug 6 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.1.2-13 - Turn on computed-gotos. - Fix for parallel make and graminit.c Toshio Kuratomi 2010-08-19 14:12:57 -0400
  • 91b78044d5 * Fri Aug 6 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.1.2-13 - Turn on computed-gotos. Toshio Kuratomi 2010-08-06 17:16:23 -0400
  • db6a64a5ec dist-git conversion Fedora Release Engineering 2010-07-29 10:53:57 +0000
  • 60d8dfe6a8 dist-git conversion Fedora Release Engineering 2010-07-29 10:53:55 +0000
  • 9b81ebe91e rebuild python3-3_1_2-12_fc14 dmalcolm 2010-07-02 20:32:10 +0000
  • 03b7fb2d62 - Fix an incompatibility between pyexpat and the system expat-2.0.1 that led to a segfault running test_pyexpat.py (patch 110; upstream issue 9054; rhbz#610312) python3-3_1_2-11_fc14 dmalcolm 2010-07-02 15:49:25 +0000
  • aa2fa3b588 - ensure that the compiler is invoked with "-fwrapv" (rhbz#594819) - reformat whitespace in audioop.c (patch 106) - CVE-2010-1634: fix various integer overflow checks in the audioop module (patch 107) - CVE-2010-2089: further checks within the audioop module (patch 108) - CVE-2008-5983: the new PySys_SetArgvEx entry point from r81399 (patch 109) python3-3_1_2-6_fc13 dmalcolm 2010-06-04 20:03:42 +0000
  • 5c9590b543 - ensure that the compiler is invoked with "-fwrapv" (rhbz#594819) - reformat whitespace in audioop.c (patch 106) - CVE-2010-1634: fix various integer overflow checks in the audioop module (patch 107) - CVE-2010-2089: further checks within the audioop module (patch 108) - CVE-2008-5983: the new PySys_SetArgvEx entry point from r81399 (patch 109) python3-3_1_2-10_fc14 dmalcolm 2010-06-04 19:56:30 +0000
  • 66cf571b61 - reading the timestamp counter is available only on some arches (see Python/ceval.c) Dan Horák 2010-05-27 10:59:22 +0000
  • d73e38d70d - add flags for statvfs.f_flag to the constant list in posixmodule (i.e. "os") (patch 105) python3-3_1_2-8_fc14 dmalcolm 2010-05-26 10:34:27 +0000
  • 021b2bcd4a - add configure-time support for COUNT_ALLOCS and CALL_PROFILE debug options (patch 104); enable them and the WITH_TSC option within the debug build python3-3_1_2-7_fc14 dmalcolm 2010-05-25 17:16:11 +0000
  • 55cf58012d - build and install two different configurations of Python 3: debug and standard, packaging the debug build in a new "python3-debug" subpackage (patch 103) python3-3_1_2-6_fc14 dmalcolm 2010-05-24 23:45:40 +0000
  • 1f5628e46b - exclude test_http_cookies when running selftests, due to hang seen on http://koji.fedoraproject.org/koji/taskinfo?taskID=2088463 (cancelled after 11 hours) - update python-gdb.py from v5 to py3k version submitted upstream python3-3_1_2-5_fc13 dmalcolm 2010-04-13 17:37:27 +0000
  • bbd09cc947 - exclude test_http_cookies when running selftests, due to hang seen on http://koji.fedoraproject.org/koji/taskinfo?taskID=2088463 (cancelled after 11 hours) - update python-gdb.py from v5 to py3k version submitted upstream python3-3_1_2-5_fc14 dmalcolm 2010-04-13 17:36:08 +0000
  • a24fa2b900 update python-gdb.py from v4 to v5 (improving performance and stability, adding commands) python3-3_1_2-4_fc13 dmalcolm 2010-04-01 03:24:09 +0000
  • 80325d9c24 update python-gdb.py from v4 to v5 (improving performance and stability, adding commands) python3-3_1_2-4_fc14 dmalcolm 2010-04-01 02:53:39 +0000
  • 6952be9cf9 - 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) python3-3_1_2-3_fc13 dmalcolm 2010-03-25 20:39:43 +0000
  • da0826ad3b - 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) python3-3_1_2-3_fc14 dmalcolm 2010-03-25 20:38:13 +0000
  • 45206678d1 refresh gdb hooks to v3 (reworking how they are packaged) python3-3_1_2-2_fc13 dmalcolm 2010-03-24 19:59:00 +0000
  • 485fd76f7f refresh gdb hooks to v3 (reworking how they are packaged) python3-3_1_2-2_fc14 dmalcolm 2010-03-24 19:57:26 +0000
  • cd7ff0649d - update to 3.1.2: http://www.python.org/download/releases/3.1.2/ - drop upstreamed patch 2 (.pyc permissions handling) - drop upstream patch 5 (fix for the test_tk and test_ttk_* selftests) - drop upstreamed patch 200 (path-fixing script) python3-3_1_2-1_fc13 dmalcolm 2010-03-22 19:35:52 +0000
  • eeb0b9ba0c - update to 3.1.2: http://www.python.org/download/releases/3.1.2/ - drop upstreamed patch 2 (.pyc permissions handling) - drop upstream patch 5 (fix for the test_tk and test_ttk_* selftests) - drop upstreamed patch 200 (path-fixing script) python3-3_1_2-1_fc14 dmalcolm 2010-03-21 21:07:31 +0000
  • 536a207750 fix typo in libpython.stp (rhbz:575336) python3-3_1_1-28_fc14 dmalcolm 2010-03-20 15:18:41 +0000
  • 85bcecda94 - fix typo in libpython.stp (rhbz:575336) python3-3_1_1-28_fc13 dmalcolm 2010-03-20 14:51:38 +0000
  • 1e03495a6f - add pyfuntop.stp example (source 7) - convert usage of $$RPM_BUILD_ROOT to %%{buildroot} throughout, for consistency with python.spec python3-3_1_1-27_fc13 dmalcolm 2010-03-12 22:43:52 +0000
  • 71040c91d3 - add pyfuntop.stp example (source 7) - convert usage of $$RPM_BUILD_ROOT to %%{buildroot} throughout, for consistency with python.spec python3-3_1_1-27_fc14 dmalcolm 2010-03-12 22:40:23 +0000
  • 743c2e919e Initialize branch F-13 for python3 Jesse Keating 2010-02-17 03:00:01 +0000
  • 3d86c8fa80 rebuild for new version of redhat-rpm-config python3-3_1_1-26_fc13 F-13-start F-13-split tomspur 2010-02-15 13:59:41 +0000
  • c969609dfe - split configure options into multiple lines for easy of editing - add systemtap static markers (wcohen, mjw, dmalcolm; patch 8), a systemtap tapset defining "python.function.entry" and "python.function.return" to make the markers easy to use (dmalcolm; source 5), and an example of using the tapset to the docs (dmalcolm; source 6) (rhbz:545179) python3-3_1_1-25_fc13 dmalcolm 2010-02-12 21:38:52 +0000
  • d5a5bf3c65 - 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) python3-3_1_1-24_fc13 dmalcolm 2010-02-09 03:51:42 +0000
  • b2154fa79e - add gdb hooks for easier debugging (Source 4) python3-3_1_1-23_fc13 dmalcolm 2010-02-08 20:41:07 +0000
  • 1ae4dd3f5e - update python-3.1.1-config.patch to remove downstream customization of build of pyexpat and elementtree modules - add patch adapted from upstream (patch 7) to add support for building against system expat; add --with-system-expat to "configure" invocation - remove embedded copies of expat and zlib from source tree during "prep" python3-3_1_1-22_fc13 dmalcolm 2010-01-28 19:56:39 +0000
  • 4aab458c04 - introduce %%{dynload_dir} macro - 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 - introduce a macros.pybytecompile source file, to help with packaging python3 modules (Source3; written by Toshio) - rename "2to3-3" to "python3-2to3" to better reflect python 3 module packaging plans python3-3_1_1-21_fc13 python3-3_1_1-21_fc12 dmalcolm 2010-01-28 19:09:18 +0000
  • 113725aa70 - change python-3.1.1-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) python3-3_1_1-20_fc13 dmalcolm 2010-01-25 18:44:42 +0000
  • d5d2307015 - add %%py3dir macro to macros.python3 (to be used during unified python 2/3 builds for setting up the python3 copy of the source tree) python3-3_1_1-19_fc13 dmalcolm 2010-01-22 22:00:30 +0000
  • 6a82c1949a - move lib2to3 from -tools subpackage to main package (bug 556667) python3-3_1_1-18_fc13 dmalcolm 2010-01-20 16:01:25 +0000
  • aa4aef22cc - patch Makefile.pre.in to avoid building static library (patch 6, bug 556092) python3-3_1_1-17_fc13 dmalcolm 2010-01-18 17:59:07 +0000
  • 6859f23088 - 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 python3-3_1_1-16_fc13 dmalcolm 2010-01-16 01:20:39 +0000
  • a9e268f9c6 - fix the URLs output by pydoc so they point at python.org's 3.1 build of the docs, rather than the 2.6 build python3-3_1_1-15_fc13 dmalcolm 2010-01-15 21:08:54 +0000
  • 37de6741fa - replace references to /usr with %%{_prefix}; replace references to /usr/include with %%{_includedir} (Toshio) python3-3_1_1-14_fc13 dmalcolm 2010-01-13 22:33:42 +0000
  • a3483f912e Initial import (from python3-3.1.1-13) dmalcolm 2010-01-13 21:25:18 +0000
  • 533ae8c505 Setup of module python3 Jason ティビツ 2010-01-13 20:39:58 +0000