- 05 Jan, 2014 26 commits
-
-
-
Damien George authored
List insert. Fixes issue #61.
-
Damien George authored
Fix off-by-one in non-default values of index's 2nd and 3rd arguments.
-
Damien George authored
Convert many object types structs to use C99 tagged initializer syntax.
-
Damien George authored
-
Damien George authored
Add Initial Support for STM32F4DISCOVERY Board
-
Damien George authored
Make qstr_init reinitialize last_pool.
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
Paul Sokolovsky authored
-
Dave Hylands authored
This causes the pool to get reinitialized properly on a soft-reset.
-
mux authored
-
mux authored
* Add a TARGET definition to Makefile (default PYBOARD). * Add support for discovery LEDs in led module. * Add support for discovery user switch in usersw * Add EXTI interrupt handler for discovery user switch on (PA0). * Parameterize led and usrsw modules pins and port. * Issue #83
-
Damien George authored
-
Damien George authored
-
Damien George authored
Move user switch code into a separate module
-
Damien George authored
Implements str iterator
-
Damien George authored
list.index fails on an edge case.
-
Damien George authored
Implements list.index. Fixes issue #57.
-
mux authored
* Move user switch code from main.c into a separate module (usrsw) * Add usrsw.c to Makefile
-
Damien George authored
-
Damien George authored
-
xyb authored
-
John R. Lenton authored
-
Damien George authored
-
- 04 Jan, 2014 14 commits
-
-
Damien George authored
-
Damien George authored
Added DXF R2000 vector text.
-
Damien George authored
Added SVG vector text.
-
Damien George authored
Apple clang fixes
-
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
-
Damien George authored
-
Damien George authored
Implements list.count. Fixes isue #55.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
tests/bytecode/run-tests already uses puthon3.3, so let's just use it here too. Fore reference, errors with python 3.2.3: File "tests/generator1.py", line 12 return None SyntaxError: 'return' with argument inside generator File "tests/list_clear.py", line 3, in <module> x.clear() AttributeError: 'list' object has no attribute 'clear' etc.
-
Paul Sokolovsky authored
-