- 08 Jan, 2014 3 commits
-
-
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 21 commits
-
-
Damien George authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
Damien George authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
Added 0 to the list of primes. Funky primes, these.
-
John R. Lenton authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
John R. Lenton authored
-
John R. Lenton authored
It's not really about that, though; it's about me figuring out a sane way forward for keyword-argument functions (and function metadata). But it's useful as is, and shouldn't break any existing code, so here you have it; I'm going to park it in my mind for a bit while sorting out the rest of the dict branch.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 06 Jan, 2014 6 commits
-
-
ian-v authored
-
Damien George authored
-
ian-v authored
-
ian-v authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 05 Jan, 2014 6 commits
-
-
John R. Lenton authored
-
Paul Sokolovsky authored
-
Dave Hylands authored
This causes the pool to get reinitialized properly on a soft-reset.
-
Damien George authored
list.index fails on an edge case.
-
xyb authored
-
Damien George authored
-
- 04 Jan, 2014 4 commits
-
-
Damien George authored
Now much more inline with how CPython does types.
-
Mikael Eiman authored
OSX: fixes to make nlrx64.S with Apple's clang (switched to Apple-specific define instead of __llvm__)
-
Mikael Eiman authored
-
Mikael Eiman authored
-