Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python-trio/trio-mysql

Pure Python MySQL Client
https://github.com/python-trio/trio-mysql

Send init_command and sql_mode when reconnect.

b721fda38b1702c42b965d4b40e22484d96445eb authored over 11 years ago by INADA Naoki <[email protected]>
Fix test failure on Python 3.

081e171505be03910212882b5ba19734c9a60c40 authored over 11 years ago by INADA Naoki <[email protected]>
pymysql.Binary() uses bytes() instead of str() (Fixes #142)

8a83c101c51e4264bc1de42f2620ffdb40a1e4cf authored over 11 years ago by INADA Naoki <[email protected]>
Allow ping on closed connection. (Fixes #147)

68a37f11159581668476fd73ca153813cad4f1f2 authored over 11 years ago by INADA Naoki <[email protected]>
Use setuptools.find_packages() to find all packages (Fixes #154)

8050caff6d45988bd58431875be78304b79974fa authored over 11 years ago by INADA Naoki <[email protected]>
Close socket when error occured while connectiong. (Fixes #58)

590f6261f240751bcd30d4a217fb091753465c06 authored over 11 years ago by INADA Naoki <[email protected]>
Reintroduce connection.encoders for Django compatibility.

9205e09054ab34b7dfc9a9f87773ba6fafb6ae3f authored over 11 years ago by INADA Naoki <[email protected]>
Remove unnecessary encode/decode before querying.

e7e4a9642a932182039ea575a3df811baff4f145 authored over 11 years ago by INADA Naoki <[email protected]>
Better exception throwing.

686a5619c3dcfac3e5c24118b797f0df2896b2c2 authored over 11 years ago by INADA Naoki <[email protected]>
BAD_NULL_ERROR is IntegrityError

da9ea8e456a6c7da6c75f2ada3c4f74e7dd8c774 authored over 11 years ago by INADA Naoki <[email protected]>
Basic Django support.

5b14859951b171e85e782bcd9df47c48c570cb83 authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #160 from methane/refactoring-converters

Refactoring converters.

92950d90a700b1615c528bf0dafe3f8ff99e1606 authored over 11 years ago by INADA Naoki <[email protected]>
Refactoring converters.

6c4b885d19aa3c0b60ac21338f2524efb477288b authored over 11 years ago by INADA Naoki <[email protected]>
Extract same code to method.

2bb2abb0e3524dfad11fc3e772db1f0e748d503d authored over 11 years ago by INADA Naoki <[email protected]>
cleanup

0bce1dea013b9f61a8658d8c87153fba558f5a18 authored over 11 years ago by INADA Naoki <[email protected]>
More pep8.

5923b20df655e9af7f3d621cca014e3c066733c6 authored over 11 years ago by INADA Naoki <[email protected]>
Split runtests command.

d22f4295368f22b466036f6747c929e6b37af74f authored over 11 years ago by INADA Naoki <[email protected]>
Merge branch 'utf8mb4'

cf2349616d31d5d5ef0d482a83f0f7cb4fdb482e authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #159 from methane/utf8mb4

Support utf8mb4 charset

a08e8728a1013be6e15228d2de7bbafb1ea6a2ab authored over 11 years ago by INADA Naoki <[email protected]>
Add docstring.

36f3343a41ecab7d17173172ffd158b7b06663d5 authored over 11 years ago by INADA Naoki <[email protected]>
Support utf8mb4 charset

5377c50ac6c3c1f32022b76e789a9b77ffcd297a authored over 11 years ago by INADA Naoki <[email protected]>
Fix typo.

a6fad0fd467d0d7eabca41c848384b4851ec7b48 authored over 11 years ago by INADA Naoki <[email protected]>
Merge remote-tracking branch 'origin/pr/156'

Conflicts:
pymysql/err.py

25e8a931d429cd23421b1bee34c20b744e204a49 authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #150 from rfk/full-thread-id

Parse full 4-byte unsigned int for server_thread_id.

1092d4e586d81e7266e32af747ee2ab23862684b authored over 11 years ago by INADA Naoki <[email protected]>
Merge remote-tracking branch 'origin/pr/148'

Conflicts:
pymysql/connections.py
pymysql/cursors.py

0f0428bbb4da3eb38149192e2e58f6541f6c722e authored over 11 years ago by INADA Naoki <[email protected]>
Merge remote-tracking branch 'origin/pr/140'

Conflicts:
pymysql/connections.py

e4ec9403189ca4eecbbadc6068b396ce64672809 authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #158 from methane/dict-type

Add DictCursor.dict_type to override it.

220c81f8de3bb35abf1bdef0e740c6d32d985739 authored over 11 years ago by INADA Naoki <[email protected]>
Python 2.6 doesn't have OrderedDict

37f914788b2323a221cb7af6fa6919de22b2e9ca authored over 11 years ago by INADA Naoki <[email protected]>
Add comment.

d671b490775a6c3e7311f5622f8ec816c0485196 authored over 11 years ago by INADA Naoki <[email protected]>
Add DictCursor.dict_type to override it.

821e4cc83ad3f3a829eeef94e8509aa723e14e0d authored over 11 years ago by INADA Naoki <[email protected]>
use SOL_SOCKET instead of IPPROTO_TCP, for Windows compatibility

bb303d2426f43f640e02784dd1799dc83826aeec authored over 11 years ago by Dustin J. Mitchell <[email protected]>
Change Travis-CI URLs: s/lecram/PyMySQL/.

7ea4689aa1fda15b9dda2d5eadc2d56717db1248 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Merge commits from lecram/master.

a3a04d1905d527073eab2674bf3a573fc6c80b53 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Merge pull request #10 from methane/fix-travis-errors

Fix travis errors

a1fdf748a37fac580ef51ecddc69f4e141323fdf authored over 11 years ago by Marcel Rodrigues <[email protected]>
Use unittest2 on Python 2.6

f8dca6426e58c40f55283c300dd97b0113ab1afa authored over 11 years ago by INADA Naoki <[email protected]>
Fix Python 2.6 tests.

86a3c91e25a85ae8b3e9ff8be9c2c635c396a27b authored over 11 years ago by INADA Naoki <[email protected]>
Fix test failure in Python 2.6

e4dd7c94b71f08de8d89df9f9dcc4cf0e8b61e1d authored over 11 years ago by INADA Naoki <[email protected]>
Fix test failure on Python 2.6

5c814224a85fbfa0a8fbbe0e85a57b7b4091d000 authored over 11 years ago by INADA Naoki <[email protected]>
travis: Drop Python 3.2.

6e8923ea1a9feed5998d66434028fd3d87e1af5b authored over 11 years ago by INADA Naoki <[email protected]>
Add Travis icon.

61349dd4f448138fcdcc371158321937d19940f4 authored over 11 years ago by INADA Naoki <[email protected]>
Merge commits from lecram/master.

f9ed46632901ffe2543e5bd39a09f608f9b66fe0 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Only encode `text_type` objects.

f809bb68d339da22db2e2525854ac51b591022da authored over 11 years ago by Marcel Rodrigues <[email protected]>
Fix #9.

817a290550a0780b8b018f63fba8c18029558e91 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Fix some tests.

95d8cf4a4c833315995f4828aebaeb977bae59e1 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Fix text decoding in `test_issue_33`.

a17ef1c39aac417e9ba2fd9e9b54b2827fdede1a authored over 11 years ago by Marcel Rodrigues <[email protected]>
Merge pull request #8 from methane/master

Use _compat.text_type

71375712009438555fbea1f77f47d4e064f941c0 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Fix syntax error.

6cfed72782a9de5d2c6e5338f195d5ff6afdbb63 authored over 11 years ago by INADA Naoki <[email protected]>
Use to identify unicode text.

c20e7c04a7f7ebecf71e9d5c833d5595baf26ad7 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Use _compat.text_type

80c5ad9db291a1098163c26943ac5fa48c1046b0 authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #7 from methane/master

Support Travis-CI

a38d25ae6c8aa6d3ebf1bd07bf9ec61339c35cc8 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Fix test on Python 3.

d076424ce12546a1de4e36730fd0b48ca98f49e6 authored over 11 years ago by INADA Naoki <[email protected]>
Use utf8_general_ci collate.

d168f012b11cc4f8379d88de5704409a5f13e6b0 authored over 11 years ago by INADA Naoki <[email protected]>
travis: Fix typo

888723a51b201e9b35fa7abe6d52ab0113f72962 authored over 11 years ago by INADA Naoki <[email protected]>
travis: Stop using unix_socket

5990b2c605d881e5e0b20e47b28168e2d19ff376 authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #1 from methane/travis

Add travis config.

892e9af6203ee82e2861dc4b7a3284e7c879eca2 authored over 11 years ago by INADA Naoki <[email protected]>
travis: Use root user.

3b8908e6acb36da4e216d16941e0a3ccb72c83b5 authored over 11 years ago by INADA Naoki <[email protected]>
travis: use unix_socket

70ac7c195c26421a1eda9baf8324b61941ad231f authored over 11 years ago by INADA Naoki <[email protected]>
Fix travis.yml

a075e3744cdf5a18d1ec3c53a1aecbf58946fe74 authored over 11 years ago by INADA Naoki <[email protected]>
Add travis config.

742431e38a7999b197cc231356cea67079d1cab7 authored over 11 years ago by INADA Naoki <[email protected]>
Better exception handling.

Binding traceback cause cyclic reference.
(see http://docs.python.org/2/library/sys.html#sys.exc...

60cc4a561bf865ae04e27fa8262d23a4cf11f9bc authored over 11 years ago by INADA Naoki <[email protected]>
Fix deprecated `unittest.TestCase` method aliases.

287d1d084e7a6ae42b7d271d21e9bf28281a9d24 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Merge pull request #4 from methane/master

Fix nested exception raised.

4fd1353079665f0002a91d47af0934d69818a8f6 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Merge pull request #5 from methane/remove-long

Don't use long type.

f5c9b0bfe4a67cf08d4f0ae8d08b05ebe9d66c9b authored over 11 years ago by Marcel Rodrigues <[email protected]>
Don't use long type.

int() produces long for large number on Python 2.

62b5416fd3ae75e927b03af5badf697c9779d048 authored over 11 years ago by INADA Naoki <[email protected]>
Merge remote-tracking branch 'origin/master'

4cc430692bdf79abcb9b7a8f6a26f704c3cc5e1e authored over 11 years ago by INADA Naoki <[email protected]>
Fix nested `ProgramError(ProgramError(...))` raised.

3ed25c09c4b2806b17878edcdbcb429c61530caa authored over 11 years ago by INADA Naoki <[email protected]>
Fix link in README.

1ef59b56bb9c730c9eaea5c7c0f202d1a9cde483 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Allow test environment to be specified in unversioned file.

fc98d7b99b426a54cb2b8c83beafd21dfa709fed authored over 11 years ago by Marcel Rodrigues <[email protected]>
Merge pull request #2 from methane/reindent

Reindent

dedb5d7861c893143f27033c9288262ade3a2ce9 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Run reindent.py

ef6ad66ca64721bb67c910bcf4b887cf06668dcb authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #1 from methane/remove-makefile

Don't use `socket.makefile()`.

050424d2893e53d6fa086043d412496dca3ec29a authored over 11 years ago by Marcel Rodrigues <[email protected]>
Don't use `socket.makefile()`.

Makefile creates new fd on Python 2.
http://hg.python.org/cpython/file/026ee0057e2d/Modules/sock...

d11ddd20791e913ce6456800d4e28ba9d24e7626 authored over 11 years ago by INADA Naoki <[email protected]>
handle connection errors properly (fixes petehunt/PyMySQL/#89)

8a2958fbf89d61620e81593056df6a67192167eb authored over 11 years ago by Mykola Grechukh <[email protected]>
Update README.rst

917365596b486e5b2e992b7080e4a75efe7273d8 authored over 11 years ago by Pete Hunt <[email protected]>
Py3k string normalization.

0df8c10557163e1a6ed407f00864061badbac69d authored over 11 years ago by Marcel Rodrigues <[email protected]>
query must by str/bytes, not unicode/str.

a8dd44d8863b3b42523e2fbc1405735a5d8302e6 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Fix escape_int().

0db920c283a97d006903d54b14f730f87cd87bbf authored over 11 years ago by Marcel Rodrigues <[email protected]>
Interger division must be explicit for Py3k.

a665a11fa7d2a989c18abfc71597850ff47a7688 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Run third-party tests on all supported Python versions.

d962002a5759f2d10ebd2f4d90d4bc0cf2002669 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Don't run example test, because it depends on external data.

4f12aa537c785db2ad668c5b83984c573ba14120 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Fix query string formatting for py3k.

64529927144f0122c86309813af007e97511974a authored over 11 years ago by Marcel Rodrigues <[email protected]>
Fix escape_string().

24a5552821f3298a2f0b9225102a082fb1c647ac authored over 11 years ago by Marcel Rodrigues <[email protected]>
Fix typo in connections.py.

97e3079237d1b10f4c093e5c35a81205a9de8e8e authored over 11 years ago by Marcel Rodrigues <[email protected]>
Fix escape_item() for py3k.

978e582ef7f47f09a61c350656204e45fbb535dd authored over 11 years ago by Marcel Rodrigues <[email protected]>
README formatting.

c29362254471d71b129af10cff145f65692e3af6 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Update info in README.

9999d660ee263bc2a518a2c689a4690d2c714dca authored over 11 years ago by Marcel Rodrigues <[email protected]>
Change Python version support from 2.x to 2.6, 2.7 and 3.3.

6d8dabd64b45b2c1967b4ecf00dbdea8509ec35c authored over 11 years ago by Marcel Rodrigues <[email protected]>
Check conn._result before running _finish_unbuffered_query()

c2786bff949c3ab2c831e600e397863bb28a12e0 authored over 11 years ago by Cameron Eure <[email protected]>
Implemented SSDictCursor

799bd31932e92662b81eb4c141c444d294358ce8 authored over 11 years ago by Cameron Eure <[email protected]>
dummy class which will eventually implement SSDictCursor

5da0091ef44a1fb8179fcb8ec6573d73d694e38d authored over 11 years ago by Cameron Eure <[email protected]>
Parse full 4-byte unsigned int for server_thread_id.

3882a6ef02a27496abb559f4e18b0107bc526b26 authored over 11 years ago by Ryan Kelly <[email protected]>
Remove unjustified uses of bare 'except' clause

f7eeaf365fe00bd22915e42e9659f70757273f66 authored over 11 years ago by Ryan Kelly <[email protected]>
set SO_KEEPALIVE on all connections

The MySQL client libraries do this automatically, so it makes sense to
do so here, as well.

a7958ee8ff46326592cf766817b53ca862276130 authored almost 12 years ago by Dustin J. Mitchell <[email protected]>
Merge pull request #135 from NextThought/master

Fix __init__.py syntax error and importing under Python 2.7

41d8df65c05b79c433e52ee44f0789cd0d696ecf authored about 12 years ago by petehunt <[email protected]>
Use the right import

16fdf9fc0be0aa4052cf7252797b1045484de6dd authored about 12 years ago by Jason Madden <[email protected]>
Restore python 2.7 compatibility.

c40eb885215d7173ade0b17b2a077f3e6b33ece6 authored about 12 years ago by Jason Madden <[email protected]>
Fix syntax error with invalid string constant.

7b2458a9e86a98a85e3e569e8034d3467187ac19 authored about 12 years ago by Jason Madden <[email protected]>
Merge pull request #133 from dannystaple/patch-1

Make Connect show through help from inner class

0933cc712eea8f31aa5167e5a05c6c9b40932bd4 authored about 12 years ago by petehunt <[email protected]>
Make Connect show through help from inner class

The redirection seems a faff when wanting to quickly look things up while working with pymysql. ...

050d0df65ba35521b98e353961d0cfbf77a482fb authored about 12 years ago by Danny Staple <[email protected]>
Merge pull request #120 from sethmurphy/unicode-args

Added unicode to args not encoded in escape_item

bd9c5881b9b3fc7ae68048135c9f17e6cf869b34 authored about 12 years ago by petehunt <[email protected]>