summaryrefslogtreecommitdiff
path: root/lang/python32
AgeCommit message (Collapse)AuthorFilesLines
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-15recursive bump from libffi shlib major bumpobache1-1/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-05-10"sys.platform is now always 'linux2' on Linux", so set PY_PLATNAME to it.sbd1-1/+3
2012-05-10Try to fix path of modules again.obache4-65/+65
2012-05-10try to fix location of pre-compiled files.obache4-65/+65
2012-05-10Kill SOABI addition to SO suffix for Linux, let to be PLIST maintainance easier.obache2-3/+12
2012-05-07disable xxlimited module.obache3-6/+5
2012-05-06Import python32-3.2.3 as lang/python32.obache23-0/+4945
Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Python Reference Manual describes the syntax and semantics of the core language in (perhaps too) much detail. Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an exten- sion language for existing applications. See the internal documentation for hints. This package provides Python version 3.2.x.