Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
aaef1851a748af95f8b105ef2d1d4f35e6ede02b
/
py
/
objobject.c
b5cef5c
py/objobject: Don't make locals_dict if there's nothing to go in it.
by Kaspar Schleiser
· 10 years ago
47b9809
py: Check that arg to object.__new__ is a user-defined type.
by Damien George
· 10 years ago
50149a5
py: Use mp_arg_check_num in some _make_new functions.
by Damien George
· 11 years ago
ff8dd3f
py, unix: Allow to compile with -Wunused-parameter.
by Damien George
· 11 years ago
51dfcb4
py: Move to guarded includes, everywhere in py/ core.
by Damien George
· 11 years ago
ecc88e9
Change some parts of the core API to use mp_uint_t instead of uint/int.
by Damien George
· 11 years ago
806ea1f
py: Initial attempts to actually allow implementing __new__ in Python.
by Paul Sokolovsky
· 11 years ago
0c937fa
objobject: Fix arguments to __init__().
by Paul Sokolovsky
· 11 years ago
a8408a8
objtype: super: Fall back to "object" lookup as last resort.
by Paul Sokolovsky
· 11 years ago
04b9147
Add license header to (almost) all files.
by Damien George
· 11 years ago
f54bcbf
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
by Paul Sokolovsky
· 11 years ago
1752022
py: Make all objects and instances derive from object.
by Damien George
· 11 years ago
ea13f40
py: Change nlr_jump to nlr_raise, to aid in debugging.
by Damien George
· 11 years ago
3ec0a1a
py: Add 'object' object.
by Damien George
· 11 years ago