Menu

/trunk/MySQLdb/setup.py Commit Log


Commit Date  
[r360] (4.1 kB) by adustman

* 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-20 04:20:19 View
Download
[r358] (4.1 kB) by adustman

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-15 02:16:26 View
Download
[r357] (5.2 kB) by adustman

* Overhaul setup.py

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

* Tidy up MANIFEST.in

2005-01-13 05:00:29 View
Download
[r350] (5.4 kB) by adustman

Version 1.1.8

2004-12-31 22:41:11 View
Download
[r338] (5.4 kB) by adustman

Version 1.1.7

2004-10-31 02:11:20 View
Download
[r333] (5.2 kB) by adustman

* 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

2004-09-26 22:22:59 View
Download
[r326] (5.2 kB) by adustman

* Removed some old-style Python stuff from setup.py

* Added a bit of documentation on ssl parameter to Connection

* Version 1.1.5

2004-09-19 21:38:08 View
Download
[r324] (5.2 kB) by adustman

Restore missing common on include_dirs

2004-09-19 19:56:20 View
Download
[r321] (5.2 kB) by adustman

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

2004-09-11 07:25:34 View
Download
[r317] (5.2 kB) by adustman

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-08 01:39:46 View
Download
Older >