| Age | Commit message (Expand) | Author |
| 2018-05-23 | typos in builtins.rst | Dan Halbert |
| 2018-05-23 | use shared-bindings struct doc; remove docs/library one | Dan Halbert |
| 2018-05-22 | fix title underline | Dan Halbert |
| 2018-05-22 | add caveat language re MicroPython libraries; other slight changes | Dan Halbert |
| 2018-05-22 | RTD documentation updates | Dan Halbert |
| 2018-05-15 | Merge branch 'master' of github.com:adafruit/circuitpython | Roy Hooper |
| 2018-05-14 | Initial implementation of supervisor.reload() | Roy Hooper |
| 2018-05-14 | Update docs s/ucollections/collections/g | bildzeitung |
| 2018-05-06 | docs: fix references to uhashlib | Jeff Epler |
| 2018-05-03 | docs: fix references to ubinascii | Jeff Epler |
| 2018-02-27 | Merge remote-tracking branch 'adafruit/2.x' into merge_2x | Scott Shawcroft |
| 2018-02-20 | Delete a bunch of docs, drivers and examples not relevant to CircuitPython. | Scott Shawcroft |
| 2017-11-02 | Merge tag 'v1.9.3' | Scott Shawcroft |
| 2017-10-31 | docs/ure: Add "|" (alternative) to the list of supported operators. | Paul Sokolovsky |
| 2017-10-31 | docs/usocket: Document that settimeout() isn't supported by all ports. | Paul Sokolovsky |
| 2017-10-30 | docs/ussl: Fix module name refs and use "MicroPython port" term. | Paul Sokolovsky |
| 2017-10-27 | docs/library/network: Add dhcp_hostname parameter | Joar Wandborg |
| 2017-10-27 | docs/usocket: Document inet_ntop(), inet_pton(). | Paul Sokolovsky |
| 2017-10-26 | docs/usocket: Elaborate descriptions. | Paul Sokolovsky |
| 2017-10-26 | docs/uselect: Document one-shot polling mode. | Paul Sokolovsky |
| 2017-10-24 | Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge | Scott Shawcroft |
| 2017-10-16 | docs/library/network: Update docs to state that W5500 is supported. | Damien George |
| 2017-10-16 | stm32/modnwwiznet5k: Implement WIZNET5K.isconnected() method. | Damien George |
| 2017-10-11 | docs/library: Add missing cross-ref links for classes in pyb module. | Mike Causer |
| 2017-10-09 | docs/library/network: Clarify usage of "bssid" arg in connect() method. | Damien George |
| 2017-09-17 | docs/btree: Describe page caching policy of the underlying implementation. | Paul Sokolovsky |
| 2017-09-13 | docs/library/framebuf.rst: Generalise constructor to all colour formats. | Peter Hinch |
| 2017-08-29 | docs/library/micropython: Fix typo in RST formatting. | Damien George |
| 2017-08-29 | docs/library: Add description of "index" parameter to uos.dupterm(). | Damien George |
| 2017-08-29 | docs/machine.Signal: Improve style/grammar and add usage example. | Paul Sokolovsky |
| 2017-08-28 | docs/library/network: Fix ref to "socket" module (should be "usocket"). | Paul Sokolovsky |
| 2017-08-28 | docs: More xrefs to "MicroPython port" in glossary. | Paul Sokolovsky |
| 2017-08-25 | Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)... | Dan Halbert |
| 2017-08-22 | docs: Consistently link to micropython-lib in glossary. | Paul Sokolovsky |
| 2017-08-20 | docs/library/usocket: Describe complete information on address formats. | Paul Sokolovsky |
| 2017-08-20 | docs/library/usocket: Move socket.error to its own section. | Paul Sokolovsky |
| 2017-08-17 | docs/library/ubinascii: Update base64 docs. | Alex Robbins |
| 2017-08-14 | docs/library/machine.RTC.rst: Fix typo. | Javier Candeira |
| 2017-07-15 | docs,teensy: Use the name MicroPython consistently in documentation | Alexander Steffen |
| 2017-07-04 | docs/uzlib: Update description of decompress() and mention DecompIO. | Paul Sokolovsky |
| 2017-07-03 | docs/uerrno: Document "uerrno" module. | Paul Sokolovsky |
| 2017-07-02 | docs/library: Add CPython docs xref to each pertinent module. | Paul Sokolovsky |
| 2017-07-02 | docs/ure: Elaborate doc, update markup to the latest conventions. | Paul Sokolovsky |
| 2017-07-01 | docs/builtins: Add AssertionError, SyntaxError, ZeroDivisionError. | Paul Sokolovsky |
| 2017-07-01 | reference/index: Rewrite introduction paragraph to avoid confusion. | Paul Sokolovsky |
| 2017-06-30 | docs/{uselect,ussl,ustruct}: Use markup adhering to latest docs conventions. | Paul Sokolovsky |
| 2017-06-29 | docs/{framebuf,usocket}: Use markup adhering to the latest docs conventions. | Paul Sokolovsky |
| 2017-06-28 | docs/{micropython,sys,uos}: Use markup adhering to the latest docs conventions. | Paul Sokolovsky |
| 2017-06-27 | docs/{esp,pyb,ubinascii}: Use markup adhering to the latest docs conventions. | Paul Sokolovsky |
| 2017-06-26 | docs/library/gc: Fix grammar and improve readability of gc.threshold(). | Damien George |