summaryrefslogtreecommitdiff
path: root/lang/python23-nth/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2005-10-01Add a patch for CAN-2005-2491 (uffer overflow vulnerability in the PCRErecht1-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-30Backport from Python-2.4 a configure condition that preventsminskim1-2/+2
_POSIX_C_SOURCE from being defined on Darwin-8.x. This makes the package build on Darwin-8.x.
2005-06-16Add missing RCS Id tag to patch-dc.hira1-2/+2
2005-02-24Add RMD160 digestsagc1-1/+2
2005-02-15update to 2.3.5drochner1-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-23Intial import of Python 2.3.4 / without threadrecht1-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.