Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-09-14 | hange extension.mk to also install optimized files for distutils packages. | recht | 1 | -1/+16 | |
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-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-06 | Fix substitution of mysql prefix in the setup.py script. | jmmv | 2 | -5/+5 | |
2003-05-11 | Need to comment out the platforms line in setup.py if building under 2.0 | jmc | 1 | -3/+9 | |
2003-04-21 | RCS tag | cjep | 1 | -0/+1 | |
2003-04-13 | Update of database/py-mysqldb to 0.9.2. | cjep | 3 | -68/+71 | |
Changes since 0.9.1 include: * Bugs fixed, including segfault problem with Python 1.5.2 * Take advantage of GC memory allocator in Python 2.2 * cursor.execute(query) with no arguments leaves the original query string alone. * Mac OS X tidy ups. * Memory leak fixes. * cursor.executemany() fixes. * Other fixes (see the CHANGELOG file for details) From PR#19056 from MLH. Note that we assume the client library is not thread safe as per 0.9.1. | |||||
2002-10-10 | Unused. | wiz | 1 | -6/+0 | |
2002-10-10 | buildlink1 -> buildlink2. | wiz | 1 | -3/+4 | |
2002-09-21 | Strip the ".buildlink" from the names of the python application and | jlam | 1 | -2/+2 | |
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead. | |||||
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+7 | |
buildlink2.mk files back into the main trunk. | |||||
2002-01-29 | update to 0.9.1, in response to PR pkg/15054 by jgoerzen@complete.org | drochner | 4 | -35/+125 | |
2002-01-23 | oops, forgot this | drochner | 1 | -0/+6 | |
2002-01-19 | oops, forgot this | drochner | 1 | -5/+5 | |
2002-01-19 | use python buildlink file | drochner | 1 | -7/+14 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-18 | 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 + include distfile filesizes in distinfo | |||||
2001-03-26 | Depend on mysql-client>=3.23.35 because of library major bump. | bad | 1 | -2/+2 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-28 | Updated to use python 2.0. | wiz | 2 | -9/+9 | |
2000-03-11 | Update to 0.1.3 | tsarna | 2 | -6/+6 | |
2000-02-26 | MySQLdb, a new, improved MySQL interface for Python. Features: | tsarna | 6 | -0/+46 | |
- Compatibility with MySQL 3.22 - Compliance with Python database API version 2.0 - Thread-safety - Thread-friendliness (threads will not block each other) |