micropython/py
Damien George 17520224fa py: Make all objects and instances derive from object.
This makes isinstance(X, object) and issubclass(X, object) true for all
X.
2014-04-05 22:45:23 +01:00
..
asmthumb.c
asmthumb.h
asmx64.c
asmx64.h
bc.h
bc0.h
binary.c
binary.h
builtin.c py: Make globals and locals proper dictionary objects. 2014-04-05 22:36:42 +01:00
builtin.h py: Put default namespace into module __main__. 2014-04-05 12:29:15 +03:00
builtinevex.c py: Make globals and locals proper dictionary objects. 2014-04-05 22:36:42 +01:00
builtinimport.c py: Make globals and locals proper dictionary objects. 2014-04-05 22:36:42 +01:00
builtintables.c py: Make globals and locals proper dictionary objects. 2014-04-05 22:36:42 +01:00
builtintables.h py: Make globals and locals proper dictionary objects. 2014-04-05 22:36:42 +01:00
compile.c py: Enable optimisation of multiplying 2 small ints in compiler. 2014-04-04 11:21:58 +00:00
compile.h
emit.h py: Move to Python 3.4.0 compatibility. 2014-04-02 15:56:31 +01:00
emitbc.c py: Move to Python 3.4.0 compatibility. 2014-04-02 15:56:31 +01:00
emitcommon.c
emitcpy.c py: Move to Python 3.4.0 compatibility. 2014-04-02 15:56:31 +01:00
emitglue.c py: Towards default keyword arguments. 2014-03-31 15:18:37 +01:00
emitglue.h
emitinlinethumb.c
emitnative.c py: Move to Python 3.4.0 compatibility. 2014-04-02 15:56:31 +01:00
emitpass1.c py: Move to Python 3.4.0 compatibility. 2014-04-02 15:56:31 +01:00
formatfloat.c Enhance str.format support 2014-04-01 01:17:33 -07:00
formatfloat.h
gc.c Improve GC finalisation code; add option to disable it. 2014-04-05 20:35:48 +01:00
gc.h Improve GC finalisation code; add option to disable it. 2014-04-05 20:35:48 +01:00
grammar.h
lexer.c
lexer.h
lexerstr.c
lexerunix.c
lexerunix.h
makeqstrdata.py
malloc.c Improve GC finalisation code; add option to disable it. 2014-04-05 20:35:48 +01:00
map.c py: Change module globals from mp_map_t* to mp_obj_dict_t*. 2014-04-05 21:53:54 +01:00
misc.h Improve GC finalisation code; add option to disable it. 2014-04-05 20:35:48 +01:00
mkenv.mk
mkrules.mk
modarray.c py: Change module globals from mp_map_t* to mp_obj_dict_t*. 2014-04-05 21:53:54 +01:00
modcollections.c py: Change module globals from mp_map_t* to mp_obj_dict_t*. 2014-04-05 21:53:54 +01:00
modio.c py: Change module globals from mp_map_t* to mp_obj_dict_t*. 2014-04-05 21:53:54 +01:00
modmath.c py: Change module globals from mp_map_t* to mp_obj_dict_t*. 2014-04-05 21:53:54 +01:00
modmicropython.c py: Change module globals from mp_map_t* to mp_obj_dict_t*. 2014-04-05 21:53:54 +01:00
mpconfig.h Improve GC finalisation code; add option to disable it. 2014-04-05 20:35:48 +01:00
mpz.c py: Handle small int power overflow correctly. 2014-04-04 00:16:32 +01:00
mpz.h py: More robust int conversion and overflow checking. 2014-04-03 11:00:54 +00:00
nlr.h py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
nlrthumb.S
nlrx64.S Changes to get unix/ port compiling on Cygwin. 2014-04-03 23:51:16 +01:00
nlrx86.S
obj.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
obj.h py: Change module globals from mp_map_t* to mp_obj_dict_t*. 2014-04-05 21:53:54 +01:00
objarray.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
objarray.h
objbool.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
objboundmeth.c
objcell.c py: Change module globals from mp_map_t* to mp_obj_dict_t*. 2014-04-05 21:53:54 +01:00
objclosure.c
objcomplex.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
objdict.c py: Change module globals from mp_map_t* to mp_obj_dict_t*. 2014-04-05 21:53:54 +01:00
objenumerate.c
objexcept.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
objfilter.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
objfloat.c py: Fix float printing on stmhal. 2014-04-05 20:51:29 +01:00
objfun.c py: Make globals and locals proper dictionary objects. 2014-04-05 22:36:42 +01:00
objgenerator.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
objgenerator.h
objgetitemiter.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
objint.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
objint.h py: Make False and True act like 0 and 1 for integer arithmetic. 2014-04-04 15:08:23 +01:00
objint_longlong.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
objint_mpz.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
objlist.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
objmap.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
objmodule.c py: Make globals and locals proper dictionary objects. 2014-04-05 22:36:42 +01:00
objmodule.h
objnamedtuple.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
objnone.c
objobject.c py: Make all objects and instances derive from object. 2014-04-05 22:45:23 +01:00
objrange.c
objset.c py: Change module globals from mp_map_t* to mp_obj_dict_t*. 2014-04-05 21:53:54 +01:00
objslice.c
objstr.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
objtuple.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
objtuple.h
objtype.c py: Make all objects and instances derive from object. 2014-04-05 22:45:23 +01:00
objzip.c
parse.c
parse.h
parsehelper.c
parsehelper.h
parsenum.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
parsenum.h
parsenumbase.c
parsenumbase.h
pfenv.c Change pfenv_print_int to take machine_uint_t rather than unsinged in 2014-04-05 09:42:20 -07:00
pfenv.h Change pfenv_print_int to take machine_uint_t rather than unsinged in 2014-04-05 09:42:20 -07:00
py-version.sh Add the git version to the banner 2014-04-03 16:55:15 -07:00
py.mk Merge pull request #421 from dhylands/git-version 2014-04-04 16:09:29 +01:00
qstr.c
qstr.h
qstrdefs.h Merge pull request #425 from iabdalkader/del 2014-04-05 18:49:39 +01:00
repl.c
repl.h
runtime.c py: Make globals and locals proper dictionary objects. 2014-04-05 22:36:42 +01:00
runtime.h py: Make globals and locals proper dictionary objects. 2014-04-05 22:36:42 +01:00
runtime0.h
scope.c
scope.h
sequence.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
showbc.c
smallint.c py: This time, real proper overflow checking of small int power. 2014-04-04 11:13:51 +00:00
smallint.h py: This time, real proper overflow checking of small int power. 2014-04-04 11:13:51 +00:00
stream.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
stream.h
unicode.c
vm.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
vstr.c py: Fix vstr_init for case that alloc = 0. 2014-03-31 17:10:59 +01:00