Python Interpreter
Python is an interpreted, object-oriented programming language, and is
often compared to Tcl, Perl, Scheme, or Java. You can find an overview
of Python in the documentation and tutorials included in the python-doc
(HTML) or python-doc-pdf (PDF) packages.
If you want to install third party modules using distutils, you need to
install python-devel package.
- Developed at devel:languages:python:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Python-2.7.12.tar.xz | 0012390820 11.8 MB | |
Python-2.7.12.tar.xz.asc | 0000000819 819 Bytes | |
README.SUSE | 0000000735 735 Bytes | |
baselibs.conf | 0000000086 86 Bytes | |
local.pth | 0000000221 221 Bytes | |
macros.python | 0000001147 1.12 KB | |
pre_checkin.sh | 0000000458 458 Bytes | |
python-2.5.1-sqlite.patch | 0000000304 304 Bytes | |
python-2.6-gettext-plurals.patch | 0000000853 853 Bytes | |
python-2.6b3-curses-panel.patch | 0000000191 191 Bytes | |
python-2.7-dirs.patch | 0000000274 274 Bytes | |
python-2.7-libffi-aarch64.patch | 0000000526 526 Bytes | |
python-2.7.10-overflow_check.patch | 0000006358 6.21 KB | |
python-2.7.12-docs-pdf-a4.tar.bz2 | 0010676602 10.2 MB | |
python-2.7.12-docs-pdf-letter.tar.bz2 | 0010731532 10.2 MB | |
python-2.7.12-makeopcode.patch | 0000000443 443 Bytes | |
python-2.7.2-fix_date_time_compiler.patch | 0000000699 699 Bytes | |
python-2.7.4-canonicalize2.patch | 0000003274 3.2 KB | |
python-2.7.5-multilib.patch | 0000017121 16.7 KB | |
python-2.7.9-sles-disable-verification-by-default. |
0000000965 965 Bytes | |
python-2.7.9-ssl_ca_path.patch | 0000000960 960 Bytes | |
python-base.changes | 0000024980 24.4 KB | |
python-base.spec | 0000016951 16.6 KB | |
python-bsddb6.diff | 0000013946 13.6 KB | |
python-bundle-lang.patch | 0000000934 934 Bytes | |
python-distutils-rpm-8.patch | 0000003786 3.7 KB | |
python-doc.changes | 0000005335 5.21 KB | |
python-doc.spec | 0000005145 5.02 KB | |
python-ncurses-6.0-accessors.patch | 0000001288 1.26 KB | |
python.changes | 0000051526 50.3 KB | |
python.csh | 0000000091 91 Bytes | |
python.keyring | 0000269747 263 KB | |
python.sh | 0000000091 91 Bytes | |
python.spec | 0000018643 18.2 KB | |
pythonstart | 0000000774 774 Bytes | |
remove-static-libpython.diff | 0000001938 1.89 KB | |
sle_tls_checks_policy.py | 0000000068 68 Bytes | |
sparc_longdouble.patch | 0000000739 739 Bytes |
Revision 119 (latest revision is 199)
Dominique Leuenberger (dimstar_suse)
accepted
request 405901
from
Jan Matejek (matejcik)
(revision 119)
- update to 2.7.12 * dozens of bugfixes, see NEWS for details * fixes multiple security issues: CVE-2016-0772 TLS stripping attack on smtplib (bsc#984751) CVE-2016-5636 zipimporter heap overflow (bsc#985177) CVE-2016-5699 httplib header injection (bsc#985348) (this one is actually fixed since 2.7.10) - removed upstreamed python-2.7.7-mhlib-linkcount.patch - refreshed multilib patch - python-2.7.12-makeopcode.patch - run newly-built python interpreter to make opcodes, in order not to require pre-built python - update LD_LIBRARY_PATH to use $PWD instead of "." because the test process escapes to its own directory - modify shebang-fixing scriptlet to ignore makeopcodetargets.py
Comments 0