Paul Sokolovsky 5b15daf6d1 Add support for stream and buffer protocols.
Stream protocol is abstraction of serial I/O. Buffer protocol is
abstraction of random-access I/O. These protocols are defined down
to C level, to allow generic, while still efficient algorithms
to be coded in C (like, buffered transfer between 2 stream objects,
saving/loading of buffer object to/from stream, etc). (Note that CPython
define buffer protocol on C level, but apparently not stream protocol).
2014-01-08 17:38:38 +02:00
..
2014-01-04 18:44:46 +00:00
2014-01-08 11:47:55 +00:00
2014-01-08 11:47:55 +00:00
2014-01-07 22:51:08 +00:00
2014-01-04 18:44:46 +00:00
2014-01-07 22:51:08 +00:00
2014-01-07 22:51:08 +00:00
2014-01-08 11:47:55 +00:00
2014-01-05 12:08:55 -08:00
2014-01-08 11:47:55 +00:00