Skip to content
MySQL database connector for Python (legacy version)
Branch: master
Clone or download
Latest commit d34fac6 Jan 2, 2014
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
MySQLdb Merge pull request #32 from methane/autocommit Nov 21, 2013
doc Doc overhaul with sphinx Oct 8, 2012
tests Change one assertTrue to assertEquals to get better failure output Sep 30, 2013
.gitignore Add support for tox Sep 30, 2013
.travis.yml Update .travis.yml Nov 21, 2013
GPL-2.0
HISTORY Version bump Jan 1, 2013
INSTALL Restore README.md, rename the old README as INSTALL Oct 4, 2012
MANIFEST.in Remove distribute_setup.py reference in MANIFEST Jan 2, 2014
README.md Restore README.md, rename the old README as INSTALL Oct 4, 2012
_mysql.c Merge pull request #26 from chipturner/master Nov 21, 2013
_mysql_exceptions.py Allow pip install from git Oct 4, 2012
metadata.cfg Version bump Jan 1, 2013
pymemcompat.h Allow pip install from git Oct 4, 2012
setup.cfg Remove distribute dependency. Jun 23, 2013
setup.py Replace raise Error with distutils exception. Jun 23, 2013
setup_common.py Allow pip install from git Oct 4, 2012
setup_posix.py remove -lmysqlclient when static linking. Oct 25, 2013
setup_windows.py Allow pip install from git Oct 4, 2012
site.cfg Allow pip install from git Oct 4, 2012
tox.ini tox.ini: Add ipdb as a dep because it's very useful for debugging Sep 30, 2013

README.md

MySQLdb1

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.

Build Status

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 is heavily refactored.

Projects

  • MySQLdb-svn

    This is the old Subversion repository located on SourceForge. 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. 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. This repository has been migrated to the moist repository.

You can’t perform that action at this time.