------------------------------------------------------------------------
r626 | adustman | 2009-03-30 18:23:39 -0500 (Mon, 30 Mar 2009) | 2 lines

1.2.3 release candidate 1

------------------------------------------------------------------------
r625 | adustman | 2009-03-30 18:01:58 -0500 (Mon, 30 Mar 2009) | 1 line


------------------------------------------------------------------------
r620 | adustman | 2009-03-13 21:37:11 -0500 (Fri, 13 Mar 2009) | 1 line

MySQLdb-1.2.3b2
------------------------------------------------------------------------
r618 | adustman | 2009-03-10 21:34:59 -0500 (Tue, 10 Mar 2009) | 2 lines

Add a test for connection.ping()

------------------------------------------------------------------------
r617 | adustman | 2009-03-10 21:01:49 -0500 (Tue, 10 Mar 2009) | 3 lines

Fix #2061583: Ignore any non-numeric portion of client and server
version numbers.

------------------------------------------------------------------------
r616 | adustman | 2009-03-10 19:48:08 -0500 (Tue, 10 Mar 2009) | 3 lines

Fix for bug #2479317 (patch #2496558) by kylev. Make some time handling 
stuff more consistent.

------------------------------------------------------------------------
r614 | adustman | 2009-03-08 12:48:11 -0500 (Sun, 08 Mar 2009) | 2 lines

Backport some new trunk tests

------------------------------------------------------------------------
r613 | adustman | 2009-03-08 12:45:52 -0500 (Sun, 08 Mar 2009) | 2 lines

Move tests into their own directory to parallel trunk

------------------------------------------------------------------------
r612 | adustman | 2009-03-08 11:34:49 -0500 (Sun, 08 Mar 2009) | 6 lines

Short-term fix for bug #2671682.

Make tests a little more parallel to trunk version.

Add nose.collector as test_suite

------------------------------------------------------------------------
r609 | kylev | 2009-03-05 13:55:19 -0600 (Thu, 05 Mar 2009) | 1 line

Two more old-style exception invocations
------------------------------------------------------------------------
r603 | kylev | 2009-02-23 20:53:46 -0600 (Mon, 23 Feb 2009) | 2 lines

We missed one more 2.6-warning generating exception

------------------------------------------------------------------------
r602 | kylev | 2009-02-23 20:48:29 -0600 (Mon, 23 Feb 2009) | 2 lines

Fix bug 1808476 for OSX compilation, ported from trunk.

------------------------------------------------------------------------
r599 | kylev | 2009-02-23 17:39:00 -0600 (Mon, 23 Feb 2009) | 1 line

don't leak special-case tuples (present in unicode modes)
------------------------------------------------------------------------
r566 | adustman | 2009-02-05 18:52:34 -0600 (Thu, 05 Feb 2009) | 2 lines

Updated ez_setup.py to latest version.

------------------------------------------------------------------------
r560 | adustman | 2008-10-17 19:13:35 -0500 (Fri, 17 Oct 2008) | 2 lines

Found one more old-style raise. Should fix #2122496.

------------------------------------------------------------------------
r559 | adustman | 2008-10-17 19:12:13 -0500 (Fri, 17 Oct 2008) | 4 lines

Found one more Set reference.

Change raise to use the modern syntax for Python 3.0 compatibility.

------------------------------------------------------------------------
r558 | adustman | 2008-10-17 19:07:14 -0500 (Fri, 17 Oct 2008) | 2 lines

Remove more deprecated Set usage. Refs #2156977.

------------------------------------------------------------------------
r557 | adustman | 2008-10-16 20:07:01 -0500 (Thu, 16 Oct 2008) | 2 lines

More documentation updates.

------------------------------------------------------------------------
r556 | adustman | 2008-10-16 19:59:48 -0500 (Thu, 16 Oct 2008) | 2 lines

Documentation and package data updates

------------------------------------------------------------------------
r555 | adustman | 2008-10-16 19:52:50 -0500 (Thu, 16 Oct 2008) | 2 lines

Fix #2001855: Don't use ez_setup; just use setuptools direction.

------------------------------------------------------------------------
r554 | adustman | 2008-10-16 19:44:48 -0500 (Thu, 16 Oct 2008) | 3 lines

Fix #2156977: Use frozenset as the base for DBAPISet. Only tested for 
Python 2.5.

------------------------------------------------------------------------
r553 | adustman | 2008-10-16 19:15:26 -0500 (Thu, 16 Oct 2008) | 5 lines

Fix bug #2137599: Better regex for parsing INPUT statements. Passes unit 
tests but has not been thoroughly tested.

Bump version to 1.2.3b1.

------------------------------------------------------------------------
r498 | adustman | 2007-03-03 21:06:05 -0600 (Sat, 03 Mar 2007) | 5 lines

Remove versioned python name from package as egg packaging
also does this.

1.2.2.

------------------------------------------------------------------------
r492 | adustman | 2007-02-26 18:33:21 -0600 (Mon, 26 Feb 2007) | 2 lines

Added to make the build bot happy.

------------------------------------------------------------------------
r491 | adustman | 2007-02-26 13:00:32 -0600 (Mon, 26 Feb 2007) | 1 line

Turns out DBAPISet has been broken all this time and nobody noticed, which proves no one uses it.
------------------------------------------------------------------------
r483 | adustman | 2007-02-25 18:50:14 -0600 (Sun, 25 Feb 2007) | 2 lines

1.2.2 notes

------------------------------------------------------------------------
r481 | adustman | 2007-02-24 22:06:01 -0600 (Sat, 24 Feb 2007) | 2 lines

Small build/packaging fixes. 1.2.2c1.

------------------------------------------------------------------------
r480 | adustman | 2007-02-24 18:16:43 -0600 (Sat, 24 Feb 2007) | 1 line

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*
------------------------------------------------------------------------
r476 | adustman | 2007-02-11 10:21:25 -0600 (Sun, 11 Feb 2007) | 3 lines

Fix for #1602592. Some Solaris compiler args could have percent signs,
which would break distutils.

------------------------------------------------------------------------
r475 | adustman | 2007-02-11 09:49:53 -0600 (Sun, 11 Feb 2007) | 2 lines

Suggestion from #1655760.

------------------------------------------------------------------------
r473 | adustman | 2007-02-11 01:31:16 -0600 (Sun, 11 Feb 2007) | 2 lines

Missing setup_common too

------------------------------------------------------------------------
r472 | adustman | 2007-02-11 01:27:13 -0600 (Sun, 11 Feb 2007) | 2 lines

Missing setup_posix.py and setup_windows.py.

------------------------------------------------------------------------
r468 | adustman | 2007-02-10 14:09:26 -0600 (Sat, 10 Feb 2007) | 2 lines

Fix for #1655760

------------------------------------------------------------------------
r467 | adustman | 2007-02-10 13:03:18 -0600 (Sat, 10 Feb 2007) | 3 lines

Revert previous reconnect patches and just handle it
with ping([reconnect]).

------------------------------------------------------------------------
r466 | adustman | 2007-02-09 23:37:00 -0600 (Fri, 09 Feb 2007) | 1 line

Fix bug #1567804: Make sure lists are copies/slices and not just the original
------------------------------------------------------------------------
r465 | adustman | 2007-02-09 22:37:15 -0600 (Fri, 09 Feb 2007) | 2 lines

Add connection.autoreconnect() (variant of bug #1574825)

------------------------------------------------------------------------
r464 | adustman | 2007-02-09 22:16:53 -0600 (Fri, 09 Feb 2007) | 3 lines

reconnect option for connect (bug #1550388).
Enjoy your toes while they last.

------------------------------------------------------------------------
r463 | adustman | 2007-02-09 22:06:10 -0600 (Fri, 09 Feb 2007) | 4 lines

Remove test_SET() since it cannot work until
http://bugs.mysql.com/bug.php?id=17758 is fixed
(MySQL-5.1 or 5.2).

------------------------------------------------------------------------
r462 | adustman | 2007-02-09 21:41:19 -0600 (Fri, 09 Feb 2007) | 1 line

Patch #1651584 (florentaide): Fixes Windows build
------------------------------------------------------------------------
r461 | adustman | 2007-01-30 21:55:53 -0600 (Tue, 30 Jan 2007) | 2 lines

Windows build. Completely untested.

------------------------------------------------------------------------
r460 | adustman | 2007-01-29 12:00:35 -0600 (Mon, 29 Jan 2007) | 7 lines

Fix dumb setup typo.

SET columns can not be reliably returned as Python sets
in MySQL<5.1. Fixes bug #1561190. Also see
http://bugs.mysql.com/bug.php?id=17758


------------------------------------------------------------------------
r459 | adustman | 2007-01-03 17:13:58 -0600 (Wed, 03 Jan 2007) | 3 lines

Factor out most of the setup into setup_posix.py.
setup_windows.py is next.

------------------------------------------------------------------------
r458 | adustman | 2006-10-28 09:53:23 -0500 (Sat, 28 Oct 2006) | 3 lines

Cleaner way to handle the compile-time versioning (via distutils
define_macro), from #1586161 (Alexandr Zamaraev).

------------------------------------------------------------------------
r457 | adustman | 2006-10-27 18:33:35 -0500 (Fri, 27 Oct 2006) | 6 lines

Fix for Python 2.5.

Added a unit test for single character columns.

Updated download URL.

------------------------------------------------------------------------
r454 | adustman | 2006-10-13 17:12:34 -0500 (Fri, 13 Oct 2006) | 2 lines

Metadata updates, 1.2.2b2

------------------------------------------------------------------------
r453 | adustman | 2006-08-29 23:04:42 -0500 (Tue, 29 Aug 2006) | 2 lines

Use CP/M-style switch prefixes (/D instead of -D) on Windows.

------------------------------------------------------------------------
r452 | adustman | 2006-08-29 22:01:17 -0500 (Tue, 29 Aug 2006) | 3 lines

Windows MySQL has a different configuration file (config-win.h)
for inexplicable reasons. (Bug 1548032)

------------------------------------------------------------------------
r450 | adustman | 2006-08-27 13:02:48 -0500 (Sun, 27 Aug 2006) | 24 lines

Version 1.2.2b1.

Raise IntegrityError for a couple types of relatively new errors.
(Bug 1327679)

Add BIT column support. (Bug 1468725)

Return BINARY columns as normal strings, not arrays. (Bug 1495765)

Add support for a new VARCHAR type; behaves like other CHAR types.

Defer issuing warnings when using SSCursors. (Bug 1495782)

Do not try to encode query strings unless they are unicode instances.
(Bug 1521274)

Fix problem with callproc() when it is used before execute() (which is
legal). (Bug 1541124)

Fix formatting of datetime.timedelta values. (Bug 1527801)

Fix connect_timeout documentation bug. (Bug 1523883)


------------------------------------------------------------------------
r447 | adustman | 2006-04-08 22:37:18 -0500 (Sat, 08 Apr 2006) | 2 lines

Rename CHANGES to HISTORY

------------------------------------------------------------------------
r446 | adustman | 2006-04-08 22:36:29 -0500 (Sat, 08 Apr 2006) | 2 lines

Fix MANIFEST (well, fixed after the NEXT commit)

------------------------------------------------------------------------
r445 | adustman | 2006-04-08 22:29:59 -0500 (Sat, 08 Apr 2006) | 2 lines

Update CHANGES file

------------------------------------------------------------------------
r444 | adustman | 2006-04-08 22:25:04 -0500 (Sat, 08 Apr 2006) | 2 lines

Bump version. Disable leak checking by default.

------------------------------------------------------------------------
r443 | adustman | 2006-04-08 21:56:39 -0500 (Sat, 08 Apr 2006) | 3 lines

Fallback to non-thread-safe libraries if the thread-safe ones
are unavailable.

------------------------------------------------------------------------
r440 | adustman | 2006-04-05 12:56:36 -0500 (Wed, 05 Apr 2006) | 3 lines

Remove conditionals for registering server_start and server_end.
Not needed since the code itself is conditional on client version.

------------------------------------------------------------------------
r439 | adustman | 2006-04-04 10:04:20 -0500 (Tue, 04 Apr 2006) | 7 lines

raise NotSupportedError instead of non-existent UnsupportedError

connection.set_character_set() now avoids raising an exception
if the current character set is already correct, regardless of
MySQL version.


------------------------------------------------------------------------
r433 | adustman | 2006-04-02 12:45:58 -0500 (Sun, 02 Apr 2006) | 2 lines

1.2.1

------------------------------------------------------------------------
r432 | adustman | 2006-04-02 12:15:48 -0500 (Sun, 02 Apr 2006) | 2 lines

Rename branch

------------------------------------------------------------------------
r423 | adustman | 2006-03-28 06:59:24 -0600 (Tue, 28 Mar 2006) | 2 lines

Fix leak test for subclassing

------------------------------------------------------------------------
r422 | adustman | 2006-03-27 23:03:35 -0600 (Mon, 27 Mar 2006) | 6 lines

Fix some inconsistent spacing.

Try to fix some memory leaks. I think cursors don't leak any more
but I've had no luck with connections. If you close your connections
you should be fine, even if you don't close your cursors.

------------------------------------------------------------------------
r421 | adustman | 2006-03-05 23:33:01 -0600 (Sun, 05 Mar 2006) | 2 lines

Added documentation for sql_mode support.

------------------------------------------------------------------------
r420 | adustman | 2006-03-05 23:28:05 -0600 (Sun, 05 Mar 2006) | 11 lines

Added a bunch of new error codes to MySQLdb.constants.ER (complete for
MySQL-5.0).

Mapped some new error codes to DataError, which has always existed,
but never had anything mapped to it.

Cleaned set_character_set() a bit.

Added new connection option sql_mode and correspond set_sql_mode()
method.

------------------------------------------------------------------------
r418 | adustman | 2006-03-04 22:59:14 -0600 (Sat, 04 Mar 2006) | 13 lines

Bump metadata version.

Clean up setup.cfg so it doesn't break RPM builds on files which
are no longer included.

Add a test case for warnings for column truncation.

Clean up warnings; was working around the introduced bug that
returned (var)char columns with binary collations as array.

Exposed the column flags (values from constants.FLAG) as
description_flags on the cursor.

------------------------------------------------------------------------
r417 | adustman | 2006-03-04 17:27:24 -0600 (Sat, 04 Mar 2006) | 12 lines

Reverted patch #1387290. It caused char/varchar columns with a binary
collation to return array('c', ...), which should only be returned for
actual BLOB columns.

Figured out how to fix loading SET columns. Bug #1214916.

Cleaned up the SET test.

Removed *.html and *.css files from MANIFEST; their presence (or lack
thereof since they are no longer being packaged) caused RPM builds to
fail, and possibly others.

------------------------------------------------------------------------
r415 | adustman | 2006-03-02 22:09:21 -0600 (Thu, 02 Mar 2006) | 10 lines

* Added set_character_set(charset) method to database connections

* Added get_character_set_info() method to database connections

* Added charset option to database connections

* Updated docs, added FAQ

* 1.2.1c6

------------------------------------------------------------------------
r413 | adustman | 2006-03-01 22:19:32 -0600 (Wed, 01 Mar 2006) | 9 lines

* Add metadata.cfg and site.cfg to MANIFEST.in so they get packaged

* Remove version_info from metadata before calling setup() to avoid
  complaints

* Fix cursor.callproc() as good as can be fixed.

* Improve/fix various tests for stored procedures.

------------------------------------------------------------------------
r412 | adustman | 2006-02-28 11:50:22 -0600 (Tue, 28 Feb 2006) | 2 lines

Fix classifiers and package file handling

------------------------------------------------------------------------
r411 | adustman | 2006-02-28 11:36:32 -0600 (Tue, 28 Feb 2006) | 2 lines

Fix distribution naming

------------------------------------------------------------------------
r410 | adustman | 2006-02-28 11:16:50 -0600 (Tue, 28 Feb 2006) | 2 lines

Derive all version information from metadata.cfg

------------------------------------------------------------------------
r409 | adustman | 2006-02-28 10:34:16 -0600 (Tue, 28 Feb 2006) | 2 lines

Fix embedded build

------------------------------------------------------------------------
r408 | adustman | 2006-02-27 22:19:27 -0600 (Mon, 27 Feb 2006) | 6 lines

* Update README

* Completely rewrite setup.py

* Make pytimes the only time implementation, moved into times

------------------------------------------------------------------------
r407 | adustman | 2006-02-27 17:10:38 -0600 (Mon, 27 Feb 2006) | 4 lines

Python Sets (from sets module) as parameters work, but *only* Set
and not ImmutableSet. Still trying to get it to work on BaseSet
so any subclasses will work.

------------------------------------------------------------------------
r406 | adustman | 2006-02-27 12:48:57 -0600 (Mon, 27 Feb 2006) | 3 lines

Fix client_flag fubar and add support for more detailed warning
information available from MySQL-4.1 and newer server.

------------------------------------------------------------------------
r405 | adustman | 2006-02-27 12:39:53 -0600 (Mon, 27 Feb 2006) | 2 lines

Add sets module support and make boolean support non-optional

------------------------------------------------------------------------
r404 | adustman | 2006-02-27 11:19:40 -0600 (Mon, 27 Feb 2006) | 3 lines

Remove sets module in favor of standard sets module (Python-2.3 and
newer)

------------------------------------------------------------------------
r403 | adustman | 2006-02-27 09:45:37 -0600 (Mon, 27 Feb 2006) | 3 lines

Remove FIELD_TYPE.CHAR (deprecated) from STRING set since it conflicts
with FIELD_TYPE.TINY (NUMBER).

------------------------------------------------------------------------
r402 | adustman | 2006-02-26 23:49:26 -0600 (Sun, 26 Feb 2006) | 2 lines

Fix fubared TimeDelta_or_None and Time_or_None

------------------------------------------------------------------------
r401 | adustman | 2006-02-26 23:37:22 -0600 (Sun, 26 Feb 2006) | 2 lines

Remove erroneous insert_id() on cursor reference.

------------------------------------------------------------------------
r400 | adustman | 2006-02-26 23:31:14 -0600 (Sun, 26 Feb 2006) | 2 lines

Translate some additional error codes

------------------------------------------------------------------------
r399 | adustman | 2006-02-26 22:48:02 -0600 (Sun, 26 Feb 2006) | 2 lines

Documentation is good. Correct documentation is better.

------------------------------------------------------------------------
r398 | adustman | 2006-02-26 22:20:48 -0600 (Sun, 26 Feb 2006) | 4 lines

Enable MULTI_STATEMENTS if the client library is 4.1 or newer.

Enable MULTI_RESULTS if the client library is 5.0 or newer.

------------------------------------------------------------------------
r397 | adustman | 2006-02-26 08:50:47 -0600 (Sun, 26 Feb 2006) | 3 lines

Encode queries to connection character set before inserting
parameters. Bug 1438913

------------------------------------------------------------------------
r396 | adustman | 2006-02-24 21:44:32 -0600 (Fri, 24 Feb 2006) | 2 lines

Generic DB-API unit test module

------------------------------------------------------------------------
r395 | adustman | 2006-02-24 21:43:47 -0600 (Fri, 24 Feb 2006) | 2 lines

Add the DB API unit tester for MySQLdb

------------------------------------------------------------------------
r394 | adustman | 2006-02-24 21:31:52 -0600 (Fri, 24 Feb 2006) | 6 lines

* Fix callproc

* Subtle bug: fetchall() could return the entire result set
  over and over again if you called it multiple times (not
  likely)

------------------------------------------------------------------------
r393 | adustman | 2006-02-24 18:56:15 -0600 (Fri, 24 Feb 2006) | 2 lines

Add callproc() support.

------------------------------------------------------------------------
r392 | adustman | 2006-02-24 18:43:09 -0600 (Fri, 24 Feb 2006) | 3 lines

Don't convert binary varchar columns to unicode.
Patch 1387290

------------------------------------------------------------------------
r391 | adustman | 2006-02-24 18:33:17 -0600 (Fri, 24 Feb 2006) | 2 lines

Include my_config.h so that SSL support can be properly detected.

------------------------------------------------------------------------
r387 | adustman | 2006-02-22 20:00:58 -0600 (Wed, 22 Feb 2006) | 2 lines

Apply Gentoo patch for NEWDECIMAL support (MySQL-5.0)

------------------------------------------------------------------------
r386 | adustman | 2005-05-11 21:08:50 -0500 (Wed, 11 May 2005) | 12 lines

Version 1.2.1c3:

* _mysql.c: raise ProgrammingError for certain methods if they
  are used on Result object created with conn.use_result(),
  since they don't make sense.

* setup.py: Reimplement quote stripping around directory names.
  This seems to be a bug in older versions of mysql_config

* cursors.py: If a unicode query string is passed, encode it in
  the connection's character set.

------------------------------------------------------------------------
r385 | adustman | 2005-05-01 13:41:32 -0500 (Sun, 01 May 2005) | 2 lines

Fix Debian information

------------------------------------------------------------------------
r384 | adustman | 2005-04-30 19:09:25 -0500 (Sat, 30 Apr 2005) | 11 lines

* removed directory filtering in setup.py; should no longer be necessary,
  and it seems to cause problems on some platforms or versions of MySQL
  (most likely 3.23's mysql_config)

* removed use of weak references; I don't think they were needed any more,
  and they caused problems in some of the threaded tests.

* applied patch #1188359: If converters are passed in, use a copy().

* Version 1.2.1c2.

------------------------------------------------------------------------
r382 | adustman | 2005-04-10 15:56:55 -0500 (Sun, 10 Apr 2005) | 2 lines

Version 1.2.1c1

------------------------------------------------------------------------
r381 | adustman | 2005-04-10 15:50:29 -0500 (Sun, 10 Apr 2005) | 4 lines

This should fix the problem with Fedora Core noted on bug
#1145226: On library/include paths, remove quotation marks,
if present.

------------------------------------------------------------------------
r380 | adustman | 2005-04-10 15:41:29 -0500 (Sun, 10 Apr 2005) | 3 lines

Apply patch #1179364 for bug #1037468:
DeprecationWarnings for deprecated methods.

------------------------------------------------------------------------
r379 | adustman | 2005-04-02 23:17:34 -0600 (Sat, 02 Apr 2005) | 2 lines

Restore the begin() method, but issue a DeprecationWarning.

------------------------------------------------------------------------
r378 | adustman | 2005-04-02 23:15:51 -0600 (Sat, 02 Apr 2005) | 4 lines

Add iterator protocol to SSCurors.

Issue deprecation warnings for special DictCursor methods.

------------------------------------------------------------------------
r377 | adustman | 2005-04-02 22:23:18 -0600 (Sat, 02 Apr 2005) | 2 lines

Merge in changes from the trunk

------------------------------------------------------------------------
r372 | (no author) | 2005-02-04 11:03:46 -0600 (Fri, 04 Feb 2005) | 1 line

This commit was manufactured by cvs2svn to create branch 'branch-1-2'.
------------------------------------------------------------------------
r371 | adustman | 2005-02-04 11:03:46 -0600 (Fri, 04 Feb 2005) | 2 lines

Fix connection leak

------------------------------------------------------------------------
r369 | adustman | 2005-01-31 22:01:40 -0600 (Mon, 31 Jan 2005) | 4 lines

* Version 1.1.10

* Minor doc updates and setup tweaks.

------------------------------------------------------------------------
r368 | adustman | 2005-01-26 21:05:32 -0600 (Wed, 26 Jan 2005) | 2 lines

Add additional documentation for RPM build.

------------------------------------------------------------------------
r367 | adustman | 2005-01-26 20:41:24 -0600 (Wed, 26 Jan 2005) | 2 lines

Fix RPM build

------------------------------------------------------------------------
r366 | adustman | 2005-01-24 22:45:30 -0600 (Mon, 24 Jan 2005) | 2 lines

Windows fixes

------------------------------------------------------------------------
r365 | adustman | 2005-01-23 00:56:55 -0600 (Sun, 23 Jan 2005) | 4 lines

Made setup.py usable for Windows again. You must set
the mysqlroot environment variable or patch to make
it actually work.

------------------------------------------------------------------------
r364 | adustman | 2005-01-22 23:47:40 -0600 (Sat, 22 Jan 2005) | 2 lines

Bug #770825

------------------------------------------------------------------------
r363 | adustman | 2005-01-22 22:49:04 -0600 (Sat, 22 Jan 2005) | 2 lines

add load_infile option and more doc cleanups

------------------------------------------------------------------------
r361 | adustman | 2005-01-20 21:25:30 -0600 (Thu, 20 Jan 2005) | 2 lines

Documentation updates.

------------------------------------------------------------------------
r360 | adustman | 2005-01-19 22:20:19 -0600 (Wed, 19 Jan 2005) | 10 lines

 * Bump version to 1.1.9

 * Reworked Unicode support; please test

 * Make Binary() create an array('c')

 * Clean up Cursors a bit.

 * Add a TimeDelta factory function, even though not in the API spec.

------------------------------------------------------------------------
r359 | adustman | 2005-01-16 19:51:00 -0600 (Sun, 16 Jan 2005) | 4 lines

 * make sure charset has a default (None)

 * eliminate lambda usage

------------------------------------------------------------------------
r358 | adustman | 2005-01-14 20:16:26 -0600 (Fri, 14 Jan 2005) | 7 lines

Should now auto-detect all build settings for any platform.
win32 now requires win32pipe to build. Build has only been
tested on Linux, but AFAIK, os.popen() works properly on
all other platforms, and certainly must work on anything
remotely POSIX/UNIX-like. I am assuming that it will work
on Mac OS X as well.

------------------------------------------------------------------------
r357 | adustman | 2005-01-12 23:00:29 -0600 (Wed, 12 Jan 2005) | 7 lines


* Overhaul setup.py

* Clean up warnings in _mysql.c when SSL is not available

* Tidy up MANIFEST.in

------------------------------------------------------------------------
r356 | adustman | 2005-01-04 21:44:02 -0600 (Tue, 04 Jan 2005) | 2 lines

Add GEOMETRY (new in MySQL-4.1)

------------------------------------------------------------------------
r352 | adustman | 2004-12-31 18:10:20 -0600 (Fri, 31 Dec 2004) | 2 lines

Fix some formatting problems

------------------------------------------------------------------------
r351 | adustman | 2004-12-31 17:38:21 -0600 (Fri, 31 Dec 2004) | 3 lines

Clean up handling of warnings and make cursor.messages
actually useful for something.

------------------------------------------------------------------------
r350 | adustman | 2004-12-31 16:41:11 -0600 (Fri, 31 Dec 2004) | 2 lines

Version 1.1.8

------------------------------------------------------------------------
r349 | adustman | 2004-12-31 16:36:50 -0600 (Fri, 31 Dec 2004) | 3 lines

Remove old CHANGELOG. Include some test programs, which are
not in CVS.

------------------------------------------------------------------------
r348 | adustman | 2004-12-31 16:34:11 -0600 (Fri, 31 Dec 2004) | 2 lines

Very minor DB-API compliance fixes.

------------------------------------------------------------------------
r347 | adustman | 2004-12-30 19:30:17 -0600 (Thu, 30 Dec 2004) | 3 lines

Add support for warning_count() and constants needed for
issuing multiple statements.

------------------------------------------------------------------------
r346 | adustman | 2004-12-30 16:17:36 -0600 (Thu, 30 Dec 2004) | 2 lines

* add set_server_option() and sqlstate() connection object methods

------------------------------------------------------------------------
r345 | adustman | 2004-12-30 14:59:58 -0600 (Thu, 30 Dec 2004) | 2 lines

*** empty log message ***

------------------------------------------------------------------------
r344 | adustman | 2004-12-30 14:58:48 -0600 (Thu, 30 Dec 2004) | 4 lines

* Add connection.next_result()

* Another fix for bug #1093028

------------------------------------------------------------------------
r343 | adustman | 2004-12-30 13:13:22 -0600 (Thu, 30 Dec 2004) | 4 lines

Convert the new autocommit, commit, and rollback connection methods
into pure C. When using MySQL<4.1, these issue queries. This simplifies
the Python layer a bit.

------------------------------------------------------------------------
r342 | adustman | 2004-12-30 11:50:48 -0600 (Thu, 30 Dec 2004) | 2 lines

Fix bug 1093028

------------------------------------------------------------------------
r341 | adustman | 2004-10-30 22:53:15 -0500 (Sat, 30 Oct 2004) | 2 lines

*** empty log message ***

------------------------------------------------------------------------
r339 | adustman | 2004-10-30 22:49:19 -0500 (Sat, 30 Oct 2004) | 2 lines

Convert to restructured text.

------------------------------------------------------------------------
r338 | adustman | 2004-10-30 21:11:20 -0500 (Sat, 30 Oct 2004) | 2 lines

Version 1.1.7

------------------------------------------------------------------------
r337 | adustman | 2004-10-30 20:55:51 -0500 (Sat, 30 Oct 2004) | 2 lines

Fix bug #1050841

------------------------------------------------------------------------
r336 | adustman | 2004-10-28 20:52:52 -0500 (Thu, 28 Oct 2004) | 2 lines

Add unicode_errors parameter to connect()

------------------------------------------------------------------------
r335 | adustman | 2004-10-28 20:50:34 -0500 (Thu, 28 Oct 2004) | 2 lines

Fix bug #1045512

------------------------------------------------------------------------
r333 | adustman | 2004-09-26 17:22:59 -0500 (Sun, 26 Sep 2004) | 10 lines

 * Fix pytimes.TimeDelta_or_None()

 * Include days with mxdatetime.format_TIME()

 * Return MySQL TIME columns as a time delta

 * Remove old CompatMysqldb module

 * Version 1.1.6

------------------------------------------------------------------------
r327 | adustman | 2004-09-19 16:38:59 -0500 (Sun, 19 Sep 2004) | 2 lines

*** empty log message ***

------------------------------------------------------------------------
r326 | adustman | 2004-09-19 16:38:08 -0500 (Sun, 19 Sep 2004) | 6 lines

 * Removed some old-style Python stuff from setup.py

 * Added a bit of documentation on ssl parameter to Connection

 * Version 1.1.5

------------------------------------------------------------------------
r325 | adustman | 2004-09-19 15:14:31 -0500 (Sun, 19 Sep 2004) | 2 lines

Include new ChangeLog

------------------------------------------------------------------------
r324 | adustman | 2004-09-19 14:56:20 -0500 (Sun, 19 Sep 2004) | 2 lines

Restore missing common on include_dirs

------------------------------------------------------------------------
r322 | adustman | 2004-09-11 02:26:27 -0500 (Sat, 11 Sep 2004) | 2 lines

*** empty log message ***

------------------------------------------------------------------------
r321 | adustman | 2004-09-11 02:25:34 -0500 (Sat, 11 Sep 2004) | 8 lines

Version 1.1.4

 * setup.py: changed include and library path order

 * MySQLdb/connections.py: fix super class reference in autocommit()

 * Tested against MySQL-4.1.4a with InnoDB tables

------------------------------------------------------------------------
r320 | adustman | 2004-09-11 00:57:19 -0500 (Sat, 11 Sep 2004) | 2 lines

Re-fix typo

------------------------------------------------------------------------
r319 | adustman | 2004-09-11 00:29:00 -0500 (Sat, 11 Sep 2004) | 4 lines

Fix _mysql_Execption() typo. Code is only compiled when MySQL-4.1
is in use, and I haven't done any actual testing against 4.1 yet.
Please report any bugs to the SourceForge tracker.

------------------------------------------------------------------------
r318 | adustman | 2004-09-07 20:40:33 -0500 (Tue, 07 Sep 2004) | 2 lines

*** empty log message ***

------------------------------------------------------------------------
r317 | adustman | 2004-09-07 20:39:46 -0500 (Tue, 07 Sep 2004) | 7 lines

Version 1.1.3

 * _mysql.c: restored missing mysql_errno() call (bug #1023466)

 * _mysql.c: Only try to use SSL support if HAVE_OPENSSL is defined.
   Raise NotSupportedError if ssl is requested but not available.

------------------------------------------------------------------------
r315 | adustman | 2004-09-06 16:53:40 -0500 (Mon, 06 Sep 2004) | 21 lines

General cleanups.

 * Turn autocommit off initially

 * Add support for mysql_autocommit, _commit, and _rollback API functions
   (new in MySQL-4.1)

 * Remove Connection.begin(); use SQL BEGIN or START TRANSACTION instead

 * pytimes (standard datetime module) is now the default implementation

 * Detect and handle MySQL-4.1 and newer TIMESTAMP (looks like DATETIME)

 * UnicodeType and ObjectType now always handled (required features)

 * Ditch support for L at the end of long integer

 * Remove z and crypt libs if building for Windows

 * Version 1.1.2

------------------------------------------------------------------------
r307 | adustman | 2004-06-06 22:44:39 -0500 (Sun, 06 Jun 2004) | 2 lines

Bump version. Update README. Convert all classes to new-style.

------------------------------------------------------------------------
r303 | adustman | 2004-05-18 22:54:01 -0500 (Tue, 18 May 2004) | 2 lines

Initial conversion to modern Python.

------------------------------------------------------------------------
r295 | adustman | 2004-02-28 20:28:20 -0600 (Sat, 28 Feb 2004) | 2 lines

Fix bug #897344

------------------------------------------------------------------------
r294 | adustman | 2004-02-28 20:22:59 -0600 (Sat, 28 Feb 2004) | 2 lines

Fix bug #902024

------------------------------------------------------------------------
r292 | adustman | 2003-12-29 19:30:36 -0600 (Mon, 29 Dec 2003) | 17 lines

 * Check for module initialization failure (extremely rare)

 * The MySQL FIELD_TYPE converter can now be a sequence of 2-tuples.
   Item 0 is a bit mask (using FLAG.*) which must be matched. This should
   be an integer. Item 1 is the conversion function. If item 0 is not an
   integer, then this function is considered the default converter for
   this FIELD_TYPE. Note that these tuples are considered when the query
   has been executed and the result is available, so it doesn't add a
   per-row overhead.

 * As a result of the above, BINARY BLOB fields are now returned as
   character arrays using the array.array class. Non-BINARY BLOB fields
   (i.e. TEXT) are returned as strings. If unicode is enabled, they are
   returned as unicode strings.

 * Bump version to 0.9.3b3.

------------------------------------------------------------------------
r291 | adustman | 2003-12-12 22:58:25 -0600 (Fri, 12 Dec 2003) | 4 lines

https://sourceforge.net/tracker/?func=detail&aid=850174&group_id=22307&atid=374932

Use more precision for floats; str(<float>) doesn't return full precision.

------------------------------------------------------------------------
r290 | adustman | 2003-11-27 14:56:40 -0600 (Thu, 27 Nov 2003) | 19 lines

Preliminary SSL support. Adds a ssl parameter to connect().
ssl should be a mapping. These are the recognized keys:

ca*, cert*, capath, key*, cipher

Items marked with * are required. All values must be strings.
They are described here:

http://www.mysql.com/doc/en/SSL_options.html

You're probably better off putting these variables into an
option file and using read_option_file instead.

SSL is supported in MySQL-4.0 and newer. Even if you don't
specify all the required parameters, the connection will probably
succeed, although without SSL.

This is not yet tested in any significant way.

------------------------------------------------------------------------
r288 | adustman | 2003-11-23 16:04:04 -0600 (Sun, 23 Nov 2003) | 2 lines

Version bump

------------------------------------------------------------------------
r287 | adustman | 2003-11-23 16:02:13 -0600 (Sun, 23 Nov 2003) | 9 lines

Time-handling updates. New load order is:

mxdatetime (wrapper around mx.DateTime)
pytimes (wrapper around Python-2.3+ datetime)
stringtimes (minimal string implementation)

The logic is, if you're running Python-2.3 and are have mx.Datetime,
you probably want to use that instead of datetime.

------------------------------------------------------------------------
r286 | adustman | 2003-11-22 13:30:40 -0600 (Sat, 22 Nov 2003) | 2 lines

Bug #816721

------------------------------------------------------------------------
r285 | adustman | 2003-11-22 12:55:13 -0600 (Sat, 22 Nov 2003) | 2 lines

Bug #811636 fix (?)

------------------------------------------------------------------------
r284 | adustman | 2003-09-06 21:51:15 -0500 (Sat, 06 Sep 2003) | 2 lines

info() might return None or empty string

------------------------------------------------------------------------
r283 | adustman | 2003-09-06 21:45:58 -0500 (Sat, 06 Sep 2003) | 3 lines

Don't treat FIELD_TYPE.CHAR as a character type, it's really
a TINYINT (FIELD_TYPE.TINY).

------------------------------------------------------------------------
r282 | adustman | 2003-09-06 21:25:05 -0500 (Sat, 06 Sep 2003) | 2 lines

Bug#778822

------------------------------------------------------------------------
r281 | adustman | 2003-09-06 21:07:16 -0500 (Sat, 06 Sep 2003) | 2 lines

Fix version number correctly

------------------------------------------------------------------------
r280 | adustman | 2003-09-06 21:00:34 -0500 (Sat, 06 Sep 2003) | 2 lines

Version bump

------------------------------------------------------------------------
r279 | adustman | 2003-07-10 19:34:40 -0500 (Thu, 10 Jul 2003) | 2 lines

Include new time handling modules

------------------------------------------------------------------------
r278 | adustman | 2003-07-10 19:13:44 -0500 (Thu, 10 Jul 2003) | 2 lines

Split out old Date/Time handling classes into separate modules

------------------------------------------------------------------------
r277 | adustman | 2003-07-10 19:07:06 -0500 (Thu, 10 Jul 2003) | 2 lines

Finish up TimeDelta_or_None

------------------------------------------------------------------------
r276 | adustman | 2003-07-10 10:58:56 -0500 (Thu, 10 Jul 2003) | 2 lines

Add support for Python 2.3 datetime classes.

------------------------------------------------------------------------
r275 | adustman | 2003-07-08 01:34:27 -0500 (Tue, 08 Jul 2003) | 2 lines

Bump version numbers.

------------------------------------------------------------------------
r274 | adustman | 2003-07-08 01:29:56 -0500 (Tue, 08 Jul 2003) | 3 lines

Bump version and remove some unneccesary casts that seem to
break things when using Python 2.3.

------------------------------------------------------------------------
r273 | adustman | 2003-07-07 16:44:40 -0500 (Mon, 07 Jul 2003) | 2 lines

Fix bug 605849 (I hope).

------------------------------------------------------------------------
r272 | adustman | 2003-07-07 12:49:01 -0500 (Mon, 07 Jul 2003) | 2 lines

Fix member access problems

------------------------------------------------------------------------
r271 | adustman | 2003-04-20 21:50:57 -0500 (Sun, 20 Apr 2003) | 2 lines

Eliminate use of deprecated PyArg_NoArgs()

------------------------------------------------------------------------
r270 | adustman | 2003-04-20 21:23:06 -0500 (Sun, 20 Apr 2003) | 2 lines

Dumb typo

------------------------------------------------------------------------
r269 | adustman | 2003-04-18 23:26:57 -0500 (Fri, 18 Apr 2003) | 2 lines

Build and documentation updates

------------------------------------------------------------------------
r268 | adustman | 2002-08-22 16:12:02 -0500 (Thu, 22 Aug 2002) | 2 lines

Embedded server support

------------------------------------------------------------------------
r267 | adustman | 2002-08-22 10:20:25 -0500 (Thu, 22 Aug 2002) | 3 lines

Clean up compiler warnings about
assignment discards qualifiers from pointer target type

------------------------------------------------------------------------
r266 | adustman | 2002-08-01 23:09:13 -0500 (Thu, 01 Aug 2002) | 2 lines

Windows (blech) compatibility changes. (Gerhard H�ring)

------------------------------------------------------------------------
r264 | adustman | 2002-08-01 00:18:08 -0500 (Thu, 01 Aug 2002) | 2 lines

CHANGELOG

------------------------------------------------------------------------
r263 | adustman | 2002-08-01 00:09:51 -0500 (Thu, 01 Aug 2002) | 2 lines

Not supporting GC for python < 2.2

------------------------------------------------------------------------
r262 | adustman | 2002-07-31 23:49:14 -0500 (Wed, 31 Jul 2002) | 2 lines

Memory API updates

------------------------------------------------------------------------
r261 | adustman | 2002-07-31 23:48:48 -0500 (Wed, 31 Jul 2002) | 2 lines

Ignore exception from close() in __del__

------------------------------------------------------------------------
r260 | adustman | 2002-07-31 23:29:54 -0500 (Wed, 31 Jul 2002) | 2 lines

GC for Python 2.2+

------------------------------------------------------------------------
r259 | adustman | 2002-07-20 23:05:17 -0500 (Sat, 20 Jul 2002) | 2 lines

0.9.2 (finally)

------------------------------------------------------------------------
r258 | adustman | 2002-07-16 11:26:40 -0500 (Tue, 16 Jul 2002) | 2 lines

Revert execute behavior: Do not use % operator when there are no args

------------------------------------------------------------------------
r257 | adustman | 2002-07-10 15:28:03 -0500 (Wed, 10 Jul 2002) | 2 lines

Rewrite

------------------------------------------------------------------------
r256 | adustman | 2002-07-10 14:00:59 -0500 (Wed, 10 Jul 2002) | 2 lines

Packaging cleanups

------------------------------------------------------------------------
r254 | adustman | 2002-07-10 10:18:13 -0500 (Wed, 10 Jul 2002) | 2 lines

Version 0.9.2c3, see CHANGELOG

------------------------------------------------------------------------
r253 | adustman | 2002-07-03 10:49:12 -0500 (Wed, 03 Jul 2002) | 3 lines

Revert returning BLOBs as arrays, since MySQL doesn't distinquish
between TEXT and BLOB types. (Skip Montanaro)

------------------------------------------------------------------------
r252 | adustman | 2002-07-03 09:40:12 -0500 (Wed, 03 Jul 2002) | 2 lines

Passing both conv and unicode to connect was broken (Skip Montanaro)

------------------------------------------------------------------------
r251 | adustman | 2002-07-01 22:55:58 -0500 (Mon, 01 Jul 2002) | 2 lines

FreeBSD/OpenBSD update

------------------------------------------------------------------------
r250 | adustman | 2002-07-01 09:50:24 -0500 (Mon, 01 Jul 2002) | 2 lines

Fix dumb (but working) iterator implementation

------------------------------------------------------------------------
r249 | adustman | 2002-06-30 22:36:17 -0500 (Sun, 30 Jun 2002) | 2 lines

Doc updates

------------------------------------------------------------------------
r248 | adustman | 2002-06-26 00:50:11 -0500 (Wed, 26 Jun 2002) | 2 lines

Add _mysql.thread_safe() (boolean, true if linked with thread-safe lib)

------------------------------------------------------------------------
r246 | adustman | 2002-06-24 13:27:39 -0500 (Mon, 24 Jun 2002) | 2 lines

Smack my version up

------------------------------------------------------------------------
r245 | adustman | 2002-06-23 15:25:55 -0500 (Sun, 23 Jun 2002) | 2 lines

Some errorhandler cleanups

------------------------------------------------------------------------
r243 | adustman | 2002-06-20 18:27:18 -0500 (Thu, 20 Jun 2002) | 2 lines

*** empty log message ***

------------------------------------------------------------------------
r242 | adustman | 2002-06-20 18:17:48 -0500 (Thu, 20 Jun 2002) | 2 lines

Make the new unicode option actually work

------------------------------------------------------------------------
r241 | adustman | 2002-06-20 16:31:27 -0500 (Thu, 20 Jun 2002) | 2 lines

Add nextset() dummy stub

------------------------------------------------------------------------
r240 | adustman | 2002-06-20 16:30:49 -0500 (Thu, 20 Jun 2002) | 2 lines

BLOBs as array support

------------------------------------------------------------------------
r239 | adustman | 2002-06-20 16:27:51 -0500 (Thu, 20 Jun 2002) | 4 lines

More Python 2.2 and doc updates. Return blobs as array.
The unicode option to connect() causes (VAR)CHAR columns
to be returned as unicode stings.

------------------------------------------------------------------------
r238 | adustman | 2002-06-20 16:12:56 -0500 (Thu, 20 Jun 2002) | 2 lines

Lots of Python 2.2 updates, especially documentation

------------------------------------------------------------------------
r237 | adustman | 2002-06-17 20:01:47 -0500 (Mon, 17 Jun 2002) | 2 lines

Mostly documentation updates, and some code cleanups

------------------------------------------------------------------------
r236 | adustman | 2002-06-15 18:38:54 -0500 (Sat, 15 Jun 2002) | 2 lines

Make executemany iterate over queries that don't use multiple VALUES

------------------------------------------------------------------------
r235 | adustman | 2002-04-28 14:55:08 -0500 (Sun, 28 Apr 2002) | 2 lines

packaging changes, pre-emptive version bump

------------------------------------------------------------------------
r233 | adustman | 2002-04-28 14:26:19 -0500 (Sun, 28 Apr 2002) | 2 lines

Bump version

------------------------------------------------------------------------
r232 | adustman | 2002-04-28 14:23:50 -0500 (Sun, 28 Apr 2002) | 4 lines


Errorhandler was broken in cursor
CVSr ----------------------------------------------------------------------

------------------------------------------------------------------------
r231 | adustman | 2002-04-28 14:07:55 -0500 (Sun, 28 Apr 2002) | 2 lines

changelog

------------------------------------------------------------------------
r230 | adustman | 2002-04-28 13:32:06 -0500 (Sun, 28 Apr 2002) | 2 lines

Version bump

------------------------------------------------------------------------
r229 | adustman | 2002-04-28 13:31:46 -0500 (Sun, 28 Apr 2002) | 2 lines

Macro cleanups

------------------------------------------------------------------------
r228 | adustman | 2002-04-26 19:12:57 -0500 (Fri, 26 Apr 2002) | 6 lines

Fix memory leak in _mysql_escape_dict. (Danny Yoo)

SSCursor.fetchall() (_mysql_ResultObject_fetch_row) didn't properly
increase the size of the result tuple if the result set was more than
1000 rows. (Danny Yoo)

------------------------------------------------------------------------
r227 | adustman | 2002-03-19 10:31:23 -0600 (Tue, 19 Mar 2002) | 3 lines

More (de)allocation cleanups, based on suggestions from
python-dev and Skip Montanaro

------------------------------------------------------------------------
r226 | adustman | 2002-03-19 00:16:21 -0600 (Tue, 19 Mar 2002) | 2 lines

Use modern allocation with modern Python

------------------------------------------------------------------------
r224 | adustman | 2002-03-14 14:44:42 -0600 (Thu, 14 Mar 2002) | 2 lines

Elminate debugging statement.

------------------------------------------------------------------------
r223 | adustman | 2002-03-14 14:43:51 -0600 (Thu, 14 Mar 2002) | 2 lines

Bump version. Minor Alpha Linux update. Clear errorhandler on close.

------------------------------------------------------------------------
r220 | adustman | 2002-03-01 16:27:12 -0600 (Fri, 01 Mar 2002) | 2 lines

Fix a memory leak if the connect fails

------------------------------------------------------------------------
r212 | adustman | 2002-01-28 19:21:21 -0600 (Mon, 28 Jan 2002) | 3 lines

Stricter regex for finding INSERT values
([ #505295 ] Wrong regexp in executemany() function.)

------------------------------------------------------------------------
r210 | adustman | 2002-01-25 14:20:42 -0600 (Fri, 25 Jan 2002) | 2 lines

changes

------------------------------------------------------------------------
r209 | adustman | 2002-01-25 14:18:18 -0600 (Fri, 25 Jan 2002) | 2 lines

Verision bump.

------------------------------------------------------------------------
r208 | adustman | 2002-01-25 14:17:03 -0600 (Fri, 25 Jan 2002) | 2 lines

Use modern memory deallocation on modern versions of Python.

------------------------------------------------------------------------
r207 | adustman | 2002-01-25 13:50:35 -0600 (Fri, 25 Jan 2002) | 2 lines

Rework platform config a bit, default to thread-safe client.

------------------------------------------------------------------------
r205 | adustman | 2001-12-28 20:28:18 -0600 (Fri, 28 Dec 2001) | 2 lines

Fix fetchmany().

------------------------------------------------------------------------
r203 | adustman | 2001-12-23 19:26:50 -0600 (Sun, 23 Dec 2001) | 2 lines

Fix version.

------------------------------------------------------------------------
r202 | adustman | 2001-12-23 19:23:55 -0600 (Sun, 23 Dec 2001) | 2 lines

Version 0.9.2a1. Unicode + DB-API extensions.

------------------------------------------------------------------------
r201 | adustman | 2001-12-23 15:39:31 -0600 (Sun, 23 Dec 2001) | 2 lines

0.9.2 alpha 1

------------------------------------------------------------------------
r200 | adustman | 2001-12-23 15:37:33 -0600 (Sun, 23 Dec 2001) | 2 lines

Unicode support.

------------------------------------------------------------------------
r199 | adustman | 2001-12-22 13:25:28 -0600 (Sat, 22 Dec 2001) | 3 lines

str() can fail in some cases, particularly unicode.
Watch for it to prevent core dumps.

------------------------------------------------------------------------
r198 | adustman | 2001-12-03 09:05:39 -0600 (Mon, 03 Dec 2001) | 3 lines

Fix cursor.rownumber for CursorStoreResultMixIn.fetchmany()
and implement cursor.rownumber for CursorUseResultMixIn.fetchXXX().

------------------------------------------------------------------------
r197 | adustman | 2001-11-28 10:42:45 -0600 (Wed, 28 Nov 2001) | 2 lines

Catch more *bsd platforms. (Suggested by Ragnar Beer)

------------------------------------------------------------------------
r196 | adustman | 2001-11-06 21:32:20 -0600 (Tue, 06 Nov 2001) | 4 lines

Simplify the various configurations.

Solaris might be fixed for gcc and broken for standard compiler.

------------------------------------------------------------------------
r195 | adustman | 2001-10-30 22:41:34 -0600 (Tue, 30 Oct 2001) | 2 lines

Some additional Zope notes.

------------------------------------------------------------------------
r194 | adustman | 2001-10-30 22:29:21 -0600 (Tue, 30 Oct 2001) | 2 lines

Mac OS X updates

------------------------------------------------------------------------
r193 | adustman | 2001-10-30 22:25:02 -0600 (Tue, 30 Oct 2001) | 2 lines

Link with -flat_namespace on Mac OS X/darwin. (Dan Grassi)

------------------------------------------------------------------------
r192 | adustman | 2001-10-25 10:06:35 -0500 (Thu, 25 Oct 2001) | 4 lines

Do some renaming suggested by recent DB-SIG discussions.

This should not break anything unless you are using private members.

------------------------------------------------------------------------
r191 | adustman | 2001-10-22 23:54:00 -0500 (Mon, 22 Oct 2001) | 2 lines

netbsd config

------------------------------------------------------------------------
r188 | adustman | 2001-10-16 22:21:22 -0500 (Tue, 16 Oct 2001) | 2 lines

0.9.0 updates

------------------------------------------------------------------------
r187 | adustman | 2001-10-13 09:06:27 -0500 (Sat, 13 Oct 2001) | 2 lines

import Set

------------------------------------------------------------------------
r186 | adustman | 2001-09-29 10:40:27 -0500 (Sat, 29 Sep 2001) | 2 lines

Catch more Linux platforms in the config.

------------------------------------------------------------------------
r185 | adustman | 2001-09-21 08:33:32 -0500 (Fri, 21 Sep 2001) | 2 lines

Solaris config (Bent NAgstrup Terp)

------------------------------------------------------------------------
r183 | adustman | 2001-09-20 12:26:22 -0500 (Thu, 20 Sep 2001) | 2 lines

Good to update this at least once a year.

------------------------------------------------------------------------
r182 | adustman | 2001-09-20 12:15:02 -0500 (Thu, 20 Sep 2001) | 2 lines

Update to 0.9.1c2.

------------------------------------------------------------------------
r181 | adustman | 2001-09-13 07:53:07 -0500 (Thu, 13 Sep 2001) | 2 lines

Fix exception handling in connect() (broken by 0.9.1.c1)

------------------------------------------------------------------------
r180 | adustman | 2001-09-12 12:29:27 -0500 (Wed, 12 Sep 2001) | 2 lines

Added CHANGELOG. (John Bowe)

------------------------------------------------------------------------
r173 | adustman | 2001-09-06 20:24:04 -0500 (Thu, 06 Sep 2001) | 2 lines

OSX config (Paul DuBois); tab/space cleanups; more package info

------------------------------------------------------------------------
r172 | adustman | 2001-09-06 20:12:06 -0500 (Thu, 06 Sep 2001) | 2 lines

Generated by distutils.

------------------------------------------------------------------------
r170 | adustman | 2001-09-06 20:08:17 -0500 (Thu, 06 Sep 2001) | 2 lines

More stuff I forgot about.

------------------------------------------------------------------------
r169 | adustman | 2001-09-06 20:07:01 -0500 (Thu, 06 Sep 2001) | 2 lines

Use two arg _PyTuple_Resize() for Python 2.2 and newer.

------------------------------------------------------------------------
r168 | adustman | 2001-09-06 20:06:08 -0500 (Thu, 06 Sep 2001) | 2 lines

Version 0.9.1c1

------------------------------------------------------------------------
r167 | adustman | 2001-09-06 20:05:50 -0500 (Thu, 06 Sep 2001) | 2 lines

Return DECIMAL/NUMERIC as floating point.

------------------------------------------------------------------------
r166 | adustman | 2001-09-06 18:08:14 -0500 (Thu, 06 Sep 2001) | 2 lines

Added a CHANGELOG, for people who like that sort of thing.

------------------------------------------------------------------------
r165 | adustman | 2001-09-06 01:29:21 -0500 (Thu, 06 Sep 2001) | 7 lines

Kill bastardly refcount bug that occurs starting with Python 2.0.1.
PyArgs_ParseTupleAndKeywords() returns borrowed references for O format
starting in 2.0.1, prior to that it returns new references, so it's
necessary to test the Python version to determine whether or not we
should Py_INCREF() it. If we always Py_INCREF() it, this produces a
memory leak in versions prior to 2.0.1.

------------------------------------------------------------------------
r164 | adustman | 2001-09-05 22:04:26 -0500 (Wed, 05 Sep 2001) | 2 lines

Change version number, back out memory changes.

------------------------------------------------------------------------
r163 | adustman | 2001-09-05 21:02:57 -0500 (Wed, 05 Sep 2001) | 2 lines

Memory allocation cleanups. Add missing newline in docstring.

------------------------------------------------------------------------
r160 | adustman | 2001-07-28 22:08:11 -0500 (Sat, 28 Jul 2001) | 3 lines

ER_PARSE_ERROR -> ProgrammingError;
#ifdef around some recent error types

------------------------------------------------------------------------
r159 | adustman | 2001-07-12 12:10:59 -0500 (Thu, 12 Jul 2001) | 2 lines

Fix leak on converter dictionary. (Ted Wright)

------------------------------------------------------------------------
r158 | adustman | 2001-07-11 13:13:09 -0500 (Wed, 11 Jul 2001) | 2 lines

Minor fixes for 1.0.0.

------------------------------------------------------------------------
r155 | adustman | 2001-06-20 17:48:54 -0500 (Wed, 20 Jun 2001) | 2 lines

Clarify use of host parameter to connect().

------------------------------------------------------------------------
r154 | adustman | 2001-06-20 16:58:59 -0500 (Wed, 20 Jun 2001) | 2 lines

Some corrections courtesy of Paul DuBois.

------------------------------------------------------------------------
r152 | adustman | 2001-06-04 11:55:04 -0500 (Mon, 04 Jun 2001) | 2 lines

Update version number.

------------------------------------------------------------------------
r151 | adustman | 2001-05-28 14:07:07 -0500 (Mon, 28 May 2001) | 2 lines

Ignore stuff.

------------------------------------------------------------------------
r149 | adustman | 2001-05-25 15:40:24 -0500 (Fri, 25 May 2001) | 3 lines

Rip out _mysql.field_*() methods, as MySQL recommends using SQL
instead. See C API docs.

------------------------------------------------------------------------
r148 | adustman | 2001-05-24 13:18:09 -0500 (Thu, 24 May 2001) | 2 lines

Update version.

------------------------------------------------------------------------
r146 | adustman | 2001-05-24 10:27:17 -0500 (Thu, 24 May 2001) | 2 lines

Clean up some import statements, bump versions to 0.9.0c2.

------------------------------------------------------------------------
r144 | adustman | 2001-05-22 22:16:34 -0500 (Tue, 22 May 2001) | 2 lines

Fix the case where there is no mx.DateTime.

------------------------------------------------------------------------
r143 | adustman | 2001-05-22 22:16:12 -0500 (Tue, 22 May 2001) | 2 lines

Remove a debug string.

------------------------------------------------------------------------
r142 | adustman | 2001-05-22 21:12:10 -0500 (Tue, 22 May 2001) | 2 lines

0.9.0c1 minor edit.

------------------------------------------------------------------------
r141 | adustman | 2001-05-14 13:49:27 -0500 (Mon, 14 May 2001) | 2 lines

PyObject_Length() == -1 on error. Thanks, Jon Ribbens.

------------------------------------------------------------------------
r140 | adustman | 2001-05-11 23:30:34 -0500 (Fri, 11 May 2001) | 13 lines

Smash data into two separate modules: sets and times. I never liked
that name anyway.

Set has been extended somewhat. The comparision operators really only
work properly with Python 2.1, due to the limitations of __cmp__.
Set also uses the binary operators (&, |, ^), since these make somewhat
more sense than the arithmetic ones, though there is no good analog for
- (if only there were a nand operator...)

Bump the version to 0.9.0b3. This is not the actual 0.9.0b3 release yet,
however. I want to do some more insanity checking. But almost ready for
some candidate releases.

------------------------------------------------------------------------
r139 | adustman | 2001-05-11 00:07:33 -0500 (Fri, 11 May 2001) | 10 lines

More major code heaving.

All the threading stuff is ripped out and burned.
Too much code for not enough benefit. Still thread-safe,
just don't share connections.

Made a nice Set class for SET columns.

Updated the docs.

------------------------------------------------------------------------
r138 | adustman | 2001-05-10 00:31:50 -0500 (Thu, 10 May 2001) | 2 lines

Revamped docs.

------------------------------------------------------------------------
r131 | adustman | 2001-05-08 21:23:14 -0500 (Tue, 08 May 2001) | 2 lines

Initial revision

------------------------------------------------------------------------
