Go to file
2015-05-21 13:52:43 +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.python OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=36 2009-08-07 20:04:34 +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-urllib2-localnet-ssl.patch - update to 2.7.9 2014-12-15 15:06:19 +00:00
python-2.7.2-fix_date_time_compiler.patch Accepting request 176926 from home:saschpe:branches:devel:languages:python:Factory 2013-06-03 10:24:54 +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 - python-2.7.6-bdist-rpm.patch: fix broken "setup.py bdist_rpm" command 2014-02-11 19:29:19 +00:00
python-2.7.7-mhlib-linkcount.patch - CVE-2014-4650-CGIHTTPServer-traversal.patch: CGIHTTPServer file 2014-07-24 14:33:34 +00:00
python-2.7.9-docs-pdf-a4.tar.bz2 - update to 2.7.9 2014-12-15 15:06:19 +00:00
python-2.7.9-docs-pdf-letter.tar.bz2 - update to 2.7.9 2014-12-15 15:06:19 +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.9.tar.xz - update to 2.7.9 2014-12-15 15:06:19 +00:00
Python-2.7.9.tar.xz.asc - update to 2.7.9 2014-12-15 15:06:19 +00:00
python-base.changes Accepting request 266105 from home:Andreas_Schwab:Factory 2014-12-22 16:49:53 +00:00
python-base.spec Accepting request 307908 from home:fstrba:freetype2 2015-05-21 13:52:43 +00:00
python-bsddb6.diff Accepting request 182602 from home:jengelh:db6 2013-07-15 08:03:24 +00:00
python-bundle-lang.patch - gettext: fix cases where no bundle is found (bnc#794139) 2013-02-06 19:02:27 +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 - set fixed doc build date, lower sphinx requirement (for older openSUSE) 2014-12-17 13:10:23 +00:00
python-doc.spec Accepting request 307908 from home:fstrba:freetype2 2015-05-21 13:52:43 +00:00
python.changes Accepting request 307908 from home:fstrba:freetype2 2015-05-21 13:52:43 +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 Accepting request 307908 from home:fstrba:freetype2 2015-05-21 13:52:43 +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
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.