log MySQLdb/converters.py @ 64:2d6a35051f64 MySQLdb

age author description
Sat, 28 Mar 2009 13:37:58 +0000 adustman Cursor MixIns: DEAD. More of the new type conversion scheme exposed. Two tests failing because encoding hasn't been finished yet. MySQLdb
Thu, 05 Mar 2009 02:40:50 +0000 adustman Fix #2663436: Character fields with a binary character set should be returned as str, else unicode. MySQLdb
Sat, 28 Feb 2009 04:06:44 +0000 adustman The pure Python SQL-to-Python conversion code. TODO: There should be a way to register plugins in the module and in the connection. 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
Thu, 12 Feb 2009 00:23:41 +0000 kylev Conflict-filled merge from 1.2br for 558:559 set and exception fixes MySQLdb
Mon, 26 Feb 2007 18:59:22 +0000 adustman More doc fixes MySQLdb
Mon, 26 Feb 2007 18:08:28 +0000 adustman Formatting and PyLint fixes. Final score: 8.21/10 MySQLdb
Mon, 26 Feb 2007 17:04:04 +0000 adustman More docstrings and doctests for times and other cleanups. MySQLdb
Mon, 26 Feb 2007 06:03:45 +0000 adustman More PyLint-inspired cleanups. Added a bunch of doctests in times. MySQLdb
Sun, 11 Feb 2007 04:37:29 +0000 adustman Merge changes from 1.2 branch r456-468 MySQLdb
Tue, 24 Oct 2006 19:52:31 +0000 adustman Merge changes from MySQLdb-1.2 branch (448-455) MySQLdb
Sun, 02 Apr 2006 18:20:53 +0000 adustman Copying 1.2.1 to be the new trunk MySQLdb