| Commit message (Expand) | Author | Age |
* | docs: Consistently link to micropython-lib in glossary. | Paul Sokolovsky | 2017-08-22 |
* | 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-20 |
* | docs/library/ubinascii: Update base64 docs. | Alex Robbins | 2017-08-17 |
* | docs/library/machine.RTC.rst: Fix typo. | Javier Candeira | 2017-08-14 |
* | docs,teensy: Use the name MicroPython consistently in documentation | Alexander Steffen | 2017-07-15 |
* | docs/uzlib: Update description of decompress() and mention DecompIO. | Paul Sokolovsky | 2017-07-04 |
* | docs/uerrno: Document "uerrno" module. | Paul Sokolovsky | 2017-07-03 |
* | 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-02 |
* | docs/builtins: Add AssertionError, SyntaxError, ZeroDivisionError. | Paul Sokolovsky | 2017-07-01 |
* | reference/index: Rewrite introduction paragraph to avoid confusion. | Paul Sokolovsky | 2017-07-01 |
* | docs/{uselect,ussl,ustruct}: Use markup adhering to latest docs conventions. | Paul Sokolovsky | 2017-06-30 |
* | docs/{framebuf,usocket}: Use markup adhering to the latest docs conventions. | Paul Sokolovsky | 2017-06-29 |
* | docs/{micropython,sys,uos}: Use markup adhering to the latest docs conventions. | Paul Sokolovsky | 2017-06-28 |
* | docs/{esp,pyb,ubinascii}: Use markup adhering to the latest docs conventions. | Paul Sokolovsky | 2017-06-27 |
* | docs/library/gc: Fix grammar and improve readability of gc.threshold(). | Damien George | 2017-06-26 |
* | docs/network: Use markup adhering to the latest docs conventions. | Paul Sokolovsky | 2017-06-26 |
* | docs/machine*: Use markup adhering to the latest docs conventions. | Paul Sokolovsky | 2017-06-25 |
* | docs/lcd160cr: Group related constants together. Use full sentences. | Paul Sokolovsky | 2017-06-25 |
* | docs/utime: Use markup adhering to the latest conventions. | Paul Sokolovsky | 2017-06-25 |
* | docs/lcd160cr: Use markup adhering to the latest conventions. | Paul Sokolovsky | 2017-06-25 |
* | docs/btree: Use markup adhering to the latest conventions. | Paul Sokolovsky | 2017-06-25 |
* | docs/builtins: List builtin exceptions. | Paul Sokolovsky | 2017-06-24 |
* | docs/gc: Document gc.threshold() function. | Paul Sokolovsky | 2017-06-24 |
* | docs/gc: Mark mem_alloc()/mem_free() as uPy-specific. | Paul Sokolovsky | 2017-06-24 |
* | docs/select: Rename to uselect, to match the actual module name. | Paul Sokolovsky | 2017-06-16 |
* | stmhal: Add .value() method to Switch object, to mirror Pin and Signal. | Damien George | 2017-06-15 |
* | docs/btree: Typo/wording fixes. | Paul Sokolovsky | 2017-06-11 |
* | docs/btree: Add hints about opening db file and need to flush db. | Paul Sokolovsky | 2017-06-11 |
* | docs/network: First step to describe standard network class interface. | Paul Sokolovsky | 2017-06-04 |
* | docs/machine: Sort machine classes in logical order, not alphabetically. | Paul Sokolovsky | 2017-06-03 |
* | docs/uos: Move cc3200 port legacy VFS mounting functions to its ref doc. | Paul Sokolovsky | 2017-06-03 |
* | docs/uos: Deconditionalize, remove minor port-specific details. | Paul Sokolovsky | 2017-06-03 |
* | docs/network: Move confusingly-named cc3200 Server class to its reference. | Paul Sokolovsky | 2017-06-03 |
* | docs/machine.Pin: Add on() and off() methods. | Paul Sokolovsky | 2017-05-29 |
* | docs/machine.Pin: Remove out_value() method. | Paul Sokolovsky | 2017-05-29 |
* | various: Spelling fixes | Ville Skyttä | 2017-05-29 |
* | library/machine.Pin: Remove .id() method and .board class attr. | Paul Sokolovsky | 2017-05-21 |
* | docs/library/machine.UART: Update and improve uart.any() docs. | Damien George | 2017-05-19 |
* | docs/library/micropython: Document the newer micropython functions. | Damien George | 2017-05-18 |
* | drivers/display/lcd160cr: Fix get_line method and enhance screen_dump. | Damien George | 2017-05-17 |
* | docs/library/index: Add important summary of the intro section as warning. | Paul Sokolovsky | 2017-05-15 |
* | docs/machine.Signal: Add initial draft description of Signal class. | Paul Sokolovsky | 2017-05-14 |
* | docs/machine.Pin: There's no toggle() method in MicroPython hardware API. | Paul Sokolovsky | 2017-05-14 |
* | docs/library/uos: Add description of uos.ilistdir() function. | Damien George | 2017-05-10 |
* | docs/library/machine.SPI: Fix formatting of bullet list to stop warning. | Damien George | 2017-04-18 |
* | docs/library/machine.I2C: Remove WiPy-specific return values. | Damien George | 2017-04-18 |
* | docs/library/machine.*: Add cross-reference label to individual classes. | Damien George | 2017-04-18 |
* | docs/library/machine.I2C: Deconditionalise all methods. | Damien George | 2017-04-18 |