summaryrefslogtreecommitdiff
path: root/MySQLdb
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid unbound local on exception. Fixes #1686154adustman2012-09-071-0/+1
* Update UnitTest methods deprecated in Python 2.7adustman2012-09-075-55/+56
* More Windows build fixes.adustman2012-09-051-3/+1
* Windows build fixes.adustman2012-09-053-9/+6
* Add some 1.2.3 noteskylev2010-06-171-0/+16
* 1.2.3 finalkylev2010-06-171-2/+2
* Bump to setuptools bootstrap for 0.6c11kylev2010-06-171-1/+9
* We need to copy the -arch compile flags to link-time flags in order to have akylev2010-06-171-0/+8
* Clean up some whitespace, test python version the same (cleaner) way that tru...kylev2010-02-252-7/+7
* Unpack kill argument into an unsigned long correctly.kylev2009-12-081-1/+1
* Defer adding references until after all our C calls so we can avoid havingkylev2009-07-241-11/+12
* "import" creates GIL overhead every time it is run. For threaded MySQLdb apps,kylev2009-05-181-7/+6
* Bug #1774101 was caused by only copying things that had integer keys. We reallykylev2009-05-181-5/+4
* 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