2005-04-10  adustman  <adustman@tweek>

	* MySQLdb/__init__.py, _mysql.c, setup.py: Version 1.2.1c1

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

	* MySQLdb/connections.py, MySQLdb/cursors.py:
	Apply patch #1179364 for bug #1037468:
	DeprecationWarnings for deprecated methods.

2005-04-03  adustman  <adustman@tweek>

	* MySQLdb/connections.py:
	Restore the begin() method, but issue a DeprecationWarning.

	* MySQLdb/cursors.py: Add iterator protocol to SSCurors.

	Issue deprecation warnings for special DictCursor methods.

	* MySQLdb/__init__.py, MySQLdb/converters.py, README, _mysql.c, setup.py:
	Merge in changes from the trunk

	* MySQLdb/converters.py: Add a converter for bool

2005-02-25  adustman  <adustman@tweek>

	* setup.py:
	Check exit status of mysql_config, since some versions don't seem
	to support all options.

	Filter include_dirs.

2005-02-08  adustman  <adustman@tweek>

	* README, _mysql.c, setup.py, MySQLdb/__init__.py: Version 1.2.0

2005-02-04  adustman  <adustman@tweek>

	* _mysql.c: Fix connection leak

2005-02-01  adustman  <adustman@tweek>

	* README, _mysql.c, setup.py, MySQLdb/__init__.py: * Version 1.1.10

	* Minor doc updates and setup tweaks.

2005-01-27  adustman  <adustman@tweek>

	* setup.cfg: Add additional documentation for RPM build.

	* setup.cfg: Fix RPM build

2005-01-25  adustman  <adustman@tweek>

	* setup.py: Windows fixes

2005-01-23  adustman  <adustman@tweek>

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

	* MySQLdb/connections.py: Bug #770825

	* _mysql.c, MySQLdb/connections.py:
	add load_infile option and more doc cleanups

2005-01-21  adustman  <adustman@tweek>

	* MANIFEST.in, _mysql.c, MySQLdb/connections.py, MySQLdb/converters.py:
	Documentation updates.

2005-01-20  adustman  <adustman@tweek>

	* _mysql.c, setup.py, MySQLdb/__init__.py, MySQLdb/connections.py, MySQLdb/converters.py, MySQLdb/cursors.py, MySQLdb/pytimes.py:
	 * 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.

2005-01-17  adustman  <adustman@tweek>

	* MySQLdb/connections.py:  * make sure charset has a default (None)

	 * eliminate lambda usage

2005-01-15  adustman  <adustman@tweek>

	* setup.py: 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.

2005-01-13  adustman  <adustman@tweek>

	* MANIFEST.in, _mysql.c, setup.py:
	* Overhaul setup.py

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

	* Tidy up MANIFEST.in

2005-01-05  adustman  <adustman@tweek>

	* MySQLdb/constants/FIELD_TYPE.py: Add GEOMETRY (new in MySQL-4.1)

2005-01-01  adustman  <adustman@tweek>

	* _mysql.c, setup.py, MySQLdb/__init__.py: Version 1.0.1

	* README: Fix some formatting problems

2004-12-31  adustman  <adustman@tweek>

	* MySQLdb/connections.py, MySQLdb/cursors.py:
	Clean up handling of warnings and make cursor.messages
	actually useful for something.

	* MySQLdb/__init__.py, _mysql.c, setup.py: Version 1.1.8

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

	* _mysql.c, MySQLdb/cursors.py: Very minor DB-API compliance fixes.

	* MySQLdb/cursors.py, _mysql.c, MySQLdb/constants/CLIENT.py:
	Add support for warning_count() and constants needed for
	issuing multiple statements.

2004-12-30  adustman  <adustman@tweek>

	* _mysql.c:
	* add set_server_option() and sqlstate() connection object methods

	* _mysql.c: *** empty log message ***

	* _mysql.c: * Add connection.next_result()

	* Another fix for bug #1093028

	* _mysql.c, MySQLdb/connections.py:
	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.

	* _mysql.c: Fix bug 1093028

2004-10-31  adustman  <adustman@tweek>

	* MANIFEST.in, doc/MySQLdb-FAQ.sgml, doc/MySQLdb.sgml:
	*** empty log message ***

	* README: Convert to restructured text.

	* ChangeLog, CompatMysqldb.py, _mysql.c, MySQLdb/__init__.py, setup.py, doc/MySQLdb.txt:
	Version 1.1.7

	* MySQLdb/pytimes.py: Fix bug #1050841

2004-10-29  adustman  <adustman@tweek>

	* MySQLdb/connections.py: Add unicode_errors parameter to connect()

	* MySQLdb/pytimes.py, MySQLdb/converters.py: Fix bug #1045512

2004-09-26  adustman  <adustman@tweek>

	* MySQLdb/__init__.py, MySQLdb/converters.py, MySQLdb/mxdatetimes.py, _mysql.c, setup.py, MySQLdb/pytimes.py:
	 * 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

	* MySQLdb/__init__.py, MySQLdb/converters.py, _mysql.c, setup.py:
	 * Version 1.0.1c1

	 * Return MySQL TIME columns as the time delta type.

	* MySQLdb/pytimes.py: Fix typo that had broken TimeDelta_or_None.

	* MySQLdb/mxdatetimes.py:
	Fix bug #1033985: mx.DateTime.Time objects may have hours > 24, which
	need to be output as number of days.

2004-09-19  adustman  <adustman@tweek>

	* ChangeLog: *** empty log message ***

	* _mysql.c, setup.py, MySQLdb/__init__.py, MySQLdb/connections.py:
	 * Removed some old-style Python stuff from setup.py

	 * Added a bit of documentation on ssl parameter to Connection

	 * Version 1.1.5

	* MANIFEST.in: Include new ChangeLog

	* setup.py: Restore missing common on include_dirs

2004-09-11  adustman  <adustman@tweek>

	* ChangeLog: *** empty log message ***

	* _mysql.c, setup.py, MySQLdb/__init__.py, MySQLdb/connections.py:
	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

	* _mysql.c: Re-fix typo

	* _mysql.c:
	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.

2004-09-08  adustman  <adustman@tweek>

	* ChangeLog: *** empty log message ***

	* _mysql.c, setup.py, MySQLdb/__init__.py: 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.

2004-09-06  adustman  <adustman@tweek>

	* ChangeLog, _mysql.c, setup.py, MySQLdb/__init__.py, MySQLdb/connections.py, MySQLdb/converters.py, MySQLdb/cursors.py, MySQLdb/times.py:
	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

	* setup.py: Don't include z and crypt libs on Windows.

	* _mysql.c: Conditionally define uint on all platforms.

	* MySQLdb/cursors.py: Fix indentation error (again)

	* _mysql.c: Fix bug #992756:

	 * Embedded server: List of groups was not NULL-terminated correctly.

	* MySQLdb/cursors.py: Fix bug #989262:

	 * Changed errant tab to spaces in cursors.py

	* _mysql.c, setup.py, MySQLdb/__init__.py: Fixes for bug #999588:

	 * Use os.environ.get() instead of os.getenv() in setup.py

	 * Use PySequence_Length() instead of PySequence_Check() in _mysql.c

	Bump version to 1.0.1b1

2004-06-07  adustman  <adustman@tweek>

	* MySQLdb/__init__.py, MySQLdb/connections.py, MySQLdb/cursors.py, README, _mysql.c, setup.py:
	Bump version. Update README. Convert all classes to new-style.

2004-06-06  adustman  <adustman@tweek>

	* README, _mysql.c, setup.py, MySQLdb/__init__.py: 1.0.0 (D-Day)

2004-05-19  adustman  <adustman@tweek>

	* MySQLdb/__init__.py, MySQLdb/connections.py, MySQLdb/converters.py, MySQLdb/cursors.py, MySQLdb/mxdatetimes.py, MySQLdb/pytimes.py, MySQLdb/sets.py, MySQLdb/times.py, _mysql.c, _mysql_exceptions.py, setup.cfg, setup.py:
	Initial conversion to modern Python.

	* _mysql.c, setup.py, MySQLdb/__init__.py: Version bump (1.0.0c2)

2004-05-18  adustman  <adustman@tweek>

	* MySQLdb/pytimes.py: Fix bug #933911

	* _mysql.c: Fix bug #955031

	* setup.cfg: Fix bug #955032

2004-05-16  adustman  <adustman@tweek>

	* MySQLdb/__init__.py, _mysql.c, setup.py: Version Bump

2004-02-29  adustman  <adustman@tweek>

	* setup.py: Fix bug #897344

	* MySQLdb/__init__.py: Fix bug #902024

2003-12-30  adustman  <adustman@tweek>

	* _mysql.c, setup.py, MySQLdb/__init__.py, MySQLdb/connections.py, MySQLdb/converters.py:
	 * 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.

2003-12-13  adustman  <adustman@tweek>

	* MySQLdb/converters.py:
	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.

2003-11-27  adustman  <adustman@tweek>

	* _mysql.c: 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.

2003-11-23  adustman  <adustman@tweek>

	* _mysql.c, setup.py, MySQLdb/__init__.py: Version bump

	* MySQLdb/converters.py, MySQLdb/mxdatetimes.py, MySQLdb/pytimes.py, MySQLdb/stringtimes.py, MySQLdb/times.py:
	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.

2003-11-22  adustman  <adustman@tweek>

	* MySQLdb/pytimes.py: Bug #816721

	* _mysql.c: Bug #811636 fix (?)

2003-09-07  adustman  <adustman@tweek>

	* MySQLdb/cursors.py: info() might return None or empty string

	* MySQLdb/connections.py:
	Don't treat FIELD_TYPE.CHAR as a character type, it's really
	a TINYINT (FIELD_TYPE.TINY).

	* MySQLdb/connections.py, _mysql.c: Bug#778822

	* setup.py: Fix version number correctly

	* setup.py, MySQLdb/__init__.py, _mysql.c: Version bump

2003-07-11  adustman  <adustman@tweek>

	* setup.py: Include new time handling modules

	* MySQLdb/mxdatetimes.py, MySQLdb/stringtimes.py:
	Split out old Date/Time handling classes into separate modules

	* MySQLdb/pytimes.py: Finish up TimeDelta_or_None

2003-07-10  adustman  <adustman@tweek>

	* CHANGELOG, MySQLdb/times.py:
	Add support for Python 2.3 datetime classes.

2003-07-08  adustman  <adustman@tweek>

	* CHANGELOG, MySQLdb/__init__.py, setup.py: Bump version numbers.

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

2003-07-07  adustman  <adustman@tweek>

	* MySQLdb/converters.py: Fix bug 605849 (I hope).

	* _mysql.c: Fix member access problems

2003-04-21  adustman  <adustman@tweek>

	* _mysql.c: Eliminate use of deprecated PyArg_NoArgs()

	* _mysql.c: Dumb typo

2003-04-19  adustman  <adustman@tweek>

	* README, setup.py: Build and documentation updates

2002-08-22  adustman  <adustman@tweek>

	* MySQLdb/__init__.py, CHANGELOG, _mysql.c, setup.py:
	Embedded server support

	* _mysql.c: Clean up compiler warnings about
	assignment discards qualifiers from pointer target type

2002-08-02  adustman  <adustman@tweek>

	* _mysql.c: Windows (blech) compatibility changes. (Gerhard Hring)

2002-08-01  adustman  <adustman@tweek>

	* CHANGELOG: CHANGELOG

	* _mysql.c: Not supporting GC for python < 2.2

	* MANIFEST.in, pymemcompat.h: Memory API updates

	* MySQLdb/connections.py: Ignore exception from close() in __del__

	* _mysql.c: GC for Python 2.2+

2002-07-21  adustman  <adustman@tweek>

	* MySQLdb/__init__.py, CHANGELOG, _mysql.c, setup.py: 0.9.2 (finally)

2002-07-16  adustman  <adustman@tweek>

	* MySQLdb/cursors.py:
	Revert execute behavior: Do not use % operator when there are no args

2002-07-10  adustman  <adustman@tweek>

	* README: Rewrite

	* setup.cfg: Packaging cleanups

	* MySQLdb/__init__.py, MySQLdb/cursors.py, CHANGELOG, _mysql.c, setup.py:
	Version 0.9.2c3, see CHANGELOG

2002-07-03  adustman  <adustman@tweek>

	* MySQLdb/converters.py:
	Revert returning BLOBs as arrays, since MySQL doesn't distinquish
	between TEXT and BLOB types. (Skip Montanaro)

	* MySQLdb/connections.py:
	Passing both conv and unicode to connect was broken (Skip Montanaro)

2002-07-02  adustman  <adustman@tweek>

	* setup.py: FreeBSD/OpenBSD update

2002-07-01  adustman  <adustman@tweek>

	* MySQLdb/cursors.py: Fix dumb (but working) iterator implementation

	* doc/MySQLdb.sgml: Doc updates

2002-06-26  adustman  <adustman@tweek>

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

2002-06-24  adustman  <adustman@tweek>

	* MySQLdb/__init__.py, _mysql.c, setup.py: Smack my version up

2002-06-23  adustman  <adustman@tweek>

	* MySQLdb/connections.py, MySQLdb/cursors.py, CHANGELOG:
	Some errorhandler cleanups

2002-06-20  adustman  <adustman@tweek>

	* CHANGELOG: *** empty log message ***

	* MySQLdb/connections.py: Make the new unicode option actually work

	* MySQLdb/cursors.py: Add nextset() dummy stub

	* MySQLdb/converters.py: BLOBs as array support

	* MySQLdb/connections.py:
	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.

	* _mysql.c: Lots of Python 2.2 updates, especially documentation

2002-06-18  adustman  <adustman@tweek>

	* MySQLdb/__init__.py, MySQLdb/connections.py, MySQLdb/converters.py, _mysql.c, MANIFEST.in:
	Mostly documentation updates, and some code cleanups

2002-06-15  adustman  <adustman@tweek>

	* MySQLdb/cursors.py:
	Make executemany iterate over queries that don't use multiple VALUES

2002-04-28  adustman  <adustman@tweek>

	* CHANGELOG, _mysql.c, setup.py:
	packaging changes, pre-emptive version bump

	* setup.py: Bump version

	* MySQLdb/cursors.py:
	Errorhandler was broken in cursor
	CVSr ----------------------------------------------------------------------

	* CHANGELOG: changelog

	* MySQLdb/__init__.py: Version bump

	* _mysql.c: Macro cleanups

2002-04-27  adustman  <adustman@tweek>

	* _mysql.c: 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)

2002-03-19  adustman  <adustman@tweek>

	* _mysql.c: More (de)allocation cleanups, based on suggestions from
	python-dev and Skip Montanaro

	* _mysql.c: Use modern allocation with modern Python

2002-03-14  adustman  <adustman@tweek>

	* MySQLdb/connections.py: Elminate debugging statement.

	* MySQLdb/__init__.py, MySQLdb/connections.py, MySQLdb/cursors.py, _mysql.c, setup.py:
	Bump version. Minor Alpha Linux update. Clear errorhandler on close.

2002-03-01  adustman  <adustman@tweek>

	* _mysql.c: Fix a memory leak if the connect fails

2002-01-29  adustman  <adustman@tweek>

	* MySQLdb/cursors.py: Stricter regex for finding INSERT values
	([ #505295 ] Wrong regexp in executemany() function.)

2002-01-25  adustman  <adustman@tweek>

	* CHANGELOG: changes

	* MySQLdb/__init__.py: Verision bump.

	* _mysql.c:
	Use modern memory deallocation on modern versions of Python.

	* setup.py:
	Rework platform config a bit, default to thread-safe client.

2001-12-29  adustman  <adustman@tweek>

	* MySQLdb/cursors.py: Fix fetchmany().

2001-12-24  adustman  <adustman@tweek>

	* setup.py: Fix version.

	* MySQLdb/connections.py, MySQLdb/cursors.py, doc/.cvsignore, .cvsignore, CHANGELOG, setup.py:
	Version 0.9.2a1. Unicode + DB-API extensions.

2001-12-23  adustman  <adustman@tweek>

	* _mysql.c, MySQLdb/__init__.py: 0.9.2 alpha 1

	* MySQLdb/converters.py: Unicode support.

2001-12-22  adustman  <adustman@tweek>

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

2001-12-03  adustman  <adustman@tweek>

	* MySQLdb/cursors.py:
	Fix cursor.rownumber for CursorStoreResultMixIn.fetchmany()
	and implement cursor.rownumber for CursorUseResultMixIn.fetchXXX().

2001-11-28  adustman  <adustman@tweek>

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

2001-11-07  adustman  <adustman@tweek>

	* setup.py: Simplify the various configurations.

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

2001-10-31  adustman  <adustman@tweek>

	* README: Some additional Zope notes.

	* CHANGELOG: Mac OS X updates

	* setup.py: Link with -flat_namespace on Mac OS X/darwin. (Dan Grassi)

2001-10-25  adustman  <adustman@tweek>

	* MySQLdb/cursors.py:
	Do some renaming suggested by recent DB-SIG discussions.

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

2001-10-23  adustman  <adustman@tweek>

	* CHANGELOG, setup.py: netbsd config

2001-10-17  adustman  <adustman@tweek>

	* CHANGELOG, MySQLdb/__init__.py, README, _mysql.c, setup.py:
	0.9.0 updates

2001-10-13  adustman  <adustman@tweek>

	* MySQLdb/__init__.py: import Set

2001-09-29  adustman  <adustman@tweek>

	* setup.py: Catch more Linux platforms in the config.

2001-09-21  adustman  <adustman@tweek>

	* setup.py: Solaris config (Bent NAgstrup Terp)

2001-09-20  adustman  <adustman@tweek>

	* README: Good to update this at least once a year.

	* CHANGELOG, MySQLdb/__init__.py, _mysql.c, setup.py:
	Update to 0.9.1c2.

2001-09-13  adustman  <adustman@tweek>

	* _mysql.c: Fix exception handling in connect() (broken by 0.9.1.c1)

2001-09-12  adustman  <adustman@tweek>

	* MANIFEST.in: Added CHANGELOG. (John Bowe)

2001-09-07  adustman  <adustman@tweek>

	* setup.py:
	OSX config (Paul DuBois); tab/space cleanups; more package info

	* PKG-INFO: Generated by distutils.

	* CHANGELOG: More stuff I forgot about.

	* _mysql.c: Use two arg _PyTuple_Resize() for Python 2.2 and newer.

	* setup.py: Version 0.9.1c1

	* MySQLdb/converters.py: Return DECIMAL/NUMERIC as floating point.

2001-09-06  adustman  <adustman@tweek>

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

	* _mysql.c:
	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.

	* MySQLdb/__init__.py, _mysql.c, setup.py:
	Change version number, back out memory changes.

	* _mysql.c:
	Memory allocation cleanups. Add missing newline in docstring.

2001-07-29  adustman  <adustman@tweek>

	* _mysql.c: ER_PARSE_ERROR -> ProgrammingError;
	#ifdef around some recent error types

2001-07-12  adustman  <adustman@tweek>

	* _mysql.c: Fix leak on converter dictionary. (Ted Wright)

2001-07-11  adustman  <adustman@tweek>

	* MANIFEST.in, MySQLdb/__init__.py, MySQLdb/connections.py, MySQLdb/cursors.py, PKG-INFO, _mysql.c, doc/MySQLdb.sgml, setup.py:
	Minor fixes for 1.0.0.

2001-06-20  adustman  <adustman@tweek>

	* doc/MySQLdb.sgml: Clarify use of host parameter to connect().

	* doc/MySQLdb-FAQ.sgml, doc/MySQLdb.sgml:
	Some corrections courtesy of Paul DuBois.

2001-06-04  adustman  <adustman@tweek>

	* MySQLdb/__init__.py, _mysql.c, setup.py: Update version number.

2001-05-28  adustman  <adustman@tweek>

	* .cvsignore, MySQLdb/.cvsignore, MySQLdb/constants/.cvsignore, doc/.cvsignore:
	Ignore stuff.

2001-05-25  adustman  <adustman@tweek>

	* MySQLdb/connections.py, _mysql.c, doc/MySQLdb.sgml, setup.py:
	Rip out _mysql.field_*() methods, as MySQL recommends using SQL
	instead. See C API docs.

2001-05-24  adustman  <adustman@tweek>

	* PKG-INFO: Update version.

	* MySQLdb/__init__.py, _mysql.c:
	Clean up some import statements, bump versions to 0.9.0c2.

2001-05-23  adustman  <adustman@tweek>

	* MySQLdb/times.py: Fix the case where there is no mx.DateTime.

	* MySQLdb/connections.py: Remove a debug string.

	* MANIFEST.in, MySQLdb/__init__.py, MySQLdb/connections.py, _mysql.c, _mysql_version.h, doc/MySQLdb.sgml, setup.cfg, setup.py:
	0.9.0c1 minor edit.

2001-05-14  adustman  <adustman@tweek>

	* _mysql.c: PyObject_Length() == -1 on error. Thanks, Jon Ribbens.

2001-05-12  adustman  <adustman@tweek>

	* MySQLdb/__init__.py, MySQLdb/converters.py, MySQLdb/data.py, MySQLdb/sets.py, MySQLdb/times.py, _mysql_version.h, setup.py:
	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.

2001-05-11  adustman  <adustman@tweek>

	* MySQLdb/__init__.py, MySQLdb/connections.py, MySQLdb/converters.py, MySQLdb/cursors.py, MySQLdb/data.py, doc/MySQLdb.sgml, _mysql_version.h, setup.py:
	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.

2001-05-10  adustman  <adustman@tweek>

	* doc/MySQLdb-FAQ.sgml, doc/MySQLdb.sgml: Revamped docs.

2001-05-09  adustman  <adustman@tweek>

	* MySQLdb/__init__.py, MySQLdb/connections.py, MySQLdb/constants/CLIENT.py, MySQLdb/constants/CR.py, MySQLdb/constants/ER.py, MySQLdb/constants/FIELD_TYPE.py, MySQLdb/constants/FLAG.py, MySQLdb/constants/REFRESH.py, MySQLdb/constants/__init__.py, MySQLdb/converters.py, MySQLdb/cursors.py, PKG-INFO, _mysql_exceptions.py, _mysql_version.h:
	Initial import of 0.9.0 series (pre-1.0.0).

	* MySQLdb/__init__.py, MySQLdb/connections.py, MySQLdb/constants/CLIENT.py, MySQLdb/constants/CR.py, MySQLdb/constants/ER.py, MySQLdb/constants/FIELD_TYPE.py, MySQLdb/constants/FLAG.py, MySQLdb/constants/REFRESH.py, MySQLdb/constants/__init__.py, MySQLdb/converters.py, MySQLdb/cursors.py, PKG-INFO, _mysql_exceptions.py, _mysql_version.h:
	New file.

	* CompatMysqldb.py, MANIFEST.in, README, _mysql.c, setup.py:
	Initial import of 0.9.0 series (pre-1.0.0).

	* CompatMysqldb.py, MANIFEST.in, README, _mysql.c, setup.py: New file.

