summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More Python 3 fixes. Py 3 blows up when testing BLOBs.remotes/svn/MySQLdb-1.2adustman2012-09-084-20/+31
|
* Some (many) tests actually pass now on Python 3. May no longer be ↵adustman2012-09-088-20/+24
| | | | backwards-compatible with Python < 2.6.
* _mysql imports now, but still crashesadustman2012-09-082-3/+9
|
* Fix import _mysql SystemError so that now we get the ImportError...adustman2012-09-081-1/+3
|
* Python 3 fixes. _mysql raises SystemError, segfaultsadustman2012-09-083-14/+3
|
* _mysql.c compiles and links with Python 3.2.3 now. Need to fix the Python ↵adustman2012-09-081-9/+59
| | | | code now...
* A couple more Python 3 fixes.adustman2012-09-071-1/+10
|
* A lot more Python 3 fixes for _mysql. It still ain't fixed or broken yet ↵adustman2012-09-071-3/+116
| | | | (for Python <3)
* Some Python 3 fixes for _mysql. It ain't fixed but at least it ain't broken ↵adustman2012-09-071-0/+7
| | | | yet (for Python <3)
* Some Python 3 fixes for the build process. _mysql does *not* build yet.adustman2012-09-071-3/+8
|
* You'll use distribute, and like it, dagnabbit, part deuxadustman2012-09-071-0/+1
|
* You'll use distribute, and like it, dagnabbitadustman2012-09-075-6/+526
|
* Delay setting cursorclass until after superclass initialization. Fixes #3211938adustman2012-09-071-2/+2
|
* Use isoformat() instead of strftime() to avoid year limitations of the ↵adustman2012-09-071-1/+1
| | | | latter. Fixes #3296395
* Make the insert_values regex case-insensitive. Fixes #3511137adustman2012-09-071-1/+2
|
* Add a test case for #3514287. Was fixed in 1.2.3.adustman2012-09-071-1/+12
|
* Force HAVE_OPENSSL if the client library is 5.5 or newer. Fixes #3535584.adustman2012-09-071-0/+4
|
* Fix: Error is not checked if mysql_store_result returns NULL (#3546166)adustman2012-09-071-0/+4
|
* 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
| | | | | | chance of building on OS X.
* Clean up some whitespace, test python version the same (cleaner) way that ↵kylev2010-02-252-7/+7
| | | | trunk does
* Unpack kill argument into an unsigned long correctly.kylev2009-12-081-1/+1
| | | | | SF bug #2902635
* Defer adding references until after all our C calls so we can avoid havingkylev2009-07-241-11/+12
| | | | | | | to decrement them if we bail out early. Fixes bug 2811033.
* "import" creates GIL overhead every time it is run. For threaded MySQLdb apps,kylev2009-05-181-7/+6
| | | | | | | | it doesn't make sense to pay that cost for every execute(), so lets move some of these imports. http://wiki.python.org/moin/PythonSpeed/PerformanceTips#ImportStatementOverhead
* Bug #1774101 was caused by only copying things that had integer keys. We reallykylev2009-05-181-5/+4
| | | | | want to copy all key/value pairs and specially handle the int->list case.
* 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
| | | | | version numbers.
* Fix for bug #2479317 (patch #2496558) by kylev. Make some time handling adustman2009-03-111-8/+10
| | | | | stuff more consistent.
* 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
| | | | | | | Make tests a little more parallel to trunk version. Add nose.collector as test_suite
* 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
| | | | | Change raise to use the modern syntax for Python 3.0 compatibility.
* 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
|