| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Make a start with standardized extra info. | Guido van Rossum | 2013-10-11 | 4 | -7/+7 | |
| | | ||||||
| * | Make source and sink more alike. | Guido van Rossum | 2013-10-11 | 1 | -6/+5 | |
| | | ||||||
| * | Fixes to make iocp loop handle ERROR_NETNAME_DELETED | Richard Oudkerk | 2013-10-11 | 2 | -1/+11 | |
| | | | | | and make sink.py/source.py run with iocp. | |||||
| * | Small example tweaks. | Guido van Rossum | 2013-10-10 | 2 | -4/+6 | |
| | | ||||||
| * | Add Server.wait_close() to wait until it is closed. | Guido van Rossum | 2013-10-10 | 2 | -7/+19 | |
| | | ||||||
| * | First crack at create_server(). | Guido van Rossum | 2013-10-10 | 1 | -4/+4 | |
| | | ||||||
| * | Fix logic around lost connection. | Guido van Rossum | 2013-10-10 | 1 | -2/+4 | |
| | | ||||||
| * | Handle BrokenPipeError. Share max_size. Add source/sink examples. | Guido van Rossum | 2013-10-10 | 2 | -0/+85 | |
| | | ||||||
| * | Fold long lines. | Guido van Rossum | 2013-10-09 | 3 | -8/+18 | |
| | | ||||||
| * | Fix connection pool. | Guido van Rossum | 2013-10-09 | 1 | -5/+19 | |
| | | ||||||
| * | Fix a few bugs. | Guido van Rossum | 2013-10-09 | 1 | -2/+2 | |
| | | ||||||
| * | Add chunked support. Refactor verbose printing. | Guido van Rossum | 2013-10-09 | 1 | -13/+34 | |
| | | ||||||
| * | There is no URI header. | Guido van Rossum | 2013-10-09 | 1 | -1/+1 | |
| | | ||||||
| * | Another fetch example, using a rudimentary connection pool. | Guido van Rossum | 2013-10-09 | 1 | -0/+169 | |
| | | ||||||
| * | Use HTTP/1.1; couple of fixes/refinements. | Guido van Rossum | 2013-10-09 | 1 | -6/+24 | |
| | | ||||||
| * | A succession of ever more sophisticated HTTP clients. (More to come.) | Guido van Rossum | 2013-10-09 | 3 | -0/+223 | |
| | | ||||||
| * | Move stack example. | Guido van Rossum | 2013-10-08 | 1 | -0/+43 | |
| | | ||||||
| * | remove tulip.http | Nikolay Kim | 2013-10-07 | 8 | -1264/+0 | |
| | | ||||||
| * | raise EofStream in DataBuffer.read() instead of returning None; examples cleanup | Nikolay Kim | 2013-09-13 | 7 | -53/+71 | |
| | | ||||||
| * | Fix for examples/child_process.py by Gustavo Carneiro <gjcarneiro@gmail.com>. | Guido van Rossum | 2013-08-08 | 1 | -7/+15 | |
| | | ||||||
| * | Add optional loop parameter to StreamReader. | Guido van Rossum | 2013-08-07 | 1 | -12/+2 | |
| | | ||||||
| * | refactor websocket handshake process, make it usable with wsgi server | Nikolay Kim | 2013-07-29 | 1 | -1/+1 | |
| | | ||||||
| * | Move various Windows specific things to a windows_utils submodule. | Richard Oudkerk | 2013-05-30 | 2 | -249/+129 | |
| | | | | | | Also rename examples/windows_subprocess.py to examples/child_process.py and make it work on Unix. | |||||
| * | handle ConnectionResetError by Jeff Quast #31 | Nikolay Kim | 2013-05-28 | 1 | -1/+2 | |
| | | ||||||
| * | Add examples/windows_subprocess.py. | Richard Oudkerk | 2013-05-22 | 1 | -0/+249 | |
| | | ||||||
| * | http server examples fixes #43 | Nikolay Kim | 2013-05-20 | 3 | -7/+12 | |
| | | ||||||
| * | close transport after receiving eof | Nikolay Kim | 2013-05-10 | 1 | -0/+1 | |
| | | ||||||
| * | simple http client connection pooling | Nikolay Kim | 2013-05-02 | 1 | -1/+7 | |
| | | ||||||
| * | enable debug logging in examples; fix mpsrv.py example | Nikolay Kim | 2013-04-29 | 6 | -13/+5 | |
| | | ||||||
| * | Disallow ssl=True for servers. Prefer ssl=None over ssl=False. | Guido van Rossum | 2013-04-29 | 1 | -1/+1 | |
| | | ||||||
| * | Name abstract classes Abstract*. Move a few things around. | Guido van Rossum | 2013-04-26 | 1 | -1/+1 | |
| | | ||||||
| * | protocol parser example | Nikolay Kim | 2013-04-24 | 1 | -0/+172 | |
| | | ||||||
| * | tcp echo example; better cmd arguments for udp echo example | Nikolay Kim | 2013-04-24 | 4 | -24/+162 | |
| | | ||||||
| * | Make wsclient work on OSX in an Emacs shell window. | Guido van Rossum | 2013-04-24 | 1 | -4/+11 | |
| | | | | | Also make it stop when receiving EOF. | |||||
| * | added host and port arguments to wsclient.py example | Nikolay Kim | 2013-04-24 | 1 | -3/+22 | |
| | | ||||||
| * | Move example programs into examples directory. | Guido van Rossum | 2013-04-24 | 3 | -0/+280 | |
| | | ||||||
| * | wsclient example fixes | Nikolay Kim | 2013-04-24 | 1 | -5/+5 | |
| | | ||||||
| * | make start_serving() listen on multiple interfaces (discussion at ↵ | Giampaolo Rodola' | 2013-04-24 | 2 | -3/+3 | |
| | | | | | https://groups.google.com/forum/?fromgroups=#!topic/python-tulip/uccY8LEskwA) | |||||
| * | http protocol parser | Nikolay Kim | 2013-04-22 | 4 | -4/+476 | |
| | | ||||||
| * | websocket protocol parser + multiprocess srv.py example | Nikolay Kim | 2013-04-17 | 1 | -0/+291 | |
| | | ||||||
| * | Replace % with format() everywhere. | A. Jesse Jiryu Davis | 2013-03-29 | 1 | -2/+2 | |
| | | ||||||
| * | better name | Nikolay Kim | 2013-03-22 | 1 | -2/+2 | |
| | | ||||||
| * | udp api refactoring | Nikolay Kim | 2013-03-22 | 1 | -3/+5 | |
| | | ||||||
| * | Fix udp tests for Windows | Nikolay Kim | 2013-03-14 | 1 | -1/+1 | |
| | | ||||||
| * | basic udp support | Nikolay Kim | 2013-03-13 | 1 | -0/+71 | |
