- 22 Mar, 2014 4 commits
-
-
Rachel Dowdall authored
-
Rachel Dowdall authored
Fixed modulo operator on ints and mp ints to agree with python. Added intdivmod.c and tests/basics/modulo.py.
-
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.
-
Rachel Dowdall authored
-
- 21 Mar, 2014 4 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
xbe authored
-
xbe authored
-
- 20 Mar, 2014 3 commits
-
-
Damien George authored
-
Rachel Dowdall authored
-
Damien George authored
-
- 16 Mar, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 13 Mar, 2014 3 commits
-
-
Damien George authored
-
xbe authored
See pull request #343.
-
xbe authored
Also modify mp_get_index to accept: 1. Indices that are or evaluate to a boolean. 2. Slice indices. Add tests for these two cases.
-
- 12 Mar, 2014 1 commit
-
-
Damien George authored
-
- 03 Mar, 2014 3 commits
-
-
Damien George authored
Addresses issue #327.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 01 Mar, 2014 1 commit
-
-
Damien George authored
Implement not, shl and shr in mpz library. Add function to create mpzs on the stack, used for memory efficiency when rhs is a small int. Factor out code to parse base-prefix of number into a dedicated function.
-
- 22 Feb, 2014 2 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Based on suggestion by @dpgeorge at https://github.com/micropython/micropython/pull/313
-
- 19 Feb, 2014 1 commit
-
-
Paul Sokolovsky authored
http://docs.python.org/3.3/library/functions.html#__import__ : "When the name variable is of the form package.module, normally, the top-level package (the name up till the first dot) is returned, not the module named by name. However, when a non-empty fromlist argument is given, the module named by name is returned."
-
- 16 Feb, 2014 5 commits
-
-
Paul Sokolovsky authored
For this, record argument names along with each bytecode function. The code still includes extensive debug logging support so far.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
Addresses issue #295.
-
- 15 Feb, 2014 2 commits
-
-
Damien George authored
Addresses issue #290, and hopefully sets up things to allow generators throwing exceptions, etc.
-
Paul Sokolovsky authored
Issue #290. This currently fails, to draw attention to the issue.
-
- 13 Feb, 2014 2 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 12 Feb, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 11 Feb, 2014 1 commit
-
-
Paul Sokolovsky authored
With range(10000), doesn't fit into 128K heap.
-
- 10 Feb, 2014 3 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 08 Feb, 2014 3 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-