Commit Graph

  • 10077317cd Avoid unbound local on exception. Fixes #1686154 adustman 2012-09-07 15:46:30 +00:00
  • 81dbbc5174 Update UnitTest methods deprecated in Python 2.7 adustman 2012-09-07 15:32:48 +00:00
  • 3070f46d7d More Windows build fixes. adustman 2012-09-05 02:56:43 +00:00
  • 11ade40463 Windows build fixes. adustman 2012-09-05 00:38:57 +00:00
  • 069edbf1e7 Version 1.2.3 MySQLdb-1.2.3 kylev 2010-06-17 07:10:43 +00:00
  • 54cc6fda9c Add some 1.2.3 notes kylev 2010-06-17 07:03:34 +00:00
  • a6882d1768 1.2.3 final kylev 2010-06-17 06:49:09 +00:00
  • e2f4478153 Bump to setuptools bootstrap for 0.6c11 kylev 2010-06-17 06:45:40 +00:00
  • 93637dd74f We need to copy the -arch compile flags to link-time flags in order to have a chance of building on OS X. kylev 2010-06-17 06:39:51 +00:00
  • ab6f294c41 Clean up some whitespace, test python version the same (cleaner) way that trunk does kylev 2010-02-25 21:28:13 +00:00
  • 1a728edd49 Unpack kill argument into an unsigned long correctly. kylev 2009-12-08 00:17:13 +00:00
  • 29b884d0cc Defer adding references until after all our C calls so we can avoid having to decrement them if we bail out early. kylev 2009-07-24 00:18:07 +00:00
  • fcbf7c9791 "import" creates GIL overhead every time it is run. For threaded MySQLdb apps, it doesn't make sense to pay that cost for every execute(), so lets move some of these imports. kylev 2009-05-18 22:30:19 +00:00
  • 4d70852735 Bug #1774101 was caused by only copying things that had integer keys. We really want to copy all key/value pairs and specially handle the int->list case. kylev 2009-05-18 21:12:38 +00:00
  • a3eeef3f25 MySQLdb-1.2.3c1 MySQLdb-1.2.3c1 adustman 2009-03-30 23:28:25 +00:00
  • eb0eb1f292 1.2.3 release candidate 1 adustman 2009-03-30 23:23:39 +00:00
  • f19386dd83 adustman 2009-03-30 23:01:58 +00:00
  • 91de6b7b70 MySQLdb-1.2.3b2 adustman 2009-03-14 02:37:11 +00:00
  • fa5cb8b463 Add a test for connection.ping() adustman 2009-03-11 02:34:59 +00:00
  • 1697ff85f1 Fix #2061583: Ignore any non-numeric portion of client and server version numbers. adustman 2009-03-11 02:01:49 +00:00
  • d57be3fb50 Fix for bug #2479317 (patch #2496558) by kylev. Make some time handling stuff more consistent. adustman 2009-03-11 00:48:08 +00:00
  • ae8a1a8a75 Backport some new trunk tests adustman 2009-03-08 17:48:11 +00:00
  • 8d2979ed02 Move tests into their own directory to parallel trunk adustman 2009-03-08 17:45:52 +00:00
  • 0e2dbef519 Short-term fix for bug #2671682. adustman 2009-03-08 16:34:49 +00:00
  • 75a6326614 Two more old-style exception invocations kylev 2009-03-05 19:55:19 +00:00
  • 82a49f8d29 We missed one more 2.6-warning generating exception kylev 2009-02-24 02:53:46 +00:00
  • 7d57743ff4 Fix bug 1808476 for OSX compilation, ported from trunk. kylev 2009-02-24 02:48:29 +00:00
  • e9c57bd414 don't leak special-case tuples (present in unicode modes) kylev 2009-02-23 23:39:00 +00:00
  • 97ee5f86ca 1.2.3b1 MySQLdb-1.2.3b1 adustman 2009-02-06 01:23:21 +00:00
  • f15a72a5e4 Updated ez_setup.py to latest version. adustman 2009-02-06 00:52:34 +00:00
  • 284b862950 Found one more old-style raise. Should fix #2122496. adustman 2008-10-18 00:13:35 +00:00
  • 570b96f9a7 Found one more Set reference. adustman 2008-10-18 00:12:13 +00:00
  • 57c69aa57f Remove more deprecated Set usage. Refs #2156977. adustman 2008-10-18 00:07:14 +00:00
  • 19ba3c6511 More documentation updates. adustman 2008-10-17 01:07:01 +00:00
  • 4edfaef688 Documentation and package data updates adustman 2008-10-17 00:59:48 +00:00
  • 087dcad5b7 Fix #2001855: Don't use ez_setup; just use setuptools direction. adustman 2008-10-17 00:52:50 +00:00
  • b4c20bfaa0 Fix #2156977: Use frozenset as the base for DBAPISet. Only tested for Python 2.5. adustman 2008-10-17 00:44:48 +00:00
  • 48d9ec3527 Fix bug #2137599: Better regex for parsing INPUT statements. Passes unit tests but has not been thoroughly tested. adustman 2008-10-17 00:15:26 +00:00
  • 0f971da6b4 1.2.2 MySQLdb-1.2.2 adustman 2007-03-04 03:07:35 +00:00
  • 34f2239544 Remove versioned python name from package as egg packaging also does this. adustman 2007-03-04 03:06:05 +00:00
  • 2e079461ae Added to make the build bot happy. adustman 2007-02-27 00:33:21 +00:00
  • f63d6c3f23 Turns out DBAPISet has been broken all this time and nobody noticed, which proves no one uses it. adustman 2007-02-26 19:00:32 +00:00
  • 58b8a3c4f5 1.2.2 notes adustman 2007-02-26 00:50:14 +00:00
  • 0389cc283e 1.2.2c1 MySQLdb-1.2.2c1 adustman 2007-02-25 20:38:37 +00:00
  • c748fa7d9c Small build/packaging fixes. 1.2.2c1. adustman 2007-02-25 04:06:01 +00:00
  • 48b09d439e Use setuptools instead of distutils. Add Python-2.5 support for with statement as described in http://docs.python.org/whatsnew/pep-343.html *Please test* adustman 2007-02-25 00:16:43 +00:00
  • 692d79c30e Fix for #1602592. Some Solaris compiler args could have percent signs, which would break distutils. adustman 2007-02-11 16:21:25 +00:00
  • a479e6fb60 Suggestion from #1655760. adustman 2007-02-11 15:49:53 +00:00
  • 57446df5a9 Missing setup_common too adustman 2007-02-11 07:31:16 +00:00
  • 2f1cf5862e Missing setup_posix.py and setup_windows.py. adustman 2007-02-11 07:27:13 +00:00
  • efcfc65d99 MySQLdb-1.2.2b3 MySQLdb-1.2.2b3 adustman 2007-02-11 03:54:32 +00:00
  • be73b0aeca Fix for #1655760 adustman 2007-02-10 20:09:26 +00:00
  • 0340376f05 Revert previous reconnect patches and just handle it with ping([reconnect]). adustman 2007-02-10 19:03:18 +00:00
  • 589521e027 Fix bug #1567804: Make sure lists are copies/slices and not just the original adustman 2007-02-10 05:37:00 +00:00
  • e60e46cab1 Add connection.autoreconnect() (variant of bug #1574825) adustman 2007-02-10 04:37:15 +00:00
  • b56eedab05 reconnect option for connect (bug #1550388). Enjoy your toes while they last. adustman 2007-02-10 04:16:53 +00:00
  • 31af680d14 Remove test_SET() since it cannot work until http://bugs.mysql.com/bug.php?id=17758 is fixed (MySQL-5.1 or 5.2). adustman 2007-02-10 04:06:10 +00:00
  • 21fd87afe8 Patch #1651584 (florentaide): Fixes Windows build adustman 2007-02-10 03:41:19 +00:00
  • ada567a0d7 Windows build. Completely untested. adustman 2007-01-31 03:55:53 +00:00
  • 344468a127 Fix dumb setup typo. adustman 2007-01-29 18:00:35 +00:00
  • b8c0d0faf8 Factor out most of the setup into setup_posix.py. setup_windows.py is next. adustman 2007-01-03 23:13:58 +00:00
  • 0b230a5c6a Cleaner way to handle the compile-time versioning (via distutils define_macro), from #1586161 (Alexandr Zamaraev). adustman 2006-10-28 14:53:23 +00:00
  • cfd4a94682 Fix for Python 2.5. adustman 2006-10-27 23:33:35 +00:00
  • 30a8863dff 1.2.2b2 MySQLdb-1.2.2b2 adustman 2006-10-13 22:15:14 +00:00
  • 1699cc8eb1 Metadata updates, 1.2.2b2 adustman 2006-10-13 22:12:34 +00:00
  • 1044fea0ff Use CP/M-style switch prefixes (/D instead of -D) on Windows. adustman 2006-08-30 04:04:42 +00:00
  • 9079297c4a Windows MySQL has a different configuration file (config-win.h) for inexplicable reasons. (Bug 1548032) adustman 2006-08-30 03:01:17 +00:00
  • f9267ebfe4 MySQLdb-1.2.2b1 MySQLdb-1.2.2b1 adustman 2006-08-27 18:07:08 +00:00
  • 94506c4e27 Version 1.2.2b1. adustman 2006-08-27 18:02:48 +00:00
  • fcc1631241 1.2.1_p2 MySQLdb-1.2.1_p2 adustman 2006-04-09 03:47:46 +00:00
  • 34624f472f Rename CHANGES to HISTORY adustman 2006-04-09 03:37:18 +00:00
  • bfda75c89c Fix MANIFEST (well, fixed after the NEXT commit) adustman 2006-04-09 03:36:29 +00:00
  • b2ba4aaae2 Update CHANGES file adustman 2006-04-09 03:29:59 +00:00
  • afbd55ab46 Bump version. Disable leak checking by default. adustman 2006-04-09 03:25:04 +00:00
  • d0fb145489 Fallback to non-thread-safe libraries if the thread-safe ones are unavailable. adustman 2006-04-09 02:56:39 +00:00
  • 8cd67c1e36 Remove conditionals for registering server_start and server_end. Not needed since the code itself is conditional on client version. adustman 2006-04-05 17:56:36 +00:00
  • f373a32f95 raise NotSupportedError instead of non-existent UnsupportedError adustman 2006-04-04 15:04:20 +00:00
  • 8ae349ce5c 1.2.1 MySQLdb-1.2.1 adustman 2006-04-02 17:48:24 +00:00
  • a1e2fb715b 1.2.1 adustman 2006-04-02 17:45:58 +00:00
  • d594c6c6cf Rename branch adustman 2006-04-02 17:15:48 +00:00
  • 4cf15266c5 Fix MySQLdb release tags MySQLdb-0.9.0 adustman 2006-04-02 17:03:52 +00:00
  • 119560e585 Fix MySQLdb release tags MySQLdb-0.9.0b1 adustman 2006-04-02 17:03:52 +00:00
  • 89331bfddb Fix MySQLdb release tags MySQLdb-0.9.0c1 adustman 2006-04-02 17:03:52 +00:00
  • 373ba899cb Fix MySQLdb release tags MySQLdb-0.9.1 adustman 2006-04-02 17:03:52 +00:00
  • 8fd8bc848e Fix MySQLdb release tags MySQLdb-0.9.1c1 adustman 2006-04-02 17:03:52 +00:00
  • 66ee987751 Fix MySQLdb release tags MySQLdb-0.9.1c2 adustman 2006-04-02 17:03:52 +00:00
  • fd6575bc9f Fix MySQLdb release tags MySQLdb-0.9.2 adustman 2006-04-02 17:03:52 +00:00
  • b476fe9a00 Fix MySQLdb release tags MySQLdb-0.9.2a1 adustman 2006-04-02 17:03:52 +00:00
  • bf349b507c Fix MySQLdb release tags MySQLdb-0.9.2a2 adustman 2006-04-02 17:03:52 +00:00
  • 8aaeff2948 Fix MySQLdb release tags MySQLdb-0.9.2b1 adustman 2006-04-02 17:03:52 +00:00
  • 416fe6443b Fix MySQLdb release tags MySQLdb-0.9.2b2 adustman 2006-04-02 17:03:52 +00:00
  • 9b9e1b3aa6 Fix MySQLdb release tags MySQLdb-0.9.2c1 adustman 2006-04-02 17:03:52 +00:00
  • e362addf2f Fix MySQLdb release tags MySQLdb-0.9.2c2 adustman 2006-04-02 17:03:52 +00:00
  • 65405aef35 Fix MySQLdb release tags MySQLdb-0.9.2c3 adustman 2006-04-02 17:03:52 +00:00
  • 778b91960f Fix MySQLdb release tags MySQLdb-0.9.3b2 adustman 2006-04-02 17:03:52 +00:00
  • e6342e436a Fix MySQLdb release tags MySQLdb-0.9.3b3 adustman 2006-04-02 17:03:52 +00:00
  • e919e8faed Fix MySQLdb release tags MySQLdb-1.0.0 adustman 2006-04-02 17:03:52 +00:00
  • 9ecb70df0c Fix MySQLdb release tags MySQLdb-1.0.0c2 adustman 2006-04-02 17:03:52 +00:00
  • 6fc8a125de Fix MySQLdb release tags MySQLdb-1.0.1 adustman 2006-04-02 17:03:52 +00:00
  • 1ac0eccd36 Fix MySQLdb release tags MySQLdb-1.0.1c1 adustman 2006-04-02 17:03:52 +00:00