summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix MySQLdb release tagsMySQLdb-0.9.1c1adustman2006-04-020-0/+0
* This commit was manufactured by cvs2svn to create tag 'r_0_9_1_c_1'.(no author)2001-09-0765-6228/+0
* OSX config (Paul DuBois); tab/space cleanups; more package infoadustman2001-09-071-7/+14
* Generated by distutils.adustman2001-09-071-26/+0
* More stuff I forgot about.adustman2001-09-071-0/+11
* Use two arg _PyTuple_Resize() for Python 2.2 and newer.adustman2001-09-071-1/+4
* Version 0.9.1c1adustman2001-09-071-1/+1
* Return DECIMAL/NUMERIC as floating point.adustman2001-09-071-0/+1
* Added a CHANGELOG, for people who like that sort of thing.adustman2001-09-061-0/+48
* Kill bastardly refcount bug that occurs starting with Python 2.0.1.adustman2001-09-061-35/+37
* Change version number, back out memory changes.adustman2001-09-063-10/+10
* Memory allocation cleanups. Add missing newline in docstring.adustman2001-09-061-6/+8
* Return a lot of extra junk in the column information.adustman2001-08-174-31/+60
* Decruftification.adustman2001-08-091-8/+4
* ER_PARSE_ERROR -> ProgrammingError;adustman2001-07-291-0/+5
* Fix leak on converter dictionary. (Ted Wright)adustman2001-07-121-1/+0
* Minor fixes for 1.0.0.adustman2001-07-118-13/+22
* Import the exceptions earlier.adustman2001-06-301-1/+1
* Some minor fixes for Zope 2.4adustman2001-06-263-2/+36
* Clarify use of host parameter to connect().adustman2001-06-201-9/+21
* Some corrections courtesy of Paul DuBois.adustman2001-06-202-4/+4
* New initialization, help.adustman2001-06-134-1/+82
* Update version number.adustman2001-06-043-5/+5
* Ignore stuff.adustman2001-05-284-0/+4
* Improve table browser.adustman2001-05-253-41/+38
* Rip out _mysql.field_*() methods, as MySQL recommends using SQLadustman2001-05-254-84/+1
* Update version.adustman2001-05-241-1/+1
* Some fixes for MySQLdb-0.9.0.adustman2001-05-242-11/+16
* Clean up some import statements, bump versions to 0.9.0c2.adustman2001-05-242-6/+6
* Fixes to work with MySQLdb-0.9.0.adustman2001-05-233-16/+32
* Fix the case where there is no mx.DateTime.adustman2001-05-231-2/+2
* Remove a debug string.adustman2001-05-231-1/+1
* 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