Mercurial > p > mysql-python > mysqldb-2
log MySQLdb/converters.py @ 50:0f9808c4799c MySQLdb
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 |
Thu, 12 Feb 2009 00:23:41 +0000 | kylev | Conflict-filled merge from 1.2br for 558:559 set and exception fixes MySQLdb |