0
I Use This!
Inactive

Commits : Listings

Analyzed 7 days ago. based on code collected 7 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README More... over 14 years ago
Merge pull request #3 from gonsuke/master More... over 14 years ago
Turn off SSL on client_capabilities. More... over 14 years ago
Merge branch 'master' of https://github.com/mthurlin/gevent-MySQL More... over 14 years ago
Merge pull request #4 from knsd/master More... over 14 years ago
setup.py pep8 fixes More... over 14 years ago
Don't use cython in setup.py because .c file exists More... over 14 years ago
Added INT24 to INTTYPES More... about 15 years ago
added binary/blob field's tests. More... about 15 years ago
added binary/blob field's tests. More... about 15 years ago
avoid decoding binary strings. More... about 15 years ago
avoid decoding binary strings. More... about 15 years ago
Windows specific errors are only checked if running win32. More... about 15 years ago
Corrected problems with packets > 65535 More... over 15 years ago
Merge remote branch 'wizkid/master' More... over 15 years ago
Make sure host in Connection.connect is a str. Otherwise addr isn't set More... over 15 years ago
Make sure host in Connection.connect is a str. Otherwise addr isn't set More... over 15 years ago
Updated client to flag connection as closed if mysql has closed the connection due to timeout. More... almost 16 years ago
Updated client to flag connection as closed if MySQL server has gone away. More... almost 16 years ago
Corrected problem when using %s in string arguments. More... almost 16 years ago
Corrected problem when reading a date or datetime field containing NULL. More... almost 16 years ago
Changed "passwd" to "password" to conform to DBAPI-spec More... about 16 years ago
Fixed missing gevent import More... about 16 years ago
Escaping speedup More... about 16 years ago
More pythonic list append.. More... about 16 years ago
Benchmark example More... about 16 years ago
Added tests More... about 16 years ago
Generated code More... about 16 years ago
Fixed a reference to TimeoutError More... about 16 years ago
Added property for capacity More... about 16 years ago