Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-docs: Documentation for the Python programming language.
Name: | python-docs |
Vendor: | Scientific Linux |
Version: | 2.3.4 |
License: | PSF - see LICENSE |
Release: | 14.7.el4_8.2 |
URL: | http://www.python.org/ |
- Summary
- The python-docs package contains documentation on the Python
programming language and interpreter. The documentation is provided
in ASCII text files and in LaTeX source files.
Install the python-docs package if you'd like to use the documentation
for the Python language.
Changelog
- * Thu Jul 16 19:00:00 2009 Jan iankko Lieskovsky <jlieskov{%}redhat{*}com> - 2.3.4-14.7.el4_8.2
- Fix all of the low priority security bugs:
- Resolves: rhbz#486329
- Multiple integer overflows in python core (CVE-2008-2315)
- Resolves: 455008
- PyString_FromStringAndSize does not check for negative size values (CVE-2008-1887)
- Resolves: 443810
- Multiple integer overflows discovered by Google (CVE-2008-3143)
- Resolves: 455013
- Multiple buffer overflows in unicode processing (CVE-2008-3142)
- Resolves: 454990
- Potential integer underflow and overflow in the PyOS_vsnprintf C API function (CVE-2008-3144)
- Resolves: 455018
- imageop module multiple integer overflows (CVE-2008-4864)
- Resolves: 469656
- stringobject, unicodeobject integer overflows (CVE-2008-5031)
- Resolves: 470915
- integer signedness error in the zlib extension module (CVE-2008-1721)
- Resolves: 442005
- imageop module integer overflows (CVE-2008-1679)
- CVE-2008-1679 patch is part of python-2.3.4-CVE-2008-4864-imageop-{1,2}.patch
- Resolves: 441306
- * 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