Commit Graph

13289 Commits

Author SHA1 Message Date
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.
2019-05-09 03:22:25 -04:00
Matt Wozniski
e041df73bb Add tests for overflows converting ints to bytes 2019-05-09 03:22:24 -04:00
Scott Shawcroft
9ce042ad07
Merge pull request #1865 from terriko/mpy_error
Make status light flash blue for incompatible mpy (fixes #1369)
2019-05-08 20:22:59 -04:00
Dan Halbert
019254a9d2
Merge pull request #1870 from tannewt/fix_nrf_internal_flash_crash
Fix crash in internal filesystem on nrf
2019-05-08 19:41:17 -04:00
Dan Halbert
839bac47d4
Merge pull request #1867 from tannewt/hide_reload_traceback
Hide the traceback for the ReloadException.
2019-05-08 19:40:55 -04:00
Scott Shawcroft
9feb844b7e
Fix crash in internal filesystem on nrf
Fixes #1842
2019-05-08 15:43:18 -07:00
Scott Shawcroft
6440af5c06
Hide the traceback for the ReloadException.
Many users think it's an error when it's us simply stopping the
code.
2019-05-08 14:53:20 -07:00
Terri Oda
8d9c2f3e9d Make MpyError a ValueError (since that's what it was before) 2019-05-08 13:58:31 -07:00
Terri Oda
a9b05d37d7 Make status light flash blue for incompatible mpy (fixes #1369) 2019-05-08 11:54:08 -07:00
Scott Shawcroft
bec84f20ab
Merge pull request #1859 from scottbelden/tabbing
enter four spaces when there are no matches
2019-05-08 14:49:11 -04:00
Scott Shawcroft
9ba8191a04
Merge pull request #1855 from dhalbert/frequencyin-no-double-arith
avoid double float arithmetic in FrequencyIn
2019-05-08 14:40:18 -04:00
Scott Shawcroft
909210e00d
Merge pull request #1850 from katlings/filter-underscores
Filter private methods from tab completion
2019-05-08 13:47:29 -04:00
Scott Shawcroft
6e842aa66f
Merge pull request #1853 from rafa-gould/spanish_trans
Spanish Translation Grammar Fixes and Added Translations
2019-05-08 13:42:31 -04:00
siddacious
04b5c8c867
Merge pull request #1863 from ElectronicCats/fix_VID_Cats
fix VID and PID inverted in Electronic Cats Boards
2019-05-08 11:03:15 -05:00
sabas1080
08a170388d fix VID and PID inverted 2019-05-08 10:09:49 -05:00
Rafa Gould
7cfe4783ee Fixed brightness issue 2019-05-08 09:43:57 -04:00
scottbelden
786cb40073 enter four spaces when there are no matches 2019-05-07 13:55:20 -04:00
Rafa Gould
662a98a2a6 Make Translate 2019-05-07 13:05:28 -04:00
Kathryn Lingel
eb3cb4d99b Fix tests and clarify first character access 2019-05-07 09:30:55 -07:00
Rafa Gould
1ad20cf69b More Debugging 2019-05-07 11:12:02 -04:00
Rafa Gould
27ab71bea5 Debugging 2019-05-07 11:08:55 -04:00
Rafa Gould
86ac94bb6e Almost done with translations, just a dfew left 2019-05-07 10:24:33 -04:00
Rafa Gould
aa0a65b197 Fixes to syntax 2019-05-07 09:53:24 -04:00
Dan Halbert
f59dadbb4f avoid double float arithmetic in FrequencyIn 2019-05-07 00:25:22 -04:00
Kathryn Lingel
33b5cff8db Correct output expectation 2019-05-06 15:13:28 -07:00
Kathryn Lingel
77f177be9c Update tests for new autocomplete behavior 2019-05-06 14:19:07 -07:00
987695
a27bc6c90a Fixed spanish grammar errors 2019-05-06 16:13:44 -04:00
987695
d6f9fcc8f8 Fixed translation issues 2019-05-06 15:49:45 -04:00
Kathryn Lingel
54aa1ce6de Filter private methods from tab completion 2019-05-06 12:16:29 -07:00
Scott Shawcroft
4e0c18ee1f
Merge pull request #1847 from rafa-gould/master
Fixed grammatical errors involving "o" and "ó" and numbers
2019-05-06 15:13:36 -04:00
987695
eaa689f477 Fixed grammatical errors involving "o" and "ó" and numbers 2019-05-06 13:55:16 -04:00
Scott Shawcroft
ccd22ab26a
Merge pull request #1844 from fezthedev/traduzione-italiano
Added some more Italian translations
2019-05-06 13:34:12 -04:00
Fezthedev
b9b6f0dc4c Added newline that was causing build fails 2019-05-06 12:24:18 -04:00
Fezthedev
cfd80761a3 Added some more italian translations 2019-05-06 10:06:39 -04:00
Limor "Ladyada" Fried
1a8e50c773
Merge pull request #1840 from saxenanurag/patch-1
Fix hyperlink to circuitpython.org
2019-05-04 23:22:40 -04:00
Anurag Saxena
6b45c85978
Fix hyperlink to circuitpython.org
Currently the link goes to: https://github.com/circuitpython.org
2019-05-04 16:14:43 -04:00
Dan Halbert
dc7603155d
Merge pull request #1836 from dhalbert/pybadge-audiobusio
restore audiobusio to pybadge
2019-04-29 22:59:19 -04:00
Dan Halbert
6f6a964e7e
Merge pull request #1832 from ladyada/master
pygamer definition & autobuild
2019-04-29 21:36:51 -04:00
Dan Halbert
eb021157f8 restore audiobusio to pybadge 2019-04-29 21:17:02 -04:00
ladyada
740c4193a8 Merge branch 'master' of github.com:ladyada/circuitpython 2019-04-29 20:33:50 -04:00
ladyada
ed8e6e8f45 re-add i2s (its J not G!) 2019-04-29 20:30:53 -04:00
ladyada
fa3a52bc1e similar to pybadge, has pin defs for joystick - comes up with filesys and display so good enough to start hacking :) 2019-04-29 20:29:48 -04:00
Scott Shawcroft
c960f8cec4
Move pygamer to first job 2019-04-29 10:17:49 -07:00
Scott Shawcroft
06db5379b0
Merge pull request #1829 from robotics-masters/wallarug/robohatmm1
Added robohatmm1 board defs.
2019-04-29 08:46:43 -07:00
wallarug
25a468799f Merge branch 'wallarug/robohatmm1' of https://github.com/robotics-masters/circuitpython into wallarug/robohatmm1
Merging after changing board build.
2019-04-28 00:09:32 +10:00
wallarug
aa3c28787c removed problem libraries from frozen build. 2019-04-28 00:09:13 +10:00
wallarug
be96b09623
removed from list one. 2019-04-27 23:57:57 +10:00
wallarug
0ff68d67e8
Added to first and third travis.yml 2019-04-27 23:55:48 +10:00
wallarug
b4a70daf17 updated lots 2019-04-27 22:35:12 +10:00
ladyada
b852087d27 similar to pybadge, has pin defs for joystick - comes up with filesys and display so good enough to start hacking :) 2019-04-26 20:58:25 -04:00