log

age author description
2012-09-24 Andy Dustman Add a README, with a map to the known repositories... default tip
2011-09-08 Andy Dustman Ensure NULLs are returned as None by default. Return bad time values unchanged instead of None. MySQLdb
2010-09-01 Andy Dustman Merge some Kyle stuff MySQLdb
2010-02-23 Andy Dustman Bleached some whitespace so now it is extra-white. MySQLdb
2010-02-23 Andy Dustman Remove $Revision$ and $Author$ refs as hg doesn't use them. MySQLdb
2010-06-18 Kyle VanderBeek Death to CVS! Long live Mercurial. MySQLdb
2010-06-17 kylev Update to 0.6c11 bootstrap code. MySQLdb
2010-06-17 kylev 1.2.3 notes MySQLdb
2010-06-17 kylev Copy compile -arch args to link args so we work on OS X MySQLdb
2010-02-23 Kyle VanderBeek Remove trailing whitespace MySQLdb
2010-02-22 adustman More serious restructuring and cleaning, especially in the handling MySQLdb
2010-02-20 adustman This passes all test, yet is still broken and ugly in many ways. MySQLdb
2010-02-19 adustman Added a simple_fetch_row() to the result object that simply returns one row MySQLdb
2010-02-18 adustman Check in some old changes MySQLdb
2009-12-08 kylev Back-port unsigned long kill unpack fix from 1.2br. MySQLdb
2009-07-24 kylev show_warnings was renamed show_warnings (bug 2796727) MySQLdb
2009-07-24 kylev Defer incrementing reference to the decoder stack until later so we don't have to MySQLdb
2009-07-24 kylev simplify using PyString_FromFormat MySQLdb
2009-03-30 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
2009-03-29 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
2009-03-29 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
2009-03-28 adustman Cursor MixIns: DEAD. More of the new type conversion scheme exposed. Two tests failing because encoding hasn't been finished yet. MySQLdb
2009-03-11 adustman Add a connection.ping() test. Oh look, it's broken. MySQLdb
2009-03-08 adustman Fix #2671682. (from 1.2 branch) MySQLdb
2009-03-08 adustman Move the test_suite config to where it belongs MySQLdb
2009-03-05 kylev Merge back change 609 for remaining old style exceptions MySQLdb
2009-03-05 adustman Fix #2663436: Character fields with a binary character set should be returned as str, else unicode. MySQLdb
2009-02-28 kylev Minor tidy of whitespace and extra import MySQLdb
2009-02-28 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
2009-02-27 kylev python 2.4 is our minimum version now MySQLdb
2009-02-27 kylev make things a little cleaner by moving to a src directory for the C code MySQLdb
2009-02-23 kylev There's no good reason to delay imports when the module is (1) useless without MySQLdb
2009-02-23 kylev don't leak special-case tuples (present in unicode modes), backport from 1.2br MySQLdb
2009-02-22 adustman test_LONG and test_TEXT are failing but I can't see why yet MySQLdb
2009-02-22 adustman set and frozenset always available in Python 2.4 and newer MySQLdb
2009-02-22 adustman Fix docstring typo MySQLdb
2009-02-22 adustman decimal module always available in Python 2.4 and newer MySQLdb
2009-02-22 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
2009-02-22 adustman This makes setup.py test use nose to run all the tests MySQLdb
2009-02-17 kylev Bring back conversions for the time being, until we can get trunk actually MySQLdb
2009-02-17 kylev Remove more pre-py2.3 ifdef workarounds MySQLdb
2009-02-17 kylev _PyTuple_Resize is stable since 2.2, so we don't need the macro MyTuple_Resize MySQLdb
2009-02-17 kylev Member stuff is stable post py2.2, so remove the MyMember* workarounds MySQLdb
2009-02-17 kylev Member stuff is stable post py2.2, so remove the MyMember* workarounds MySQLdb
2009-02-15 kylev More NOARGS, with test coverage MySQLdb
2009-02-15 kylev Update some of the constants and declarations to post python-2.0 MySQLdb
2009-02-15 kylev Update some of the constants and declarations to post python-2.0 MySQLdb
2009-02-13 kylev Use Py_InitModule3 since we were were doing the same as the #define for the MySQLdb
2009-02-12 kylev Since tests are easy to run, there's no reason to have them in shipping code. MySQLdb
2009-02-12 kylev Last merge of everything from 1.2br that went into 1.2.3b1 (499:567) MySQLdb
2009-02-12 kylev Conflict-filled merge from 1.2br for 558:559 set and exception fixes MySQLdb
2009-02-12 kylev Merge back doc changes 556:557 from 1.2 branch MySQLdb
2009-02-11 kylev Merge back r555 for ez_setup usage MySQLdb
2009-02-11 kylev Merge back r554 for deprecated sets module MySQLdb
2009-02-11 kylev Merge back r553 bug fix #2137599 for VALUES regex MySQLdb
2009-02-11 kylev update svn ignore for release.py and some generated dirs MySQLdb
2009-02-09 kylev Remove more pre-2.3 checks and #define work-arounds. MySQLdb
2009-02-07 kylev Clean out the old 1.x and 2.2 era memory workarounds (our minimum is 2.3). MySQLdb
2009-02-07 kylev Apply missing Py_ssize_t conversion caught by spektrum. MySQLdb
2009-02-07 kylev Last of the METH_NOARGS conversions. MySQLdb