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
f4b19c873f
moduhashlib: Initial module skeleton.
2014-11-22 14:47:46 +02:00
..
.gitignore
…
alloc.c
…
file.c
py: Make stream seek correctly check for ioctl fn; add seek for textio.
2014-11-16 23:56:37 +00: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: Allow -X heapsize number take 'w' specifier for word size adjustment.
2014-11-05 22:47:30 +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
moduhashlib: Initial module skeleton.
2014-11-22 14:47:46 +02:00
mpconfigport.mk
…
qstrdefsport.h
unix: Rename "microsocket" module to "usocket".
2014-10-09 20:43:10 +03:00
seg_helpers.c
…