index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-06-07
Merge pull request #670 from Rosuav/stringhash
Paul Sokolovsky
2014-06-07
Bring the C and Python compute_hash functions into consistency
Chris Angelico
2014-06-06
objint: Fix corner case in buffer access.
Paul Sokolovsky
2014-06-06
Merge pull request #667 from Rosuav/testfixes
Paul Sokolovsky
2014-06-06
Merge pull request #668 from dhylands/print-prec
Paul Sokolovsky
2014-06-05
Fix str.modulo when precision is specified.
Dave Hylands
2014-06-06
modgc: Real 64-bit cleanness.
Paul Sokolovsky
2014-06-06
modgc: 64-bit cleanness.
Paul Sokolovsky
2014-06-06
Turn the Travis CI test skipping mechanism into something more generic
Chris Angelico
2014-06-06
Figure out the test_name before using it (significant only to Travis skips)
Chris Angelico
2014-06-05
modgc: Implement return value for gc.collect(), enable on Unix.
Paul Sokolovsky
2014-06-05
py: Raise TypeError when trying to format non-int with %x,%o,%X.
Damien George
2014-06-05
Merge pull request #665 from Rosuav/naming3.3
Paul Sokolovsky
2014-06-05
py: Small changes to objstr.c, including a bug fix.
Damien George
2014-06-06
Change comments (mainly URLs) to no longer specifically say Python 3.3
Chris Angelico
2014-06-05
Merge pull request #663 from Rosuav/floatpercentx
Damien George
2014-06-05
objstr: Implement "%(key)s" % {} formatting for strings and dicts.
Paul Sokolovsky
2014-06-05
Remove tests that fail under CPython 3.5
Chris Angelico
2014-06-05
Merge pull request #660 from Rosuav/assert0
Paul Sokolovsky
2014-06-05
unix: Add setjmp-based GC register helper implementation.
Paul Sokolovsky
2014-06-05
Replace assert(0) with a self-documenting TODO string
Chris Angelico
2014-06-04
Merge pull request #653 from Metallicow/switch-example-correction
Damien George
2014-06-03
Merge pull request #650 from bvernoux/master
Damien George
2014-06-03
Merge pull request #655 from Rosuav/master
Damien George
2014-06-04
Simplify detection of quote characters in mp_str_print_quoted.
Chris Angelico
2014-06-03
Merge branch 'master' of https://github.com/micropython/micropython
bvernoux
2014-06-04
Correct file reference (there's no qstrraw.h)
Chris Angelico
2014-06-03
Merge branch 'master' of https://github.com/bvernoux/micropython
bvernoux
2014-06-03
Cleanup/removed specific stuff specific to HydraBus (except board).
bvernoux
2014-06-03
remove `__doc__ =` and fix tweak doc diffs
Metallicow
2014-06-03
py: Properly fix configuration of float and math module.
Damien George
2014-06-03
py: Allow tail call optimisation in mp_call_function_n_kw.
Damien George
2014-06-03
py: Fix configuration of math module.
Damien George
2014-06-03
py: Implement full behaviour of dict.update(), and dict().
Damien George
2014-06-03
Merge pull request #649 from pfalcon/multi-opt
Damien George
2014-06-03
vm: If there's no lineno info, set lineno in traceback to 0, not 1.
Paul Sokolovsky
2014-06-03
py: For optimization level -O3 and higher, remove lineno info from bytecode.
Paul Sokolovsky
2014-06-03
py: Instead of having "debug on" var, have "optimization level" var.
Paul Sokolovsky
2014-06-03
Merge pull request #651 from dhylands/fix-af-csv2
Paul Sokolovsky
2014-06-02
Add missing commas to stm32f4xx-af.csv
Dave Hylands
2014-06-03
showbc: Make micropython -v also dump bytecode in hex form.
Paul Sokolovsky
2014-06-03
showbc: Make sure it's possible to trace MAKE_FUNCTION arg to actual bytecode.
Paul Sokolovsky
2014-06-03
unix: Properly print script filename in case of error.
Paul Sokolovsky
2014-06-02
Update README.md
Benjamin Vernoux
2014-06-02
Merge branch 'master' of https://github.com/bvernoux/micropython
bvernoux
2014-06-02
HydraBus board
bvernoux
2014-06-02
Update README.md
Benjamin Vernoux
2014-06-02
Update README.md
Benjamin Vernoux
2014-06-02
Update README.md
Benjamin Vernoux
2014-06-02
Update README.md
Benjamin Vernoux
[next]