summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/sys.rst
Commit message (Collapse)AuthorAge
* docs/sys: print_exception: Fixes/clarifications.Paul Sokolovsky2016-06-18
|
* docs/sys: Detailed description of print_exception() diff from traceback module.Paul Sokolovsky2016-06-10
|
* docs/sys: Describe sys.platform is port-neutral manner.Paul Sokolovsky2016-05-01
|
* docs/sys: Describe sys.maxsize.Paul Sokolovsky2016-05-01
|
* docs/sys: Describe sys.implementation.Paul Sokolovsky2016-05-01
|
* docs/sys: Clean up print_exception() description.Paul Sokolovsky2016-05-01
|
* docs/sys: Clarify description of sys.exit().Paul Sokolovsky2016-05-01
|
* docs/sys: Make module variable descriptions proper sentences.Paul Sokolovsky2016-05-01
|
* docs/sys: Remove port-specific details from description of stdin/out/err.Paul Sokolovsky2016-05-01
|
* docs/sys: Document sys.modules.Paul Sokolovsky2016-05-01
|
* docs: Change "Micro Python" to "MicroPython" in all places in docs.Damien George2015-06-04
|
* docs: Make admonition for CPy-difference use "attention" class.Damien George2014-12-22
| | | | This renders it in yellow/orange box on RTD server.
* docs: Add CPy diff note for print_exception; embellish sys.platform.Damien George2014-12-19
|
* docs: Add sys.print_exception().Paul Sokolovsky2014-12-10
|
* docs: Cleanup and update some docs.Damien George2014-10-31
|
* docs: Import documentation from source-code inline comments.Damien George2014-10-31
The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory.