- 12 Jan, 2014 8 commits
-
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Currently it would report "operation not supported" which is confusing. Overall, this is thinko leading to undefined behavior.
-
- 11 Jan, 2014 7 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
Still need to make built-ins by these names, and write tests.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
John R. Lenton authored
-
- 10 Jan, 2014 9 commits
-
-
Paul Sokolovsky authored
If step is not constant, in first approximation, we can't apply optimization, (well, we could, but need a special case for this).
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
John R. Lenton authored
-
John R. Lenton authored
-
- 09 Jan, 2014 3 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
Creating of classes (types) and instances is much more like CPython now. You can use "type('name', (), {...})" to create classes.
-
- 08 Jan, 2014 9 commits
-
-
xbe authored
-
Damien George authored
-
Dave Hylands authored
Use make V=1e make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. This should fix issue #117
-
Damien George authored
Addresses issue #104.
-
Damien George authored
-
Paul Sokolovsky authored
These can be used for any object which implements stream protocol (mp_stream_p_t).
-
Paul Sokolovsky authored
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).
-
Damien George authored
-
Damien George authored
-
- 07 Jan, 2014 4 commits
-
-
Damien George authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-