log

age author description
Thu, 18 Feb 2010 23:47:51 +0000 adustman Check in some old changes MySQLdb
Tue, 08 Dec 2009 00:20:52 +0000 kylev Back-port unsigned long kill unpack fix from 1.2br. MySQLdb
Fri, 24 Jul 2009 00:35:20 +0000 kylev show_warnings was renamed show_warnings (bug 2796727) MySQLdb
Fri, 24 Jul 2009 00:27:38 +0000 kylev Defer incrementing reference to the decoder stack until later so we don't have to MySQLdb
Fri, 24 Jul 2009 00:23:14 +0000 kylev simplify using PyString_FromFormat MySQLdb
Mon, 30 Mar 2009 20:21:24 +0000 adustman Reimplement MySQL->Python type conversion in C; much simpler and easier to deal with now. Hey, all my tests pass, so I guess that means I need to write some more tests. MySQLdb
Sun, 29 Mar 2009 16:26:30 +0000 adustman By exposing connection on result, decoders can be simplified: Only the field object is needed. Turned on leak testing and found a leak writing BLOBs. removed one of the old stubs in Cursor. MySQLdb
Sun, 29 Mar 2009 00:52:14 +0000 adustman figleaf revealed that the INSERT_VALUES regex never matched. Added a test for this, and fixed the regex (forgot to add group anchors) MySQLdb
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
Wed, 11 Mar 2009 03:17:58 +0000 adustman Add a connection.ping() test. Oh look, it's broken. MySQLdb
Sun, 08 Mar 2009 17:50:34 +0000 adustman Fix #2671682. (from 1.2 branch) MySQLdb
Sun, 08 Mar 2009 16:02:16 +0000 adustman Move the test_suite config to where it belongs MySQLdb
Thu, 05 Mar 2009 20:00:51 +0000 kylev Merge back change 609 for remaining old style exceptions 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 08:03:32 +0000 kylev Minor tidy of whitespace and extra import 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
Fri, 27 Feb 2009 19:46:55 +0000 kylev python 2.4 is our minimum version now MySQLdb
Fri, 27 Feb 2009 19:14:09 +0000 kylev make things a little cleaner by moving to a src directory for the C code MySQLdb
Mon, 23 Feb 2009 23:52:44 +0000 kylev There's no good reason to delay imports when the module is (1) useless without MySQLdb
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
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
Tue, 17 Feb 2009 05:55:48 +0000 kylev Member stuff is stable post py2.2, so remove the MyMember* workarounds MySQLdb