summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix MySQLdb release tagsMySQLdb-0.9.0c1adustman2006-04-020-0/+0
* This commit was manufactured by cvs2svn to create tag 'r_0_9_0_c_1'.(no author)2001-09-0767-6070/+63
* 0.9.0c1 minor edit.adustman2001-05-238-36/+24
* PyObject_Length() == -1 on error. Thanks, Jon Ribbens.adustman2001-05-141-1/+1
* Smash data into two separate modules: sets and times. I never likedadustman2001-05-126-97/+164
* More major code heaving.adustman2001-05-118-311/+292
* Revamped docs.adustman2001-05-102-0/+856
* Changes for MySQLdb-0.9.0+ compatibility.adustman2001-05-091-5/+5
* Really work around short timestamps.adustman2001-05-091-1/+1
* Work around short timestamps.adustman2001-05-091-0/+2
* Initial revisionadustman2001-05-0919-0/+3422
* Duh.adustman2001-05-012-2/+1
* Add _mysql_const.converters.adustman2001-04-281-0/+1
* Move type conversion dictionaries to _mysql_const.converters.adustman2001-04-281-164/+23
* Type conversion dictionaries, factored out from MySQLdb.py.adustman2001-04-281-0/+191
* Documentation updates.adustman2001-04-286-1/+45
* Doc updates.adustman2001-04-281-4/+16
* Calls to _mysql__fetch_row() might move the row tuple, so use a PyObject **.adustman2001-04-281-6/+6
* Move the documentation around.adustman2001-04-282-0/+0
* Metadata for packaging (PEP-241)adustman2001-04-261-0/+9
* Be extra-paranoid about default instance quoting.adustman2001-04-221-1/+1
* Some experimental support for quoting instances.adustman2001-04-221-3/+19
* Revert to 1.2 and then properly fix EOLs.adustman2001-04-221-45/+46
* Whoops.adustman2001-04-221-5/+4
* Update exception generation.adustman2001-04-221-2/+21
* A tip for Zope users.adustman2001-04-221-0/+4
* Mark connection open, even if open failed, for proper error reporting.adustman2001-04-191-1/+2
* Bump version.adustman2001-04-191-1/+1
* Be more paranoid about operating on closed connections.adustman2001-04-191-20/+74
* Break a cycle that prevented GC.adustman2001-04-191-6/+4
* Lots of new __doc__ strings and other odds and endsadustman2001-04-185-138/+387
* Doc updates.adustman2001-04-143-4/+28
* Correctly handle port in connection strings.adustman2001-04-121-4/+2
* Apparently DateTime() can't convert TIMEadustman2001-04-101-1/+0
* Work around MySQL zero date conflict with DateTime.adustman2001-04-101-3/+6
* Transaction fixes.adustman2001-04-063-48/+2
* Forgot to commit this.adustman2001-03-311-1/+1
* ARGH!adustman2001-03-261-1/+1
* Missed a Py_INCREF()! Does not seem to affect Python 1.5.2.adustman2001-03-171-0/+1
* Horrible, stupid erroradustman2001-03-171-10/+10
* Clean up insignificant compiler warnings.adustman2001-03-171-2/+1
* Distutils finds __init__.py automatically?adustman2001-03-161-1/+0
* Watch for PEBKAC problems.adustman2001-03-141-4/+10
* Browser cleanups.adustman2001-03-132-6/+17
* Fix transaction semantics.adustman2001-03-131-6/+4
* Update for new transaction semanticsadustman2001-03-124-48/+5
* Initial revisionadustman2001-03-1223-0/+1055
* Finally, a definitive way to determine if transactions are available.adustman2001-03-123-8/+6
* Find and plug memory leak.adustman2001-03-122-11/+12
* Bump version number, freebsd4 setup.adustman2001-03-121-3/+16