Anthony Tuininga
|
324a4a8824
|
Use struct.calcsize('P') to determine the size of a pointer rather than
depend on the value of sys.maxint which differs on 64-bit platforms.
|
2008-10-22 18:31:31 +00:00 |
|
Anthony Tuininga
|
515bca0f96
|
All test cases now run correctly in Unicode mode. There are still additional
things that need to be dealt with but the majority of the code has now been
transformed to use either Unicode or encoded strings with Oracle.
|
2008-10-15 22:45:29 +00:00 |
|
Anthony Tuininga
|
cee9021d81
|
Added support for additional test cases for full unicode support in Python 2.x;
added support for specifying on the command line a list of modules to test.
|
2008-10-14 22:37:38 +00:00 |
|