An open API service providing commit metadata for open source projects.

GitHub / PyMySQL/PyMySQL / commits

MySQL client library for Python

SHA Message Author Date Stats
57b3f501 fix test INADA Naoki <s****y@g****m> over 10 years ago
3cee6837 Remove unnecessary check for previous result INADA Naoki <s****y@g****m> over 10 years ago
d249c068 merge Merge pull request #409 from methane/feature/faster-string-escape INADA Naoki <m****e@u****m> over 10 years ago
7dc1817e merge Merge pull request #387 from tonal/master INADA Naoki <m****e@u****m> over 10 years ago
6fa2f1bc escaping bytes is faster on Python 3 INADA Naoki <s****y@g****m> over 10 years ago
dbb16ee4 merge Merge pull request #406 from methane/fix/result-sync INADA Naoki <m****e@u****m> over 10 years ago
b837d22a Fetch remaining results before executing command INADA Naoki <s****y@g****m> over 10 years ago
abcb5f9b Add test to reproduce #399 INADA Naoki <s****y@g****m> over 10 years ago
78af0a99 merge Merge pull request #405 from methane/feature/refactor INADA Naoki <m****e@u****m> over 10 years ago
a126c4e7 s/plugin_map/auth_plugin_map/ INADA Naoki <s****y@g****m> over 10 years ago
4ce7d7e7 Remove Connection.get_plugin_name() INADA Naoki <s****y@g****m> over 10 years ago
0eba1404 fix protocol out of sync when error happens while load local infile. INADA Naoki <s****y@g****m> over 10 years ago
344b9333 refactor connection's sequence id INADA Naoki <s****y@g****m> over 10 years ago
0cffd555 travis: MySQL 5.6.26 => 5.6.28, Python 3.5 INADA Naoki <s****y@g****m> over 10 years ago
54c745ad remove unused member INADA Naoki <s****y@g****m> over 10 years ago
1893637a merge Merge pull request #353 from grooverdan/expose_auth_plugin_name INADA Naoki <m****e@u****m> over 10 years ago
c7a319c8 merge Merge pull request #404 from methane/fix/readme INADA Naoki <m****e@u****m> over 10 years ago
8e25f8e7 fix coveralls badge INADA Naoki <s****y@g****m> over 10 years ago
01084c03 merge Merge pull request #403 from methane/feature/raise-error-when-cursor-not-closed INADA Naoki <m****e@u****m> over 10 years ago
8027d22b MySQL 5.7.10 INADA Naoki <s****y@g****m> over 10 years ago
27e0da33 Raise ProgrammingError when previous multi result not fetched. INADA Naoki <s****y@g****m> over 10 years ago
ee78b2db move lenenc_int from util.py to connections.py Daniel Black <g****n@u****t> over 10 years ago
7fc5c008 merge Merge pull request #401 from PyMySQL/fix/default-host INADA Naoki <m****e@u****m> over 10 years ago
c54fd35b Fix default argument of host INADA Naoki <s****y@g****m> over 10 years ago
f679acd3 merge Merge pull request #400 from PyMySQL/feature/ignore-nodelay INADA Naoki <m****e@u****m> over 10 years ago
8103644f Ignore no_delay option (deprecated already) INADA Naoki <s****y@g****m> over 10 years ago
abbf34d1 Add NumPyDoc docstring to BaseCursor.execute Martin Thoma <i****o@m****e>
Committed by: INADA Naoki <s****y@g****m>
over 10 years ago
886b572d merge Merge pull request #395 from alazaro/patch-1 INADA Naoki <m****e@u****m> over 10 years ago
7fb77076 Bump version_info Álvaro Lázaro <a****g@g****m> over 10 years ago
3cc6c431 merge Merge pull request #391 from CoresecSystems/master INADA Naoki <m****e@u****m> almost 11 years ago
895d5a24 Add spaces after commas in parameters Francisco Izquierdo <f****o@c****m> almost 11 years ago
641ef559 Add support for capath and cipher, allow checking hostnames (and do so by def... Francisco Izquierdo <f****o@c****m> almost 11 years ago
098a4044 Allow passing a custom SSLContext for the connection instead of a dictionary Francisco Izquierdo <f****o@c****m> almost 11 years ago
1ab78d86 Use an SSL Context so we can use TLv1.0 or higher instead of forcing TLSv1.0 Francisco Izquierdo <f****o@c****m> almost 11 years ago
eea29eb3 Annotate syntax Alexandr N Zamaraev (aka tonal) <t****l@p****u> almost 11 years ago
67983e75 Annotate type and set self.connection to None in MySQLResult.read as other me... Alexandr N Zamaraev (aka tonal) <t****l@p****u> almost 11 years ago
7044fa00 Remove not working download URI INADA Naoki <s****y@g****m> almost 11 years ago
a4b86e35 0.6.7 INADA Naoki <s****y@g****m> almost 11 years ago
c09e8b4b test: auth: correct identation. Drop $USER@localhost before creating pam use ... Daniel Black <g****n@u****t> almost 11 years ago
23135cdf travis: show syslog(with PAMCLEAR) and error log on success and failure Daniel Black <g****n@u****t> almost 11 years ago
3d8dfc16 add pam plugin in cleartext mode to test mysql_cleartext_password plugin Daniel Black <g****n@u****t> almost 11 years ago
a36b0a86 merge Merge pull request #354 from grooverdan/beyond_v5_v2 INADA Naoki <m****e@u****m> almost 11 years ago
73e80349 merge Merge pull request #377 from lzedl/master INADA Naoki <m****e@u****m> almost 11 years ago
fe3c1fc5 Small fix in DBAPISet.__ne__ Alexandr Litovchenko <z****a@g****m> almost 11 years ago
5d3904bb explicit close on socket in test_defer_connect Daniel Black <g****n@u****t> almost 11 years ago
0590ce9f env vars to test pam/cleartext plugin Daniel Black <g****n@u****t> almost 11 years ago
a578bb46 merge merge from master Daniel Black <g****n@u****t> almost 11 years ago
7fec4a21 merge Merge pull request #369 from grooverdan/mysql56_57_tests INADA Naoki <m****e@u****m> almost 11 years ago
9e9e4c07 close connections to remove warnings Daniel Black <g****n@u****t> almost 11 years ago
09a416a9 add test for defer_connect Daniel Black <g****n@u****t> almost 11 years ago
aa23fbb1 correct object reference Daniel Black <g****n@u****t> almost 11 years ago
98b659dd in 5.7, set password = PASSWORD() is deprecated Daniel Black <g****n@u****t> almost 11 years ago
1fccdc75 omit test files from coverage report Daniel Black <g****n@u****t> almost 11 years ago
7e4a8721 add more connection tests Daniel Black <g****n@u****t> almost 11 years ago
7547b03f use a begin command in the test suite Daniel Black <g****n@u****t> almost 11 years ago
9e32741d add test_read_default_group Daniel Black <g****n@u****t> almost 11 years ago
d0f3ecea add sha256 auth keys Daniel Black <g****n@u****t> almost 11 years ago
ebc87c5c 5.7 has warnings on old_passwords, even for sha256_passwords Daniel Black <g****n@u****t> almost 11 years ago
93fdb754 add PAM plugin to test suite Daniel Black <g****n@u****t> almost 11 years ago
bcea1a6e plugin sha256 - cannot handle yet Daniel Black <g****n@u****t> almost 11 years ago
20695999 test cases to cover more of the authentication plugin server framework Daniel Black <g****n@u****t> almost 11 years ago
91ff35f2 need mariadb-test to test dialog plugin Daniel Black <g****n@u****t> almost 11 years ago
ee9d9ae3 corrections to authentication plugin handling Daniel Black <g****n@u****t> almost 11 years ago
2383b73b omit tests from coverage Daniel Black <g****n@u****t> almost 11 years ago
258cf1ff duplicate copy of travis.databases.json that breaks 5.6 builds Daniel Black <g****n@u****t> almost 11 years ago
e196c4ed merge merge from master Daniel Black <g****n@u****t> almost 11 years ago
ff542d73 merge Merge pull request #374 from grooverdan/more_connection_tests INADA Naoki <m****e@u****m> almost 11 years ago
1be420bb add test test_no_delay_warning Daniel Black <g****n@u****t> almost 11 years ago
d3136d84 remove code coverage from bits we cant test Daniel Black <g****n@u****t> almost 11 years ago
42e9ada3 purge off warnings Daniel Black <g****n@u****t> almost 11 years ago
8522474e _binary prefix in #364 tests Daniel Black <g****n@u****t> almost 11 years ago
e9097595 merge Merge pull request #373 from grooverdan/coveralls-badge INADA Naoki <m****e@u****m> almost 11 years ago
d3e7d104 Fix url for coveralls badge - wrong branch Daniel Black <g****n@u****t> almost 11 years ago
4d4b0127 merge mrg from master Daniel Black <g****n@u****t> almost 11 years ago
662fbf42 merge Merge pull request #370 from grooverdan/coveralls INADA Naoki <m****e@u****m> almost 11 years ago
c2d91678 cache only for DB 56/57. Separate python version for 56 and 57 as that seems ... Daniel Black <g****n@u****t> almost 11 years ago
0b22b148 clean up travis.yml file Daniel Black <g****n@u****t> almost 11 years ago
fdadb8fb .travis.initialize.db.sh needed for non mysql-5.6/5.7 too Daniel Black <g****n@u****t> almost 11 years ago
47b29ef2 ignore coverage data Daniel Black <g****n@u****t> almost 11 years ago
96996db3 exclude raise ValueError - usually when validating server protocol Daniel Black <g****n@u****t> almost 11 years ago
0d8e1f68 exclude dump_package from coverage - debug only Daniel Black <g****n@u****t> almost 11 years ago
a52e1b7c add tests for old_password. Fix py3 old password authentication. empty plugin... Daniel Black <g****n@u****t> almost 11 years ago
ea45a731 str -> byte in _my_crypt Daniel Black <g****n@u****t> almost 11 years ago
081f508f right privs for super to drop old root user on mysql56/57 installs Daniel Black <g****n@u****t> almost 11 years ago
5610b3dd wait for socket Daniel Black <g****n@u****t> almost 11 years ago
010c6438 create real user with a password to test authentication code Daniel Black <g****n@u****t> almost 11 years ago
5db6913b Add coveralls badge Daniel Black <g****n@u****t> almost 11 years ago
2552b631 Add coveralls Daniel Black <g****n@u****t> almost 11 years ago
7a80e4e0 put 5.6 and 5.7 both on python-3.4 Daniel Black <g****n@u****t> almost 11 years ago
b65da6fe silence geom warnings. All geom functions are ST_geom in 5.7. silence charset... Daniel Black <g****n@u****t> almost 11 years ago
96f24ef1 5.7.0 does not like removing NO_AUTO_CREATE_USER so lets keep that there as i... Daniel Black <g****n@u****t> almost 11 years ago
2d371cc9 assertWarns for GEOMFROMTEXT (#363) in 5.7.0+ Daniel Black <g****n@u****t> almost 11 years ago
adcbc252 datetime cannot have 0000-00-00... as a valid value in 5.7 - was not part of ... Daniel Black <g****n@u****t> almost 11 years ago
5a3c1c7c Add tests with mysql-5.6 and mysql-5.7 Daniel Black <g****n@u****t> almost 11 years ago
28fc9b95 py3+ fix for TypeError: Type str doesnt support the buffer API Daniel Black <g****n@u****t> almost 11 years ago
8cc9cdfd int2byte(0) -> b'\0' Daniel Black <g****n@u****t> almost 11 years ago
4cc3ca7e tests: upgrade plugin tests to new class. Test against mysql-5.6 too Daniel Black <g****n@u****t> almost 11 years ago
0a1763fb restore is_eof_packet implementation. Add is_auth_switch_request method Daniel Black <g****n@u****t> almost 11 years ago
59f29f30 remove spurious print statement Daniel Black <g****n@u****t> almost 11 years ago
4a94edd9 formatting and handling errors/existing users easier Daniel Black <g****n@u****t> almost 11 years ago

← Back to repository