index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-bindings
/
socketpool
Age
Commit message (
Expand
)
Author
2020-11-24
Fix stubs
Lucian Copeland
2020-11-17
Implement recvfrom_into and sendto for UDP
Lucian Copeland
2020-11-10
Merge remote-tracking branch 'upstream/main' into esp32s2-udp
Lucian Copeland
2020-11-02
Removing implementation-specific values for socket/socketpool class attributes
sw23
2020-10-30
Adding socket and socketpool class attributes
sw23
2020-10-30
Fixing remaining stub mypy issues + run check-stubs to CI
sw23
2020-10-29
Fixing make stub warnings and mypy issuesmak
sw23
2020-10-28
Initial UDP work. Need to test
Scott Shawcroft
2020-10-16
Merge branch 'main' into recv_into_size_check
6.1.0-alpha.0
Mark
2020-10-15
Added max size check to recv_into
gamblor21
2020-10-06
Remove logging from shared-bindings, fix translations, revert config target m...
Lucian Copeland
2020-09-30
Change submodule, rework all includes
Lucian Copeland
2020-09-11
Fix bug with socket.recv_into size == 0.
Scott Shawcroft
2020-09-03
Changes based on Dan's feedback
Scott Shawcroft
2020-08-25
Add hash to Socket so it can be used in dicts
Scott Shawcroft
2020-08-25
Fix SocketPool radio check
Scott Shawcroft
2020-08-19
Add error handling w/temp debug logs
Scott Shawcroft
2020-08-19
Add basic error handling
Scott Shawcroft
2020-08-19
Remove debug prints
Scott Shawcroft
2020-08-19
Turn on json and enable socket.close
Scott Shawcroft
2020-08-19
SSL works until it runs out of memory
Scott Shawcroft
2020-08-19
HTTP works with my adafruit_requests
Scott Shawcroft
2020-08-19
SocketPool stubbed out
Scott Shawcroft
2020-08-19
Ping work and start to add socketpool
Scott Shawcroft