log

age author description
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
Tue, 17 Feb 2009 18:59:35 +0000 kylev Bring back conversions for the time being, until we can get trunk actually MySQLdb
Tue, 17 Feb 2009 06:24:44 +0000 kylev Remove more pre-py2.3 ifdef workarounds MySQLdb
Tue, 17 Feb 2009 06:02:33 +0000 kylev _PyTuple_Resize is stable since 2.2, so we don't need the macro MyTuple_Resize MySQLdb