summaryrefslogtreecommitdiff
path: root/MySQLdb
Commit message (Expand)AuthorAgeFilesLines
* Fix some broken types module references.pypy-fixesfarcepest2012-11-021-2/+2
* PyPy fixes, and probably some reference issues for CPython too.farcepest2012-10-171-1/+6
* Version bump.MySQLdb-1.2.4b5farcepest2012-10-111-2/+2
* Merge remote-tracking branch 'remotes/evax/utf8mb4' into MySQLdb-1.2farcepest2012-10-081-7/+5
|\
| * Use db.unicode_literal.charset in cursors.pyEvax Software2012-10-081-10/+5
| * Map utf8mb4 to utf8 in pythonEvax Software2012-10-081-2/+5
* | Prep for 1.2.4b4 releaseMySQLdb-1.2.4b4farcepest2012-10-081-2/+2
|/
* Workaround for recommended MySQL 5.5 utf8mb4 character set, which is not reco...farcepest2012-10-051-2/+6
* Allow pip install from gitEvax Software2012-10-0440-7575/+0
* Let's not forget history...farcepest2012-10-031-152/+161
* Version 1.2.4b3MySQLdb-1.2.4b3farcepest2012-10-032-2/+6
* Patch 4/4: Fix TEXT vs. BLOB conversion.André Malo2012-10-031-2/+6
* Patch 3/4: _mysql.c reference counting and exception issuesAndré Malo2012-10-031-11/+33
* Patch 2/4: executemany-regex improvement. It should match better and faster n...André Malo2012-10-031-6/+25
* Patch 1/4: Minor exception handling improvements (don't swallow program exits)André Malo2012-10-032-4/+18
* Somehow I missed this connection setupfarcepest2012-10-021-1/+2
* Giving Travis it's own database with utf8 charset in hopes this will fix the ...farcepest2012-10-021-1/+1
* Add Travis-specific configuration filefarcepest2012-10-021-0/+10
* Merge branch 'master' into MySQLdb-1.2farcepest2012-10-025-588/+620
|\
| * Unify test connection configurationfarcepest2012-10-025-588/+620
| * History updates for 1.2.4b2MySQLdb-1.2.4b2farcepest2012-09-272-6/+40
| * Revert raise exc as value statements to raise exc, value since it breaks Pyth...farcepest2012-09-271-2/+2
| * Fix MySQLdb1-1 Exception format incompatible with previous versionsfarcepest2012-09-262-3/+3
| * Windows is HELLMySQLdb-1.2.4b1Andy Dustman2012-09-262-61/+61
| * Revert "Hopefully this is just a very minor spacing cleanup."Andy Dustman2012-09-2633-8878/+8878
| * License file, cleanup MANIFEST.in, and bump version to 1.2.4b1Andy Dustman2012-09-253-5/+342
| * Hopefully this is just a very minor spacing cleanup.Andy Dustman2012-09-2538-8961/+8952
* | Test connection tweaks for TravisAndy Dustman2012-10-013-3/+3
* | History updates for 1.2.4b2farcepest2012-09-272-6/+40
* | Revert raise exc as value statements to raise exc, value since it breaks Pyth...farcepest2012-09-271-2/+2
* | Fix MySQLdb1-1 Exception format incompatible with previous versionsfarcepest2012-09-272-3/+3
* | General cleanupsAndy Dustman2012-09-277-26/+354
|/
* More Python 3 fixes. Py 3 blows up when testing BLOBs.remotes/svn/MySQLdb-1.2adustman2012-09-084-20/+31
* Some (many) tests actually pass now on Python 3. May no longer be backwards-...adustman2012-09-088-20/+24
* _mysql imports now, but still crashesadustman2012-09-082-3/+9
* Fix import _mysql SystemError so that now we get the ImportError...adustman2012-09-081-1/+3
* Python 3 fixes. _mysql raises SystemError, segfaultsadustman2012-09-083-14/+3
* _mysql.c compiles and links with Python 3.2.3 now. Need to fix the Python cod...adustman2012-09-081-9/+59
* A couple more Python 3 fixes.adustman2012-09-071-1/+10
* A lot more Python 3 fixes for _mysql. It still ain't fixed or broken yet (for...adustman2012-09-071-3/+116
* Some Python 3 fixes for _mysql. It ain't fixed but at least it ain't broken y...adustman2012-09-071-0/+7
* Some Python 3 fixes for the build process. _mysql does *not* build yet.adustman2012-09-071-3/+8
* You'll use distribute, and like it, dagnabbit, part deuxadustman2012-09-071-0/+1
* You'll use distribute, and like it, dagnabbitadustman2012-09-075-6/+526
* Delay setting cursorclass until after superclass initialization. Fixes #3211938adustman2012-09-071-2/+2
* Use isoformat() instead of strftime() to avoid year limitations of the latter...adustman2012-09-071-1/+1
* Make the insert_values regex case-insensitive. Fixes #3511137adustman2012-09-071-1/+2
* Add a test case for #3514287. Was fixed in 1.2.3.adustman2012-09-071-1/+12
* Force HAVE_OPENSSL if the client library is 5.5 or newer. Fixes #3535584.adustman2012-09-071-0/+4
* Fix: Error is not checked if mysql_store_result returns NULL (#3546166)adustman2012-09-071-0/+4