summaryrefslogtreecommitdiff
path: root/docs/library/gc.rst
AgeCommit message (Expand)Author
2018-05-22add caveat language re MicroPython libraries; other slight changesDan Halbert
2018-05-22RTD documentation updatesDan Halbert
2018-02-20Delete a bunch of docs, drivers and examples not relevant to CircuitPython.Scott Shawcroft
2017-07-02docs/library: Add CPython docs xref to each pertinent module.Paul Sokolovsky
2017-06-26docs/library/gc: Fix grammar and improve readability of gc.threshold().Damien George
2017-06-24docs/gc: Document gc.threshold() function.Paul Sokolovsky
2017-06-24docs/gc: Mark mem_alloc()/mem_free() as uPy-specific.Paul Sokolovsky
2014-10-31docs: Cleanup and update some docs.Damien George
2014-10-31py: Make gc.enable/disable just control auto-GC; alloc is still allowed.Damien George
2014-10-31docs: Import documentation from source-code inline comments.Damien George