summaryrefslogtreecommitdiffstatshomepage
path: root/examples/unix
Commit message (Collapse)AuthorAge
* unix: Rename "microsocket" module to "usocket".Paul Sokolovsky2014-10-09
| | | | | | Per new conventions, we'd like to consistently use "u*" naming conventions for modules which don't offer complete CPython compatibility, while offer subset or similar API.
* examples: Rename unix socket examples to have more precise naming (http).Paul Sokolovsky2014-10-09
|
* ffi: Implement ffivar.get()/set() methods.Paul Sokolovsky2014-02-14
| | | | | Done by introducing another factored out helper API in binary.c. This API can be reused also by array and struct modules.
* Rename "rawsocket" module to "microsocket".Paul Sokolovsky2014-02-08
| | | | | | | It's no longer intended to provide just "raw" socket interface, may include some convenience methods for compatibility with CPython socket - but anyway just minimal set required to deal with socket client and servers, not wider network functionality.
* Add FFI module example.Paul Sokolovsky2014-01-29
|
* sock-server.py: Use SO_REUSEADDR to avoid errors on quick restart.Paul Sokolovsky2014-01-26
|
* socket-client, socket-server examples now run on both Micro- and C-Python.Paul Sokolovsky2014-01-20
|
* Add socket examples (simple HTTP client and server).Paul Sokolovsky2014-01-19