Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: micropython/micropython-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lurch/micropython-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 11 files changed
  • 1 contributor

Commits on Apr 1, 2014

  1. unittest: Add dummy implementation (just a TestCase class with few me…

    …thods).
    Paul Sokolovsky committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    984c841 View commit details
    Browse the repository at this point in the history
  2. unittest: Add packaging metadata file (setup.py).

    Paul Sokolovsky committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    b7ff8ce View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2014

  1. Add very basic implementation of os and fcntl modules for unix port.

    Using ffi module. Both offer just 1-2 initial functions so far.
    Paul Sokolovsky committed Apr 2, 2014
    Configuration menu
    Copy the full SHA
    0bc0ef2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2014

  1. unittest: Add simple, non-compliant test runner.

    Need to implement importing of __main__ module and/or globals() to write
    compliant implementation.
    Paul Sokolovsky committed Apr 4, 2014
    Configuration menu
    Copy the full SHA
    11b3bb7 View commit details
    Browse the repository at this point in the history
  2. unittest: Rewrite .main() to be compliant re: 1st arg.

    Paul Sokolovsky committed Apr 4, 2014
    Configuration menu
    Copy the full SHA
    eaadae7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2014

  1. Configuration menu
    Copy the full SHA
    4d0a31d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2014

  1. unittest: isinstance(<class>, object) no works.

    Paul Sokolovsky committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    ba0c78b View commit details
    Browse the repository at this point in the history
  2. unittest: Bump version for PyPI.

    Paul Sokolovsky committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    af66a00 View commit details
    Browse the repository at this point in the history
  3. types: Add pristine from Python-3.3.3 tarball.

    Paul Sokolovsky committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    3b6266e View commit details
    Browse the repository at this point in the history
  4. types: Patch to make loadable in MicroPython.

    We don't have too internal, advanced, or obscure types exposed.
    Paul Sokolovsky committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    6d178e8 View commit details
    Browse the repository at this point in the history
  5. types: Add setup metadata.

    Note that this explicitly marks CPython developers as author and specifies
    Python license.
    Paul Sokolovsky committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    5a73ca3 View commit details
    Browse the repository at this point in the history
  6. copy: Add pristine from Python-3.3.3 tarball.

    Paul Sokolovsky committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    bb3f065 View commit details
    Browse the repository at this point in the history
  7. copy: Patch to make loadable in MicroPython.

    Limit support to standard types and __copy__() method.
    Paul Sokolovsky committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    be464b1 View commit details
    Browse the repository at this point in the history
  8. copy: Add setup metadata.

    Paul Sokolovsky committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    e3de970 View commit details
    Browse the repository at this point in the history
  9. copy: Add workaround against loading copy from current dir when publi…

    …shing.
    Paul Sokolovsky committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    222d3fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f1c597 View commit details
    Browse the repository at this point in the history
  11. os: Add setup metadata.

    Paul Sokolovsky committed Apr 6, 2014
    Configuration menu
    Copy the full SHA
    145b143 View commit details
    Browse the repository at this point in the history
  12. fcntl: Add setup metadata.

    Paul Sokolovsky committed Apr 6, 2014
    9 Configuration menu
    Copy the full SHA
    afe2ae2 View commit details
    Browse the repository at this point in the history
Loading