summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix MySQLdb release tagsMySQLdb-1.1.5adustman2006-04-020-0/+0
* This commit was manufactured by cvs2svn to create tag 'r_1_1_5'.(no author)2004-09-1966-6387/+0
* *** empty log message ***adustman2004-09-191-0/+33
* * Removed some old-style Python stuff from setup.pyadustman2004-09-194-8/+12
* Include new ChangeLogadustman2004-09-191-1/+1
* Restore missing common on include_dirsadustman2004-09-191-1/+1
* *** empty log message ***adustman2004-09-111-0/+18
* Version 1.1.4adustman2004-09-114-8/+10
* Re-fix typoadustman2004-09-111-3/+3
* Fix _mysql_Execption() typo. Code is only compiled when MySQL-4.1adustman2004-09-111-3/+3
* *** empty log message ***adustman2004-09-081-0/+77
* Version 1.1.3adustman2004-09-083-5/+15
* General cleanups.adustman2004-09-068-52/+691
* Bump version. Update README. Convert all classes to new-style.adustman2004-06-076-88/+54
* Initial conversion to modern Python.adustman2004-05-1912-131/+58
* Fix bug #897344adustman2004-02-291-2/+4
* Fix bug #902024adustman2004-02-291-0/+1
* * 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