38
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 15 hours ago.
Dec 18, 2024 — Dec 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
__doc__ strings. More... over 26 years ago
Minor bugfix on _mysql: Set exception if non-sequence is passed to escape_row(). More... over 26 years ago
Minor bugfix on _mysql: Set exception if non-sequence is passed to More... over 26 years ago
Modified to use new _mysql result object methods. More... over 26 years ago
Modified to use new _mysql result object methods. More... over 26 years ago
Added some new result object methods for fetching many or all rows, which should speed things up a bit. Not that it's slow... More... over 26 years ago
Added some new result object methods for fetching many or all rows, More... over 26 years ago
Finally chased down an ugly memory leak in _mysql. Tested with a script More... almost 27 years ago
Finally chased down an ugly memory leak in _mysql. Tested with a script I got from mxODBC author Marc-Andre Lemburg, which revealed the leak in the first place. More... almost 27 years ago
Updated _mysql to do some type conversion. Adds a dictionary type_conv which makes MySQL field types to Python functions which perform the conversion. All numeric types except DECIMAL are mapped into either PyInt or PyLong, and the floating point types are mapped into PyFloat by default. Types which are not represented in the dictionary are returned as strings. More... almost 27 years ago
Updated _mysql to do some type conversion. Adds a dictionary type_conv More... almost 27 years ago
Added a _mysql.quote_row() function which takes a row of data as a tuple and quotes it, converting None into NULL. More... almost 27 years ago
Added a _mysql.quote_row() function which takes a row of data as a tuple More... almost 27 years ago
Added access to various MySQL constants, plus field flags. More specific More... almost 27 years ago
Added access to various MySQL constants, plus field flags. More specific exception handling. And a light sprinkling of bug fixes throughout. More... almost 27 years ago
Nearly everything that should work now works. Need to add a few more methods to the Result object. Also need to rip out the Field object; ended up not needing it. It's just cruft now. More... almost 27 years ago
Nearly everything that should work now works. Need to add a few more More... almost 27 years ago
A home-made mysql interface for Python so I can learn the API. It's almost sorta functional. The problem with the existing interface (minor) is that it's for 3.21 mysql. Not a huge problem, but it doesn't seem to have a stable maintainer at the moment either. More... almost 27 years ago
A home-made mysql interface for Python so I can learn the API. It's almost More... almost 27 years ago
New repository initialized by cvs2svn. More... almost 27 years ago
New repository initialized by cvs2svn. More... almost 27 years ago