Skip to content
Snippets Groups Projects
  1. Jul 31, 2017
  2. May 02, 2017
    • Paul Sokolovsky's avatar
      py/modio: Implement uio.resource_stream(package, resource_path). · d7da2dba
      Paul Sokolovsky authored
      The with semantics of this function is close to
      pkg_resources.resource_stream() function from setuptools, which
      is the canonical way to access non-source files belonging to a package
      (resources), regardless of what medium the package uses (e.g. individual
      source files vs zip archive). In the case of MicroPython, this function
      allows to access resources which are frozen into the executable, besides
      accessing resources in the file system.
      
      This is initial stage of the implementation, which actually doesn't
      implement "package" part of the semantics, just accesses frozen resources
      from "root", or filesystem resource - from current dir.
      d7da2dba
  3. May 23, 2016
  4. May 21, 2016
    • Paul Sokolovsky's avatar
      py/{builtinimport,frozenmod}: Rework frozen modules support to support packages. · fb742cdc
      Paul Sokolovsky authored
      Now frozen modules is treated just as a kind of VFS, and all operations
      performed on it correspond to operations on normal filesystem. This allows
      to support packages properly, and potentially also data files.
      
      This change also have changes to rework frozen bytecode modules support to
      use the same framework, but it's not finished (and actually may not work,
      as older adhox handling of any type of frozen modules is removed).
      fb742cdc
  5. Apr 17, 2016
  6. Apr 13, 2016
  7. Mar 16, 2016
  8. Jan 03, 2016
  9. Jan 01, 2016
  10. May 31, 2015
  11. Jan 20, 2015
  12. Jan 01, 2015
  13. Jun 28, 2014
  14. May 03, 2014
    • Damien George's avatar
      Add license header to (almost) all files. · 04b9147e
      Damien George authored
      Blanket wide to all .c and .h files.  Some files originating from ST are
      difficult to deal with (license wise) so it was left out of those.
      
      Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
      04b9147e
  15. Mar 20, 2014
  16. Mar 13, 2014
  17. Feb 17, 2014
Loading