| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-10 | Merge pull request #1873 from ElectronicCats/escornabot_makech4.0.0-rc.2 | Scott Shawcroft | |
| Add Escornabot Makech of Electronic Cats | |||
| 2019-05-10 | Merge pull request #1860 from godlygeek/int_to_bytes_overflow_checks | Scott Shawcroft | |
| Add overflow checks for int to bytes conversions | |||
| 2019-05-10 | add travis | sabas1080 | |
| 2019-05-10 | Update pins define | sabas1080 | |
| 2019-05-10 | Merge pull request #1837 from nickzoic/circuitpython-nickzoic-1800-wiznet-socket | Scott Shawcroft | |
| WIP: Circuitpython nickzoic 1800 wiznet socket | |||
| 2019-05-10 | Tighten down inlining on the pIRkey | Scott Shawcroft | |
| 2019-05-10 | Merge pull request #1866 from rafa-gould/spanish_trans | Scott Shawcroft | |
| Spanish Translation | |||
| 2019-05-10 | Merge remote-tracking branch 'adafruit/master' into int_to_bytes_overflow_checks | Scott Shawcroft | |
| 2019-05-10 | Merge latest adafruit/master in. | Scott Shawcroft | |
| 2019-05-10 | randomize tcp source port for adafruit/circuitpython#1800 | Nick Moore | |
| 2019-05-10 | reset wiznet at network deinitialize adafruit/circuitpython#1800 | Nick Moore | |
| 2019-05-09 | Merge pull request #1869 from tannewt/fix_programmatic_safe_mode | Dan Halbert | |
| Update `on_next_reset` for new safe mode. | |||
| 2019-05-09 | Merge pull request #1872 from tannewt/fix_1839 | Dan Halbert | |
| Handle -scale to 0 correctly in Group | |||
| 2019-05-09 | Reverse int to bytes buffer overflow conditionals | Matt Wozniski | |
| Rather than jumping to a label when an overflow is known to have occurred, return early when one is known not to have. | |||
| 2019-05-10 | Stop DHCP when configuring IP address adafruit/circuitpython#1800 | Nick Moore | |
| 2019-05-09 | Handle -scale to 0 correctly in Group | Scott Shawcroft | |
| Fixes #1839 | |||
| 2019-05-09 | Merge pull request #1861 from mchua/patch-1 | Scott Shawcroft | |
| fix #1833, replace expired discord link | |||
| 2019-05-09 | Rework safe mode so we can trigger on all resets | Scott Shawcroft | |
| 2019-05-09 | Make https | Scott Shawcroft | |
| 2019-05-09 | Update translations | Matt Wozniski | |
| 2019-05-09 | Use OverflowError exception type for overflows | Matt Wozniski | |
| Initially I used one of the existing exception raise functions, but it's more correct and not much more code to raise OverflowError instead. | |||
| 2019-05-09 | Add overflow checks for int to bytes conversions | Matt Wozniski | |
| For both small and long integers, raise an exception if calling struct.pack, adding an element to an array.array, or formatting an int with int.to_bytes would overflow the requested size. | |||
| 2019-05-09 | Add tests for overflows converting ints to bytes | Matt Wozniski | |
| 2019-05-08 | wording fixes | Rafa Gould | |
| 2019-05-08 | Merge pull request #1865 from terriko/mpy_error | Scott Shawcroft | |
| Make status light flash blue for incompatible mpy (fixes #1369) | |||
| 2019-05-08 | Merge pull request #1870 from tannewt/fix_nrf_internal_flash_crash | Dan Halbert | |
| Fix crash in internal filesystem on nrf | |||
| 2019-05-08 | Merge pull request #1867 from tannewt/hide_reload_traceback | Dan Halbert | |
| Hide the traceback for the ReloadException. | |||
| 2019-05-08 | Fix crash in internal filesystem on nrf | Scott Shawcroft | |
| Fixes #1842 | |||
| 2019-05-08 | Update `on_next_reset` for new safe mode. | Scott Shawcroft | |
| Fixes #1831 | |||
| 2019-05-08 | Hide the traceback for the ReloadException. | Scott Shawcroft | |
| Many users think it's an error when it's us simply stopping the code. | |||
| 2019-05-08 | Make MpyError a ValueError (since that's what it was before) | Terri Oda | |
| 2019-05-08 | Init escornabot | sabas1080 | |
| 2019-05-08 | Grammar and Translations | Rafa Gould | |
| 2019-05-08 | Added translations and did grammar fixes | Rafa Gould | |
| 2019-05-08 | Make status light flash blue for incompatible mpy (fixes #1369) | Terri Oda | |
| 2019-05-08 | Merge pull request #1859 from scottbelden/tabbing | Scott Shawcroft | |
| enter four spaces when there are no matches | |||
| 2019-05-08 | Merge pull request #1855 from dhalbert/frequencyin-no-double-arith | Scott Shawcroft | |
| avoid double float arithmetic in FrequencyIn | |||
| 2019-05-08 | Merge pull request #1850 from katlings/filter-underscores | Scott Shawcroft | |
| Filter private methods from tab completion | |||
| 2019-05-08 | Merge pull request #1853 from rafa-gould/spanish_trans | Scott Shawcroft | |
| Spanish Translation Grammar Fixes and Added Translations | |||
| 2019-05-08 | Merge pull request #1863 from ElectronicCats/fix_VID_Cats | siddacious | |
| fix VID and PID inverted in Electronic Cats Boards | |||
| 2019-05-08 | fix VID and PID inverted | sabas1080 | |
| 2019-05-08 | Fixed brightness issue | Rafa Gould | |
| 2019-05-07 | fix #1833, replace expired discord link | Mel Chua | |
| The footer already links directly to https://adafru.it/discord, which seems like a more permanent location. I've just replaced the expired link at the top with the same thing. | |||
| 2019-05-07 | enter four spaces when there are no matches | scottbelden | |
| 2019-05-07 | Make Translate | Rafa Gould | |
| 2019-05-07 | Fix tests and clarify first character access | Kathryn Lingel | |
| 2019-05-07 | More Debugging | Rafa Gould | |
| 2019-05-07 | Debugging | Rafa Gould | |
| 2019-05-07 | Almost done with translations, just a dfew left | Rafa Gould | |
| 2019-05-07 | Fixes to syntax | Rafa Gould | |
