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

Change version format to allow MAJOR.MINOR.PATCH.

2ad357bd15e50035c4914a9510eeb3b1f40d687b authored about 11 years ago by Marcel Rodrigues <[email protected]>
Add changes to CHANGELOG.

e9290fc1e27f35b7e8ff68f9befa21fbf8852f6f authored about 11 years ago by Marcel Rodrigues <[email protected]>
Remove unnecessary tuple->tuple conversion.

bf078be829f8d798d77d3b12e41560f1df0f44a0 authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #188 from jvankoten/master

fetchmay() and fetchall() returns tuple for MySQL-python compatibility.

34cf652267c67da7359b36b5295f03582e4a89b2 authored over 11 years ago by INADA Naoki <[email protected]>
Reverting commit 971b0550b9eee5e1e0a1da5ad3c4031b8e2ce669

0b9bf6bbc4c4ef5d3d90280bf45bfad245bdf661 authored over 11 years ago by Justin Van Koten <[email protected]>
Update connections.py

3e1610720d4b0512cb0377305e49bad7aa8ff0ef authored over 11 years ago by Justin Van Koten <[email protected]>
fix typo

315d164172ef784fbbb2af543bf5104f8f5ddf46 authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #186 from methane/fix-180

Stop using weakref for Cursor.connection (fixes #180)

871fecfb59727bec49ba9643653e1c758c227125 authored over 11 years ago by INADA Naoki <[email protected]>
Stop using weakref for Cursor.connection

c4af55561d9e7036d03fdab04347c09bc7135230 authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #185 from methane/fix-183

Allow "length of auth-plugin-data" = 0.

4888ca79f15a1ba33781d825dd0e133d65c070ec authored over 11 years ago by INADA Naoki <[email protected]>
Allow "length of auth-plugin-data" = 0.

592970318bcb64c9c18ae6253fc9840e015bb484 authored over 11 years ago by INADA Naoki <[email protected]>
cleanup

79a31f04c6d7c45c7f7f5b8bec1eeae459d21e6d authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #181 from jvankoten/master

Bring back cursor._last_executed

1ddfe07efc278e90f93e336b70ab73b6d1b6a30a authored over 11 years ago by INADA Naoki <[email protected]>
Update cursors.py

Reverting commit 8a75cc2c1533821c5591cd487e881b1cd69106ea
Forgot to add line

self.lastexecut...

1ce8ffb111ef05427efc169571e8c9363414a28f authored over 11 years ago by Justin Van Koten <[email protected]>
Update cursors.py

3ef81f14bbe120290c5dc4f627f189930ef19368 authored over 11 years ago by Justin Van Koten <[email protected]>
Bump version to 0.6.

7b80bdebb4c5046a11b41b1232e8b391f327834b authored over 11 years ago by Marcel Rodrigues <[email protected]>
Add download URL to setup.py.

fdaddce8eeb0918e7b6651d20323dddb9bb2154c authored over 11 years ago by Marcel Rodrigues <[email protected]>
Add test files and example to distribution.

38cbc366a4cfc335705043c634406ad8aaae6cc5 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Minor change in package short description.

1fc1d864e21a7e4eda765eabec33b85124abaa0f authored over 11 years ago by Marcel Rodrigues <[email protected]>
Add MANIFEST.in.

9c3910866e3081568bfa9bfd3be9deb9e7d3833d authored over 11 years ago by Marcel Rodrigues <[email protected]>
Add prompt signs in README for clarity.

7b6485a1d48ccf946af9e51cd3305af8a8ca7c47 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Workaround for IronPython.

See http://ironpython.codeplex.com/workitem/34532 .

5a32e3a3fdb5fd3f68a8daf651b8c87bc4303894 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Jython and IronPython need encoders[bytes].

a526fcf56f7d5ac89c273c3d3f7edbdedf0ec26d authored over 11 years ago by Marcel Rodrigues <[email protected]>
In Jython and IronPython, str == unicode.

8a5f7af60b05dd62feb17c62e5f05e889c5bd134 authored over 11 years ago by Marcel Rodrigues <[email protected]>
More readable example.py.

bc73c60e5268c99b0f7b3dc7624fa281b9e22ebf authored over 11 years ago by Marcel Rodrigues <[email protected]>
Add newlines to README.

c1e3e2f023ff5f4039db00914ceaf74f17a26f96 authored over 11 years ago by Marcel Rodrigues <[email protected]>
More informative README.

642b868777f22d4837d92fc0500600ee8acc2c53 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Add changes to CHANGELOG.

c86d04c5a0976d82da28d320af4ff17973a5d518 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Allow tests to be run from any directory.

1f4771dfef069b85722a07636a97e8d7dd6ae6a2 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Change brief description and update year in copyright notice.

be48bb67859abaf200abec66581687305c3a5de6 authored over 11 years ago by Marcel Rodrigues <[email protected]>
`str.format()` requires indexes on Python 2.6.

b1c6d073d9b35441d54f287a2b960075596d9c16 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Add test for #175.

9d0fcda63fb9d3c8a9d496e11668179e0e87a652 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Better organize `TestGitHubIssues`.

aaba4df5cdcf4149fe2652954511b50ebc1cd16c authored over 11 years ago by Marcel Rodrigues <[email protected]>
Merge pull request #177 from methane/issue175

Read field_count as length encoded integer

ef2385e687955de65991c78b986273fb3a403b23 authored over 11 years ago by INADA Naoki <[email protected]>
rename: length_coded_binary => length_encoded_integer

85b28bd425970dfbe5916b3b309df7bb26cc8143 authored over 11 years ago by INADA Naoki <[email protected]>
Read field_count as LengthEncodedInteger.

addf15cb61c06832a787e13445517a1dde716b10 authored over 11 years ago by INADA Naoki <[email protected]>
Use socket.makefile under IronPython.

d7d47cd9bc0aadf52977e51c1ed7e74daffc0d0e authored over 11 years ago by Marcel Rodrigues <[email protected]>
Only debug GC under CPython.

75df298943c7d4a439582630aace13536c8e22d7 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Update maintainer and add classifiers to setup.py (close #174).

c9579dc5a55344fd2955922da345d0b3ffa6edc7 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Merge pull request #171 from methane/fix-issue79

Fix column name collision on DictCursor and introduce DictCursorMixin.

9306b5108e384f7d9ab8e355a43b750e847419f5 authored over 11 years ago by INADA Naoki <[email protected]>
Fix SSDictCursor

f1ef6e06d83cc2887381826624553105e17ee5ab authored over 11 years ago by INADA Naoki <[email protected]>
DictCursor: use `table.column` when column name conflicts.

DictCurosr now implemented via DictCursorMixin.

6c2cf255bc35334a9249f374b40be85539c06a1f authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #170 from methane/select-db

Add con.select_db() method. (fixes #80)

fe3cc1f8b2c28cecc92bbf6457630bdf8eea8f22 authored over 11 years ago by INADA Naoki <[email protected]>
Add con.select_db() method. (fixes #80)

c5916450b6767d99ad0db508169620fc152ed871 authored over 11 years ago by INADA Naoki <[email protected]>
Read `database` rather than `db` from my.cnf.

Also change argument name. But keep `db` for backward compatibility.

e03a23ba3c9604ffa2646f4dff5c9ce48887a61f authored over 11 years ago by INADA Naoki <[email protected]>
Fix test for issue #95

b0d9a8d74227ac266b3cdf623aae98dfc24d099f authored over 11 years ago by INADA Naoki <[email protected]>
Add test for #95.

181d37bdab23ec7ed08b71e9c206dd98282021fb authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #169 from methane/connectors-autocommit

Connectors autocommit (#104)

84625cb2a9cd1d3a1c2fb1627231580cb90d282d authored over 11 years ago by INADA Naoki <[email protected]>
Add connection.get_autocommit().

To know current autocommit mode.

c19b868d33df7c092f7214f262c03302619e51ff authored over 11 years ago by INADA Naoki <[email protected]>
Add `autocommit` option to autocommit (fixes #104)

ed626de0e8b6f73e5b316eecf9a0cf43098880b6 authored over 11 years ago by INADA Naoki <[email protected]>
Fix salt size in handshake.

6b1fc674ca121b9affcf858638a72aa809ef88dd authored over 11 years ago by Marcel Rodrigues <[email protected]>
Typo in comment.

460fa4fbaa8e3e418ec6d09b22a008269a03d564 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Merge pull request #168 from methane/no-backslash-escape

Support sql_mode=NO_BACKSLASH_ESCAPES

d0ea22d39f9d2b678f7eeee53a9c79ba2aae49b3 authored over 11 years ago by INADA Naoki <[email protected]>
Support sql_mode=NO_BACKSLASH_ESCAPES

e7c657975557656f0d7c8c8fa838c2afca9032c6 authored over 11 years ago by INADA Naoki <[email protected]>
Merge branch 'master' of github.com:PyMySQL/PyMySQL

a3ba7ca74af509ec6389943beefc48c95dd81486 authored over 11 years ago by INADA Naoki <[email protected]>
Support IPv6 (fixes #118)

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

Merge #152 and make some fixups

4dde804fe3fbc896d3ce40cc89c79af43333afa8 authored over 11 years ago by INADA Naoki <[email protected]>
Fixup SSCursors

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

Conflicts:
pymysql/cursors.py

c558baed397790809979df53b71d7f9ea03012bc authored over 11 years ago by INADA Naoki <[email protected]>
cursor.fetchmay() checks self._row is None too late. (fixes #101)

444eab924f2561622083f60d957d27d326bef624 authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #165 from methane/large-command

Support large query/response (>=16MB) (fixes #145)

be7252bd080373799d078bcca5cc9998e0d83810 authored over 11 years ago by INADA Naoki <[email protected]>
Fix error on travis.

38ec81746d08ae659f04b196c2ea77e965cf7b7d authored over 11 years ago by INADA Naoki <[email protected]>
Fix error on travis.

b87e176c1b1fd188cbf71b46e8ae601ef474773e authored over 11 years ago by INADA Naoki <[email protected]>
Support large query/response (>=16MB) (fixes #145)

05224103bc897b0e1f95d11af69f8186d014e213 authored over 11 years ago by INADA Naoki <[email protected]>
Merge branch 'master' of github.com:PyMySQL/PyMySQL

0df4f235028af8ac9af557c162f02438898c4a55 authored over 11 years ago by INADA Naoki <[email protected]>
Ignore IOError on closing connection.

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

Don't use socket.makefile() on Python 2.6

43837b06625449e3125f99943bb4b32ff5c1c732 authored over 11 years ago by INADA Naoki <[email protected]>
Fix tox failed on PyPy

d34837d2b059ac72d7db85aac2effee83e8cb41c authored over 11 years ago by INADA Naoki <[email protected]>
Fix error on py26

6597a8541604fb40101f556059fb8e9b27741eb0 authored over 11 years ago by INADA Naoki <[email protected]>
Don't use socket.makefile() on Python 2.6

fab141ed219b04859d785d6e18256abc03577d47 authored over 11 years ago by INADA Naoki <[email protected]>
Remove unused variable.

8a75cc2c1533821c5591cd487e881b1cd69106ea authored over 11 years ago by INADA Naoki <[email protected]>
Fix cyclic reference Connection <-> MySQLPacket

db0e7b566fe6625606d19d6bf7939a096cd68fb9 authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #163 from methane/remove-errorhandler

Remove errorhandler

3111b95e9b3dd7e8c20d88265661e368bd647d91 authored over 11 years ago by INADA Naoki <[email protected]>
More accurate cursor.nextset()

d24ff75e9f4929b11101682738195acd2ab73015 authored over 11 years ago by INADA Naoki <[email protected]>
Remove unnecessary tuple(rows) conversion.

971b0550b9eee5e1e0a1da5ad3c4031b8e2ce669 authored over 11 years ago by INADA Naoki <[email protected]>
Remove errorhandler and related code.

e8ae4ce8812392c993d5029a5ccbf5667310b3fa authored over 11 years ago by INADA Naoki <[email protected]>
Merge pull request #162 from methane/fix-nextset

Fix nextset

317d3e424a9dac55132be3dfb88bab9e381dcdbe authored over 11 years ago by INADA Naoki <[email protected]>
Add comment about SScursor and nextset.

6dbc6caf4af75610cae75d4473fef25f6b405232 authored over 11 years ago by INADA Naoki <[email protected]>
Add multi cursor test currently failed.

f050c0429beffa13d94ad303c1730fef5b44f544 authored over 11 years ago by INADA Naoki <[email protected]>
Fix warning_count is not int.

16b75e2d578c10acef0475c78a375f67f2f972e1 authored over 11 years ago by INADA Naoki <[email protected]>
Fix cur.nextset() doesn't works.

f09981352f2cacecd182347300bfc1eff18c2a85 authored over 11 years ago by INADA Naoki <[email protected]>
Add tests for nextset

6b46bb4d5b9c74ec5a95f52e83da88de59e96933 authored over 11 years ago by INADA Naoki <[email protected]>
Remove unnecessary list creation.

29db7faba47a1a0ec2ea09d4082641c0bca27d4c authored over 11 years ago by Marcel Rodrigues <[email protected]>
Minor spelling & grammar corrections in docstring.

ffc01f9b968fe30d12a861612acced93798d56d9 authored over 11 years ago by Marcel Rodrigues <[email protected]>
Use range_type instead of range.

e7dc942035052c89f69098a8152c74271b270a9e authored over 11 years ago by INADA Naoki <[email protected]>
Merge branch 'master' of github.com:PyMySQL/PyMySQL

1a04d0355940d5efe8c28ceb593b65da70fbcfa6 authored over 11 years ago by INADA Naoki <[email protected]>
Use 'replace' error handler (Fixes #125)

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

Use PyPy-2.1 on Travis

bccfeac58569ceaff0f0d36a3e8d1b167d6e2184 authored over 11 years ago by INADA Naoki <[email protected]>
Fix error on removing travis pypy

9e7ba19f7f06d994b21cf2117018c4c2b70af638 authored over 11 years ago by INADA Naoki <[email protected]>
Don't dist-upgrade.

4ea8325ac66ce7c983bf3dc04963288b8038e537 authored over 11 years ago by INADA Naoki <[email protected]>
uninstall travis installed pypy.

9be1e868d576e8051b88b49384d1f33c58f62de2 authored over 11 years ago by INADA Naoki <[email protected]>
Use tox on travis.

70d322724dcd1b28517dcc5e5e8b879d66e77652 authored over 11 years ago by INADA Naoki <[email protected]>
travis: upgrade before test.

93bb31165def915541e0ce37037ae76fb5d90a38 authored over 11 years ago by INADA Naoki <[email protected]>
Don't use io.BufferdReader on Python 2.6.

24dda5861e7c0c04879a4372378cd307f4b1784d authored over 11 years ago by INADA Naoki <[email protected]>
Add copyright notice.

8c88c75af7d091c3ad8a6dacb22c35f6bea45c58 authored over 11 years ago by INADA Naoki <[email protected]>
Use io.BufferedReader to support gevent.

74ba15035dea6a988dc59350e98eea8f4b0d86ef authored over 11 years ago by INADA Naoki <[email protected]>
Use io.open() for receive buffering.

~10% performance gain on Python >2.7

cba9260f30e7cc551cfc0ca240e9888f29dc60b1 authored over 11 years ago by INADA Naoki <[email protected]>
byte2int => ord (~10% performance gain)

3f1229ca732799f13db18dfbcb8326f6eec4f369 authored over 11 years ago by INADA Naoki <[email protected]>
Remove MysqlPacket.peek() (~10% performance gain.)

ff4cd0f9ec0edf8bde0a5986a7fd22e5320cda46 authored over 11 years ago by INADA Naoki <[email protected]>
Small hack for performance(~5%)

b1de97e4f4a8dd9035b508c3c945517c80da17e4 authored over 11 years ago by INADA Naoki <[email protected]>