index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
builtinimport.c
Commit message (
Expand
)
Author
Age
*
py: Deactivate more code without MICROPY_PY_SYS
Sven Wegener
2014-11-05
*
py: Fix some macros defines; cleanup some includes.
Damien George
2014-11-05
*
unix: Implement -m option (execute module from stdlib).
Paul Sokolovsky
2014-10-26
*
py: Factor out mp_obj_is_package() function.
Paul Sokolovsky
2014-10-25
*
py: mp_builtin___import__(): Add const to arg type.
Paul Sokolovsky
2014-10-25
*
py: Add module weak link support.
Damien George
2014-10-12
*
py: Implement proper context save/restore for eval/exec; factor code.
Damien George
2014-10-05
*
py: Make compiler return a proper exception on SyntaxError.
Damien George
2014-10-05
*
py: Convert [u]int to mp_[u]int_t where appropriate.
Damien George
2014-10-03
*
py: Free non-interned strings in the parser when not needed.
Damien George
2014-09-23
*
stmhal: Initialise stack pointer correctly.
Damien George
2014-09-23
*
py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.
Damien George
2014-08-30
*
py: Change all uint to mp_uint_t in obj.h.
Damien George
2014-08-30
*
py: Make tuple and list use mp_int_t/mp_uint_t.
Damien George
2014-08-30
*
py: Implement __file__ attribute for modules.
Paul Sokolovsky
2014-07-28
*
py: Make 3 functions static.
Damien George
2014-06-11
*
- FreeBSD provides alloca() via stdlib.h, in contrast to Linux and Windows
Marcus von Appen
2014-06-07
*
Change comments (mainly URLs) to no longer specifically say Python 3.3
Chris Angelico
2014-06-06
*
objstr: Implement "%(key)s" % {} formatting for strings and dicts.
Paul Sokolovsky
2014-06-05
*
Change const byte* to const char* where sensible.
Damien George
2014-05-25
*
Rename configuration variables controling Python features.
Damien George
2014-05-24
*
Tidy up some configuration options.
Damien George
2014-05-21
*
py, unix: Add copyright for modules I worked closely on.
Paul Sokolovsky
2014-05-13
*
builtinimport: Fix broken namespace imports due to dup vstr_cut_tail_bytes().
Paul Sokolovsky
2014-05-10
*
builtinimport: Fix comment orphaned by one of previous commits.
Paul Sokolovsky
2014-05-10
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
py: Use <alloca.h> for alloca()
stijn
2014-05-03
*
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-05-02
*
builtinimport: If there was error compiling imported module, raise exception.
Paul Sokolovsky
2014-04-22
*
py: Add win32-specific header for alloca().
Paul Sokolovsky
2014-04-20
*
builtinimport: Add basic support for namespace packages.
Paul Sokolovsky
2014-04-15
*
py: Add more #if's for configurable MOD_SYS.
Damien George
2014-04-13
*
Merge pull request #476 from pfalcon/static-sys
Damien George
2014-04-13
|
\
|
*
py, unix: Convert sys module to static representation.
Paul Sokolovsky
2014-04-13
*
|
py: Add traceback info to syntax errors.
Damien George
2014-04-13
|
/
*
builtinimport: Implement relative imports.
Paul Sokolovsky
2014-04-12
*
builtinimport: Set __path__ attribute ASAP as it's clear we have a package.
Paul Sokolovsky
2014-04-12
*
builtinimport: Set __path__ attribute on packages.
Paul Sokolovsky
2014-04-12
*
builtinimport: Elaborate debug output support.
Paul Sokolovsky
2014-04-12
*
Remove exception name from inside the exception message
Andrew Scheller
2014-04-09
*
py: Add option to compiler to specify default code emitter.
Damien George
2014-04-06
*
py: Make globals and locals proper dictionary objects.
Damien George
2014-04-05
*
py: Change module globals from mp_map_t* to mp_obj_dict_t*.
Damien George
2014-04-05
*
py: Change nlr_jump to nlr_raise, to aid in debugging.
Damien George
2014-04-05
*
Merge map.h into obj.h.
Damien George
2014-03-30
*
Rename rt_* to mp_*.
Damien George
2014-03-30
*
Proper support for registering builtin modules in ROM.
Damien George
2014-03-25
*
py: Remove obsolete declarations; make mp_obj_get_array consistent.
Damien George
2014-03-24
*
py: Clean up includes.
xbe
2014-03-17
*
Add vstr_ins and vstr_cut_out; improve stmhal readline.
Damien George
2014-03-15
[next]