Commits
User selector
Commit History
Commits on Apr 2, 2016
unix/file: Parse "buffering" argument of open() builtin.
Show description for e5fa163committed
Commits on Feb 14, 2016
- committed
Commits on Jan 11, 2016
- authored andcommitted
Commits on Dec 27, 2015
Commits on Dec 15, 2015
Commits on Dec 14, 2015
unix/modos: Implement ilistdir().
Show description for d874702committed
Commits on Dec 13, 2015
unix/modtime: Add strftime() function (only single argument is supported).
Show description for 8fb255dcommitted
Commits on Dec 11, 2015
Commits on Nov 20, 2015
unix/modsocket: Implement sockaddr() function to decode raw socket address.
Show description for 3ba6165committed
Commits on Nov 16, 2015
unix: Add "uselect" module, with poll() function.
Show description for 65971f5committed
Commits on Nov 13, 2015
unix/modos: Add mkdir().
Show description for 27dafa5committedunix/modos: Add getenv().
Show description for d855783committed
Commits on Oct 19, 2015
unix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff().
Show description for 8ee153fcommitted- committed
Commits on Oct 17, 2015
unix/modos: Add statvfs() function.
Show description for c3000b6committed
Commits on Sep 15, 2015
unix/modjni: Add env() module function.
Show description for cb6cf5ecommitted
Commits on Sep 11, 2015
unix/modjni: "jni" module to interface to JNI-compliant JavaVM.
Show description for e79c6b6committed
Commits on Jul 14, 2015
unix: modsocket: Implement inet_pton() in preference of inet_aton().
Show description for c48740ecommitted
Commits on Jul 13, 2015
unix: modsocket: Implement recvfrom().
Show description for b178dcccommitted
Commits on Jul 12, 2015
unix: modsocket: Implement sendto().
Show description for 3b83aebcommitted
Commits on Feb 5, 2015
Commits on Dec 27, 2014
py: Allow to properly disable builtin "set" object.
Show description for e37dcaacommitted
Commits on Dec 23, 2014
unix, windows: Add _os.system() call.
Show description for 9c658b6authored andcommitted
Commits on Dec 16, 2014
unix: Rename "time" module to "utime" to allow extensibility.
Show description for 9d944c7committed
Commits on Dec 10, 2014
- authored andcommitted

Commits on Oct 9, 2014
unix: Rename "microsocket" module to "usocket".
Show description for 23b3b04committed
Commits on Aug 23, 2014
modtermios: Add "termios" unix module, subset of CPython's.
Show description for 4f9ebadcommitted
Commits on Jul 13, 2014
unix: file: Implement .flush() method.
Show description for 122c9dbcommitted
Commits on May 14, 2014
unix: Add "_os" module with stat().
Show description for 0c124c3committed
Commits on May 7, 2014
- committed
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 26, 2014
py: "read" & "write" are so common that make them core.
Show description for 27f5bddcommitted