log tests/test_MySQLdb_nonstandard.py @ 48:f4fd8c20511c MySQLdb

age author description
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, 15 Feb 2009 07:56:43 +0000 kylev More NOARGS, with test coverage MySQLdb
Sun, 15 Feb 2009 07:26:43 +0000 kylev Update some of the constants and declarations to post python-2.0 MySQLdb
Thu, 12 Feb 2009 00:36:39 +0000 kylev Since tests are easy to run, there's no reason to have them in shipping code. MySQLdb
Sat, 07 Feb 2009 20:42:50 +0000 kylev Start converting some some things to METH_NOARGS to save invocation time, add MySQLdb