summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.2.1MySQLdb-1.2.1adustman2006-04-020-0/+0
* 1.2.1adustman2006-04-024-3/+54
* Rename branchadustman2006-04-020-0/+0
* Fix leak test for subclassingadustman2006-03-281-3/+2
* Fix some inconsistent spacing.adustman2006-03-286-164/+201
* Added documentation for sql_mode support.adustman2006-03-062-0/+14
* Added a bunch of new error codes to MySQLdb.constants.ER (complete foradustman2006-03-066-16/+314
* Bump metadata version.adustman2006-03-056-19/+78
* Reverted patch #1387290. It caused char/varchar columns with a binaryadustman2006-03-043-6/+4
* * Added set_character_set(charset) method to database connectionsadustman2006-03-036-46/+337
* * Add metadata.cfg and site.cfg to MANIFEST.in so they get packagedadustman2006-03-027-12/+385
* Fix classifiers and package file handlingadustman2006-02-281-2/+2
* Fix distribution namingadustman2006-02-281-0/+5
* Derive all version information from metadata.cfgadustman2006-02-284-17/+17
* Fix embedded buildadustman2006-02-281-1/+1
* * Update READMEadustman2006-02-288-371/+279
* Python Sets (from sets module) as parameters work, but *only* Setadustman2006-02-271-4/+3
* Fix client_flag fubar and add support for more detailed warningadustman2006-02-272-8/+30
* Add sets module support and make boolean support non-optionaladustman2006-02-271-7/+9
* Remove sets module in favor of standard sets module (Python-2.3 andadustman2006-02-272-153/+31
* Remove FIELD_TYPE.CHAR (deprecated) from STRING set since it conflictsadustman2006-02-271-1/+1
* Fix fubared TimeDelta_or_None and Time_or_Noneadustman2006-02-271-4/+4
* Remove erroneous insert_id() on cursor reference.adustman2006-02-271-5/+0
* Translate some additional error codesadustman2006-02-271-1/+19
* Documentation is good. Correct documentation is better.adustman2006-02-271-21/+86
* Enable MULTI_STATEMENTS if the client library is 4.1 or newer.adustman2006-02-271-1/+10
* Encode queries to connection character set before insertingadustman2006-02-261-8/+7
* Generic DB-API unit test moduleadustman2006-02-251-0/+853
* Add the DB API unit tester for MySQLdbadustman2006-02-251-0/+151
* * Fix callprocadustman2006-02-251-5/+14
* Add callproc() support.adustman2006-02-251-0/+36
* Don't convert binary varchar columns to unicode.adustman2006-02-252-2/+10
* Include my_config.h so that SSL support can be properly detected.adustman2006-02-251-0/+1
* Apply Gentoo patch for NEWDECIMAL support (MySQL-5.0)adustman2006-02-232-0/+3
* Version 1.2.1c3:adustman2005-05-124-7/+28
* Fix Debian informationadustman2005-05-011-3/+3
* * removed directory filtering in setup.py; should no longer be necessary,adustman2005-05-014-19/+11
* Version 1.2.1c1adustman2005-04-103-5/+5
* This should fix the problem with Fedora Core noted on bugadustman2005-04-101-2/+7
* Apply patch #1179364 for bug #1037468:adustman2005-04-102-4/+4
* Restore the begin() method, but issue a DeprecationWarning.adustman2005-04-031-0/+9
* Add iterator protocol to SSCurors.adustman2005-04-031-3/+21
* Merge in changes from the trunkadustman2005-04-035-9/+19
* This commit was manufactured by cvs2svn to create branch 'branch-1-2'.(no author)2005-02-0466-6387/+0
* Fix connection leakadustman2005-02-041-2/+3
* * Version 1.1.10adustman2005-02-014-44/+26
* Add additional documentation for RPM build.adustman2005-01-271-1/+1
* Fix RPM buildadustman2005-01-271-1/+1
* Windows fixesadustman2005-01-251-2/+16
* Made setup.py usable for Windows again. You must setadustman2005-01-231-29/+28