Commit Graph

  • c8b2744ea2 Merge pull request #12 from KLab/autocommit_on Andy Dustman 2013-08-18 14:22:40 -07:00
  • 39406ea3e0 Merge pull request #25 from tyzhnenko/microsecond-bug-fix Andy Dustman 2013-08-18 14:21:12 -07:00
  • 563ed10733 Merge pull request #18 from tseaver/do_not_force_distribute Andy Dustman 2013-08-18 14:19:53 -07:00
  • 0226f1a727 Fix problem with return None if Datetime field contained microsecond (Issue #24) Dima Tyzhnenko 2013-07-15 18:11:07 +03:00
  • bd95bd9d9c Replace raise Error with distutils exception. Monty Taylor 2013-06-23 18:18:20 -04:00
  • 0d1dd6fa89 Remove distribute dependency. Monty Taylor 2013-06-23 18:16:17 -04:00
  • a050932372 If setuptools is importable, don't force use of 'distribute'. Tres Seaver 2013-06-14 13:34:07 -04:00
  • f064692a36 'BEGIN' on __enter__ if autocommit is enabled. INADA Naoki 2013-05-22 22:33:20 +09:00
  • 470eb56c4d Fix typo. INADA Naoki 2013-05-21 13:32:23 +09:00
  • c1b8e8a047 autocommit=None means using server default. INADA Naoki 2013-05-21 12:09:55 +09:00
  • 9b83342879 Merge branch 'master' of https://github.com/farcepest/MySQLdb1 into autocommit_on INADA Naoki 2013-02-01 02:11:40 +09:00
  • 63ab17980d Merge pull request #8 from KLab/cleanup Andy Dustman 2013-01-31 06:40:15 -08:00
  • 797d9c3029 Support autocommit=True for constructor argument. INADA Naoki 2013-01-05 09:34:59 +09:00
  • 52894fd137 remove unused lines. INADA Naoki 2013-01-05 09:19:43 +09:00
  • ad119309fc Version bump MySQLdb-1.2.4 farcepest 2013-01-01 17:14:08 -05:00
  • e31811673b Version bump MySQLdb-1.2.4c1 farcepest 2012-11-02 11:51:32 -04:00
  • 49f8ab9689 Fix some broken types module references. farcepest 2012-11-02 11:29:59 -04:00
  • 933e4d599f Tell Travis to start testing PyPy as well. farcepest 2012-10-17 18:37:26 -04:00
  • 369810dff7 PyPy fixes, and probably some reference issues for CPython too. farcepest 2012-10-17 18:30:19 -04:00
  • c9b282f8b5 Version bump. MySQLdb-1.2.4b5 farcepest 2012-10-11 10:05:28 -04:00
  • b144911dfb Merge branch 'sphinx' into MySQLdb-1.2 farcepest 2012-10-11 09:57:21 -04:00
  • fc0c03aaae Misplaced conditional comma. Fixes issue #6. farcepest 2012-10-11 09:50:33 -04:00
  • 9f36ea2553 Removing the download_url as the source is available on PyPi. farcepest 2012-10-08 14:21:43 -04:00
  • 026d20dffc HISTORY update farcepest 2012-10-08 14:07:50 -04:00
  • a34cd2a9a0 Merge remote-tracking branch 'remotes/evax/utf8mb4' into MySQLdb-1.2 farcepest 2012-10-08 14:02:42 -04:00
  • 030d175754 Use db.unicode_literal.charset in cursors.py Evax Software 2012-10-08 19:15:52 +02:00
  • 0f8d86cc87 Prep for 1.2.4b4 release MySQLdb-1.2.4b4 farcepest 2012-10-08 11:47:09 -04:00
  • 2325200a7d Revert to using utf8 for default testing setup as utf8mb4 is not ubiquitous. farcepest 2012-10-08 11:37:35 -04:00
  • c53d95fdd6 Update HISTORY farcepest 2012-10-08 11:34:48 -04:00
  • 451f88ef82 Doc overhaul with sphinx farcepest 2012-10-08 11:32:11 -04:00
  • 9eb906e8a7 Map utf8mb4 to utf8 in python Evax Software 2012-10-08 17:25:14 +02:00
  • 7d4993a53c Workaround for recommended MySQL 5.5 utf8mb4 character set, which is not recognized by Python yet. farcepest 2012-10-05 14:01:51 -04:00
  • f982ab42f5 Merge remote-tracking branch 'origin/MySQLdb-1.2' into MySQLdb-1.2 farcepest 2012-10-04 14:32:33 -04:00
  • 119b6b2c97 Merge with jeansch/master Jean Schurger 2012-10-04 14:20:06 -04:00
  • 4f9d95bc5a Merge branch 'jensch-master' into MySQLdb-1.2 farcepest 2012-10-04 14:20:06 -04:00
  • 4e6c7c0e08 Remove obsolete setuptools bootstrap farcepest 2012-10-04 13:48:09 -04:00
  • 417088a3aa Exposed 'read_timeout' option. Jean Schurger 2012-10-04 13:45:26 -04:00
  • 36b8d1d4e8 Restore README.md, rename the old README as INSTALL farcepest 2012-10-04 13:43:11 -04:00
  • 7a846cf5e3 Allow pip install from git Evax Software 2012-10-04 13:34:39 -04:00
  • 0164ffeb25 Let's not forget history... farcepest 2012-10-03 14:11:05 -04:00
  • 973660bdc6 Version 1.2.4b3 MySQLdb-1.2.4b3 farcepest 2012-10-03 13:34:33 -04:00
  • cd44524fef Patch 4/4: Fix TEXT vs. BLOB conversion. André Malo 2012-10-03 13:20:19 -04:00
  • c05a2c6a50 Patch 3/4: _mysql.c reference counting and exception issues André Malo 2012-10-03 13:17:35 -04:00
  • 1c33baf352 Patch 2/4: executemany-regex improvement. It should match better and faster now. It also may be more readable. André Malo 2012-10-03 13:15:38 -04:00
  • a7f55a5d6a Patch 1/4: Minor exception handling improvements (don't swallow program exits) André Malo 2012-10-03 13:10:25 -04:00
  • fa248cf608 Merge branch 'master' into MySQLdb-1.2 farcepest 2012-10-02 14:56:05 -04:00
  • 8685efce82 I don't know how this got lost. Git makes me feel like a git. farcepest 2012-10-02 14:53:29 -04:00
  • 080902e21e Merge remote-tracking branch 'origin/master' farcepest 2012-10-02 14:39:15 -04:00
  • e2c396c245 README rewrite farcepest 2012-10-02 14:15:59 -04:00
  • a6dcb3b683 Travis testing fixes farcepest 2012-10-02 14:15:12 -04:00
  • 17fb6798cd Add a build status widget for Travis farcepest 2012-10-02 14:03:57 -04:00
  • 1cd83ef78e Rewrite the repository root README farcepest 2012-10-02 13:59:48 -04:00
  • 72848c84bc Somehow I missed this connection setup farcepest 2012-10-02 13:50:00 -04:00
  • 413c3b6623 Giving Travis it's own database with utf8 charset in hopes this will fix the callproc test (which works everywhere else) farcepest 2012-10-02 13:19:09 -04:00
  • 400112e0c3 Update the Travis config so that the tests use the correct database configuration file farcepest 2012-10-02 13:06:00 -04:00
  • ae94e44ed1 Add Travis-specific configuration file farcepest 2012-10-02 12:59:29 -04:00
  • 3581603f45 Merge branch 'master' into MySQLdb-1.2 farcepest 2012-10-02 12:58:00 -04:00
  • d0e96c7155 Unify test connection configuration farcepest 2012-10-02 12:37:41 -04:00
  • 02d94c48ff Merge pull request #2 from farcepest/MySQLdb-1.2 Andy Dustman 2012-10-01 11:45:25 -07:00
  • f42c369300 Maybe a subshell will do the trick? Andy Dustman 2012-10-01 13:43:00 -04:00
  • fb346e1d40 Travis can't build for Python 2.4 it seems, and the test still weren't all running Andy Dustman 2012-10-01 13:35:50 -04:00
  • 2f661f0991 OK, this should hopefully fix the build process for Travis Andy Dustman 2012-10-01 13:31:40 -04:00
  • 899c3342b2 More Travis fixes Andy Dustman 2012-10-01 13:28:14 -04:00
  • 8f593def7b Fix test script due to source being down one level. Andy Dustman 2012-10-01 13:19:39 -04:00
  • 1936b93cf0 Test connection tweaks for Travis Andy Dustman 2012-10-01 13:14:38 -04:00
  • 9bf8bcf894 Merge branch 'travis' into MySQLdb-1.2 Andy Dustman 2012-10-01 13:10:58 -04:00
  • d551f8a8d9 Initial Travis setup Andy Dustman 2012-10-01 13:05:25 -04:00
  • 7ae4f5549b Merge remote-tracking branch 'origin/MySQLdb-1.2' into MySQLdb-1.2 farcepest 2012-09-27 12:49:07 -04:00
  • 235d8466dd History updates for 1.2.4b2 farcepest 2012-09-27 12:18:07 -04:00
  • 5fda4c2579 Revert raise exc as value statements to raise exc, value since it breaks Python < 2.6. farcepest 2012-09-27 12:06:58 -04:00
  • 048b70d901 Fix MySQLdb1-1 Exception format incompatible with previous versions farcepest 2012-09-26 16:02:05 -04:00
  • 162e9e4d84 General cleanups Andy Dustman 2012-09-25 19:56:49 -04:00
  • 4af9b70b91 History updates for 1.2.4b2 MySQLdb-1.2.4b2 farcepest 2012-09-27 12:18:07 -04:00
  • 2b5b909529 Revert raise exc as value statements to raise exc, value since it breaks Python < 2.6. farcepest 2012-09-27 12:06:58 -04:00
  • d1b43681cf Fix MySQLdb1-1 Exception format incompatible with previous versions farcepest 2012-09-26 16:02:05 -04:00
  • 129f09ace4 Windows is HELL MySQLdb-1.2.4b1 Andy Dustman 2012-09-26 11:24:14 -04:00
  • f60f81d114 Revert "Hopefully this is just a very minor spacing cleanup." Andy Dustman 2012-09-26 11:18:32 -04:00
  • d059c92572 There's more to ignore Andy Dustman 2012-09-26 10:31:59 -04:00
  • 08945a4627 License file, cleanup MANIFEST.in, and bump version to 1.2.4b1 Andy Dustman 2012-09-25 21:45:14 -04:00
  • 2b11506c53 Add .gitignore farcepest 2012-09-25 21:20:33 -04:00
  • cdc221a807 Hopefully this is just a very minor spacing cleanup. Andy Dustman 2012-09-25 21:08:56 -04:00
  • c16bc33f16 Restore the README Andy Dustman 2012-09-25 19:56:49 -04:00
  • 7676693b8f More Python 3 fixes. Py 3 blows up when testing BLOBs. adustman 2012-09-08 21:22:53 +00:00
  • 8041cc6df6 Some (many) tests actually pass now on Python 3. May no longer be backwards-compatible with Python < 2.6. adustman 2012-09-08 20:24:45 +00:00
  • fe917fcced _mysql imports now, but still crashes adustman 2012-09-08 18:44:34 +00:00
  • a5c7996f60 Fix import _mysql SystemError so that now we get the ImportError... adustman 2012-09-08 18:16:28 +00:00
  • 3b3e11340a Python 3 fixes. _mysql raises SystemError, segfaults adustman 2012-09-08 17:28:34 +00:00
  • ece1e0e08b _mysql.c compiles and links with Python 3.2.3 now. Need to fix the Python code now... adustman 2012-09-08 16:55:16 +00:00
  • c1d15552e6 A couple more Python 3 fixes. adustman 2012-09-07 22:48:55 +00:00
  • 66abb0e8d0 A lot more Python 3 fixes for _mysql. It still ain't fixed or broken yet (for Python <3) adustman 2012-09-07 22:09:31 +00:00
  • 9737a4cb39 Some Python 3 fixes for _mysql. It ain't fixed but at least it ain't broken yet (for Python <3) adustman 2012-09-07 20:19:56 +00:00
  • 1294271d28 Some Python 3 fixes for the build process. _mysql does *not* build yet. adustman 2012-09-07 20:01:59 +00:00
  • e614bd4795 You'll use distribute, and like it, dagnabbit, part deux adustman 2012-09-07 19:42:41 +00:00
  • a5fe12f857 You'll use distribute, and like it, dagnabbit adustman 2012-09-07 19:14:50 +00:00
  • 33002cedff Delay setting cursorclass until after superclass initialization. Fixes #3211938 adustman 2012-09-07 18:09:19 +00:00
  • dd3cc7cafc Use isoformat() instead of strftime() to avoid year limitations of the latter. Fixes #3296395 adustman 2012-09-07 18:04:23 +00:00
  • 6fc719b4b1 Make the insert_values regex case-insensitive. Fixes #3511137 adustman 2012-09-07 17:30:36 +00:00
  • 318dab9ab4 Add a test case for #3514287. Was fixed in 1.2.3. adustman 2012-09-07 17:23:22 +00:00
  • c12e7cca7e Force HAVE_OPENSSL if the client library is 5.5 or newer. Fixes #3535584. adustman 2012-09-07 17:09:13 +00:00
  • e6d24c358d Fix: Error is not checked if mysql_store_result returns NULL (#3546166) adustman 2012-09-07 16:53:15 +00:00