Commit Graph

  • acf2c8cc31 Merge pull request #7 from PyMySQL/fix-libmariadb INADA Naoki 2014-10-11 22:43:29 +09:00
  • 0b9a5b09e0 Fix build error when using libmariadbclient. #7 INADA Naoki 2014-10-11 22:37:27 +09:00
  • abde39381a 1.3.3 1.3.3 INADA Naoki 2014-09-10 00:23:00 +09:00
  • e6b0fc3dd8 Merge pull request #6 from PyMySQL/fix-nested-exception INADA Naoki 2014-09-09 23:17:59 +09:00
  • 739bc9325d fix. #6 INADA Naoki 2014-09-09 22:19:56 +09:00
  • 7a301a2c45 Exception raised from _mysql should be reraise as is. INADA Naoki 2014-09-09 22:18:39 +09:00
  • 19a7344248 Merge pull request #5 from collinanderson/patch-1 INADA Naoki 2014-09-09 15:31:50 +09:00
  • c39fb36759 Prerequisites for Installing #5 Collin Anderson 2014-09-08 23:27:19 -04:00
  • 5abcad013e Fix calling dict.iteritems(). INADA Naoki 2014-09-09 09:47:12 +09:00
  • 0cd4d84f60 1.3.2 1.3.2 INADA Naoki 2014-07-03 21:42:02 +09:00
  • ba5ccd9e58 Merge branch 'master' of github.com:PyMySQL/mysqlclient-python INADA Naoki 2014-07-03 21:40:11 +09:00
  • b493d2ead4 Update HISTORY INADA Naoki 2014-07-03 21:39:48 +09:00
  • 074f152d4d Merge pull request #2 from PyMySQL/semi-async INADA Naoki 2014-07-03 21:33:02 +09:00
  • cac44d4179 Add waiter samples. #2 INADA Naoki 2014-07-03 21:05:39 +09:00
  • 7e15cf8617 Add waiter to MySQLdb.Connection. INADA Naoki 2014-07-03 20:52:53 +09:00
  • 5ba60802c7 Add low level APIs for semi-async query. INADA Naoki 2014-07-03 14:26:38 +09:00
  • d1ca8e9e75 Update README.md INADA Naoki 2014-06-03 09:38:17 +09:00
  • 8cc6261fe2 Merge branch 'master' of github.com:PyMySQL/mysqlclient-python INADA Naoki 2014-05-29 20:28:19 +09:00
  • 433773f925 Add Python 2.7, 3.3-3.4 classifier. INADA Naoki 2014-05-29 20:27:39 +09:00
  • 90407a4087 Merge pull request #1 from frewsxcv/patch-1 INADA Naoki 2014-05-13 16:30:51 +09:00
  • 3f61d27841 Fix broken link in README #1 Corey Farwell 2014-05-12 21:13:11 -07:00
  • bce12e5cca Travis installs Python 3.4 by default. INADA Naoki 2014-05-13 13:01:20 +09:00
  • 0510fc2fff 1.3.1 1.3.1 INADA Naoki 2014-05-12 19:25:34 +09:00
  • d8e5e2fc71 Rename project name. 1.3.0 INADA Naoki 2014-04-28 15:37:25 +09:00
  • f1608b7097 Fix compilation error on Windows. INADA Naoki 2014-04-28 15:37:12 +09:00
  • 2006505f75 Prepare 1.3.0 INADA Naoki 2014-04-28 14:40:49 +09:00
  • 63b8f3e059 Requires at least Python 2.6 INADA Naoki 2014-04-28 14:36:02 +09:00
  • 4ace89c956 Merge remote-tracking branch 'upstream/pr/64' INADA Naoki 2014-04-28 14:35:21 +09:00
  • b6c2373dfc Merge remote-tracking branch 'upstream/pr/57' INADA Naoki 2014-04-28 14:34:12 +09:00
  • 4a78a2e145 Fix farcepest/MySQLdb1#55 INADA Naoki 2014-04-28 14:32:53 +09:00
  • bc5c25e9f9 Merge remote-tracking branch 'mysqldb/python3' INADA Naoki 2014-04-28 14:18:03 +09:00
  • c498e7dba3 Support MySQL Connector/6.1 on Windows INADA Naoki 2014-04-28 14:15:33 +09:00
  • 0f1458d98f Update README INADA Naoki 2014-04-28 14:15:12 +09:00
  • 63df97dc05 Support MySQL-Connector/C 6.1 for Windows. INADA Naoki 2014-04-28 11:11:49 +09:00
  • 61a5acd39b fix camelCase. Move abs() Dima Tyzhnenko 2014-04-22 13:00:29 +03:00
  • 21decd80ee Fix wrong sign with negative zero hour timediff. Fixes #63 Dima Tyzhnenko 2014-04-22 01:48:38 +03:00
  • 7a6b221acd Python 2.6 is back. INADA Naoki 2014-04-20 23:23:55 +09:00
  • 56a5f1afa1 Add comment. INADA Naoki 2014-04-18 23:34:14 +09:00
  • b881072414 Remove unused import INADA Naoki 2014-04-18 23:26:39 +09:00
  • e7545c7c40 refactoring. INADA Naoki 2014-04-18 23:25:01 +09:00
  • af18cc9c08 Remove pymemcompat.h INADA Naoki 2014-04-18 22:59:30 +09:00
  • 469adcffe9 Install python3.4-dev on travis INADA Naoki 2014-04-18 14:53:16 +09:00
  • 8c9f376211 Use tox on Travis. INADA Naoki 2014-04-18 13:59:30 +09:00
  • 63e70526f6 Travis doesn't support Python 3.4 yet. INADA Naoki 2014-04-18 13:58:21 +09:00
  • b28d58b355 Don't allow test fail on Python 3.3 and 3.4 INADA Naoki 2014-04-18 12:22:38 +09:00
  • 312f46d6ca use_unicode=True by default on Python 3. INADA Naoki 2014-04-18 12:17:34 +09:00
  • 67cf0a0897 StandardError is removed from Python 3 INADA Naoki 2014-04-18 12:06:39 +09:00
  • 67ecdc82a6 Fix calling Binary() with string. INADA Naoki 2014-04-18 12:04:04 +09:00
  • 4a6dde81a3 Fix multiply by float. INADA Naoki 2014-04-18 11:54:03 +09:00
  • 5a66f79f10 Fix segfault on Python 2. INADA Naoki 2014-04-18 11:50:58 +09:00
  • f188e0f9e4 Fix some tests. INADA Naoki 2014-04-18 11:29:10 +09:00
  • e8c1ebb5b7 Call decoders with unicode when field is not str and bytes. INADA Naoki 2014-04-18 03:42:11 +09:00
  • c8c849365f Remove MySQLdb/release.py from git Marc Abramowitz 2014-04-15 10:35:18 -07:00
  • b5780d29c9 self of module-level function is not NULL on Python 3. INADA Naoki 2014-04-18 01:11:47 +09:00
  • c66b43cc22 Connection.literal() always returns str instance. INADA Naoki 2014-04-17 22:36:01 +09:00
  • 382fb9f9b3 Random fixes. INADA Naoki 2014-04-17 22:24:46 +09:00
  • 9cdef719a6 More fix INADA Naoki 2014-04-17 19:50:42 +09:00
  • acc984c247 Fix escaping. INADA Naoki 2014-04-17 19:41:01 +09:00
  • f8c046ecc8 .travis.yml: Add py33 and py34 but allow fail Marc Abramowitz 2014-04-16 15:29:05 -07:00
  • 9440a0d4df Handle types in a Python 3 friendly way Marc Abramowitz 2014-04-16 14:13:06 -07:00
  • 182011eb18 Merge branch 'remove_MySQLdb/release.py' into py3.3support Marc Abramowitz 2014-04-16 10:55:35 -07:00
  • a7720be6d7 Merge branch 'support_py27_to_py34' into py3.3support Marc Abramowitz 2014-04-16 10:51:31 -07:00
  • 613762c87b Merge branch 'py3-capi' into py3.3support Marc Abramowitz 2014-04-16 10:42:34 -07:00
  • c4d8948449 Remove more macros for ancient Python. INADA Naoki 2014-04-17 01:13:43 +09:00
  • 2556226b3e Cleanup INADA Naoki 2014-04-17 01:05:38 +09:00
  • 80f5a4a66f Fix segfault on Python 2. INADA Naoki 2014-04-17 00:44:43 +09:00
  • 690e5e9325 Fix getattr on result object. INADA Naoki 2014-04-16 23:33:17 +09:00
  • 8b8444fd89 Fix memory corruption on Python 3. INADA Naoki 2014-04-16 23:29:05 +09:00
  • 5fc7131cc0 Some Python 3 C-API fixes. INADA Naoki 2014-04-16 22:31:48 +09:00
  • 7591a43949 tox.ini: Remove ipdb Marc Abramowitz 2014-04-15 10:18:21 -07:00
  • 283299a08c Support Python 2.7, 3.3, 3.4 Marc Abramowitz 2014-04-15 11:25:48 -07:00
  • 4d61517963 Remove MySQLdb/release.py from git Marc Abramowitz 2014-04-15 10:35:18 -07:00
  • 0773933cae Changing the way checks for the error code are made. Niko Wenselowski 2014-01-10 10:01:17 +01:00
  • b9aa0530a8 Improved support for Python 3. Niko Wenselowski 2014-01-09 18:03:53 +01:00
  • 0fbe42a095 1.2.5 MySQLdb-1.2.5 Andy Dustman 2014-01-02 14:15:03 -05:00
  • d34fac6814 Merge pull request #44 from emonty/master Andy Dustman 2014-01-02 10:42:36 -08:00
  • 7dd57dcf5f Merge https://github.com/farcepest/MySQLdb1 into merge-upstream Monty Taylor 2014-01-02 11:31:00 -06:00
  • b739fb06aa Remove distribute_setup.py reference in MANIFEST Monty Taylor 2014-01-02 11:29:02 -06:00
  • 5ce7d5f8a6 Merge pull request #29 from msabramo/tox Andy Dustman 2013-11-21 13:36:48 -08:00
  • ed5e9e430d Update .travis.yml Andy Dustman 2013-11-21 15:07:08 -05:00
  • d236bb7f6b Merge pull request #26 from chipturner/master Andy Dustman 2013-11-21 12:00:56 -08:00
  • 002bbb8cd6 Merge pull request #30 from msabramo/assertEquals Andy Dustman 2013-11-21 11:59:13 -08:00
  • 95ae115c7d Merge pull request #32 from methane/autocommit Andy Dustman 2013-11-21 11:57:32 -08:00
  • 9b0b59f1bb Merge pull request #34 from tyzhnenko/test-and-fix-issue-33 Andy Dustman 2013-11-21 11:55:10 -08:00
  • 76037a2703 Merge pull request #35 from methane/static Andy Dustman 2013-11-21 11:53:34 -08:00
  • 44f8b4d2b9 Merge pull request #36 from Multiposting/master Andy Dustman 2013-11-21 11:52:42 -08:00
  • a7c3ce49fc Merge pull request #38 from olive-oasis/master Andy Dustman 2013-11-21 11:46:46 -08:00
  • fb1c79d85a microsecond-bug-fix Jinuk 2013-11-08 12:18:55 +09:00
  • 100485f627 microsecond-bug-fix for datetime.datetime jinuk84.kim 2013-11-08 11:51:31 +09:00
  • 8096d8c053 Also fix executemany(). Guillaume Bandet 2013-11-05 11:34:43 +01:00
  • 8bef3359fb Syntax fix for python 2.5 support. Guillaume Bandet 2013-11-05 11:01:22 +01:00
  • 87d1145c0d Fix the conversion of list or tuple args to a SQL. Guillaume Bandet 2013-11-04 16:17:57 +01:00
  • 0beb712e4b remove -lmysqlclient when static linking. INADA Naoki 2013-10-25 18:29:15 +09:00
  • 052955e093 Fix cut off SQL query when its contained )), edit insert_values regexp. Fixes issue #33. Dima Tyzhnenko 2013-10-07 12:34:14 +03:00
  • 2204283605 Remove unused variable. INADA Naoki 2013-10-02 02:17:48 +09:00
  • 3dbf035fa5 More precise get_autocommit based on server_status. INADA Naoki 2013-10-02 02:10:02 +09:00
  • a1dd63614f tox.ini: Add ipdb as a dep because it's very useful for debugging Marc Abramowitz 2013-09-30 16:24:18 -07:00
  • 53ebb0fced Change one assertTrue to assertEquals to get better failure output Marc Abramowitz 2013-09-30 13:51:30 -07:00
  • e20b631d16 Add support for tox Marc Abramowitz 2013-09-30 09:27:48 -07:00
  • 7e73533dd9 Extend read_timeout support to also include write_timeouts Chip Turner 2013-08-23 13:08:07 -07:00