| Age | Commit message (Expand) | Author |
| 2014-06-08 | Provide definition of alloca() in mpconfigport.h. | Damien George |
| 2014-06-08 | Merge branch 'alloca' of github.com:marcusva/micropython into marcusva-alloca | Damien George |
| 2014-06-07 | modsys: Add optional support for sys.platform. | Paul Sokolovsky |
| 2014-06-07 | Merge pull request #672 from marcusva/makefile | Damien George |
| 2014-06-07 | - Cast the struct stat sb.st_ino field to machine_int_t explicitly to avoid a | Marcus von Appen |
| 2014-06-07 | - FreeBSD provides alloca() via stdlib.h, in contrast to Linux and Windows | Marcus von Appen |
| 2014-06-07 | - Let the build environment decide about the toolchain to be used, in case | Marcus von Appen |
| 2014-06-07 | Merge pull request #662 from stinos/windows-pathsep | Damien George |
| 2014-06-05 | modgc: Implement return value for gc.collect(), enable on Unix. | Paul Sokolovsky |
| 2014-06-05 | unix: Fix path seperator used depending on OS | stijn |
| 2014-06-05 | unix: Add setjmp-based GC register helper implementation. | Paul Sokolovsky |
| 2014-06-03 | py: Instead of having "debug on" var, have "optimization level" var. | Paul Sokolovsky |
| 2014-06-03 | unix: Properly print script filename in case of error. | Paul Sokolovsky |
| 2014-06-01 | Rename bultins config variables to MICROPY_PY_BUILTINS_*. | Damien George |
| 2014-05-31 | unix: 64-bit cleanness. | Paul Sokolovsky |
| 2014-05-31 | unix: Add poorman's stack usage info to mem_info() dump. | Paul Sokolovsky |
| 2014-05-31 | modsocket: Add some comments on intended usage/API design of module. | Paul Sokolovsky |
| 2014-05-31 | modsocket: Remove stale ifdef. | Paul Sokolovsky |
| 2014-05-28 | unix/gccollect.c: Make Clang workaround apply only to it. Unbreaks gcc builds. | Paul Sokolovsky |
| 2014-05-28 | Revert "Fix DEBUG=1 builds" | Paul Sokolovsky |
| 2014-05-26 | Fix DEBUG=1 builds | Dave Hylands |
| 2014-05-26 | modos: stat(): Accept bytes argument. | Paul Sokolovsky |
| 2014-05-25 | Change const byte* to const char* where sensible. | Damien George |
| 2014-05-24 | Add SystemExit exception and use it in unix/ and stmhal/ ports. | Damien George |
| 2014-05-24 | Rename configuration variables controling Python features. | Damien George |
| 2014-05-24 | modsocket: 64-bit cleanness. | Paul Sokolovsky |
| 2014-05-24 | unix modsocket: Make .makefile() method more compliant. | Paul Sokolovsky |
| 2014-05-21 | unix: Fix casting issue, int to small int object. | Damien George |
| 2014-05-21 | Tidy up some configuration options. | Damien George |
| 2014-05-21 | unix, Mac support: Generate order.def via Makefile. | Damien George |
| 2014-05-21 | Merge pull request #607 from Anton-2/osx-clang | Damien George |
| 2014-05-19 | py: Implement proper separation between io.FileIO and io.TextIOWrapper. | Paul Sokolovsky |
| 2014-05-15 | modos: Clean 64-bit issues. | Paul Sokolovsky |
| 2014-05-14 | unix: Add "_os" module with stat(). | Paul Sokolovsky |
| 2014-05-13 | Merge pull request #600 from stinos/unix-exitcode | Damien George |
| 2014-05-13 | py, unix: Add copyright for modules I worked closely on. | Paul Sokolovsky |
| 2014-05-12 | unix: Implement -O option to turn off __debug__ flag. | Damien George |
| 2014-05-12 | py: Rename BYTE_CODE to BYTECODE (this was missed in previous rename). | Damien George |
| 2014-05-13 | unix: Fix linker errors when time/ffi modules are disabled | stijn |
| 2014-05-12 | Fix some unused variables, and silence a clang warning about initialization o... | Antonin ENFRUN |
| 2014-05-12 | unix: Add asm statements needed to read registers with clang. Code generated ... | Antonin ENFRUN |
| 2014-05-12 | unix: Create __bss_start and _end symbols for Mach-O targets. | Antonin ENFRUN |
| 2014-05-11 | unix: Use standard return codes for main | stijn |
| 2014-05-11 | py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT. | Damien George |
| 2014-05-11 | Merge pull request #597 from stinos/mingw-compilation | Damien George |
| 2014-05-10 | modsys: Enable sys.exit() per port after all. | Paul Sokolovsky |
| 2014-05-10 | modsys, unix: Add sys.exit(), should be implemented by a port. | Paul Sokolovsky |
| 2014-05-10 | py: Disable frozenset by default, enable on unix. | Paul Sokolovsky |
| 2014-05-10 | mingw: Fix compilation issues | stijn |
| 2014-05-09 | windows: Add modtime implementation | stijn |