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
Damien George
f5d69794a8
extmod: Add uheapq module.
2014-10-22 23:20:15 +01:00
..
.gitignore
…
alloc.c
Code style/whitespace cleanup; remove obsolete headers.
2014-09-03 22:47:23 +01:00
file.c
Implement kwargs for builtin open() and _io.FileIO
2014-10-21 22:10:01 +03:00
gccollect.c
…
input.c
…
input.h
…
main.c
unix: Make -c option parse input script as a file, as per CPython.
2014-10-17 23:51:39 +01:00
Makefile
unix: Add comment about needed dependencies for MICROPY_FORCE_32BIT.
2014-10-11 20:33:37 +03:00
modffi.c
unix: Fix modffi to be able to return double on x86 machines.
2014-09-06 23:04:42 +00:00
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.h
extmod: Add uheapq module.
2014-10-22 23:20:15 +01:00
mpconfigport.mk
…
qstrdefsport.h
unix: Rename "microsocket" module to "usocket".
2014-10-09 20:43:10 +03:00
seg_helpers.c
…