-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: micropython/micropython-lib
base: master
head repository: lurch/micropython-lib
compare: master
- 18 commits
- 11 files changed
- 1 contributor
Commits on Apr 1, 2014
-
unittest: Add dummy implementation (just a TestCase class with few me…
…thods).
Paul Sokolovsky committedApr 1, 2014 Configuration menu - View commit details
-
Copy full SHA for 984c841 - Browse repository at this point
Copy the full SHA 984c841View commit details -
unittest: Add packaging metadata file (setup.py).
Paul Sokolovsky committedApr 1, 2014 Configuration menu - View commit details
-
Copy full SHA for b7ff8ce - Browse repository at this point
Copy the full SHA b7ff8ceView commit details
Commits on Apr 2, 2014
-
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 committedApr 2, 2014 Configuration menu - View commit details
-
Copy full SHA for 0bc0ef2 - Browse repository at this point
Copy the full SHA 0bc0ef2View commit details
Commits on Apr 4, 2014
-
unittest: Add simple, non-compliant test runner.
Need to implement importing of __main__ module and/or globals() to write compliant implementation.
Paul Sokolovsky committedApr 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 11b3bb7 - Browse repository at this point
Copy the full SHA 11b3bb7View commit details -
unittest: Rewrite .main() to be compliant re: 1st arg.
Paul Sokolovsky committedApr 4, 2014 Configuration menu - View commit details
-
Copy full SHA for eaadae7 - Browse repository at this point
Copy the full SHA eaadae7View commit details
Commits on Apr 5, 2014
-
Add Makefile to install all modules during development & testing.
Paul Sokolovsky committedApr 5, 2014 Configuration menu - View commit details
-
Copy full SHA for 4d0a31d - Browse repository at this point
Copy the full SHA 4d0a31dView commit details
Commits on Apr 6, 2014
-
unittest: isinstance(<class>, object) no works.
Paul Sokolovsky committedApr 6, 2014 Configuration menu - View commit details
-
Copy full SHA for ba0c78b - Browse repository at this point
Copy the full SHA ba0c78bView commit details -
unittest: Bump version for PyPI.
Paul Sokolovsky committedApr 6, 2014 Configuration menu - View commit details
-
Copy full SHA for af66a00 - Browse repository at this point
Copy the full SHA af66a00View commit details -
types: Add pristine from Python-3.3.3 tarball.
Paul Sokolovsky committedApr 6, 2014 Configuration menu - View commit details
-
Copy full SHA for 3b6266e - Browse repository at this point
Copy the full SHA 3b6266eView commit details -
types: Patch to make loadable in MicroPython.
We don't have too internal, advanced, or obscure types exposed.
Paul Sokolovsky committedApr 6, 2014 Configuration menu - View commit details
-
Copy full SHA for 6d178e8 - Browse repository at this point
Copy the full SHA 6d178e8View commit details -
Note that this explicitly marks CPython developers as author and specifies Python license.
Paul Sokolovsky committedApr 6, 2014 Configuration menu - View commit details
-
Copy full SHA for 5a73ca3 - Browse repository at this point
Copy the full SHA 5a73ca3View commit details -
copy: Add pristine from Python-3.3.3 tarball.
Paul Sokolovsky committedApr 6, 2014 Configuration menu - View commit details
-
Copy full SHA for bb3f065 - Browse repository at this point
Copy the full SHA bb3f065View commit details -
copy: Patch to make loadable in MicroPython.
Limit support to standard types and __copy__() method.
Paul Sokolovsky committedApr 6, 2014 Configuration menu - View commit details
-
Copy full SHA for be464b1 - Browse repository at this point
Copy the full SHA be464b1View commit details -
Paul Sokolovsky committed
Apr 6, 2014 Configuration menu - View commit details
-
Copy full SHA for e3de970 - Browse repository at this point
Copy the full SHA e3de970View commit details -
copy: Add workaround against loading copy from current dir when publi…
…shing.
Paul Sokolovsky committedApr 6, 2014 Configuration menu - View commit details
-
Copy full SHA for 222d3fb - Browse repository at this point
Copy the full SHA 222d3fbView commit details -
copy: Switch to setuptools to support dependencies (types module).
Paul Sokolovsky committedApr 6, 2014 Configuration menu - View commit details
-
Copy full SHA for 3f1c597 - Browse repository at this point
Copy the full SHA 3f1c597View commit details -
Paul Sokolovsky committed
Apr 6, 2014 Configuration menu - View commit details
-
Copy full SHA for 145b143 - Browse repository at this point
Copy the full SHA 145b143View commit details -
Paul Sokolovsky committed
Apr 6, 2014 9Configuration menu - View commit details
-
Copy full SHA for afe2ae2 - Browse repository at this point
Copy the full SHA afe2ae2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master