38
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Dec 20, 2024 — Dec 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
By exposing connection on result, decoders can be simplified: Only the field object is needed. Turned on leak testing and found a leak writing BLOBs. removed one of the old stubs in Cursor. More... over 16 years ago
figleaf revealed that the INSERT_VALUES regex never matched. Added a test for this, and fixed the regex (forgot to add group anchors) More... over 16 years ago
Cursor MixIns: DEAD. More of the new type conversion scheme exposed. Two tests failing because encoding hasn't been finished yet. More... over 16 years ago
MySQLdb-1.2.3b2 More... almost 17 years ago
Add a connection.ping() test. Oh look, it's broken. More... almost 17 years ago
Add a test for connection.ping() More... almost 17 years ago
Fix #2061583: Ignore any non-numeric portion of client and server version numbers. More... almost 17 years ago
Fix for bug #2479317 (patch #2496558) by kylev. Make some time handling stuff more consistent. More... almost 17 years ago
Fix #2671682. (from 1.2 branch) More... almost 17 years ago
Backport some new trunk tests More... almost 17 years ago
Move tests into their own directory to parallel trunk More... almost 17 years ago
Short-term fix for bug #2671682. More... almost 17 years ago
Move the test_suite config to where it belongs More... almost 17 years ago
Merge back change 609 for remaining old style exceptions
Kyle VanderBeek
as kylev
More... almost 17 years ago
Two more old-style exception invocations
Kyle VanderBeek
as kylev
More... almost 17 years ago
Fix #2663436: Character fields with a binary character set should be returned as str, else unicode. More... almost 17 years ago
Minor tidy of whitespace and extra import
Kyle VanderBeek
as kylev
More... almost 17 years ago
The pure Python SQL-to-Python conversion code. TODO: There should be a way to register plugins in the module and in the connection. More... almost 17 years ago
python 2.4 is our minimum version now
Kyle VanderBeek
as kylev
More... almost 17 years ago
make things a little cleaner by moving to a src directory for the C code
Kyle VanderBeek
as kylev
More... almost 17 years ago
We missed one more 2.6-warning generating exception
Kyle VanderBeek
as kylev
More... almost 17 years ago
Fix bug 1808476 for OSX compilation, ported from trunk.
Kyle VanderBeek
as kylev
More... almost 17 years ago
There's no good reason to delay imports when the module is (1) useless without
Kyle VanderBeek
as kylev
More... almost 17 years ago
don't leak special-case tuples (present in unicode modes), backport from 1.2br
Kyle VanderBeek
as kylev
More... almost 17 years ago
don't leak special-case tuples (present in unicode modes)
Kyle VanderBeek
as kylev
More... almost 17 years ago
test_LONG and test_TEXT are failing but I can't see why yet More... almost 17 years ago
set and frozenset always available in Python 2.4 and newer More... almost 17 years ago
Fix docstring typo More... almost 17 years ago
decimal module always available in Python 2.4 and newer More... almost 17 years ago
Read a default file in the test setUp. Since Python 2.4, int() will return longs if needed so make all long references int as in Python 3.0 there is no more long due to int/long unification (new ints are old longs). More... almost 17 years ago