index
:
micropython
docs/library/bluetooth
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
/
builtintables.c
Commit message (
Expand
)
Author
Age
*
py: Remove IOError since it's deprecated; use OSError instead.
Damien George
2014-09-30
*
py: Add 'builtins' module.
Damien George
2014-09-17
*
py: Add native json printing using existing print framework.
Damien George
2014-09-17
*
Remove skeletal modselect from extmod and just put it in stmhal.
Damien George
2014-09-07
*
stmhal: Implement generic select.select and select.poll.
Damien George
2014-09-07
*
py: Put SystemExit in builtin namespace.
Damien George
2014-08-16
*
modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c .
Paul Sokolovsky
2014-08-13
*
py: Implement builtin reversed() function.
Damien George
2014-08-12
*
moductypes: Foreign data interface module, roughly based on ctype ideas.
Paul Sokolovsky
2014-07-09
*
py: Allow to disable array module and bytearray type.
Paul Sokolovsky
2014-06-27
*
py: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-21
*
py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT.
Paul Sokolovsky
2014-06-20
*
Prefix ARRAY_SIZE with micropython prefix MP_
Emmanuel Blot
2014-06-19
*
py: Rename builtin "io" to "_io".
Paul Sokolovsky
2014-06-12
*
py: Properly fix configuration of float and math module.
Damien George
2014-06-03
*
py: Fix configuration of math module.
Damien George
2014-06-03
*
py: Add option to disable set() object (enabled by default).
Damien George
2014-06-01
*
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-06-01
*
Rename configuration variables controling Python features.
Damien George
2014-05-24
*
Tidy up some configuration options.
Damien George
2014-05-21
*
py: Add basic implementation of hasattr() function.
Paul Sokolovsky
2014-05-11
*
objset: Give up and implement frozenset.
Paul Sokolovsky
2014-05-10
*
modgc: Add new module for GC-related functionality.
Paul Sokolovsky
2014-05-06
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
Add ARRAY_SIZE macro, and use it where possible.
Damien George
2014-04-26
*
py: Make collections module configurable, enabled by default.
Damien George
2014-04-26
*
py: Make built-in 'range' a class.
Damien George
2014-04-17
*
py: Add cmath module, for complex math. Disabled by default.
Damien George
2014-04-17
*
py: Add builtin functions bin and oct, and some tests for them.
Damien George
2014-04-15
*
py: Add hex builtin function.
Damien George
2014-04-15
*
py: Add property object, with basic functionality.
Damien George
2014-04-13
*
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: Rename collections module to _collections.
Paul Sokolovsky
2014-04-13
|
/
*
py: Start implementing "struct" module.
Paul Sokolovsky
2014-04-10
*
py: Make bytearray a proper type.
Paul Sokolovsky
2014-04-08
*
py: Implement globals() and locals() builtins.
Paul Sokolovsky
2014-04-06
*
py: Make globals and locals proper dictionary objects.
Damien George
2014-04-05
*
py: Put default namespace into module __main__.
Paul Sokolovsky
2014-04-05
*
py: Add "io" module.
Paul Sokolovsky
2014-04-03
*
py: Rename old const type objects to mp_type_* for consistency.
Damien George
2014-03-29
*
py: Change mp_const_* objects to macros.
Damien George
2014-03-29
*
py: Thin out predefined exceptions.
Damien George
2014-03-27
*
py: Implement getattr() builtin.
Paul Sokolovsky
2014-03-27
*
py: Removed some unnecessary exception objects.
Damien George
2014-03-25
*
Proper support for registering builtin modules in ROM.
Damien George
2014-03-25