Paul Sokolovsky
|
966879cf59
|
Add long int implementation using C long long type, enable for unix port.
|
2014-01-17 20:05:02 +02:00 |
Damien George
|
5573f9f150
|
Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2int
Conflicts:
py/objint.c
unix-cpy/Makefile
unix/Makefile
|
2014-01-15 22:58:39 +00:00 |
Damien George
|
7a9d0c4540
|
Merge branch 'builtins' of github.com:chipaca/micropython into chipaca-builtins
Added some checks for number of arguments.
Conflicts:
py/mpqstrraw.h
|
2014-01-15 22:27:16 +00:00 |
Damien George
|
d02c6d8962
|
Implement eval.
|
2014-01-15 22:14:03 +00:00 |
John R. Lenton
|
fca456bc3c
|
added filter()
|
2014-01-15 01:37:08 +00:00 |
John R. Lenton
|
39b174e00a
|
Added map
|
2014-01-15 01:10:09 +00:00 |
John R. Lenton
|
9daa78943e
|
added enumerate()
|
2014-01-14 23:55:01 +00:00 |
xyb
|
c178ea471e
|
Implemented int(str) in UNIX
|
2014-01-14 21:39:05 +08:00 |
John R. Lenton
|
07205ec323
|
added zip()
|
2014-01-13 02:31:00 +00:00 |
Damien George
|
062478e66d
|
Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr.
Creating of classes (types) and instances is much more like CPython now.
You can use "type('name', (), {...})" to create classes.
|
2014-01-09 20:57:50 +00:00 |
Dave Hylands
|
4646801181
|
Make build output quieter.
Use make V=1e make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
This should fix issue #117
|
2014-01-08 10:30:06 -08:00 |
Paul Sokolovsky
|
e98cf40c34
|
Add generic implementations of Python read()/write methods for streams.
These can be used for any object which implements stream protocol
(mp_stream_p_t).
|
2014-01-08 17:38:38 +02:00 |
Damien George
|
9193f89296
|
Move lexerstr to main py directory (everyone uses it).
|
2014-01-08 15:28:26 +00:00 |
Damien George
|
d3ebe4829d
|
Factor and simplify Makefile's and mpconfig, part 2.
|
2014-01-07 15:20:33 +00:00 |
Damien George
|
136f67523b
|
Factor and simplify Makefile's and mpconfig.
|
2014-01-07 14:54:15 +00:00 |