summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-10Merge pull request #1873 from ElectronicCats/escornabot_makech4.0.0-rc.2Scott Shawcroft
Add Escornabot Makech of Electronic Cats
2019-05-10Merge pull request #1860 from godlygeek/int_to_bytes_overflow_checksScott Shawcroft
Add overflow checks for int to bytes conversions
2019-05-10add travissabas1080
2019-05-10Update pins definesabas1080
2019-05-10Merge pull request #1837 from nickzoic/circuitpython-nickzoic-1800-wiznet-socketScott Shawcroft
WIP: Circuitpython nickzoic 1800 wiznet socket
2019-05-10Tighten down inlining on the pIRkeyScott Shawcroft
2019-05-10Merge pull request #1866 from rafa-gould/spanish_transScott Shawcroft
Spanish Translation
2019-05-10Merge remote-tracking branch 'adafruit/master' into int_to_bytes_overflow_checksScott Shawcroft
2019-05-10Merge latest adafruit/master in.Scott Shawcroft
2019-05-10randomize tcp source port for adafruit/circuitpython#1800Nick Moore
2019-05-10reset wiznet at network deinitialize adafruit/circuitpython#1800Nick Moore
2019-05-09Merge pull request #1869 from tannewt/fix_programmatic_safe_modeDan Halbert
Update `on_next_reset` for new safe mode.
2019-05-09Merge pull request #1872 from tannewt/fix_1839Dan Halbert
Handle -scale to 0 correctly in Group
2019-05-09Reverse int to bytes buffer overflow conditionalsMatt 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-10Stop DHCP when configuring IP address adafruit/circuitpython#1800Nick Moore
2019-05-09Handle -scale to 0 correctly in GroupScott Shawcroft
Fixes #1839
2019-05-09Merge pull request #1861 from mchua/patch-1Scott Shawcroft
fix #1833, replace expired discord link
2019-05-09Rework safe mode so we can trigger on all resetsScott Shawcroft
2019-05-09Make httpsScott Shawcroft
2019-05-09Update translationsMatt Wozniski
2019-05-09Use OverflowError exception type for overflowsMatt 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-09Add overflow checks for int to bytes conversionsMatt 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-09Add tests for overflows converting ints to bytesMatt Wozniski
2019-05-08wording fixesRafa Gould
2019-05-08Merge pull request #1865 from terriko/mpy_errorScott Shawcroft
Make status light flash blue for incompatible mpy (fixes #1369)
2019-05-08Merge pull request #1870 from tannewt/fix_nrf_internal_flash_crashDan Halbert
Fix crash in internal filesystem on nrf
2019-05-08Merge pull request #1867 from tannewt/hide_reload_tracebackDan Halbert
Hide the traceback for the ReloadException.
2019-05-08Fix crash in internal filesystem on nrfScott Shawcroft
Fixes #1842
2019-05-08Update `on_next_reset` for new safe mode.Scott Shawcroft
Fixes #1831
2019-05-08Hide the traceback for the ReloadException.Scott Shawcroft
Many users think it's an error when it's us simply stopping the code.
2019-05-08Make MpyError a ValueError (since that's what it was before)Terri Oda
2019-05-08Init escornabotsabas1080
2019-05-08Grammar and TranslationsRafa Gould
2019-05-08Added translations and did grammar fixesRafa Gould
2019-05-08Make status light flash blue for incompatible mpy (fixes #1369)Terri Oda
2019-05-08Merge pull request #1859 from scottbelden/tabbingScott Shawcroft
enter four spaces when there are no matches
2019-05-08Merge pull request #1855 from dhalbert/frequencyin-no-double-arithScott Shawcroft
avoid double float arithmetic in FrequencyIn
2019-05-08Merge pull request #1850 from katlings/filter-underscoresScott Shawcroft
Filter private methods from tab completion
2019-05-08Merge pull request #1853 from rafa-gould/spanish_transScott Shawcroft
Spanish Translation Grammar Fixes and Added Translations
2019-05-08Merge pull request #1863 from ElectronicCats/fix_VID_Catssiddacious
fix VID and PID inverted in Electronic Cats Boards
2019-05-08fix VID and PID invertedsabas1080
2019-05-08Fixed brightness issueRafa Gould
2019-05-07fix #1833, replace expired discord linkMel 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-07enter four spaces when there are no matchesscottbelden
2019-05-07Make TranslateRafa Gould
2019-05-07Fix tests and clarify first character accessKathryn Lingel
2019-05-07More DebuggingRafa Gould
2019-05-07DebuggingRafa Gould
2019-05-07Almost done with translations, just a dfew leftRafa Gould
2019-05-07Fixes to syntaxRafa Gould