11 Commits

Author SHA1 Message Date
Anthony Tuininga
c7ca9e22b6 Fix build so that there is no need to specify the python version within the
source RPM as requested.
2012-06-30 23:22:14 -06:00
Anthony Tuininga
04f1904a7d Remove "unicode" mode and simply permit unicode to be used everywhere within
cx_Oracle; stop using "unicode" mode in the OCI as well since that appears to
have bugs in some places and doesn't really solve any problems anyway.
2011-02-19 03:50:16 +00:00
Anthony Tuininga
d2edff721d Set the PATH environment variable instead of ORACLE_HOME on Windows. 2009-10-23 13:21:56 +00:00
Anthony Tuininga
df6225a230 Added support for running the test suite on all of the Python and Oracle
versions configured for the machine.
2009-10-21 02:12:14 +00:00
Anthony Tuininga
e438e404b1 Tweaked release.py in order to use environment variables to define which Python
versions to use for the release and also how to execute it. This is primarily
because Mac OS X and 64-bit Windows do not support some of the older Python
versions very well.
2009-10-18 03:19:33 +00:00
Anthony Tuininga
ab9ad78579 Added support for building "Unicode" builds independently of "normal" and get
ready for releasing these types of builds with any new release.
2009-10-11 04:33:25 +00:00
Anthony Tuininga
dcf9cac457 Release for Python 3.1 and not any longer for Python 3.0. 2009-09-26 22:14:09 +00:00
Anthony Tuininga
3008fccc72 Tidy up a few release issues prior to actual release. 2009-05-21 20:45:41 +00:00
Anthony Tuininga
4c1f524838 Use full path on Windows. 2009-03-04 15:08:02 +00:00
Anthony Tuininga
717763d3a8 Ensure that the current release is built last so that source RPMs have the
correct Python reference in them.
2009-03-04 04:21:47 +00:00
Anthony Tuininga
885e0f55f7 Created script for producing releases of cx_Oracle so that they are created
consistently.
2009-03-04 03:43:53 +00:00