index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
py.mk
Age
Commit message (
Expand
)
Author
2014-09-17
py: Add native json printing using existing print framework.
Damien George
2014-09-07
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-06
py: Add support for emitting native x86 machine code.
Damien George
2014-09-04
py: Use variable length encoded uints in more places in bytecode.
Damien George
2014-08-28
py: Move native glue code from runtime.c to new file nativeglue.c.
v1.3.1
Damien George
2014-08-27
Basic native ARM emitter
Fabian Vogt
2014-08-13
modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c .
Paul Sokolovsky
2014-08-12
py: Implement builtin reversed() function.
Damien George
2014-07-19
py: Make print() accept "file" argument, and actually print to stream.
Paul Sokolovsky
2014-07-09
moductypes: Foreign data interface module, roughly based on ctype ideas.
Paul Sokolovsky
2014-06-27
py: Prune unneeded code from objstrunicode, reuse code in objstr.
Paul Sokolovsky
2014-06-27
py: Add portable framework to query/check C stack usage.
Paul Sokolovsky
2014-05-06
modgc: Add new module for GC-related functionality.
Paul Sokolovsky
2014-04-26
modio: Implement io.StringIO class.
Paul Sokolovsky
2014-04-24
Makefile: Allow to override "super optimization" options used for some files.
Paul Sokolovsky
2014-04-20
py: Add arg checking helper functions.
Damien George
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-17
Merge branch 'relocatable-build-dir' of github.com:lurch/micropython into lur...
Damien George
2014-04-17
Merge pull request #507 from pfalcon/nlr-setjmp
Damien George
2014-04-17
py: Add cmath module, for complex math. Disabled by default.
Damien George
2014-04-17
nlr: Add implementation using setjmp/longjmp.
Paul Sokolovsky
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-13
py: Add property object, with basic functionality.
Damien George
2014-04-13
Merge pull request #476 from pfalcon/static-sys
Damien George
2014-04-13
py: Factor out impl of special methods for builtin types into opmethods.c
Paul Sokolovsky
2014-04-13
py, unix: Convert sys module to static representation.
Paul Sokolovsky
2014-04-12
py: Preprocess qstrdefs.h before feeding to makeqstrdata.py.
Paul Sokolovsky
2014-04-10
py: Start implementing "struct" module.
Paul Sokolovsky
2014-04-07
Replace some Makefile commands with variables in py/mkenv.mk
Andrew Scheller
2014-04-04
Merge pull request #421 from dhylands/git-version
Damien George
2014-04-04
py: This time, real proper overflow checking of small int power.
Damien George
2014-04-03
Add the git version to the banner
Dave Hylands
2014-04-03
py: Add "io" module.
Paul Sokolovsky
2014-04-01
Enhance str.format support
Dave Hylands
2014-03-27
py: Factor out code from runtime.c to emitglue.c.
Damien George
2014-03-25
Proper support for registering builtin modules in ROM.
Damien George
2014-03-22
py: Add 'object' object.
Damien George
2014-03-22
Fixed modulo operator on ints and mp ints to agree with python. Added intdivm...
Rachel Dowdall
2014-03-10
Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.
Damien George
2014-03-10
Add proper floating point printing support.
Dave Hylands
2014-03-08
Implement ROMable modules. Add math module.
Damien George
2014-03-03
Add basic collections.namedtuple implementation.
Paul Sokolovsky
2014-03-01
py: Implement bit-shift and not operations for mpz.
Damien George
2014-02-22
Add arbitrary precision integer support.
Damien George
2014-02-22
py: Put number parsing code together in parsenum.c.
Damien George
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-14
ffi: Implement ffivar.get()/set() methods.
Paul Sokolovsky
2014-02-03
py: Implement builtin exec.
Damien George
2014-01-30
Fix Makefiles: -O3 option was not being applied; mkdir for STM.
Damien George
[next]