1.0.2 - recently used threads again and found out that pIPC os piping locks up on current python versions. Fixed. 1.0.1 - introduced the set_blocking([True|False]) method for blocking write operations. If you encounter data bein lost in write operations, try to set this to true. 1.0.0 - added "local" option to PipeServer. PipeServer(port=, local=True) will only accept connections from localhost. - some minor clean-ups 0.9.9 - changed fifo handling which seems to have stopped working some time ago, probably due to changes in libc - improved fifo handling somewhat. In particular, pIPC objects will no longer remove fifos that they have not created themselves. 0.9.8 - added a PipeServer Object class for easy server functionality. - some small bugs fixed (and some newly introduced ;-)) 0.9.7 - added support for network pipes (aka "tcp connections"). Send me bug reports! - some minor quirks with the fifo pipes resolved. - End-Of-Data token changed to an even more garbled one. 0.9.6 - compatibility change for python 2.2. I love it when symbols move from one base module to an other without any prior warning. :-\ 0.9.5 - added support for named pipes (aka "fifo"s). Send me bug reports! - many small enhancements - new method pipe.connect() [which in fact is just an alias for flush()] - no more support for python 1.5.2 0.9.2 - fixed typo 0.9.1: - initial release