Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Menu

MySQLdb-SVN Commit Log


Commit Date  
[r629] by kylev

"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.

http://wiki.python.org/moin/PythonSpeed/PerformanceTips#ImportStatementOverhead

2009-05-18 22:30:19 Tree
[r628] by kylev

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.

2009-05-18 21:12:38 Tree
[r627] by adustman

MySQLdb-1.2.3c1

2009-03-30 23:28:25 Tree
[r626] by adustman

1.2.3 release candidate 1

2009-03-30 23:23:39 Tree
[r625] by adustman
2009-03-30 23:01:58 Tree
[r624] by adustman

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.

2009-03-30 20:21:24 Tree
[r623] by adustman

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.

2009-03-29 16:26:30 Tree
[r622] by adustman

figleaf revealed that the INSERT_VALUES regex never matched. Added a test for this, and fixed the regex (forgot to add group anchors)

2009-03-29 00:52:14 Tree
[r621] by adustman

Cursor MixIns: DEAD. More of the new type conversion scheme exposed. Two tests failing because encoding hasn't been finished yet.

2009-03-28 13:37:58 Tree
[r620] by adustman

MySQLdb-1.2.3b2

2009-03-14 02:37:11 Tree
Older >