summaryrefslogtreecommitdiff
path: root/MySQLdb/_mysql.c
Commit message (Expand)AuthorAgeFilesLines
* Version 1.0.1adustman2005-01-011-2/+2
* * Version 1.0.1c1adustman2004-09-261-2/+2
* Conditionally define uint on all platforms.adustman2004-09-061-1/+1
* Fix bug #992756:adustman2004-09-061-1/+1
* Fixes for bug #999588:adustman2004-09-061-5/+5
* 1.0.0 (D-Day)adustman2004-06-061-1/+1
* Version bump (1.0.0c2)adustman2004-05-191-1/+1
* Fix bug #955031adustman2004-05-181-1/+1
* Version Bumpadustman2004-05-161-2/+2
* * Check for module initialization failure (extremely rare)adustman2003-12-301-2/+34
* Preliminary SSL support. Adds a ssl parameter to connect().adustman2003-11-271-3/+24
* Version bumpadustman2003-11-231-1/+1
* Bug #811636 fix (?)adustman2003-11-221-1/+1
* Bug#778822adustman2003-09-071-2/+4
* Version bumpadustman2003-09-071-1/+1
* Bump version and remove some unneccesary casts that seem toadustman2003-07-081-7/+7
* Fix member access problemsadustman2003-07-071-18/+29
* Eliminate use of deprecated PyArg_NoArgs()adustman2003-04-211-44/+44
* Dumb typoadustman2003-04-211-1/+1
* Embedded server supportadustman2002-08-221-6/+153
* Clean up compiler warnings aboutadustman2002-08-221-2/+2
* Windows (blech) compatibility changes. (Gerhard H�ring)adustman2002-08-021-15/+15
* Not supporting GC for python < 2.2adustman2002-08-011-0/+12
* GC for Python 2.2+adustman2002-08-011-34/+82
* 0.9.2 (finally)adustman2002-07-211-1/+1
* Version 0.9.2c3, see CHANGELOGadustman2002-07-101-2/+3
* Add _mysql.thread_safe() (boolean, true if linked with thread-safe lib)adustman2002-06-261-0/+22
* Smack my version upadustman2002-06-241-1/+1
* Lots of Python 2.2 updates, especially documentationadustman2002-06-201-184/+544
* Mostly documentation updates, and some code cleanupsadustman2002-06-181-42/+298
* packaging changes, pre-emptive version bumpadustman2002-04-281-1/+1
* Macro cleanupsadustman2002-04-281-11/+9
* Fix memory leak in _mysql_escape_dict. (Danny Yoo)adustman2002-04-271-1/+8
* More (de)allocation cleanups, based on suggestions fromadustman2002-03-191-17/+5
* Use modern allocation with modern Pythonadustman2002-03-191-0/+9
* Bump version. Minor Alpha Linux update. Clear errorhandler on close.adustman2002-03-141-1/+1
* Fix a memory leak if the connect failsadustman2002-03-011-2/+5
* Use modern memory deallocation on modern versions of Python.adustman2002-01-251-1/+9
* 0.9.2 alpha 1adustman2001-12-231-2/+2
* str() can fail in some cases, particularly unicode.adustman2001-12-221-0/+1
* 0.9.0 updatesadustman2001-10-171-1/+1
* Update to 0.9.1c2.adustman2001-09-201-1/+1
* Fix exception handling in connect() (broken by 0.9.1.c1)adustman2001-09-131-2/+2
* Use two arg _PyTuple_Resize() for Python 2.2 and newer.adustman2001-09-071-1/+4
* 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-061-6/+6
* Memory allocation cleanups. Add missing newline in docstring.adustman2001-09-061-6/+8
* 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-111-2/+2