summaryrefslogtreecommitdiff
path: root/lang/python/srcdist.mk
AgeCommit message (Collapse)AuthorFilesLines
2005-02-16Update two more occurances of the old version number.tron1-3/+3
2005-02-16Update Python 2.3.x version number here, too.tron1-2/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-5/+5
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2004-12-05add Python 2.4recht1-2/+12
2004-06-02catch up with the Python 2.3.4 updaterecht1-4/+4
2003-12-23update to 2.3.3recht1-4/+4
This is a bug-fix release for Python 2.3 that fixes a number of bugs, including a couple of serious errors with weakrefs and the cyclic garbage collector. There are also a number of fixes to the standard library - see the release notes ( http://www.python.org/2.3.3/NEWS.html )for details.
2003-12-08Update to Python 2.3.2recht1-4/+4
Changes in Python: Quite a few fixes.. See NEWS for details. Changes in the pkg: - add FreeBSD patches from the FreeBSD port - add fix for a fatal bug in type's GC handling causes segfaults (via FreeBSD port) see http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u - always build the db 1.85 module (on all platforms)
2003-08-04prepare for Python-2.3drochner1-2/+12
2003-06-06update Python22 to 2.2.3drochner1-4/+4
This is a bugfix release. Also, use the LINK_ALL_LIBGCC_HACK just introduced to link the interpreter against libgcc. This should fix PR pkg/16144 in the Python2.2 (and NetBSD-1.5) case.
2002-10-25another Python versiondrochner1-2/+2
2002-10-15Upgrade python22 package from 2.2.1 to 2.2.2.tsarna1-4/+4
Mostly bug fixes, a few enhancements, notably in the email package.
2002-08-20teach it about python21-pthdrochner1-2/+2
2002-04-15update for new distfilesdrochner1-7/+7
2002-01-29tell it about Python-1.5drochner1-1/+11
2002-01-28collect definition for stuff built from the Python source distributiondrochner1-0/+48
(ie Python itself and various modules which depend on additional libs - eg ncurses and gdbm) in one place