circuitpython/shared-bindings
Jeff Epler 43e7fcb227
Fix the locale module docstring
2023-11-15 07:22:11 -06:00
..
__future__ Switch all ports to auto-growing split heap 2023-11-01 15:24:16 -07:00
_bleio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
_eve convert to MP_DEFINED_CONST_OBJ_TYPE() 2023-09-19 21:09:29 -04:00
_pew Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
_pixelmap Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
_stage Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
adafruit_bus_device Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
adafruit_pixelbuf Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
aesio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
alarm correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
analogbufio correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
analogio Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
atexit wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
audiobusio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
audiocore Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
audioio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
audiomixer Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
audiomp3 Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
audiopwmio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
bitbangio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
bitmaptools Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
bitops Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
board Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
busdisplay Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
busio merge 8.2.x to main 2023-11-09 19:58:34 -05:00
camera correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
canio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
countio Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
digitalio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
displayio Switch all ports to auto-growing split heap 2023-11-01 15:24:16 -07:00
dotclockframebuffer Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
dualbank Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
epaperdisplay Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
floppyio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
fontio Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
fourwire Switch all ports to auto-growing split heap 2023-11-01 15:24:16 -07:00
framebufferio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
frequencyio Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
getpass Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
gifio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
gnss Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
hashlib Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
i2cdisplaybus Merge pull request #8553 from tannewt/switch_to_split_heap 2023-11-08 12:48:12 -05:00
i2ctarget correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
imagecapture correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
ipaddress Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
is31fl3741 Merge pull request #8553 from tannewt/switch_to_split_heap 2023-11-08 12:48:12 -05:00
keypad Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
locale Fix the locale module docstring 2023-11-15 07:22:11 -06:00
math Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
mdns Updates for CircuitPython 9.x 2023-10-30 20:53:26 -07:00
memorymap correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
memorymonitor Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
microcontroller Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
msgpack Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
neopixel_write initial merge from v1.20.0; just satisifying conflicts 2023-09-19 11:10:12 -04:00
nvm correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
onewireio correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
os Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
paralleldisplaybus Merge pull request #8553 from tannewt/switch_to_split_heap 2023-11-08 12:48:12 -05:00
ps2io correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
pulseio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
pwmio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
qrio Fix qrio named_tuple declaration 2023-10-25 13:12:37 -07:00
rainbowio wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
random Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
rgbmatrix Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
rotaryio Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
rtc Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
sdcardio correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
sdioio Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
sharpdisplay convert to MP_DEFINED_CONST_OBJ_TYPE() 2023-09-19 21:09:29 -04:00
socketpool Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
ssl Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
storage Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
struct Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
supervisor Switch all ports to auto-growing split heap 2023-11-01 15:24:16 -07:00
synthio Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
terminalio MP_REGISTER_ROOT_POINTER for port-specific root pointers 2023-09-29 15:46:42 -04:00
time Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
touchio Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
traceback Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
uheap wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
usb Fix pointer-ness, const-ness of compressed messages 2023-10-25 21:40:11 +02:00
usb_cdc Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
usb_hid Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
usb_host RP2040 now builds 2023-10-05 14:49:49 -04:00
usb_midi Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
ustack wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
vectorio correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS 2023-11-04 22:51:41 -04:00
warnings Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
watchdog Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
wifi Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
zlib Merge remote-tracking branch 'adafruit/main' into v1.20-merge 2023-10-11 11:21:57 -07:00
help.rst
index.rst
support_matrix.rst Fix docs build by splitting out support matrix 2023-10-24 16:20:51 -07:00
util.c Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
util.h