circuitpython/shared-bindings
Jeff Epler dddd25a776 Combine similar strings to reduce size of translations
This is a slight trade-off with code size, in places where a "_varg"
mp_raise variant is now used.  The net savings on trinket_m0 is
just 32 bytes.

It also means that the translation will include the original English
text, and cannot be translated.  These are usually names of Python
types such as int, set, or dict or special values such as "inf" or
"Nan".
2020-08-04 13:34:29 -05:00
..
_bleio Fix several type hints 2020-07-27 18:05:13 +09:00
_eve Fix several type hints 2020-07-27 18:05:13 +09:00
_pew Add and correct some type hints 2020-07-24 18:20:03 +09:00
_pixelbuf Fix several type hints 2020-07-27 18:05:13 +09:00
_stage Fix several type hints 2020-07-27 18:05:13 +09:00
aesio Fix several type hints 2020-07-27 18:05:13 +09:00
analogio Fix several type hints 2020-07-27 18:05:13 +09:00
audiobusio Merge remote-tracking branch 'adafruit/main' into blm_badge 2020-07-28 14:15:02 -04:00
audiocore Fix several type hints 2020-07-27 18:05:13 +09:00
audioio Fix several type hints 2020-07-27 18:05:13 +09:00
audiomixer Fix several type hints 2020-07-27 18:05:13 +09:00
audiomp3 Fix several type hints 2020-07-27 18:05:13 +09:00
audiopwmio Fix several type hints 2020-07-27 18:05:13 +09:00
bitbangio Fix several type hints 2020-07-27 18:05:13 +09:00
board Added type hints to board 2020-07-02 14:14:05 -04:00
busio Fix several type hints 2020-07-27 18:05:13 +09:00
countio Fix several type hints 2020-07-27 18:05:13 +09:00
digitalio Fix several type hints 2020-07-27 18:05:13 +09:00
displayio Fix inability to set values in 32-bit Bitmap. 2020-07-30 00:35:25 +02:00
fontio Fix several type hints 2020-07-27 18:05:13 +09:00
framebufferio Fix several type hints 2020-07-27 18:05:13 +09:00
frequencyio Fix several type hints 2020-07-27 18:05:13 +09:00
gamepad Add and correct some type hints 2020-07-24 18:20:03 +09:00
gamepadshift Add and correct some type hints 2020-07-24 18:20:03 +09:00
gnss Fix several type hints 2020-07-27 18:05:13 +09:00
i2cperipheral Combine similar strings to reduce size of translations 2020-08-04 13:34:29 -05:00
math Add and correct some type hints 2020-07-24 18:20:03 +09:00
memorymonitor Fix several type hints 2020-07-27 18:05:13 +09:00
microcontroller Fix several type hints 2020-07-27 18:05:13 +09:00
multiterminal Fix several type hints 2020-07-27 18:05:13 +09:00
neopixel_write Fix several type hints 2020-07-27 18:05:13 +09:00
network Merge branch 'main' into type_hints 2020-07-21 16:18:51 -04:00
nvm Add and correct some type hints 2020-07-24 18:20:03 +09:00
os Fix several type hints 2020-07-27 18:05:13 +09:00
ps2io Combine similar strings to reduce size of translations 2020-08-04 13:34:29 -05:00
pulseio Fix several type hints 2020-07-27 18:05:13 +09:00
random Add and correct some type hints 2020-07-24 18:20:03 +09:00
rgbmatrix Fix several type hints 2020-07-27 18:05:13 +09:00
rotaryio Fix several type hints 2020-07-27 18:05:13 +09:00
rtc Fix several type hints 2020-07-27 18:05:13 +09:00
sdcardio Fix several type hints 2020-07-27 18:05:13 +09:00
sdioio Fix several type hints 2020-07-27 18:05:13 +09:00
socket Fix several type hints 2020-07-27 18:05:13 +09:00
storage Add and correct some type hints 2020-07-24 18:20:03 +09:00
struct Add and correct some type hints 2020-07-24 18:20:03 +09:00
supervisor Fix several type hints 2020-07-27 18:05:13 +09:00
terminalio Fix several type hints 2020-07-27 18:05:13 +09:00
time Combine similar strings to reduce size of translations 2020-08-04 13:34:29 -05:00
touchio Fix several type hints 2020-07-27 18:05:13 +09:00
uheap Add and correct some type hints 2020-07-24 18:20:03 +09:00
usb_hid Fix several type hints 2020-07-27 18:05:13 +09:00
usb_midi Fix several type hints 2020-07-27 18:05:13 +09:00
ustack Added type hints to ustack 2020-07-03 15:52:53 -04:00
vectorio Fix several type hints 2020-07-27 18:05:13 +09:00
watchdog Fix several type hints 2020-07-27 18:05:13 +09:00
wiznet Fix several type hints 2020-07-27 18:05:13 +09:00
help.rst Fix help doc 2020-05-14 16:06:13 -07:00
index.rst docs: Improve 5.0.x <-> main branch doc linkrot 2020-06-14 11:12:35 -05:00
support_matrix.rst update rST ref link for support matrix 2019-07-28 21:25:43 -05:00
util.c Refactor deinit check to reduce code size. 2019-06-12 11:36:43 -07:00
util.h Refactor deinit check to reduce code size. 2019-06-12 11:36:43 -07:00