issues
search
rjmcguire
/
python-on-a-chip
Automatically exported from code.google.com/p/python-on-a-chip
Other
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
SLICE_1 (SLICE+1) implementation in Python
#223
GoogleCodeExporter
closed
9 years ago
3
mbed online compiler fails on snprintf
#222
GoogleCodeExporter
closed
9 years ago
3
heap.c does not compile on non-desktop platforms
#221
GoogleCodeExporter
closed
9 years ago
2
Eliminate simple uses of snprintf
#220
GoogleCodeExporter
closed
9 years ago
2
Apply recent issues to v10
#219
GoogleCodeExporter
closed
9 years ago
2
Fix unit tests so they work on desktop64
#218
GoogleCodeExporter
closed
9 years ago
4
Create 64-bit desktop platform
#217
GoogleCodeExporter
closed
9 years ago
5
Set functionality flags at full files
#216
GoogleCodeExporter
closed
9 years ago
7
Remove stdio.h headers references in Virtual Machine code
#215
GoogleCodeExporter
closed
9 years ago
5
Change file name(s) to avoid conflict
#214
GoogleCodeExporter
opened
9 years ago
0
Heap initialization error with unaligned pointers on platform with 64-bit words
#213
GoogleCodeExporter
closed
9 years ago
1
Implement [sn]printf in a sli-like file to avoid using external libc
#212
GoogleCodeExporter
closed
9 years ago
7
Implement ipm using marshal system in v10
#211
GoogleCodeExporter
closed
9 years ago
2
Add support for *args\**kwds
#210
GoogleCodeExporter
opened
9 years ago
2
Fix system tests on v10
#209
GoogleCodeExporter
closed
9 years ago
3
Implement marshal system for v10
#208
GoogleCodeExporter
closed
9 years ago
5
Refactor globals and initialization
#207
GoogleCodeExporter
closed
9 years ago
3
ipm executes after one typed line inside a while loop
#206
GoogleCodeExporter
closed
9 years ago
4
Remove duplicate declaration of int.h
#205
GoogleCodeExporter
closed
9 years ago
6
Compilation error in c-code embedded in lib/__bi.py
#204
GoogleCodeExporter
closed
9 years ago
2
Protect mbed __init__ wrapper functions
#203
GoogleCodeExporter
closed
9 years ago
2
Seperate the guts of ipm's onecmd() and it's while loop
#202
GoogleCodeExporter
closed
9 years ago
5
do_load() crashes ipm when loading a file with a syntax (or other) error
#201
GoogleCodeExporter
closed
9 years ago
3
ipm do_load() broken by fix for issue 175
#200
GoogleCodeExporter
closed
9 years ago
3
ipm provides poor command-line diagnostics
#199
GoogleCodeExporter
closed
9 years ago
3
scons default target for Windows fails
#198
GoogleCodeExporter
opened
9 years ago
0
Compile and link errors on Ubuntu 10.0 / gcc 4.4.3
#197
GoogleCodeExporter
opened
9 years ago
2
Fix memory corruption on 64-bit desktop
#196
GoogleCodeExporter
closed
9 years ago
4
Fix port to Arduino Mega
#195
GoogleCodeExporter
opened
9 years ago
8
Fix mbed pmfeatures dependency
#194
GoogleCodeExporter
closed
9 years ago
2
src/tools/ipm.py: independent from current work directory
#193
GoogleCodeExporter
closed
9 years ago
3
Fix frozen threads during ipm
#192
GoogleCodeExporter
opened
9 years ago
5
Update README for mbed platform
#191
GoogleCodeExporter
closed
9 years ago
3
Make GC mark frame stack correctly
#190
GoogleCodeExporter
closed
9 years ago
2
Add capability for timed callbacks
#189
GoogleCodeExporter
opened
9 years ago
2
Eliminate remnants of PM_HEAP_SIZE
#188
GoogleCodeExporter
closed
9 years ago
2
Compilation error in t390.c
#187
GoogleCodeExporter
closed
9 years ago
2
Fix uninitialized pointer that causes segfault
#186
GoogleCodeExporter
closed
9 years ago
5
fix mbed platform
#185
GoogleCodeExporter
closed
9 years ago
2
Fix COMPARE_OP for when obj is None
#184
GoogleCodeExporter
closed
9 years ago
6
Update copyright for 2011 and 2012
#183
GoogleCodeExporter
closed
9 years ago
4
fix pmHeapDump
#182
GoogleCodeExporter
closed
9 years ago
4
printf format flag incorrect
#181
GoogleCodeExporter
closed
9 years ago
2
Fix segfault in heap/gc
#180
GoogleCodeExporter
closed
9 years ago
4
Fix yield inside a method
#179
GoogleCodeExporter
opened
9 years ago
0
Fix import so modules are reused
#178
GoogleCodeExporter
closed
9 years ago
6
Update dict.has_key() to return a boolean
#177
GoogleCodeExporter
closed
9 years ago
1
Add support to iterate over keys in a dict
#176
GoogleCodeExporter
closed
9 years ago
6
Fix 2 issues in ipm
#175
GoogleCodeExporter
closed
9 years ago
2
Fix GC error where parameter type is lost
#174
GoogleCodeExporter
closed
9 years ago
3
Next