summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix MySQLdb release tagsMySQLdb-1.0.1c1adustman2006-04-020-0/+0
* This commit was manufactured by cvs2svn to create tag 'r_1_0_1_c_1'.(no author)2004-09-2675-6442/+56
* * Check for module initialization failure (extremely rare)adustman2003-12-305-9/+46
* https://sourceforge.net/tracker/?func=detail&aid=850174&group_id=22307&atid=3...adustman2003-12-131-1/+4
* Preliminary SSL support. Adds a ssl parameter to connect().adustman2003-11-271-3/+24
* Version bumpadustman2003-11-233-3/+3
* Time-handling updates. New load order is:adustman2003-11-235-7/+21
* Bug #816721adustman2003-11-221-2/+2
* Bug #811636 fix (?)adustman2003-11-221-1/+1
* info() might return None or empty stringadustman2003-09-071-1/+1
* Don't treat FIELD_TYPE.CHAR as a character type, it's reallyadustman2003-09-071-1/+0
* Bug#778822adustman2003-09-072-2/+5
* Fix version number correctlyadustman2003-09-071-1/+1
* Version bumpadustman2003-09-073-4/+4
* Include new time handling modulesadustman2003-07-111-0/+3
* Split out old Date/Time handling classes into separate modulesadustman2003-07-112-0/+86
* Finish up TimeDelta_or_Noneadustman2003-07-111-0/+57
* Add support for Python 2.3 datetime classes.adustman2003-07-102-81/+8
* Bump version numbers.adustman2003-07-083-2/+10
* Bump version and remove some unneccesary casts that seem toadustman2003-07-081-7/+7
* Fix bug 605849 (I hope).adustman2003-07-071-1/+3
* Fix member access problemsadustman2003-07-071-18/+29
* Eliminate use of deprecated PyArg_NoArgs()adustman2003-04-211-44/+44
* Dumb typoadustman2003-04-211-1/+1
* Build and documentation updatesadustman2003-04-192-43/+72
* Embedded server supportadustman2002-08-224-12/+177
* Clean up compiler warnings aboutadustman2002-08-221-2/+2
* Windows (blech) compatibility changes. (Gerhard H�ring)adustman2002-08-021-15/+15
* CHANGELOGadustman2002-08-011-0/+12
* Not supporting GC for python < 2.2adustman2002-08-011-0/+12
* Memory API updatesadustman2002-08-012-0/+88
* Ignore exception from close() in __del__adustman2002-08-011-2/+5
* GC for Python 2.2+adustman2002-08-011-34/+82
* 0.9.2 (finally)adustman2002-07-214-5/+16
* Revert execute behavior: Do not use % operator when there are no argsadustman2002-07-161-2/+5
* Rewriteadustman2002-07-101-74/+203
* Packaging cleanupsadustman2002-07-101-1/+6
* Version 0.9.2c3, see CHANGELOGadustman2002-07-105-17/+52
* Revert returning BLOBs as arrays, since MySQL doesn't distinquishadustman2002-07-031-4/+0
* Passing both conv and unicode to connect was broken (Skip Montanaro)adustman2002-07-031-1/+3
* FreeBSD/OpenBSD updateadustman2002-07-021-0/+4
* Fix dumb (but working) iterator implementationadustman2002-07-011-16/+8
* Doc updatesadustman2002-07-011-14/+49
* Add _mysql.thread_safe() (boolean, true if linked with thread-safe lib)adustman2002-06-261-0/+22
* Smack my version upadustman2002-06-243-3/+3
* Some errorhandler cleanupsadustman2002-06-233-51/+89
* *** empty log message ***adustman2002-06-201-0/+31
* Make the new unicode option actually workadustman2002-06-201-10/+14
* Add nextset() dummy stubadustman2002-06-201-5/+12
* BLOBs as array supportadustman2002-06-201-0/+11