Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python - An interpreted, interactive, object-oriented programming language
- Description:
Python is an interpreted, interactive, object-oriented programming
language often compared to Tcl, Perl, Scheme or Java. Python includes
modules, classes, exceptions, very high level dynamic data types and
dynamic typing. Python supports interfaces to many system calls and
libraries, as well as to various windowing systems (X11, Motif, Tk,
Mac and MFC).
Programmers can write new built-in modules for Python in C or C++.
Python can be used as an extension language for applications that need
a programmable interface.
Note that documentation for Python is provided in the python-docs
package.
This package provides the "python" executable; most of the actual
implementation is within the "python-libs" package.
Packages
python-2.6.6-66.el6_8.i686
[75 KiB] |
Changelog
by Charalampos Stratakis (2016-08-09):
- Fix for CVE-2016-1000110 HTTPoxy attack
Resolves: rhbz#1359161
|
python-2.6.6-64.el6.i686
[74 KiB] |
Changelog
by Matej Stuchlik (2015-05-22):
- Enable use of deepcopy() with instance methods
Resolves: rhbz#1223037
|
python-2.6.6-52.el6.i686
[73 KiB] |
Changelog
by Bohuslav Kabrda (2013-11-21):
- Fix multilib dependencies.
Resolves: rhbz#958256
|
python-2.6.6-51.el6.i686
[73 KiB] |
Changelog
by Matej Stuchlik (2013-09-04):
- Fixed memory leak in _ssl._get_peer_alt_names
Resolves: rhbz#1002983
|
python-2.6.6-37.el6_4.i686
[4.8 MiB] |
Changelog
by Bohuslav Kabrda (2013-05-07):
- only call subprocess's wait with timeout kwarg when appropriate
Related: rhbz#966991
|
python-2.6.6-36.el6.i686
[4.8 MiB] |
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-2.6.6-29.el6_3.3.i686
[4.8 MiB] |
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-2.6.6-29.el6_2.2.i686
[4.8 MiB] |
Changelog
by David Malcolm (2012-05-01):
- if hash randomization is enabled, also enable it within pyexpat
Resolves: CVE-2012-0876
|
python-2.6.6-29.el6.i686
[4.8 MiB] |
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-2.6.6-20.el6.i686
[4.8 MiB] |
Changelog
by David Malcolm (2011-04-11):
Resolves: CVE-2010-3493
|
python-2.6.5-3.el6_0.2.i686
[4.8 MiB] |
Changelog
by David Malcolm (2011-01-21):
- allow the "no_proxy" environment variable to override "ftp_proxy" in
urllib2 (patch 128)
Resolves: rhbz#671343
|