Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
python - An interpreted, interactive, object-oriented programming language.
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. This package contains most of the standard
Python modules, as well as modules for interfacing to the Tix widget
set for Tk and RPM.
Note that documentation for Python is provided in the python-docs
package.
Packages
Latest: python-2.4.3-9999.43.el5.fio.i686.rpm
| Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
| python |
0 |
2.4.3 |
9999.43.el5.fio |
i686 |
57 KiB |
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