Matt Wozniski
f325bd848b
Use OverflowError exception type for overflows
...
Initially I used one of the existing exception raise functions, but it's
more correct and not much more code to raise OverflowError instead.
4 years ago
Matt Wozniski
095c844004
Add overflow checks for int to bytes conversions
...
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.
4 years ago
Matt Wozniski
e041df73bb
Add tests for overflows converting ints to bytes
4 years ago
Rafa Gould
a89ac96485
wording fixes
4 years ago
Scott Shawcroft
9ce042ad07
Merge pull request #1865 from terriko/mpy_error
...
Make status light flash blue for incompatible mpy (fixes #1369 )
4 years ago
Dan Halbert
019254a9d2
Merge pull request #1870 from tannewt/fix_nrf_internal_flash_crash
...
Fix crash in internal filesystem on nrf
4 years ago
Dan Halbert
839bac47d4
Merge pull request #1867 from tannewt/hide_reload_traceback
...
Hide the traceback for the ReloadException.
4 years ago
Scott Shawcroft
9feb844b7e
Fix crash in internal filesystem on nrf
...
Fixes #1842
4 years ago
Scott Shawcroft
837d3f57ee
Update `on_next_reset` for new safe mode.
...
Fixes #1831
4 years ago
Scott Shawcroft
6440af5c06
Hide the traceback for the ReloadException.
...
Many users think it's an error when it's us simply stopping the
code.
4 years ago
Terri Oda
8d9c2f3e9d
Make MpyError a ValueError (since that's what it was before)
4 years ago
sabas1080
27ea1df710
Init escornabot
4 years ago
Rafa Gould
082cd7a64b
Grammar and Translations
4 years ago
Rafa Gould
eadab914f6
Added translations and did grammar fixes
4 years ago
Terri Oda
a9b05d37d7
Make status light flash blue for incompatible mpy ( fixes #1369 )
4 years ago
Scott Shawcroft
bec84f20ab
Merge pull request #1859 from scottbelden/tabbing
...
enter four spaces when there are no matches
4 years ago
Scott Shawcroft
9ba8191a04
Merge pull request #1855 from dhalbert/frequencyin-no-double-arith
...
avoid double float arithmetic in FrequencyIn
4 years ago
Scott Shawcroft
909210e00d
Merge pull request #1850 from katlings/filter-underscores
...
Filter private methods from tab completion
4 years ago
Scott Shawcroft
6e842aa66f
Merge pull request #1853 from rafa-gould/spanish_trans
...
Spanish Translation Grammar Fixes and Added Translations
4 years ago
siddacious
04b5c8c867
Merge pull request #1863 from ElectronicCats/fix_VID_Cats
...
fix VID and PID inverted in Electronic Cats Boards
4 years ago
sabas1080
08a170388d
fix VID and PID inverted
4 years ago
Rafa Gould
7cfe4783ee
Fixed brightness issue
4 years ago
Mel Chua
493fe971b5
fix #1833 , replace expired discord link
...
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.
4 years ago
scottbelden
786cb40073
enter four spaces when there are no matches
4 years ago
Rafa Gould
662a98a2a6
Make Translate
4 years ago
Kathryn Lingel
eb3cb4d99b
Fix tests and clarify first character access
4 years ago
Rafa Gould
1ad20cf69b
More Debugging
4 years ago
Rafa Gould
27ab71bea5
Debugging
4 years ago
Rafa Gould
86ac94bb6e
Almost done with translations, just a dfew left
4 years ago
Rafa Gould
aa0a65b197
Fixes to syntax
4 years ago
Nick Moore
832f07a6e9
Update docs for wiznet5k adafruit/circuitpython#1800
4 years ago
Nick Moore
264fc2b070
Make wiznet5k RST pin optional adafruit/circuitpython#1800
4 years ago
Nick Moore
24934a1e8a
Clean up list of NICs on network deinit adafruit/circuitpython#1800
4 years ago
Dan Halbert
f59dadbb4f
avoid double float arithmetic in FrequencyIn
4 years ago
Kathryn Lingel
33b5cff8db
Correct output expectation
4 years ago
Kathryn Lingel
77f177be9c
Update tests for new autocomplete behavior
4 years ago
987695
a27bc6c90a
Fixed spanish grammar errors
4 years ago
987695
d6f9fcc8f8
Fixed translation issues
4 years ago
Kathryn Lingel
54aa1ce6de
Filter private methods from tab completion
4 years ago
Scott Shawcroft
4e0c18ee1f
Merge pull request #1847 from rafa-gould/master
...
Fixed grammatical errors involving "o" and "ó" and numbers
4 years ago
987695
eaa689f477
Fixed grammatical errors involving "o" and "ó" and numbers
4 years ago
Scott Shawcroft
ccd22ab26a
Merge pull request #1844 from fezthedev/traduzione-italiano
...
Added some more Italian translations
4 years ago
Fezthedev
b9b6f0dc4c
Added newline that was causing build fails
4 years ago
Fezthedev
cfd80761a3
Added some more italian translations
4 years ago
Limor "Ladyada" Fried
1a8e50c773
Merge pull request #1840 from saxenanurag/patch-1
...
Fix hyperlink to circuitpython.org
4 years ago
Anurag Saxena
6b45c85978
Fix hyperlink to circuitpython.org
...
Currently the link goes to: https://github.com/circuitpython.org
4 years ago
Nick Moore
d97c81b0c9
Update docs to include new 'dhcp' constructor parameter
4 years ago
Nick Moore
baa9c02c8b
Add a kw-only argument "dhcp" to wiznet5k object
4 years ago
Nick Moore
09d0e99d5b
assign variable socket number to DHCP
4 years ago
Nick Moore
09b83e96b3
Avoid socket #0 used by DHCP
4 years ago