farcepest a6dcb3b683 Travis testing fixes
Squashed commit of the following:

commit 17fb6798cd
Author: farcepest <farcepest@gmail.com>
Date:   Tue Oct 2 14:03:57 2012 -0400

    Add a build status widget for Travis

commit 1cd83ef78e
Author: farcepest <farcepest@gmail.com>
Date:   Tue Oct 2 13:59:48 2012 -0400

    Rewrite the repository root README

commit 72848c84bc
Author: farcepest <farcepest@gmail.com>
Date:   Tue Oct 2 13:50:00 2012 -0400

    Somehow I missed this connection setup

commit 413c3b6623
Author: farcepest <farcepest@gmail.com>
Date:   Tue Oct 2 13:19:09 2012 -0400

    Giving Travis it's own database with utf8 charset in hopes this will fix the callproc test (which works everywhere else)

commit 400112e0c3
Author: farcepest <farcepest@gmail.com>
Date:   Tue Oct 2 13:06:00 2012 -0400

    Update the Travis config so that the tests use the correct database configuration file

commit ae94e44ed1
Author: farcepest <farcepest@gmail.com>
Date:   Tue Oct 2 12:59:29 2012 -0400

    Add Travis-specific configuration file

commit 3581603f45
Merge: f42c369 d0e96c7
Author: farcepest <farcepest@gmail.com>
Date:   Tue Oct 2 12:58:00 2012 -0400

    Merge branch 'master' into MySQLdb-1.2

    Conflicts:
    	MySQLdb/tests/test_MySQLdb_capabilities.py
    	MySQLdb/tests/test_MySQLdb_dbapi20.py

commit f42c369300
Author: Andy Dustman <farcepest@gmail.com>
Date:   Mon Oct 1 13:43:00 2012 -0400

    Maybe a subshell will do the trick?

commit fb346e1d40
Author: Andy Dustman <farcepest@gmail.com>
Date:   Mon Oct 1 13:35:50 2012 -0400

    Travis can't build for Python 2.4 it seems, and the test still weren't all running

commit 2f661f0991
Author: Andy Dustman <farcepest@gmail.com>
Date:   Mon Oct 1 13:31:40 2012 -0400

    OK, this should hopefully fix the build process for Travis

commit 899c3342b2
Author: Andy Dustman <farcepest@gmail.com>
Date:   Mon Oct 1 13:28:14 2012 -0400

    More Travis fixes

commit 8f593def7b
Author: Andy Dustman <farcepest@gmail.com>
Date:   Mon Oct 1 13:19:39 2012 -0400

    Fix test script due to source being down one level.

commit 1936b93cf0
Author: Andy Dustman <farcepest@gmail.com>
Date:   Mon Oct 1 13:14:38 2012 -0400

    Test connection tweaks for Travis

commit 9bf8bcf894
Merge: 7ae4f55 d551f8a
Author: Andy Dustman <farcepest@gmail.com>
Date:   Mon Oct 1 13:10:58 2012 -0400

    Merge branch 'travis' into MySQLdb-1.2

commit d551f8a8d9
Author: Andy Dustman <farcepest@gmail.com>
Date:   Mon Oct 1 13:05:25 2012 -0400

    Initial Travis setup

commit 7ae4f5549b
Merge: 235d846 c16bc33
Author: farcepest <farcepest@gmail.com>
Date:   Thu Sep 27 12:49:07 2012 -0400

    Merge remote-tracking branch 'origin/MySQLdb-1.2' into MySQLdb-1.2

commit 235d8466dd
Author: farcepest <farcepest@gmail.com>
Date:   Thu Sep 27 12:18:07 2012 -0400

    History updates for 1.2.4b2

commit 5fda4c2579
Author: farcepest <farcepest@gmail.com>
Date:   Thu Sep 27 12:06:58 2012 -0400

    Revert raise exc as value statements to raise exc, value since it breaks Python < 2.6.

commit 048b70d901
Author: farcepest <farcepest@gmail.com>
Date:   Wed Sep 26 16:02:05 2012 -0400

    Fix MySQLdb1-1 Exception format incompatible with previous versions

    Unfortunately, when I broke this, I broke the test at the same time. That should have been a red flag.

commit 162e9e4d84
Author: Andy Dustman <farcepest@gmail.com>
Date:   Tue Sep 25 19:56:49 2012 -0400

    General cleanups
2012-10-02 14:15:12 -04:00
2012-10-02 14:15:12 -04:00
2012-09-26 10:31:59 -04:00
2012-10-02 14:15:12 -04:00

This is the legacy (1.x) version of MySQLdb. While it is still being
maintained, there will not be a lot of new feature development. 

TODO
====

* A bugfix 1.2.4 release
* A 1.3.0 release that will support Python 2.7-3.3

The 2.0 version is being renamed moist and lives at
https://github.com/farcepest/moist

Repository list
===============

MySQLdb-svn
	This is the old Subversion repository located on SourceForge at
	https://svn.code.sf.net/p/mysql-python/svn
	(https://sourceforge.net/p/mysql-python/svn/)
	It has all the early historical development of MySQLdb through 1.2.3,
	and also is the working repository for ZMySQLDA. The trunk on this
	repository was forked to create the MySQLdb2 repository.
MySQLdb1
	This is the new (active) git repository, located on:

	* SourceForge: git://git.code.sf.net/p/mysql-python/code 
	  (https://sourceforge.net/p/mysql-python/code)
	* GitHub: git://github.com/farcepest/MySQLdb1.git
	  (https://github.com/farcepest/MySQLdb1)

	I intend to keep these two in sync.
	Only updates to the 1.x series will happen here.
MySQLdb2
	This is the now obsolete Mercurial repository for MySQLdb-2.0
	located on SourceForge at
	http://hg.code.sf.net/p/mysql-python/mysqldb-2
	(https://sourceforge.net/p/mysql-python/mysqldb-2/)
	SourceForge currently shows this as an "Empty Repository", but
	it is looking for a default branch that doesn't exist. The only
	working branch is MySQLdb. This repository is migrating to the
        moist repository.
moist
	This is a git repository located on github at
	https://github.com/farcepest/moist  It's actually empty as of
	this writing, but it will soon contain the contents of the
	MySQLdb2 repository.

Description
MySQL/MariaDB connector for Python
Readme GPL-2.0 2.9 MiB
Languages
Python 64%
C 35.9%
Makefile 0.1%