| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use db.unicode_literal.charset in cursors.py | Evax Software | 2012-10-08 | 1 | -10/+5 |
| * | Map utf8mb4 to utf8 in python | Evax Software | 2012-10-08 | 1 | -2/+5 |
| * | Workaround for recommended MySQL 5.5 utf8mb4 character set, which is not reco... | farcepest | 2012-10-05 | 1 | -2/+6 |
| * | Allow pip install from git | Evax Software | 2012-10-04 | 40 | -7575/+0 |
| * | Let's not forget history... | farcepest | 2012-10-03 | 1 | -152/+161 |
| * | Version 1.2.4b3MySQLdb-1.2.4b3 | farcepest | 2012-10-03 | 2 | -2/+6 |
| * | Patch 4/4: Fix TEXT vs. BLOB conversion. | André Malo | 2012-10-03 | 1 | -2/+6 |
| * | Patch 3/4: _mysql.c reference counting and exception issues | André Malo | 2012-10-03 | 1 | -11/+33 |
| * | Patch 2/4: executemany-regex improvement. It should match better and faster n... | André Malo | 2012-10-03 | 1 | -6/+25 |
| * | Patch 1/4: Minor exception handling improvements (don't swallow program exits) | André Malo | 2012-10-03 | 2 | -4/+18 |
| * | Somehow I missed this connection setup | farcepest | 2012-10-02 | 1 | -1/+2 |
| * | Giving Travis it's own database with utf8 charset in hopes this will fix the ... | farcepest | 2012-10-02 | 1 | -1/+1 |
| * | Add Travis-specific configuration file | farcepest | 2012-10-02 | 1 | -0/+10 |
| * | Merge branch 'master' into MySQLdb-1.2 | farcepest | 2012-10-02 | 5 | -588/+620 |
| |\ |
|
| | * | Unify test connection configuration | farcepest | 2012-10-02 | 5 | -588/+620 |
| | * | History updates for 1.2.4b2MySQLdb-1.2.4b2 | farcepest | 2012-09-27 | 2 | -6/+40 |
| | * | Revert raise exc as value statements to raise exc, value since it breaks Pyth... | farcepest | 2012-09-27 | 1 | -2/+2 |
| | * | Fix MySQLdb1-1 Exception format incompatible with previous versions | farcepest | 2012-09-26 | 2 | -3/+3 |
| | * | Windows is HELLMySQLdb-1.2.4b1 | Andy Dustman | 2012-09-26 | 2 | -61/+61 |
| | * | Revert "Hopefully this is just a very minor spacing cleanup." | Andy Dustman | 2012-09-26 | 33 | -8878/+8878 |
| | * | License file, cleanup MANIFEST.in, and bump version to 1.2.4b1 | Andy Dustman | 2012-09-25 | 3 | -5/+342 |
| | * | Hopefully this is just a very minor spacing cleanup. | Andy Dustman | 2012-09-25 | 38 | -8961/+8952 |
| * | | Test connection tweaks for Travis | Andy Dustman | 2012-10-01 | 3 | -3/+3 |
| * | | History updates for 1.2.4b2 | farcepest | 2012-09-27 | 2 | -6/+40 |
| * | | Revert raise exc as value statements to raise exc, value since it breaks Pyth... | farcepest | 2012-09-27 | 1 | -2/+2 |
| * | | Fix MySQLdb1-1 Exception format incompatible with previous versions | farcepest | 2012-09-27 | 2 | -3/+3 |
| * | | General cleanups | Andy Dustman | 2012-09-27 | 7 | -26/+354 |
| |/ |
|
| * | More Python 3 fixes. Py 3 blows up when testing BLOBs.remotes/svn/MySQLdb-1.2 | adustman | 2012-09-08 | 4 | -20/+31 |
| * | Some (many) tests actually pass now on Python 3. May no longer be backwards-... | adustman | 2012-09-08 | 8 | -20/+24 |
| * | _mysql imports now, but still crashes | adustman | 2012-09-08 | 2 | -3/+9 |
| * | Fix import _mysql SystemError so that now we get the ImportError... | adustman | 2012-09-08 | 1 | -1/+3 |
| * | Python 3 fixes. _mysql raises SystemError, segfaults | adustman | 2012-09-08 | 3 | -14/+3 |
| * | _mysql.c compiles and links with Python 3.2.3 now. Need to fix the Python cod... | adustman | 2012-09-08 | 1 | -9/+59 |
| * | A couple more Python 3 fixes. | adustman | 2012-09-07 | 1 | -1/+10 |
| * | A lot more Python 3 fixes for _mysql. It still ain't fixed or broken yet (for... | adustman | 2012-09-07 | 1 | -3/+116 |
| * | Some Python 3 fixes for _mysql. It ain't fixed but at least it ain't broken y... | adustman | 2012-09-07 | 1 | -0/+7 |
| * | Some Python 3 fixes for the build process. _mysql does *not* build yet. | adustman | 2012-09-07 | 1 | -3/+8 |
| * | You'll use distribute, and like it, dagnabbit, part deux | adustman | 2012-09-07 | 1 | -0/+1 |
| * | You'll use distribute, and like it, dagnabbit | adustman | 2012-09-07 | 5 | -6/+526 |
| * | Delay setting cursorclass until after superclass initialization. Fixes #3211938 | adustman | 2012-09-07 | 1 | -2/+2 |
| * | Use isoformat() instead of strftime() to avoid year limitations of the latter... | adustman | 2012-09-07 | 1 | -1/+1 |
| * | Make the insert_values regex case-insensitive. Fixes #3511137 | adustman | 2012-09-07 | 1 | -1/+2 |
| * | Add a test case for #3514287. Was fixed in 1.2.3. | adustman | 2012-09-07 | 1 | -1/+12 |
| * | Force HAVE_OPENSSL if the client library is 5.5 or newer. Fixes #3535584. | adustman | 2012-09-07 | 1 | -0/+4 |
| * | Fix: Error is not checked if mysql_store_result returns NULL (#3546166) | adustman | 2012-09-07 | 1 | -0/+4 |
| * | Avoid unbound local on exception. Fixes #1686154 | adustman | 2012-09-07 | 1 | -0/+1 |
| * | Update UnitTest methods deprecated in Python 2.7 | adustman | 2012-09-07 | 5 | -55/+56 |
| * | More Windows build fixes. | adustman | 2012-09-05 | 1 | -3/+1 |
| * | Windows build fixes. | adustman | 2012-09-05 | 3 | -9/+6 |
| * | Add some 1.2.3 notes | kylev | 2010-06-17 | 1 | -0/+16 |