Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
python-devel - The libraries and header files needed for Python development.
The Python programming language's interpreter can be extended with
dynamically loaded extensions and can be embedded in other programs.
This package contains the header files and libraries needed to do
these types of tasks.
Install python-devel if you want to develop Python extensions. The
python package will also need to be installed. You'll probably also
want to install the python-docs package, which contains Python
documentation.
Packages
Latest: python-devel-2.4.3-9999.43.el5.fio.i686.rpm
| Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
| python-devel |
0 |
2.4.3 |
9999.43.el5.fio |
i686 |
2.7 MiB |
2011-05-05 16:05:52 |
Changelog:
- * 2010-12-10 - David Malcolm <dmalcolm[AT]redhat[DOTCOM]> - 2.4.3-43
- add missing patch 206
Related: rhbz#549372
- * 2010-12-10 - David Malcolm <dmalcolm[AT]redhat[DOTCOM]> - 2.4.3-42
- fix test_pyclbr to match the urllib change in patch 204 (patch 206)
- allow the "no_proxy" environment variable to override "ftp_proxy" in
urllib2 (patch 207)
- fix typos in names of patches 204 and 205
Related: rhbz#549372
- * 2010-11-30 - David Malcolm <dmalcolm[AT]redhat[DOTCOM]> - 2.4.3-41
- backport support for the "no_proxy" environment variable to the urllib and
urllib2 modules (patches 204 and 205, respectively)
Resolves: rhbz#549372
- * 2010-11-15 - David Malcolm <dmalcolm[AT]redhat[DOTCOM]> - 2.4.3-40
- backport fixes for arena allocator from 2.5a1
- disable arena allocator when run under valgrind on x86, x86_64, ppc, ppc64
(patch 203)
- add patch to add sys._debugmallocstats() hook (patch 202)
Resolves: rhbz#569093
- * 2010-10-22 - David Malcolm <dmalcolm[AT]redhat[DOTCOM]> - 2.4.3-39
- fix various flaws in the "audioop" module
- Resolves: CVE-2010-1634 CVE-2010-2089
- backport the new PySys_SetArgvEx libpython entrypoint from 2.6
- Related: CVE-2008-5983
- restrict creation of the .relocation-tag files to i386 builds
- Related: rhbz#644761
- move the python-optik metadata from the core subpackage to the python-libs
subpackage
- Related: rhbz#625372
- * 2010-10-21 - David Malcolm <dmalcolm[AT]redhat[DOTCOM]> - 2.4.3-38
- add metadata to ensure that "yum install python-libs" works
- Related: rhbz#625372
- * 2010-10-20 - David Malcolm <dmalcolm[AT]redhat[DOTCOM]> - 2.4.3-37
- create dummy ELF file ".relocation-tag" to force RPM directory coloring,
fixing i386 on ia64 compat
- Resolves: rhbz#644761
- * 2010-10-20 - David Malcolm <dmalcolm[AT]redhat[DOTCOM]> - 2.4.3-36
- Backport fix for http://bugs.python.org/issue7082 to 2.4.3
- Resolves: rhbz#644147
- * 2010-10-20 - David Malcolm <dmalcolm[AT]redhat[DOTCOM]> - 2.4.3-35
- Rework rgbimgmodule fix for CVE-2008-3143
- Resolves: rhbz#644425 CVE-2009-4134 CVE-2010-1449 CVE-2010-1450
- * 2010-10-18 - David Malcolm <dmalcolm[AT]redhat[DOTCOM]> - 2.4.3-34
- fix stray "touch" command
- Related: rhbz#625372