Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-10-21 | one Python file is not byte-compiled if Python-2.1(-pth) is used, | drochner | 2 | -4/+12 | |
so comment out the result conditionally | |||||
2003-09-14 | hange extension.mk to also install optimized files for distutils packages. | recht | 1 | -1/+24 | |
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@. | |||||
2003-08-11 | Import a standalone version of mimelib (AKA email). Python includes | drochner | 5 | -0/+88 | |
this since 2.2, but some Zope apps require it and Zope uses Python-2.1. |