summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix some broken types module references.pypy-fixesfarcepest2012-11-021-2/+2
* Tell Travis to start testing PyPy as well.farcepest2012-10-171-0/+1
* PyPy fixes, and probably some reference issues for CPython too.farcepest2012-10-175-5/+21
* Version bump.MySQLdb-1.2.4b5farcepest2012-10-114-6/+12
* Merge branch 'sphinx' into MySQLdb-1.2farcepest2012-10-1111-0/+739
|\
| * Doc overhaul with sphinxfarcepest2012-10-0811-0/+739
* | Misplaced conditional comma. Fixes issue #6.farcepest2012-10-111-4/+3
* | Removing the download_url as the source is available on PyPi.farcepest2012-10-081-1/+0
* | HISTORY updatefarcepest2012-10-081-0/+5
* | 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-082-4/+4
* | Revert to using utf8 for default testing setup as utf8mb4 is not ubiquitous.farcepest2012-10-081-1/+1
* | Update HISTORYfarcepest2012-10-081-0/+3
|/
* Workaround for recommended MySQL 5.5 utf8mb4 character set, which is not reco...farcepest2012-10-053-4/+8
* Merge remote-tracking branch 'origin/MySQLdb-1.2' into MySQLdb-1.2farcepest2012-10-040-0/+0
|\
| * Merge branch 'jensch-master' into MySQLdb-1.2farcepest2012-10-041-2/+30
| |\
* | \ Merge with jeansch/masterJean Schurger2012-10-042-2/+37
|\ \ \ | |/ / |/| / | |/
| * Exposed 'read_timeout' option.Jean Schurger2012-10-041-2/+30
* | Remove obsolete setuptools bootstrapfarcepest2012-10-041-284/+0
* | Restore README.md, rename the old README as INSTALLfarcepest2012-10-043-0/+43
* | Allow pip install from gitEvax Software2012-10-0442-44/+2
|/
* 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
* Merge branch 'master' into MySQLdb-1.2farcepest2012-10-020-0/+0
|\
| * I don't know how this got lost. Git makes me feel like a git.farcepest2012-10-021-1/+2
| * Merge remote-tracking branch 'origin/master'farcepest2012-10-020-0/+0
| |\
| | * Merge pull request #2 from farcepest/MySQLdb-1.2Andy Dustman2012-10-014-3/+10
| | |\
| * | | README rewritefarcepest2012-10-022-47/+41
| * | | Travis testing fixesfarcepest2012-10-024-3/+21
* | | | Add a build status widget for Travisfarcepest2012-10-021-0/+2
* | | | Rewrite the repository root READMEfarcepest2012-10-022-47/+39
* | | | 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-022-1/+2
* | | | Update the Travis config so that the tests use the correct database configura...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
| |/
* | Maybe a subshell will do the trick?Andy Dustman2012-10-011-2/+2
* | Travis can't build for Python 2.4 it seems, and the test still weren't all ru...Andy Dustman2012-10-011-2/+1
* | OK, this should hopefully fix the build process for TravisAndy Dustman2012-10-011-1/+1
* | More Travis fixesAndy Dustman2012-10-011-1/+2
* | Fix test script due to source being down one level.Andy Dustman2012-10-011-1/+1
* | Test connection tweaks for TravisAndy Dustman2012-10-014-5/+3
* | Merge branch 'travis' into MySQLdb-1.2Andy Dustman2012-10-011-0/+9
|\ \