Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Per current CPython docs conventions, arguments are in italics. Follow
that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not all ports accept floating-point value.
|
|
|
|
|
|
Otherwise Sphinx gives a warning.
|
|
|
|
|
|
Even the modules whose names don't start with "u" prefix are micro-ified
anyway, i.e. provide only subset of CPython's functionality (and sometimes
extensions to it). So, it doesn't make much sense to devide them by
criteria of having/not having "u" prefix.
|
|
|
|
|
|
|
|
|
|
|
|
Different ports may have different formats.
|
|
|
|
|
|
|
|
|
|
"ustruct" is good example of micro-ified module, so rather should belong
to the corresponding list.
|
|
|
|
|
|
|
|
Fixes issues #1912 and #1913. UART documentation is also updated.
|
|
The docs are still heavily biased towards WiPy, so will need a lot of
exclusions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|