aboutsummaryrefslogtreecommitdiff
path: root/docs/library/gc.rst
AgeCommit message (Expand)Author
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