Python

Version: 
2.7.18 & 3.9.17
Release date: 
Wednesday, 17 December, 1997

License:

Interface:

An interpreted, object oriented, scripting language.

Installing using yum, the python package provides the base language, python-tools and python-debug the development environment while PyQt4-* packages are Python bindings for Qt4.

This software is distributed in two modes:
  • as compressed package that you have to download and manually install; if prerequisites are required, you will have to manually install them too;
  • as RPM package; you can install it using your favorite rpm package manager, that will take care to download and install both the software and its prerequisites.
Choose the installation mode that you prefer. Please note that not all the versions are available in both the installation modes.

Installation with rpm

This program is installable using the rpm package manager. See below for the install string. Required prerequisites are automatically processed by the package manager and, if needed, downloaded and installed.

python3-devel-3.9.17-1.oc00 (11/08/2023)
(note: development files, not needed by the end user)
python3-3.9.17-1.oc00 (04/07/2023)
Repository: Netlabs stable
python-unversioned-command-3.9.17-1.oc00 (04/07/2023)
Repository: Netlabs stable
  • install with ANPM or running the command:
    yum install python-unversioned-command
python3-libs-3.9.17-1.oc00 (04/07/2023)
Repository: Netlabs stable
python3-idle-3.9.17-1.oc00 (04/07/2023)
Repository: Netlabs stable
python3-tkinter-3.9.17-1.oc00 (04/07/2023)
Repository: Netlabs stable
python3-test-3.9.17-1.oc00 (04/07/2023)
Repository: Netlabs stable
python3-debuginfo-3.9.17-1.oc00 (04/07/2023)
Repository: Netlabs stable
PyQt4-4.12.3-1.oc00 (04/02/2022)
Repository: Netlabs stable
v4.11.4 11th June 2015 - Added support for Qt v4.8.7. - Added QWIDGETSIZE_MAX to QtGui. - Added some missing QEvent.Type enum values. - Added the --license-dir command line option to configure-ng.py. - Added the --no-python-dbus command line option to configure-ng.py. - Bug fixes.
PyQt4-qsci-api-4.12.3-1.oc00 (04/02/2022)
Repository: Netlabs stable
v4.11.4 11th June 2015 - Added support for Qt v4.8.7. - Added QWIDGETSIZE_MAX to QtGui. - Added some missing QEvent.Type enum values. - Added the --license-dir command line option to configure-ng.py. - Added the --no-python-dbus command line option to configure-ng.py. - Bug fixes.
PyQt4-webkit-4.12.3-1.oc00 (04/02/2022)
Repository: Netlabs stable
v4.11.4 11th June 2015 - Added support for Qt v4.8.7. - Added QWIDGETSIZE_MAX to QtGui. - Added some missing QEvent.Type enum values. - Added the --license-dir command line option to configure-ng.py. - Added the --no-python-dbus command line option to configure-ng.py. - Bug fixes.
PyQt4-doc-4.12.3-1.oc00 (04/02/2022)
Repository: Netlabs stable
python-libxml2-2.9.10-3.oc00 (18/01/2022)
Repository: Netlabs stable
TODO for the libxml2 Python wrappers $Id$ Things to do: ------------- - SAX interfaces - push is done but no generic interface - elementDecl need some work - need more testing and check full callbacks for xmllib/sgmlop replacement - enums -> libxml.py - access to XPath variables - xmlBuffer exposure - xpathContext, being able to set/get info and clean it up - more work needed on context handling for function lookup and use of an hash table. - add regression tests - SAX flow - DTD element and attributes content accesses - attribute handled in SAX - element needed in both Done: ----- - class hierarchy: + make specific node type inherit from xmlNode done, had to sort the classes in the output + get the generator to output a classes.txt description done libxml2class.txt - add regression tests - tests/Makefile.am: export the Python class path - xpath queries - xpath extension - check memory - build tree - saving - extensions based on a python.xml description of the new specific interfaces file libxml2-python-api.xml , first entry is xmlRegisterXPathFunction - spec file: automatically generate for pythonX.Y if found Done, a bit ugly by running new makes in %install for each level found. - error redirections and preformat - handling of node.content - access to xmlParserCtxt and push mode - needed for SAX too - entry points - wrappers - decent interface for setting/getting behaviour - memory debug interfaces - SAX interfaces - basic stuff with push is available - basic xmllib replacement Daniel Veillard
python-lxml-4.4.1-1.oc00 (18/01/2022)
Repository: Netlabs stable
============== lxml changelog ============== 3.5.0 (2015-11-13) ================== Bugs fixed ---------- * Unicode string results failed XPath queries in PyPy. * LP#1497051: HTML target parser failed to terminate on exceptions and continued parsing instead. * Deprecated API usage in doctestcompare.
python-debuginfo-2.7.18-3.oc00 (27/12/2021)
Repository: Netlabs stable
python-2.7.18-3.oc00 (27/12/2021)
Repository: Netlabs stable
changelog * Sat Jun 3 2017 Dmitriy Kuminov <coding@dmik.org> 2.7.6-18 - Put the LIBCx library to LDFLAGS rather than LIBS to have all module DLLs linked against it as well. - Rebuild against LIBCx 0.5.3 to incorporate DosRead JFS workaround for fread. - Remove urpo as it conflicts with LIBCx. - Remove pthread from libraries as not needed any more. - Remove .pyo files (needed only in python -O mode which is rarely used). - Remove .dbg files for Windows stubs (wininst-*.exe). - Use scm_source/scm_setup for downloading sources. Python News +++++++++++ Whats' New in Python 2.7.6? =========================== *Release date: 2013-11-10* Library ------- - Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler. IDLE ---- - Issue #19426: Fixed the opening of Python source file with specified encoding. Tests ----- - Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are loaded from .py[co] files. Build ----- - Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6. Some third-party projects, such as Matplotlib and PIL/Pillow, depended on being able to build with Tcl and Tk frameworks in /Library/Frameworks.
python-devel-2.7.6-25.oc00 (16/05/2020)
Repository: Netlabs stable (note: development files, not needed by the end user)
python-test-2.7.6-25.oc00 (16/05/2020)
Repository: Netlabs stable
tkinter-2.7.6-25.oc00 (16/05/2020)
python-tools-2.7.6-25.oc00 (16/05/2020)
Repository: Netlabs stable
Python News +++++++++++ Whats' New in Python 2.7.6? =========================== *Release date: 2013-11-10* Library ------- - Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler. IDLE ---- - Issue #19426: Fixed the opening of Python source file with specified encoding. Tests ----- - Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are loaded from .py[co] files. Build ----- - Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6. Some third-party projects, such as Matplotlib and PIL/Pillow, depended on being able to build with Tcl and Tk frameworks in /Library/Frameworks.
python-libs-2.7.6-25.oc00 (16/05/2020)
Repository: Netlabs stable
python2-setuptools-34.4.1-2.oc00 (21/01/2019)
Repository: Netlabs stable
python-magic-5.04-7.oc00 (02/02/2015)
Repository: Netlabs stable
Magic file extensions: libmagic python bindings

Manual installation

Program is distributed as ZIP package: download to temporary directory, unpack to destination folder (better if in PATH) and add PYTHONHOME and PYTHONPATH statements in config.sys. See below for download link(s).

You can install the prerequisites with rpm running the following string in a command line:

yum install libc libcx libgcc1 libssp libstdc++6 libstdc++ libsupc++6 libsupc++ libgcc-fwd pthread

Following ones are the download links for manual installation:

Record updated last time on: 24/01/2024 - 18:22

Translate to...

Add new comment