ANN: sysv_ipc 0.6 now available

2010-05-21 Thread Philip Semanchuk
sysv_ipc 0.6 is now available. This is the first version to include Python 3 support. sysv_ipc is a BSD-licensed module which gives Python access to System V inter-process semaphores, shared memory and message queues on most (all?) *nix flavors, and possibly Windows + Cygwin. http://semanchuk.co

ANN: posix_ipc 0.7.0 available

2010-02-22 Thread Philip Semanchuk
posix_ipc 0.7.0 is now available. This is the first version to include Python 3 support. http://semanchuk.com/philip/posix_ipc/ Enjoy Philip -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donati

ANNOUNCE: new package posix_ipc 0.1 available

2008-10-10 Thread Philip Semanchuk
The package posix_ipc provides a Python interface to POSIX shared memory and named semaphores on platforms that support them (i.e. most Unices). Platform details, source code, sample code and usage instructions are provided at the link below. This package is GPLed. http://semanchuk.com/phil

RERP 0.8.0, an alternative robots.txt parser

2006-06-12 Thread Philip Semanchuk
RERP (Robot Exclusion Rules Parser) is an alternative to Python's standard robotparser module. I was motivated to write this because the Python's robotparser doesn't gracefully handle non-ASCII which occurs in about .1% of robots.txt files. This module (RERP) handles non-ASCII and also adds a f