log

age author description
Mon, 27 Apr 2009 17:10:34 -0700 Atul Varma Added dynamic detection of HTML.
Mon, 27 Apr 2009 16:56:46 -0700 Atul Varma Serialization of conversation is now done in JSON format.
Mon, 27 Apr 2009 16:48:46 -0700 Atul Varma Conversation is now serialized to disk and appended to when new messages come in.
Mon, 27 Apr 2009 16:24:15 -0700 Atul Varma Entire conversation is sent on page load now.
Mon, 27 Apr 2009 16:01:52 -0700 Atul Varma More misc. changes.
Mon, 27 Apr 2009 14:44:40 -0700 Atul Varma Added basic 'chat' functionality.
Mon, 27 Apr 2009 13:51:19 -0700 Atul Varma Added support for header parsing.
Mon, 27 Apr 2009 11:44:38 -0700 Atul Varma More refactorings.
Mon, 27 Apr 2009 11:13:54 -0700 Atul Varma Fixed some bugs.
Mon, 27 Apr 2009 10:53:15 -0700 Atul Varma More refactoring.
Mon, 27 Apr 2009 10:35:48 -0700 Atul Varma Refactorings.
Mon, 27 Apr 2009 08:44:36 -0700 Atul Varma More readable way of determining number of blocks needed, though I think I'm missing something...
Mon, 27 Apr 2009 08:42:47 -0700 Atul Varma Added open web chat module.
Tue, 21 Apr 2009 23:47:55 -0700 Atul Varma example http server now supports connection keep-alive.
Tue, 21 Apr 2009 23:15:32 -0700 Atul Varma Fixed bug in HTTP server protocol.
Mon, 20 Apr 2009 07:22:57 -0700 Atul Varma Exception tracebacks in coroutines are now much more helpful.
Sun, 19 Apr 2009 23:06:30 -0700 Atul Varma Removed the weakref mechanism from channels.py and instead turned until_message_received() into a generator rather than an object. Added a return_value() instruction to cosocket.
Sun, 19 Apr 2009 22:16:11 -0700 Atul Varma Renamed return_from_yield() to continue_from_yield().
Sun, 19 Apr 2009 22:11:46 -0700 Atul Varma Fixed memory leak in channels.py, I think.
Sun, 19 Apr 2009 21:46:09 -0700 Atul Varma Removed TODO.
Sun, 19 Apr 2009 21:45:46 -0700 Atul Varma Added some error-handling code, though the channel code is raising exceptions in it at the moment I think.
Sun, 19 Apr 2009 20:29:17 -0700 Atul Varma added some code to make the example still work if the client isn't connected to the internet.
Sun, 19 Apr 2009 14:43:06 -0700 Atul Varma Added some TODOs.
Sun, 19 Apr 2009 14:36:04 -0700 Atul Varma The example server's front page now lets you play around with server push.
Sun, 19 Apr 2009 13:24:23 -0700 Atul Varma Added an example MIME multipart/mixed response to the example server.
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.