Go to file
2018-01-02 15:38:55 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
baselibs.conf - moved unittest to python-base (it is a testing framework, not a 2010-10-04 13:38:36 +00:00
local.pth Accepting request 209414 from openSUSE:Factory:PowerLE 2013-12-06 10:30:57 +00:00
macros.python2 Accepting request 538481 from home:pluskalm:branches:devel:languages:python:Factory 2017-11-03 14:32:45 +00:00
pre_checkin.sh Accepting request 113577 from home:dirkmueller:branches:devel:languages:python:Factory 2012-04-17 14:57:13 +00:00
python-2.5.1-sqlite.patch Accepting request 176926 from home:saschpe:branches:devel:languages:python:Factory 2013-06-03 10:24:54 +00:00
python-2.6-gettext-plurals.patch Accepting request 176926 from home:saschpe:branches:devel:languages:python:Factory 2013-06-03 10:24:54 +00:00
python-2.6b3-curses-panel.patch Accepting request 176926 from home:saschpe:branches:devel:languages:python:Factory 2013-06-03 10:24:54 +00:00
python-2.7-dirs.patch Accepting request 176926 from home:saschpe:branches:devel:languages:python:Factory 2013-06-03 10:24:54 +00:00
python-2.7-libffi-aarch64.patch Accepting request 266105 from home:Andreas_Schwab:Factory 2014-12-22 16:49:53 +00:00
python-2.7.2-fix_date_time_compiler.patch - update to 2.7.14 2017-11-21 18:28:14 +00:00
python-2.7.4-canonicalize2.patch - update to 2.7.7 2014-06-20 13:47:06 +00:00
python-2.7.5-multilib.patch - update to 2.7.14 2017-11-21 18:28:14 +00:00
python-2.7.9-sles-disable-verification-by-default.patch - copy strict-tls-checks subpackage from SLE to retain future compatibility 2015-09-14 15:36:31 +00:00
python-2.7.9-ssl_ca_path.patch - python-2.7.9-ssl_ca_path.patch - reintroduce support for CA directory path 2015-02-25 16:42:06 +00:00
python-2.7.14-docs-pdf-a4.tar.bz2 - update to 2.7.14 2017-11-21 18:28:14 +00:00
python-2.7.14-docs-pdf-letter.tar.bz2 - update to 2.7.14 2017-11-21 18:28:14 +00:00
Python-2.7.14.tar.xz - update to 2.7.14 2017-11-21 18:28:14 +00:00
Python-2.7.14.tar.xz.asc - update to 2.7.14 2017-11-21 18:28:14 +00:00
python-base.changes (fixes bsc#1073269) 2018-01-02 15:38:55 +00:00
python-base.spec - exclude test_regrtest for s390, where it does not segfault as it should 2018-01-02 15:34:11 +00:00
python-bsddb6.diff - update to 2.7.14 2017-11-21 18:28:14 +00:00
python-bundle-lang.patch - update to 2.7.13 2017-01-03 17:42:02 +00:00
python-distutils-rpm-8.patch Accepting request 176926 from home:saschpe:branches:devel:languages:python:Factory 2013-06-03 10:24:54 +00:00
python-doc.changes - update to 2.7.14 2017-11-21 18:28:14 +00:00
python-doc.spec - exclude test_regrtest for s390, where it does not segfault as it should 2018-01-02 15:34:11 +00:00
python-ncurses-6.0-accessors.patch Accepting request 330043 from home:dimstar:Factory 2015-09-10 14:02:25 +00:00
python.changes - update to 2.7.14 2017-11-21 18:28:14 +00:00
python.csh OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
python.keyring - update to 2.7.7 2014-06-20 13:47:06 +00:00
python.sh OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
python.spec - exclude test_regrtest for s390, where it does not segfault as it should 2018-01-02 15:34:11 +00:00
pythonstart - fix pythonstart failing on $HOME-less users (bnc#804978) 2013-02-25 17:25:43 +00:00
README.SUSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
remove-static-libpython.diff - update to 2.7.6 2013-11-21 15:55:48 +00:00
reproducible.patch Accepting request 478704 from home:bmwiedemann:reproducible:test 2017-03-24 17:13:29 +00:00
sle_tls_checks_policy.py - copy strict-tls-checks subpackage from SLE to retain future compatibility 2015-09-14 15:36:31 +00:00
sparc_longdouble.patch Accepting request 176926 from home:saschpe:branches:devel:languages:python:Factory 2013-06-03 10:24:54 +00:00

Python in SUSE
==============

* Documentation *

You can find documentation in seprarate packages: python-doc and
python-doc-pdf. These contan following documents:

    Tutorial, What's New in Python, Global Module Index, Library Reference,
    Macintosh Module Reference, Installing Python Modules, Distributing Python
    Modules, Language Reference, Extending and Embedding, Python/C API,
    Documenting Python 

The python-doc package constains many text files from source tarball.


* Interactive mode *

Interactive mode is by default enhanced with of history and command completion.
If you don't like these features, you can unset PYTHONSTARTUP variable in your
.profile or disable it system wide in /etc/profile.d/python.sh.