Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-02 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-09-15 | recursive bump from libffi shlib major bump | obache | 1 | -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. | sbd | 1 | -1/+3 | |
2012-05-10 | Try to fix path of modules again. | obache | 4 | -65/+65 | |
2012-05-10 | try to fix location of pre-compiled files. | obache | 4 | -65/+65 | |
2012-05-10 | Kill SOABI addition to SO suffix for Linux, let to be PLIST maintainance easier. | obache | 2 | -3/+12 | |
2012-05-07 | disable xxlimited module. | obache | 3 | -6/+5 | |
2012-05-06 | Import python32-3.2.3 as lang/python32. | obache | 23 | -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. |