- Mar 23, 2014
-
-
Damien George authored
Implement __aeabi_f2d and __aeabi_d2f
-
Damien George authored
objint_mpz: Quick&dirty implementation of bitwise operations.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- Mar 22, 2014
-
-
Paul Sokolovsky authored
Made solely to unbreak int-long.py test which in turn uncovered thinko with implementation of inplace ops. On mpz level, bitwise ops implemented only for same-sign numbers, and are not efficient (unconditional calling of mpn_cmp() is apparently superfluous).
-
Paul Sokolovsky authored
This was a long-standing regression from converting script from sh to python.
-
Damien George authored
-
Damien George authored
-
Damien George authored
As part of this, rejig the way TIM3 is initialised, since it's now shared by USB CDC and the blue LED PWM.
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Fixed some math functions and added more exceptions.
-
Rachel Dowdall authored
-
Damien George authored
Fixed some math functions and added more exceptions.
-
Damien George authored
-
Rachel Dowdall authored
-
Damien George authored
-
Damien George authored
objgenerator: Implement exception handling for generators
-
Rachel Dowdall authored
Fixed modulo operator on ints and mp ints to agree with python. Added intdivmod.c and tests/basics/modulo.py.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
This is required to properly handle exceptions across yields.
-
Damien George authored
-
Rachel Dowdall authored
Added exception hierarchy except for OSError and UnicodeError (requires arguments). Comment out the errors that aren't needed if memory becomes an issue.
-
Damien George authored
-
Damien George authored
-
Rachel Dowdall authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-