log

age author description
Sun, 19 Apr 2009 12:55:38 -0700 Atul Varma Added a really simple channel communication system, somewhat similar to that of Stackless.
Sat, 18 Apr 2009 12:45:10 -0700 Atul Varma coroutines can now yield other coroutines, which are called in a nested manner.
Sat, 18 Apr 2009 10:12:18 -0700 Atul Varma instructions are now objects.
Fri, 17 Apr 2009 17:31:07 -0700 Atul Varma Renamed to_receive() to until_received().
Fri, 17 Apr 2009 17:09:26 -0700 Atul Varma Added .hgignore.
Fri, 17 Apr 2009 17:09:00 -0700 Atul Varma Renamed taw.py to cosocket.py
Fri, 17 Apr 2009 17:07:27 -0700 Atul Varma Removed all use of the word 'Chatty'
Fri, 17 Apr 2009 17:04:30 -0700 Atul Varma Separated out example code into a separate file.
Fri, 17 Apr 2009 17:02:35 -0700 Atul Varma Renamed ChatInstructions to 'to_send()', 'to_receive()' for readability.
Fri, 17 Apr 2009 16:23:31 -0700 Atul Varma Fixed a bug in receiving of data.
Fri, 17 Apr 2009 16:17:37 -0700 Atul Varma Changed the way coroutine factories work.
Fri, 17 Apr 2009 16:04:21 -0700 Atul Varma Clients can now be coroutines too.
Fri, 17 Apr 2009 15:18:19 -0700 Atul Varma Initial implementation of coroutine-based server.
Fri, 17 Apr 2009 11:28:28 -0700 Atul Varma Origination.