Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-devel - The libraries and header files needed for Python development
- Description:
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
python-devel-2.6.6-66.el6_8.i686
[172 KiB] |
Changelog
by Charalampos Stratakis (2016-08-09):
- Fix for CVE-2016-1000110 HTTPoxy attack
Resolves: rhbz#1359161
|
python-devel-2.6.6-64.el6.i686
[171 KiB] |
Changelog
by Matej Stuchlik (2015-05-22):
- Enable use of deepcopy() with instance methods
Resolves: rhbz#1223037
|
python-devel-2.6.6-52.el6.i686
[169 KiB] |
Changelog
by Bohuslav Kabrda (2013-11-21):
- Fix multilib dependencies.
Resolves: rhbz#958256
|
python-devel-2.6.6-51.el6.i686
[169 KiB] |
Changelog
by Matej Stuchlik (2013-09-04):
- Fixed memory leak in _ssl._get_peer_alt_names
Resolves: rhbz#1002983
|
python-devel-2.6.6-37.el6_4.i686
[166 KiB] |
Changelog
by Bohuslav Kabrda (2013-05-07):
- only call subprocess's wait with timeout kwarg when appropriate
Related: rhbz#966991
|
python-devel-2.6.6-36.el6.i686
[166 KiB] |
Changelog
by David Malcolm (2012-10-12):
- disable patch 110 (python-2.6.5-ctypes-noexecmem.patch)
Related: rhbz#707944
- disable patch 129 (python-2.6.6-gc-assertions.patch) now that we're
building with -DNDEBUG
Related: rhbz#810847
Related: rhbz#841748
Related: rhbz#614680
|
python-devel-2.6.6-29.el6_3.3.i686
[165 KiB] |
Changelog
by David Malcolm (2012-08-28):
- add an RPATH to pyexpat.so to avoid ImportError on XML_SetHashSalt when a
vanilla build of expat is present in LD_LIBRARY_PATH
Resolves: rhbz#833271
|
python-devel-2.6.6-29.el6_2.2.i686
[165 KiB] |
Changelog
by David Malcolm (2012-05-01):
- if hash randomization is enabled, also enable it within pyexpat
Resolves: CVE-2012-0876
|
python-devel-2.6.6-29.el6.i686
[164 KiB] |
Changelog
by David Malcolm (2011-09-12):
- protect GIL detection within gdb debug hooks against C stack frames that
lack a name (source 1)
Related: rhbz#711818
Resolves: rhbz#736085
|
python-devel-2.6.6-20.el6.i686
[162 KiB] |
Changelog
by David Malcolm (2011-04-11):
Resolves: CVE-2010-3493
|
python-devel-2.6.5-3.el6_0.2.i686
[159 KiB] |
Changelog
by David Malcolm (2011-01-21):
- allow the "no_proxy" environment variable to override "ftp_proxy" in
urllib2 (patch 128)
Resolves: rhbz#671343
|