Python/BLIP.py
2009-07-03 Fixed bug which caused PyBLIP to stop sending responses while the connection was closing.
2009-07-02 Removed unnecessary files. Toned down logging. Added null logging handler to BLIP so client code doesn't have to use logging. Modified test drivers to work against Cocoa versions.
2009-06-23 Moved _handleCloseRequest to a new method. Added warning messages.
2009-06-23 Connections opened by listeners now close correctly.
2009-06-23 BROKEN COMMIT. Majority of code to handle closing has been added. Listeners do not close correctly.
2008-06-11 * Added a timeout property to TCPConnection. Set it before calling -open, if you want a shorter timeout than the default.
2008-06-04 Python: Optimized frame sending somewhat (frame buffers are generated on the fly as the socket has room.)
2008-06-04 Python implementation much improved. Can send requests now. Fully interoperable with Obj-C implementation's test cases.
2008-06-03 BLIP.py working for listener side (it talks to the Obj-C BLIPConnectionTester.)
2008-06-03 * Initial checkin of BLIP.py. (Receiving seems to work.)