summaryrefslogtreecommitdiff
path: root/MySQLdb
Commit message (Expand)AuthorAgeFilesLines
* 1.2.3 release candidate 1adustman2009-03-301-2/+2
* (no commit message)adustman2009-03-301-3/+5
* MySQLdb-1.2.3b2adustman2009-03-141-2/+2
* Add a test for connection.ping()adustman2009-03-111-1/+4
* Fix #2061583: Ignore any non-numeric portion of client and serveradustman2009-03-111-2/+20
* Fix for bug #2479317 (patch #2496558) by kylev. Make some time handling adustman2009-03-111-8/+10
* Backport some new trunk testsadustman2009-03-081-0/+85
* Move tests into their own directory to parallel trunkadustman2009-03-085-4/+1
* Short-term fix for bug #2671682.adustman2009-03-086-8/+17
* Two more old-style exception invocationskylev2009-03-052-11/+11
* We missed one more 2.6-warning generating exceptionkylev2009-02-241-2/+2
* Fix bug 1808476 for OSX compilation, ported from trunk.kylev2009-02-241-5/+2
* don't leak special-case tuples (present in unicode modes)kylev2009-02-231-1/+3
* Updated ez_setup.py to latest version.adustman2009-02-061-28/+76
* Found one more old-style raise. Should fix #2122496.adustman2008-10-181-1/+1
* Found one more Set reference.adustman2008-10-182-4/+4
* Remove more deprecated Set usage. Refs #2156977.adustman2008-10-181-2/+6
* More documentation updates.adustman2008-10-171-0/+8
* Documentation and package data updatesadustman2008-10-172-6/+10
* Fix #2001855: Don't use ez_setup; just use setuptools direction.adustman2008-10-171-1/+0
* Fix #2156977: Use frozenset as the base for DBAPISet. Only tested for adustman2008-10-171-14/+21
* Fix bug #2137599: Better regex for parsing INPUT statements. Passes unit adustman2008-10-172-3/+10
* 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