index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
/
qstrdefsport.h
Age
Commit message (
Expand
)
Author
2016-04-16
py: Add rules for automated extraction of qstrs from sources.
Jan Čapek
2016-04-02
unix/file: Parse "buffering" argument of open() builtin.
Paul Sokolovsky
2016-02-14
unix: Enable VfsFat support.
Paul Sokolovsky
2016-01-11
unix: Add socket.inet_ntop function
Dave Hylands
2015-12-28
unix: Implement uos.dupterm(). Conditional on MICROPY_PY_OS_DUPTERM.
Paul Sokolovsky
2015-12-16
uos: Add errno() function to get/set errno value.
Paul Sokolovsky
2015-12-14
unix/modos: Implement ilistdir().
Paul Sokolovsky
2015-12-14
unix/modtime: Add strftime() function (only single argument is supported).
Paul Sokolovsky
2015-12-12
unix: Rename "_os" module to "uos" for consistency with baremetal ports.
Paul Sokolovsky
2015-11-21
unix/modsocket: Implement sockaddr() function to decode raw socket address.
Paul Sokolovsky
2015-11-17
unix: Add "uselect" module, with poll() function.
Paul Sokolovsky
2015-11-13
unix/modos: Add mkdir().
Paul Sokolovsky
2015-11-13
unix/modos: Add getenv().
Paul Sokolovsky
2015-10-19
unix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff().
Paul Sokolovsky
2015-10-19
unix/modtime: Implement sleep_ms(), sleep_us().
Paul Sokolovsky
2015-10-18
unix/modos: Add statvfs() function.
Paul Sokolovsky
2015-09-16
unix/modjni: Add env() module function.
Paul Sokolovsky
2015-09-11
unix/modjni: "jni" module to interface to JNI-compliant JavaVM.
Paul Sokolovsky
2015-07-15
unix: modsocket: Implement inet_pton() in preference of inet_aton().
Paul Sokolovsky
2015-07-14
unix: modsocket: Implement recvfrom().
Paul Sokolovsky
2015-07-12
unix: modsocket: Implement sendto().
Paul Sokolovsky
2015-02-06
modffi: Add .addr() method to just get symbol address.
Paul Sokolovsky
2014-12-27
py: Allow to properly disable builtin "set" object.
Damien George
2014-12-23
unix, windows: Add _os.system() call.
Paul Sokolovsky
2014-12-17
unix: Rename "time" module to "utime" to allow extensibility.
Paul Sokolovsky
2014-12-10
unix: add unlink function to os module
Nikita Nazarenko
2014-10-09
unix: Rename "microsocket" module to "usocket".
Paul Sokolovsky
2014-08-23
modtermios: Add "termios" unix module, subset of CPython's.
Paul Sokolovsky
2014-07-13
unix: file: Implement .flush() method.
Paul Sokolovsky
2014-05-14
unix: Add "_os" module with stat().
Paul Sokolovsky
2014-05-07
Add input command for unix
Dave Hylands
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-26
py: "read" & "write" are so common that make them core.
Paul Sokolovsky
2014-04-20
modsocket: Add setblocking() method.
Paul Sokolovsky
2014-04-18
unix modffi: Convert to static module structures.
Paul Sokolovsky
2014-04-17
unix modsocket: Convert to static module structures.
Paul Sokolovsky
2014-04-17
unix modtime: Convert to static module structures.
Paul Sokolovsky
2014-04-13
py: Move sys attribute qstrs's to core.
Paul Sokolovsky
2014-04-08
unix, stmhal: Consistently use "FileIO" as class name for file objects.
Paul Sokolovsky
2014-04-05
py: Replace stream_p with *stream_p in mp_obj_type_t.
Damien George
2014-03-29
unix: Fix ffi.c to compile with latest changes to API.
Damien George
2014-03-26
Change mp_method_t.name from const char * to qstr.
Damien George
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-15
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-08
Rename "rawsocket" module to "microsocket".
Paul Sokolovsky
2014-02-04
Use qstr id to create sys module.
Paul Sokolovsky
2014-01-21
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George