[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r18] by atuining

Added new option --name-file which is the same as name except that the names
are listed in the specified file, one name per line.

2009-04-21 19:52:33 Tree
[r17] by atuining

cElementTree is now built in so there is no need to guard its import; this
means that the code currently requires Python 2.5 in some places.

2008-10-21 14:56:47 Tree
[r16] by atuining

Use the new property fetchvars rather than depend on the return value of
cursor.execute() which has now been changed to return the cursor itself so it
can be used as an iterator.

2008-10-17 17:00:00 Tree
[r15] by atuining

Initial support of Oracle contexts.

2008-07-22 20:50:16 Tree
[r14] by atuining

Update the code to more modern Python syntax as suggested by David Hancock.

2008-03-03 16:15:20 Tree
[r13] by atuining

The bdist_msi command is only available in Python 2.5 and up; earlier versions
of distutils set up their compiler differently; ignore the cElementTree module
in Python 2.5 and up but ignore the new name in earlier versions.

2007-09-24 18:39:51 Tree
[r12] by atuining

Use MANIFEST template rather than hard coded MANIFEST.

2007-09-21 03:42:37 Tree
[r11] by atuining

Add support for dumping CLOB, BLOB and binary data values correctly; also added
the commit statement at the end for convenience.

2007-09-18 15:59:48 Tree
[r10] by atuining

Tweak the build options a bit more in preparation for an actual release.

2007-09-18 05:05:36 Tree
[r9] by atuining

Allow for the building of the project and the building of any dependent sub
project as needed so that they do not need to be installed; also add these
paths to the environment so that they can be used when building RPMs.

2007-09-16 05:14:52 Tree
Older >