Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-10-01 | Add a patch for CAN-2005-2491 (uffer overflow vulnerability in the PCRE | recht | 1 | -1/+4 | |
library) from ubuntu Linux (via gentoo). For details see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2491 Bump PKGREVISION's. | |||||
2005-06-30 | Backport from Python-2.4 a configure condition that prevents | minskim | 1 | -2/+2 | |
_POSIX_C_SOURCE from being defined on Darwin-8.x. This makes the package build on Darwin-8.x. | |||||
2005-06-16 | Add missing RCS Id tag to patch-dc. | hira | 1 | -2/+2 | |
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2005-02-15 | update to 2.3.5 | drochner | 1 | -7/+6 | |
This is a bug-fix release. It contains the fix for http://www.python.org/security/PSF-2005-001/ which we added in 2.3.4nb7. | |||||
2005-01-23 | Intial import of Python 2.3.4 / without thread | recht | 1 | -0/+19 | |
support (what used to be the python23 package). 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 has been compiled without support for threads. |