- 29 Dec, 2016 1 commit
-
-
Rami Ali authored
-
- 23 Dec, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 22 Dec, 2016 1 commit
-
-
Paul Sokolovsky authored
Now that specialized utimeq module has been implenented, revert previous adhoc changes to uheapq. This reverts commit 0cbc0722.
-
- 21 Dec, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 13 Dec, 2016 1 commit
-
-
Rami Ali authored
-
- 12 Dec, 2016 1 commit
-
-
Rami Ali authored
-
- 09 Dec, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 08 Dec, 2016 1 commit
-
-
Damien George authored
So that one can easily access the underlying data of the frame buffer, eg to write the data out to a display.
-
- 05 Dec, 2016 1 commit
-
-
Damien George authored
-
- 04 Dec, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 02 Dec, 2016 2 commits
-
-
Damien George authored
-
Damien George authored
If the destination of os.rename() exists then it will be overwritten if it is a file. This is the POSIX behaviour, which is also the CPython behaviour, and so we follow suit. See issue #2598 for discussion.
-
- 01 Dec, 2016 2 commits
-
-
Damien George authored
For backwards compatibility. It simple creates a frame buffer with the MVLSB format.
-
Radomir Dopieralski authored
Rename FrameBuffer1 into FrameBuffer and make it handle different bit depths via a method table that has getpixel and setpixel. Currently supported formats are MVLSB (monochrome, vertical, LSB) and RGB565. Also add blit() and fill_rect() methods.
-
- 22 Nov, 2016 1 commit
-
-
Rami Ali authored
-
- 11 Nov, 2016 1 commit
-
-
Paul Sokolovsky authored
As required for further elaboration of uasyncio, like supporting baremetal systems with wraparound timesources. This is not intended to be public interface, and likely will be further refactored in the future.
-
- 05 Nov, 2016 1 commit
-
-
Paul Sokolovsky authored
Otherwise this broke esp8266 testsuite.
-
- 02 Nov, 2016 1 commit
-
-
Alex March authored
-
- 30 Oct, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 29 Oct, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 28 Oct, 2016 2 commits
-
-
Alex March authored
-
Alex March authored
-
- 27 Oct, 2016 2 commits
-
-
Alex March authored
-
Alex March authored
-
- 24 Oct, 2016 2 commits
-
-
Damien George authored
As per CPython semantics. In particular, file.__del__() should not raise an exception if the file is already closed.
-
Alex March authored
Covered case: - Stat cases - Invalid read/write/flush/close - Invalid mkdir/rmdir/remove/getcwd - File seek/tell, modes a/x/+, t/b - Writing to a full disk - Full path rename, slash trim - Rename cases - Bytestring listdir - File object printing
-
- 13 Oct, 2016 2 commits
-
-
Alex March authored
-
Damien George authored
-
- 11 Oct, 2016 1 commit
-
-
Alex March authored
-
- 06 Oct, 2016 1 commit
-
-
Alex March authored
-
- 04 Oct, 2016 1 commit
-
-
Alex March authored
-
- 27 Sep, 2016 1 commit
-
-
Alex March authored
-
- 24 Sep, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 16 Sep, 2016 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 05 Sep, 2016 1 commit
-
-
Damien George authored
-
- 04 Sep, 2016 2 commits
-
-
Paul Sokolovsky authored
-
Damien George authored
-
- 02 Sep, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 26 Aug, 2016 1 commit
-
-
Radomir Dopieralski authored
Try to un-mount a file system and re-mount it again.
-