summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename branchMySQLdb-1.0adustman2006-04-020-0/+0
* Version 1.0.1adustman2005-01-013-4/+4
* * Version 1.0.1c1adustman2004-09-264-5/+5
* Fix typo that had broken TimeDelta_or_None.adustman2004-09-261-1/+1
* Fix bug #1033985: mx.DateTime.Time objects may have hours > 24, whichadustman2004-09-261-1/+1
* Don't include z and crypt libs on Windows.adustman2004-09-061-0/+2
* Conditionally define uint on all platforms.adustman2004-09-061-1/+1
* Fix indentation error (again)adustman2004-09-061-1/+1
* Fix bug #992756:adustman2004-09-061-1/+1
* Fix bug #989262:adustman2004-09-061-1/+1
* Fixes for bug #999588:adustman2004-09-063-9/+9
* 1.0.0 (D-Day)adustman2004-06-064-37/+30
* Version bump (1.0.0c2)adustman2004-05-193-3/+3
* Fix bug #933911adustman2004-05-181-1/+4
* Fix bug #955031adustman2004-05-181-1/+1
* Fix bug #955032adustman2004-05-181-1/+1
* Version Bumpadustman2004-05-163-7/+7
* This commit was manufactured by cvs2svn to create branch 'branch-1-0'.(no author)2004-02-2966-6387/+0
* 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