This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
micropython
/
unix
History
Paul Sokolovsky
346aacf27f
unix: fast: Set initial module dict size big to have high pystone score.
...
For this, introduce MICROPY_MODULE_DICT_SIZE config setting.
2014-11-05 00:30:21 +02:00
..
.gitignore
…
alloc.c
…
file.c
Implement kwargs for builtin open() and _io.FileIO
2014-10-21 22:10:01 +03:00
gccollect.c
py: Make gc.enable/disable just control auto-GC; alloc is still allowed.
2014-10-31 21:30:46 +00:00
input.c
…
input.h
…
main.c
unix: Make -v dump memory info at exit.
2014-10-26 22:36:56 +00:00
Makefile
unix: Provide "fast" target to build interpreter for benchmarking.
2014-11-02 18:17:43 +02:00
modffi.c
…
modos.c
…
modsocket.c
Implement kwargs for builtin open() and _io.FileIO
2014-10-21 22:10:01 +03:00
modtermios.c
…
modtime.c
…
mpconfigport_fast.h
unix: fast: Set initial module dict size big to have high pystone score.
2014-11-05 00:30:21 +02:00
mpconfigport.h
py: Implement compile builtin, enabled only on unix port.
2014-10-25 22:07:25 +01:00
mpconfigport.mk
…
qstrdefsport.h
unix: Rename "microsocket" module to "usocket".
2014-10-09 20:43:10 +03:00
seg_helpers.c
…