Commit Graph

715 Commits

Author SHA1 Message Date
INADA Naoki
b6601fef9e Remove duplicated license file 2016-01-12 15:12:46 +09:00
INADA Naoki
2511c7e92b Merge pull request #69 from methane/feature/faster-surrogateescape
faster surrogateescape
2016-01-12 01:24:10 +09:00
INADA Naoki
6ff138a597 faster surrogateescape 2016-01-12 01:17:01 +09:00
INADA Naoki
5d91470b0f Merge pull request #68 from angieellis/master
PY3: Warning should be str
2016-01-09 12:20:24 +09:00
aellis
ae99670a08 fixing byte strings for python 3
cleanup

validate python 3 version for decode
2016-01-06 21:07:06 -05:00
INADA Naoki
22455e5a32 update doc 2015-12-13 23:20:10 +09:00
INADA Naoki
93f6f02649 Merge pull request #60 from graingert/patch-3
parallelise tox
2015-11-26 20:32:31 +09:00
Thomas Grainger
32b1b97d88 parallelise tox 2015-11-26 10:07:11 +00:00
INADA Naoki
c4b69c1e80 Merge pull request #61 from graingert/patch-4
cache pip correctly
2015-11-26 17:02:12 +09:00
INADA Naoki
3dd7535fe4 Merge pull request #62 from graingert/patch-5
Add documentation link
2015-11-26 16:55:14 +09:00
Thomas Grainger
4f53c17f3f Add documentation link 2015-11-25 12:11:24 +00:00
Thomas Grainger
2cfa41948e cache pip correctly
travis auto pip cache is disabled if the install command is changed
2015-11-25 12:09:06 +00:00
INADA Naoki
4b0519a0c4 dos2unix HISTORY 1.3.7 2015-11-05 04:10:57 +09:00
INADA Naoki
e98e73757a Update HISTORY 2015-11-05 04:10:44 +09:00
INADA Naoki
ff3a99b945 update metadate for 1.3.7 2015-11-05 04:00:04 +09:00
INADA Naoki
7d289b2172 Merge pull request #57 from methane/fix/48
Don't fetch warnings when there is next result
2015-11-05 03:56:55 +09:00
INADA Naoki
c66f02532b tox: Add py35 2015-11-05 03:54:52 +09:00
INADA Naoki
98bec5fb8c fixup 2015-11-05 03:38:13 +09:00
INADA Naoki
b07937487d Don't fetch warnings when there is next result
Fixes #48
2015-10-12 02:29:06 +09:00
INADA Naoki
4154756541 Merge pull request #56 from methane/fix/51
Check after mysql_store_result propery
2015-10-11 20:20:07 +09:00
INADA Naoki
8c090157b7 Check after mysql_store_result propery
fixes #51
2015-10-11 20:09:17 +09:00
INADA Naoki
1383f3ff42 Add GPL v2 LICENSE file 2015-10-11 16:42:08 +09:00
INADA Naoki
568cf52943 Merge pull request #32 from PyMySQL/library-args
Pass options in `mysql_config --libs` to `extra_linker_args`
2015-10-11 16:33:23 +09:00
INADA Naoki
61c6b569e3 Merge pull request #49 from phispi/master
Added test for MULTIPOLYGON (that fails in 1742946)
2015-09-07 17:26:43 +09:00
Philipp Spitzer
d4ef92d43a Adding FIELD_TYPE_GEOMETRY as binary type fixes the issue of the UnicodeDecodeError and makes geometry types usable. 2015-07-21 21:50:46 +02:00
Philipp Spitzer
91054f07cb Replaced assertGreater with assertNotEqual so that the code runs with Python 2.6 too. 2015-07-20 23:32:14 +02:00
Philipp Spitzer
670cede43b Added test for MULTIPOLYGON (that fails in 1742946) 2015-07-20 23:08:40 +02:00
INADA Naoki
174294641e Merge pull request #47 from MahdiZareie/patch-1
add install command for python3-dev
2015-06-14 10:53:12 +09:00
MahdiZareie
4f9c5051ff add install command for python3-dev
adding require commands for installing python3 development package on Ubuntu and CentOs .
2015-06-14 03:11:18 +04:30
INADA Naoki
665f188c20 Merge pull request #46 from methane/fix/travis
Fix travis build
2015-06-03 02:31:46 +09:00
INADA Naoki
be416d0c21 travis: cache: pip 2015-06-03 01:42:18 +09:00
INADA Naoki
13ddae4153 tox: Pass TESTDB envvar to test 2015-06-03 01:37:26 +09:00
INADA Naoki
cac3b615e7 travis: mysql --print-defaults 2015-06-03 01:25:09 +09:00
INADA Naoki
b9d5320816 Merge pull request #45 from graingert/patch-2
Fix hightlighting comment typo
2015-06-03 01:05:53 +09:00
Thomas Grainger
db3fc0bba7 Fix hightlighting comment typo 2015-06-02 16:43:33 +01:00
INADA Naoki
1953e1652d Merge pull request #43 from tiwilliam/date-perf
Increase performance when casting dates
2015-05-07 13:34:25 +09:00
William Tisäter
d0f96ff213 Return in case of higher precision than expected 2015-05-06 17:32:00 +02:00
William Tisäter
f7bb72e9ce Prefer early return and less indention 2015-05-05 19:37:05 +02:00
William Tisäter
c70564f813 Remove unnecessary if statement 2015-05-04 20:18:57 +02:00
William Tisäter
77a8e4a480 Increase performance when casting dates 2015-05-04 20:18:57 +02:00
INADA Naoki
c528f503b8 Merge pull request #41 from tiwilliam/test-times
Add tests for times module
2015-05-05 01:07:39 +09:00
William Tisäter
7397b0e93c Fix non-valid MySQL dates 2015-05-04 15:27:31 +02:00
William Tisäter
f9cc9f8b57 Mock localtime with gmtime for epoch tests 2015-05-03 10:51:28 +02:00
INADA Naoki
641a2eb5a0 Merge pull request #42 from tiwilliam/cursor-closed-exception
Raise `ProgrammingError` properly when connection is closed
2015-05-03 00:21:09 +09:00
William Tisäter
bf470a4f71 Raise ProgrammingError properly when connection is closed 2015-05-01 20:56:16 +02:00
William Tisäter
1670adfed2 Revert "Always convert epoch to UTC"
This reverts commit 8efd1d8769.
2015-05-01 20:33:34 +02:00
William Tisäter
5d47ff4e35 Increase MySQLdb.times coverage to 100% 2015-05-01 19:59:35 +02:00
William Tisäter
50c0a3b798 Add coverage report 2015-05-01 19:59:09 +02:00
William Tisäter
402016ff03 Drop debug logging from times test 2015-05-01 18:29:55 +02:00
William Tisäter
8efd1d8769 Always convert epoch to UTC 2015-05-01 18:26:01 +02:00