| Age | Commit message (Expand) | Author |
| 2016-03-11 | docs: Add Python speed optimisation guide, including minimal viper ref. | Peter Hinch |
| 2016-03-11 | docs: Update details on using ADCAll object for vref/vbat channels. | Peter Hinch |
| 2016-03-11 | docs: Update asm_thumb2_hints_tips re return type of asm funcs. | Peter Hinch |
| 2016-03-09 | docs/esp8266: Fix indent errors, typos, and add info about REPL UART. | Damien George |
| 2016-03-09 | docs: Allow list of versions to be specified by environment variable. | Damien George |
| 2016-03-09 | docs: Add versions.html template and support code for a version sidebar. | Damien George |
| 2016-03-09 | docs/esp8266: Minor tweaks to quickref, Timer and I2C classes. | Damien George |
| 2016-03-08 | docs: Add esp8266 quick reference page, with basic info. | Damien George |
| 2016-03-02 | docs/uctypes.rst: Fix typo (steamlined -> streamlined). | Noah Rosamilia |
| 2016-02-23 | docs: Correct machine.Timer code examples related to duty cycle. | danicampora |
| 2016-02-23 | docs: Add note on machine.Timer class regarding PWM output pins. | danicampora |
| 2016-02-22 | cc3200: Rename 'server' class to 'Server' for consistency. | danicampora |
| 2016-02-22 | docs: Minor change to improve clarity in machine.Timer docs. | danicampora |
| 2016-02-21 | docs: Correct WiPy Timer docs. | danicampora |
| 2016-02-21 | cc3200: Simplify the Timer API and correct the documents. | danicampora |
| 2016-01-31 | docs: Bump version to 1.6. | Damien George |
| 2016-01-29 | docs: Update to say that Timer(3) is free, and detail LED intensity. | Damien George |
| 2016-01-13 | docs: Several minor changes: network, pyb, ADCAll and inline asm. | Peter Hinch |
| 2016-01-07 | py/inlinethumb: Remove 30-bit restriction on movwt instruction. | Damien George |
| 2016-01-04 | docs: Include extra functions in time documentation for pyboard. | Henrik Sölver |
| 2016-01-04 | docs: Add link from pyboard switch tutorial to ISR rules document. | Damien George |
| 2016-01-03 | docs: Set author as 'Damien P. George and contributors'. | Paul Sokolovsky |
| 2016-01-03 | docs: Fix readthedocs build by updating Latex params. | Paul Sokolovsky |
| 2015-12-31 | docs: Bump version to 1.5.2. | Damien George |
| 2015-12-31 | docs: Add discussion on interrupt handlers incl uPy specific techniques. | Peter Hinch |
| 2015-12-16 | docs/library: Add network server example. | danicampora |
| 2015-11-23 | docs: Bump version to 1.5.1. | Damien George |
| 2015-11-18 | docs/wipy: Make wifi/wlan naming consistent with tutorial.rst. | Chris Liechti |
| 2015-11-18 | docs/wipy: Add warning about losing wlan connection when changing mode. | Jason Hildebrand |
| 2015-11-18 | docs: Update docs for WiPy wlan.connect(). | Noah |
| 2015-11-18 | docs/wipy: Fixed some typos in the WiPy's tutorials. | Dave Hylands |
| 2015-11-10 | docs: Fix a typo in the REPL documentation. | Dave Hylands |
| 2015-11-09 | docs/select: Document POLLIN/OUT/ERR/HUP. | Paul Sokolovsky |
| 2015-11-07 | lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter. | Damien George |
| 2015-11-03 | docs: Add docs about REPL paste-mode and Control-C | Dave Hylands |
| 2015-11-03 | docs: Move instructions on generating the documentation to docs/README.md | Dave Hylands |
| 2015-10-31 | docs/library/index.rst: Minimally adapt for unix port. | Paul Sokolovsky |
| 2015-10-31 | docs: Actually add unix port indexes, so docs for it could be generated. | Paul Sokolovsky |
| 2015-10-29 | docs: select: Describe poll.poll() return value in detail. | Paul Sokolovsky |
| 2015-10-26 | docs/wipy: Fix bug in example code and add note regarding OTA. | danicampora |
| 2015-10-26 | docs/wipy: Fix several typos and change some pyboard to WiPy. | Martijn Koster |
| 2015-10-25 | docs/wipy: Fix several typos. | Martijn Koster |
| 2015-10-25 | docs/wipy: Fix error in WLAN quickref. | danicampora |
| 2015-10-25 | docs: USB_VCP: Always in non-blocking mode, clarify stream method returns. | Paul Sokolovsky |
| 2015-10-25 | docs: Explicitly specify behavior of UART stream protocol methods on timeout. | Paul Sokolovsky |
| 2015-10-22 | docs: Correct machine.RTC examples. | danicampora |
| 2015-10-22 | docs: Fix typos on wipy docs. | danicampora |
| 2015-10-22 | docs/wipy: Correct typo in safe boot description. | danicampora |
| 2015-10-21 | docs/wipy: Remove windows instructions that refer to the pyboard. | danicampora |
| 2015-10-21 | docs: Add remark about ssl sockets and standard sockets. | danicampora |