Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python: An interpreted, interactive, object-oriented programming language.
Name: | python |
Vendor: | Scientific Linux |
Version: | 2.3.4 |
License: | PSF - see LICENSE |
Release: | 14.7.el4 |
URL: | http://www.python.org/ |
- Summary
- 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.
Changelog
- * Mon Feb 18 18:00:00 2008 James Antill <james{*}antill{%}redhat{*}com> - 2.3.4-14.7
- Fix decompressing zip archives on 64bit
- Resolves: rhbz#231286
- Fix symlink loops with os.path.realpath (#173891)
- Resolves: rhbz#243909
- Related: 173891
- * Tue Nov 20 18:00:00 2007 James Antill <james{*}antill{%}redhat{*}com> - 2.3.4-14.6
- Fix possible integer overflow in image ops
- Fix off by one strxfrm malloc
- Fix pypcre bugs
- Resolves: rhbz#392051
- * Tue Jan 9 18:00:00 2007 Jeremy Katz <katzj{%}redhat{*}com> - 2.3.4-14.4
- Fix symlink loops with os.path.realpath (#173891)