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
path:
root
/
py
Age
Commit message (
Expand
)
Author
2014-03-23
Merge pull request #365 from xbe/tgamma
Damien George
2014-03-23
py/builtinmath.c: use tgamma() instead of gamma().
xbe
2014-03-22
Fix OS X detection.
xbe
2014-03-23
Merge pull request #364 from pfalcon/mpz-unbreak-int-long
Damien George
2014-03-23
py: Improve dir(): extract names from type->methods table.
Damien George
2014-03-23
objint_mpz: Quick&dirty implementation of bitwise operations.
Paul Sokolovsky
2014-03-22
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-22
py: Remove some unnecessary exception objects.
Damien George
2014-03-22
objgenerator: Add comments for latest mp_obj_gen_instance_t refactors.
Paul Sokolovsky
2014-03-22
py: Add 'object' object.
Damien George
2014-03-22
py: Add function to convert long int to float.
Damien George
2014-03-22
py: Fix types in new math functions.
Damien George
2014-03-22
py: Fix int -> machine_uint_t.
Damien George
2014-03-22
Merge pull request #360 from rjdowdall/master
Damien George
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
Fixed floor division on mp ints and small ints. Added a floordivide test case.
Rachel Dowdall
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
Added exception hierarchy except for OSError and UnicodeError (requires argum...
Rachel Dowdall
2014-03-22
Fixed broken math functions that return bool and added some more.
Rachel Dowdall
2014-03-22
Merge remote-tracking branch 'upstream/master'
Rachel Dowdall
2014-03-22
showbc: Dump YIELD_FROM.
Paul Sokolovsky
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-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
Added ZeroDivisionError to float division.
Rachel Dowdall
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
2014-03-20
py: Allow hashing of functions and tuples.
Damien George
2014-03-20
py: Add math.e constant.
Damien George
2014-03-20
py: Add mpz modulo operation.
Damien George
2014-03-19
py: Add comment about bugs in objint_longlong.c.
Damien George
2014-03-19
py: Fix bug in mpz int, where small int is on lhs, mpz on rhs.
Damien George
2014-03-17
objstr.c: Replace size_t with machine_uint_t.
xbe
2014-03-17
py: Clean up includes.
xbe
2014-03-16
Implement support for __str__ and __repr__ special methods in classes.
Paul Sokolovsky
[next]