Commits
User selector
Commit History
Commits on Oct 10, 2015
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 Jul 10, 2015
unix: socket.getaddrinfo: Port is unsigned value.
Show description for 115afdbcommitted
Commits on Jul 9, 2015
unix: socket.getaddrinfo: Accept family & socktype arguments.
Show description for 8eb802acommitted
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 1, 2015
- committed
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 5, 2014
py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.
Show description for be6d8becommitted
Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Oct 21, 2014
Implement kwargs for builtin open() and _io.FileIO
Show description for 2fe4cf7authored andcommitted
Commits on Oct 18, 2014
unix, stmhal: Implement file.readinto() method.
Show description for 1a55b6acommitted
Commits on Oct 9, 2014
unix: Rename "microsocket" module to "usocket".
Show description for 23b3b04committed
Commits on Sep 6, 2014
unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning.
Show description for 17598d4committed
Commits on Aug 29, 2014
Change some parts of the core API to use mp_uint_t instead of uint/int.
Show description for ecc88e9committed
Commits on Aug 10, 2014
Commits on Jul 31, 2014
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Show description for bb4c6f3committed
Commits on Jul 27, 2014
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 24, 2014
Commits on Jun 22, 2014
modsocket: Workaround uClibc issue with numeric port for getaddrinfo().
Show description for ff5932acommitted- committed
Commits on Jun 19, 2014
Commits on Jun 7, 2014
- FreeBSD provides alloca() via stdlib.h, in contrast to Linux and Windows
Show description for 0c90eb1committed
Commits on May 30, 2014
Commits on May 25, 2014
Change const byte* to const char* where sensible.
Show description for 2617eebcommitted
Commits on May 24, 2014
- committed
unix modsocket: Make .makefile() method more compliant.
Show description for 561789dcommitted
Commits on May 21, 2014
Merge pull request #607 from Anton-2/osx-clang
Show description for 0fd0168committed