38
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Dec 18, 2024 — Dec 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use isoformat() instead of strftime() to avoid year limitations of the latter. Fixes #3296395 More... over 13 years ago
Make the insert_values regex case-insensitive. Fixes #3511137 More... over 13 years ago
Add a test case for #3514287. Was fixed in 1.2.3. More... over 13 years ago
Force HAVE_OPENSSL if the client library is 5.5 or newer. Fixes #3535584. More... over 13 years ago
Fix: Error is not checked if mysql_store_result returns NULL (#3546166) More... over 13 years ago
Avoid unbound local on exception. Fixes #1686154 More... over 13 years ago
Update UnitTest methods deprecated in Python 2.7 More... over 13 years ago
More Windows build fixes. More... over 13 years ago
Windows build fixes. More... over 13 years ago
Add some 1.2.3 notes
Kyle VanderBeek
as kylev
More... over 15 years ago
1.2.3 final
Kyle VanderBeek
as kylev
More... over 15 years ago
Bump to setuptools bootstrap for 0.6c11
Kyle VanderBeek
as kylev
More... over 15 years ago
We need to copy the -arch compile flags to link-time flags in order to have a chance of building on OS X.
Kyle VanderBeek
as kylev
More... over 15 years ago
Clean up some whitespace, test python version the same (cleaner) way that trunk does
Kyle VanderBeek
as kylev
More... almost 16 years ago
Notice of repository move More... almost 16 years ago
More serious restructuring and cleaning, especially in the handling More... almost 16 years ago
This passes all test, yet is still broken and ugly in many ways. More... almost 16 years ago
Added a simple_fetch_row() to the result object that simply returns one row More... almost 16 years ago
Check in some old changes More... almost 16 years ago
Back-port unsigned long kill unpack fix from 1.2br.
Kyle VanderBeek
as kylev
More... about 16 years ago
Unpack kill argument into an unsigned long correctly.
Kyle VanderBeek
as kylev
More... about 16 years ago
show_warnings was renamed show_warnings (bug 2796727)
Kyle VanderBeek
as kylev
More... over 16 years ago
Defer incrementing reference to the decoder stack until later so we don't have to
Kyle VanderBeek
as kylev
More... over 16 years ago
simplify using PyString_FromFormat
Kyle VanderBeek
as kylev
More... over 16 years ago
Defer adding references until after all our C calls so we can avoid having to decrement them if we bail out early.
Kyle VanderBeek
as kylev
More... over 16 years ago
"import" creates GIL overhead every time it is run. For threaded MySQLdb apps, it doesn't make sense to pay that cost for every execute(), so lets move some of these imports.
Kyle VanderBeek
as kylev
More... over 16 years ago
Bug #1774101 was caused by only copying things that had integer keys. We really want to copy all key/value pairs and specially handle the int->list case.
Kyle VanderBeek
as kylev
More... over 16 years ago
1.2.3 release candidate 1 More... over 16 years ago
[no comment] More... over 16 years ago
Reimplement MySQL->Python type conversion in C; much simpler and easier to deal with now. Hey, all my tests pass, so I guess that means I need to write some more tests. More... over 16 years ago