Sybase module 0.37 released

2005-04-06 Thread Dave Cole
WHAT IS IT: The Sybase module provides a Python interface to the Sybase relational database system. It supports all of the Python Database API, version 2.0 with extensions. NOTES: The 0.37 release is identical to 0.37pre3 as no problems were reported with the prerelease. This release contains a nu

Re: [DB-SIG] Sybase module 0.37pre2 released

2005-03-20 Thread Dave Cole
Dave Cole wrote: The module is available here: http://www.object-craft.com.au/projects/sybase/download/sybase-0.37pre1.tar.gz Ooops. Make that: http://www.object-craft.com.au/projects/sybase/download/sybase-0.37pre2.tar.gz - Dave -- http://www.object-craft.com.au -- http://mail.python.org

Sybase module 0.37pre2 released

2005-03-20 Thread Dave Cole
WHAT IS IT: The Sybase module provides a Python interface to the Sybase relational database system. It supports all of the Python Database API, version 2.0 with extensions. NOTES: This release contains a number of small bugfixes and patches received from users. I have been unable to find the sourc

Sybase module 0.37pre1 released

2005-03-18 Thread Dave Cole
WHAT IS IT: The Sybase module provides a Python interface to the Sybase relational database system. It supports all of the Python Database API, version 2.0 with extensions. NOTES: This release contains a number of small bugfixes and patches received from users. I have been unable to find the sourc

Re: Awkwardness of C API for making tuples

2005-02-02 Thread Dave Cole
John Machin wrote: Dave Opstad wrote: One of the functions in a C extension I'm writing needs to return a tuple of integers, where the length of the tuple is only known at runtime. I'm currently doing a loop calling PyInt_FromLong to make the integers, What is the purpose of this first loop? In wh

Re: passing a socket to a spawned process.

2004-11-28 Thread Dave Cole
Martin C.Atkins wrote: I have (finally!) put a package up on our website that provides a Python module for sending file descriptors down Unix-domain sockets, on Linux. See the first item under: http://www.mca-ltd.com/index.php?PAGE=resources/home.php Please let me know of any problems, obvi