Go to file
2008-04-17 06:52:08 +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 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=15 2008-04-10 13:30:29 +00:00
disable-dns-test.diff OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=17 2008-04-17 06:52:08 +00:00
distutils.cfg OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=9 2007-08-06 20:02:29 +00:00
html-2.5.1.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=7 2007-05-24 22:42:28 +00:00
pdf-a4-2.5.1.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=7 2007-05-24 22:42:28 +00:00
pdf-letter-2.5.1.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=7 2007-05-24 22:42:28 +00:00
python-2.4-localpath.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
python-2.4.2-canonicalize2.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
python-2.5-https_warn.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=7 2007-05-24 22:42:28 +00:00
python-2.5.1-sqlite.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=12 2007-11-13 20:29:48 +00:00
python-2.5.2-fwrapv.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=13 2008-03-11 16:57:23 +00:00
python-2.5.2-subprocess-eintr-safety.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=13 2008-03-11 16:57:23 +00:00
Python-2.3.3-dirs.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
Python-2.5.2.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=13 2008-03-11 16:57:23 +00:00
Python-2.5c1-multilib.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
python-distutils-rpm-8.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
python-doc.changes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=7 2007-05-24 22:42:28 +00:00
python-doc.spec OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=16 2008-04-17 06:41:11 +00:00
python.changes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=16 2008-04-17 06:41:11 +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.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 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=16 2008-04-17 06:41:11 +00:00
pythonstart OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +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
ready OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
ssl-compat.diff OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +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.