summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into MySQLdb-1.3MySQLdb-1.3Andy Dustman2013-08-183-28/+68
|\
| * Merge pull request #12 from KLab/autocommit_onAndy Dustman2013-08-181-2/+30
| |\
| | * 'BEGIN' on __enter__ if autocommit is enabled.INADA Naoki2013-05-221-3/+24
| | * Fix typo.INADA Naoki2013-05-211-1/+1
| | * autocommit=None means using server default.INADA Naoki2013-05-211-2/+6
| | * Merge branch 'master' of https://github.com/farcepest/MySQLdb1 into autocommi...INADA Naoki2013-02-010-0/+0
| | |\
| | * | Support `autocommit=True` for constructor argument.INADA Naoki2013-01-051-1/+4
| * | | Merge pull request #25 from tyzhnenko/microsecond-bug-fixAndy Dustman2013-08-181-6/+14
| |\ \ \
| | * | | Fix problem with return None if Datetime field contained microsecond (Issue #24)Dima Tyzhnenko2013-07-151-6/+14
| | | |/ | | |/|
| * | | Merge pull request #18 from tseaver/do_not_force_distributeAndy Dustman2013-08-181-2/+5
| |\ \ \ | | |/ / | |/| |
| | * | If setuptools is importable, don't force use of 'distribute'.Tres Seaver2013-06-141-2/+5
| |/ /
| * | Merge pull request #8 from KLab/cleanupAndy Dustman2013-01-311-21/+20
| |\ \ | | |/
| | * remove unused lines.INADA Naoki2013-01-051-21/+20
| |/
* | Python 3 compatibility. Known not to work (_mysql segfaults).farcepest2013-01-048-29/+27
|/
* Version bumpMySQLdb-1.2.4farcepest2013-01-013-5/+11
* Version bumpMySQLdb-1.2.4c1farcepest2012-11-022-2/+9
* 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