log example.py @ 40:11c4fb8bec3c

age author description
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.
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: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.
Fri, 17 Apr 2009 17:31:07 -0700 Atul Varma Renamed to_receive() to until_received().
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.