Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Menu

MySQLdb-SVN Commit Log


Commit Date  
[r170] by adustman

More stuff I forgot about.

2001-09-07 01:08:17 Tree
[r169] by adustman

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

2001-09-07 01:07:01 Tree
[r168] by adustman

Version 0.9.1c1

2001-09-07 01:06:08 Tree
[r167] by adustman

Return DECIMAL/NUMERIC as floating point.

2001-09-07 01:05:50 Tree
[r166] by adustman

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

2001-09-06 23:08:14 Tree
[r165] by adustman

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.

2001-09-06 06:29:21 Tree
[r164] by adustman

Change version number, back out memory changes.

2001-09-06 03:04:26 Tree
[r163] by adustman

Memory allocation cleanups. Add missing newline in docstring.

2001-09-06 02:02:57 Tree
[r162] by adustman

Return a lot of extra junk in the column information.

2001-08-17 02:17:38 Tree
[r161] by adustman

Decruftification.

2001-08-09 20:16:36 Tree
Older >