-
Notifications
You must be signed in to change notification settings - Fork 1k
Comparing changes
Open a pull request
base repository: micropython/micropython-lib
base: master
head repository: micropython/micropython-lib
compare: asyncio-segfault
- 15 commits
- 3 files changed
- 1 contributor
Commits on Apr 23, 2014
-
asyncio: Initial prototype implementation.
Paul Sokolovsky committedApr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 80ecd3b - Browse repository at this point
Copy the full SHA 80ecd3bView commit details -
asyncio: Implement subclass implementing filedes watching interface.
Paul Sokolovsky committedApr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 78fef25 - Browse repository at this point
Copy the full SHA 78fef25View commit details -
asyncio: Recover eventloop's ability to work with callbacks.
Actually, coroutine support for call_soon() is a hack, in big asyncio coroutine should be wrapped in Task object.
Paul Sokolovsky committedApr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 25bcef1 - Browse repository at this point
Copy the full SHA 25bcef1View commit details -
asyncio: Make run_forever() actually run forever.
Paul Sokolovsky committedApr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for e2403bd - Browse repository at this point
Copy the full SHA e2403bdView commit details -
asyncio: EpollEventLoop.wait(): support infinite wait.
Paul Sokolovsky committedApr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 65f0a05 - Browse repository at this point
Copy the full SHA 65f0a05View commit details -
asyncio: Support read/write syscalls, and route vals both ways betwee…
…n coros.
Paul Sokolovsky committedApr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for ca9ea0d - Browse repository at this point
Copy the full SHA ca9ea0dView commit details -
asyncio: Start adding asyncio stream interface.
Paul Sokolovsky committedApr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for a0a699e - Browse repository at this point
Copy the full SHA a0a699eView commit details -
asyncio: Add dumb debug output.
Paul Sokolovsky committedApr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 56ff510 - Browse repository at this point
Copy the full SHA 56ff510View commit details -
asyncio: Use logging and errno modules.
Paul Sokolovsky committedApr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 9301c15 - Browse repository at this point
Copy the full SHA 9301c15View commit details -
asyncio: Add remove_reader()/remove_writer().
Paul Sokolovsky committedApr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for aff251b - Browse repository at this point
Copy the full SHA aff251bView commit details -
asyncio: Add asyncio.async() dummy factory function.
Not Task bloat implemented (so far?), so just identity function for CPython compatibility.
Paul Sokolovsky committedApr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for d63d73d - Browse repository at this point
Copy the full SHA d63d73dView commit details -
asyncio: Add basic loop.call_soon() test.
Paul Sokolovsky committedApr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for efc5bac - Browse repository at this point
Copy the full SHA efc5bacView commit details -
asyncio: Handle end of stream condition properly.
By removing any IO watches for associated file handle. The way it's implemented tries to preserve OS-like separation between event loop and tasks. So, stream to finish watching fd for IO also issues syscall, instead of calling methods on loop instance directly. Calling method on loop would be more efficient, but will require storing reference to loop in each stream. And those separation matters...
Paul Sokolovsky committedApr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 916eb33 - Browse repository at this point
Copy the full SHA 916eb33View commit details -
asyncio: Add basic asyncio stream interface test.
Paul Sokolovsky committedApr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for 18c0b2c - Browse repository at this point
Copy the full SHA 18c0b2cView commit details -
Add changes to expose uPy segfault.
Paul Sokolovsky committedApr 23, 2014 Configuration menu - View commit details
-
Copy full SHA for dbc45a2 - Browse repository at this point
Copy the full SHA dbc45a2View 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...asyncio-segfault