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-03-22
Merge branch 'master' of https://github.com/rjdowdall/micropython
Rachel Dowdall
2014-03-22
Fixed floor division on mp ints and small ints. Added a floordivide test case.
Rachel Dowdall
2014-03-22
Merge pull request #359 from rjdowdall/master
Damien George
2014-03-22
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-22
Fixed floor division on mp ints and small ints. Added a floordivide test case.
Rachel Dowdall
2014-03-22
stmhal: Servo driver can move at a given speed.
Damien George
2014-03-22
Merge pull request #358 from pfalcon/gen-exc-stack
Damien George
2014-03-22
Fixed modulo operator on ints and mp ints to agree with python. Added intdivm...
Rachel Dowdall
2014-03-22
objgenerator: Implement .throw() method to throw exceptions into generator.
Paul Sokolovsky
2014-03-22
objgenerator: Implement throwing exceptions out of generator.
Paul Sokolovsky
2014-03-22
objgenerator: Keep exception stack within generator object, like value stack.
Paul Sokolovsky
2014-03-22
stmhal: Add servo driver.
Damien George
2014-03-22
Added exception hierarchy except for OSError and UnicodeError (requires argum...
Rachel Dowdall
2014-03-22
stmhal: Add time module with sleep function.
Damien George
2014-03-22
stmhal: Add os module with a few basic functions.
Damien George
2014-03-22
Fixed broken math functions that return bool and added some more.
Rachel Dowdall
2014-03-22
stmhal: Add PYBv10 config; add RNG support.
Damien George
2014-03-22
stmhal: Tidy up USB CDC+MSC device some more.
Damien George
2014-03-22
sthmal: Remove obsolete files.
Damien George
2014-03-22
stmhal: Tidy up USB device configuration. Make it use less RAM.
Damien George
2014-03-22
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-22
stmhal: USB CDC and MSC device work together.
Damien George
2014-03-22
Merge remote-tracking branch 'upstream/master'
Rachel Dowdall
2014-03-22
showbc: Dump YIELD_FROM.
Paul Sokolovsky
2014-03-22
Implement __aeabi_f2d and __aeabi_d2f
mux
2014-03-21
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-21
stmhal: Add support for USB MSC device.
Damien George
2014-03-21
Merge pull request #355 from pfalcon/str-bytes-types
Damien George
2014-03-22
py: Make 'bytes' be a proper type, support standard constructor args.
Paul Sokolovsky
2014-03-22
py: Make 'str' be a proper type, support standard constructor args.
Paul Sokolovsky
2014-03-22
objstr: Switch from in-object string data to ptr to separate memory area.
Paul Sokolovsky
2014-03-22
objint_longlong: Add regression test for improper inplace op implementation.
Paul Sokolovsky
2014-03-21
Disable some math functions until they work correctly.
Damien George
2014-03-21
py: Put back proper ValueError for badly parsed integers.
Damien George
2014-03-21
py: Make str.[r]partition more efficient.
Damien George
2014-03-21
Merge pull request #351 from xbe/str-partition
Damien George
2014-03-21
py: Improve mp_parse_num_integer; make it self contained.
Damien George
2014-03-21
py: Allow 'complex()' to take a string as first argument.
Damien George
2014-03-21
py: Implement parsing of infinity and nan for floats.
Damien George
2014-03-21
str.(r)partition: factor out duplicate code.
xbe
2014-03-21
Implement str.rpartition and add tests for it.
xbe
2014-03-21
Implement str.partition and add tests for it.
xbe
2014-03-20
Rename test so that it doesn't clash with Python math module.
Damien George
2014-03-20
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-20
stmhal: Add accelerometer driver; fix bug with LFN.
Damien George
2014-03-20
Added ZeroDivisionError to float division.
Rachel Dowdall
2014-03-20
Merge pull request #353 from rjdowdall/master
Damien George
2014-03-20
Added various simple functions to math module.
Rachel Dowdall
2014-03-20
Added various simple functions to math module.
Rachel Dowdall
2014-03-20
py: Fix int-longlong binary operations.
Damien George
[prev]
[next]