Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -1/+2 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2002-01-22 | for transition, move to lang/python20/Makefile.inc | drochner | 1 | -2/+2 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Move the COMMENT from being in its own file to a definition in the | agc | 2 | -2/+2 | |
package Makefile. | |||||
2000-10-22 | First batch of upgrades for Python 2.0: | tsarna | 3 | -75/+67 | |
lang/python upgraded to 2.0 lang/py-html-docs upgraded to 2.0 misc/py-readline upgraded to 2.0 databases/py-gdbm upgraded to 2.0 x11/py-Tk upgraded to 2.0 devel/py-curses upgraded to 2.0 lang/py-extclass upgraded to 2.2.2 and for Python 2.0 textproc/py-dtml upgraded to 2.2.2 and for Python 2.0 www/py-zpublisher upgraded to 2.2.2 and for Python 2.0 print/py-reportlab upgraded to 1.01 and for Python 2.0 More coming... | |||||
2000-07-28 | Upgrade to version from Zope 2.2.0. (Can't find specific related changes | tsarna | 3 | -7/+29 | |
in the changelog, but I know there were some. Probably minor bug fixes.) | |||||
2000-02-15 | Update to 2.1.4, the version-of-the-week. (no functional change.) | tsarna | 2 | -6/+6 | |
2000-01-09 | whitespace cleanup | wiz | 1 | -2/+2 | |
2000-01-08 | Update to 2.1.2. No changes, just pulled from newer Zope. | tsarna | 2 | -8/+8 | |
2000-01-02 | Don't assume site-packages dir already exists | tsarna | 1 | -1/+2 | |
2000-01-02 | - Add and enable py-extclass and correct its CATEGORIES | tsarna | 1 | -3/+2 | |
1999-12-30 | Extension Classes for Python, pulled from Zope 2.1.1 as they (and | tsarna | 5 | -0/+92 | |
especially Acquisition) can be quite useful in their own right. EC fixes a wart in CPython: Python classes can't use C-implemented types as base classes. EC-based C classes can be subclassed by python, and in fact python classes can use pure mixin EC C classes so that you can have speed critical methods of a class in C and the rest in Python. EC also provides a mixin called Acquisition, which provides a kind of contextual inheritance. If an object can't find the data/method in itself or by looking up it's list of base classes, it will then try to acquire the thing up through its containers (or other context). |