summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.2.2MySQLdb-1.2.2adustman2007-03-040-0/+0
* Remove versioned python name from package as egg packagingadustman2007-03-045-5/+7
* Added to make the build bot happy.adustman2007-02-271-0/+228
* Turns out DBAPISet has been broken all this time and nobody noticed, which pr...adustman2007-02-261-3/+3
* 1.2.2 notesadustman2007-02-261-0/+33
* Small build/packaging fixes. 1.2.2c1.adustman2007-02-256-36/+30
* Use setuptools instead of distutils. Add Python-2.5 support for with statemen...adustman2007-02-252-2/+10
* Fix for #1602592. Some Solaris compiler args could have percent signs,adustman2007-02-111-1/+1
* Suggestion from #1655760.adustman2007-02-111-2/+1
* Missing setup_common tooadustman2007-02-111-0/+1
* Missing setup_posix.py and setup_windows.py.adustman2007-02-111-0/+2
* Fix for #1655760adustman2007-02-101-7/+7
* Revert previous reconnect patches and just handle itadustman2007-02-101-53/+16
* Fix bug #1567804: Make sure lists are copies/slices and not just the originaladustman2007-02-101-3/+9
* Add connection.autoreconnect() (variant of bug #1574825)adustman2007-02-101-1/+35
* reconnect option for connect (bug #1550388).adustman2007-02-101-4/+15
* Remove test_SET() since it cannot work untiladustman2007-02-101-13/+0
* Patch #1651584 (florentaide): Fixes Windows buildadustman2007-02-101-2/+2
* Windows build. Completely untested.adustman2007-01-311-0/+46
* Fix dumb setup typo.adustman2007-01-292-3/+3
* Factor out most of the setup into setup_posix.py.adustman2007-01-036-114/+142
* Cleaner way to handle the compile-time versioning (via distutilsadustman2006-10-281-2/+5
* Fix for Python 2.5.adustman2006-10-273-2/+12
* Metadata updates, 1.2.2b2adustman2006-10-133-6/+12
* Use CP/M-style switch prefixes (/D instead of -D) on Windows.adustman2006-08-302-9/+19
* Windows MySQL has a different configuration file (config-win.h)adustman2006-08-301-6/+6
* Version 1.2.2b1.adustman2006-08-279-25/+51
* Rename CHANGES to HISTORYadustman2006-04-091-0/+0
* Fix MANIFEST (well, fixed after the NEXT commit)adustman2006-04-092-1/+1
* Update CHANGES fileadustman2006-04-091-0/+15
* Bump version. Disable leak checking by default.adustman2006-04-092-3/+3
* Fallback to non-thread-safe libraries if the thread-safe onesadustman2006-04-091-0/+3
* Remove conditionals for registering server_start and server_end.adustman2006-04-051-2/+0
* raise NotSupportedError instead of non-existent UnsupportedErroradustman2006-04-041-9/+12
* 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