| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-20 | Delete a bunch of docs, drivers and examples not relevant to CircuitPython. | Scott Shawcroft | |
| This fixes #345 and fixes #215. | |||
| 2017-07-02 | docs/library: Add CPython docs xref to each pertinent module. | Paul Sokolovsky | |
| Cross-reference text/link is implemented as RST substitution, so easy to consistently. | |||
| 2017-06-28 | docs/{micropython,sys,uos}: Use markup adhering to the latest docs conventions. | Paul Sokolovsky | |
| 2017-06-03 | docs/uos: Move cc3200 port legacy VFS mounting functions to its ref doc. | Paul Sokolovsky | |
| This patch also unconditionalizes uos.dupterm(), though exact interface and semantics is yet to be defined. | |||
| 2017-06-03 | docs/uos: Deconditionalize, remove minor port-specific details. | Paul Sokolovsky | |
| For a couple of ports, there was information which directory is set as current after boot. This information doesn't belong to "uos" module, and is moved to boards' references (which actually already contained information on which directory is chosen for boot, even if without explicit mentioning that it becomes current directory, which is now done). | |||
| 2017-05-10 | docs/library/uos: Add description of uos.ilistdir() function. | Damien George | |
| 2017-04-16 | docs/library/uos: urandom: Generalize description. | Paul Sokolovsky | |
| Don't give a guarantee of HW RNG, only a possibility of its usage. | |||
| 2017-04-05 | docs/uos: De-conditionalize statvfs() description. | Paul Sokolovsky | |
| It's a standard function, and it's already described (in the library intro) that for any given port, any function may be missing. | |||
| 2017-02-14 | docs/uos: Remove mention of uos.sep. | Paul Sokolovsky | |
| MicroPython guarantees '/' to be a path separator, so extra constant taking precious ROM space are not needed. MicroPython never had such constant, only one vendor port had it (now unmaintained). | |||
| 2016-10-07 | docs/uos: Add uos.statvfs() documentation. | Alex March | |
| 2016-08-02 | docs: Spelling mistakes | Mike Causer | |
| 2016-04-27 | docs: Fix uos and utime heading underlines to be the correct length. | Damien George | |
| Otherwise Sphinx gives a warning. | |||
| 2016-04-27 | docs/library: "os" module is actually "uos". | Paul Sokolovsky | |
