Mercurial > p > mysql-python > mysqldb-2
log
age | author | description |
---|---|---|
Mon, 23 Feb 2009 23:46:37 +0000 | kylev | don't leak special-case tuples (present in unicode modes), backport from 1.2br MySQLdb |
Sun, 22 Feb 2009 20:38:12 +0000 | adustman | test_LONG and test_TEXT are failing but I can't see why yet MySQLdb |
Sun, 22 Feb 2009 20:09:56 +0000 | adustman | set and frozenset always available in Python 2.4 and newer MySQLdb |
Sun, 22 Feb 2009 20:07:15 +0000 | adustman | Fix docstring typo MySQLdb |
Sun, 22 Feb 2009 20:03:48 +0000 | adustman | decimal module always available in Python 2.4 and newer MySQLdb |
Sun, 22 Feb 2009 20:01:31 +0000 | adustman | Read a default file in the test setUp. Since Python 2.4, int() will return longs if needed so make all long references int as in Python 3.0 there is no more long due to int/long unification (new ints are old longs). MySQLdb |
Sun, 22 Feb 2009 19:29:42 +0000 | adustman | This makes setup.py test use nose to run all the tests MySQLdb |