• Joined on 2023-01-01
jepler pushed to websocket-improvements at jepler/circuitpython 2025-08-29 00:45:59 -05:00
e2428a8178 websocket: Implement 64-bit frames, enable split frames.
jepler created branch socket-badconstructor in jepler/circuitpython 2025-08-29 00:45:58 -05:00
jepler pushed to socket-badconstructor at jepler/circuitpython 2025-08-29 00:45:58 -05:00
13039bb403 unix/modsocket: Don't crash on invalid argument type.
jepler created branch split-dict in jepler/circuitpython 2025-08-29 00:45:58 -05:00
jepler pushed to split-dict at jepler/circuitpython 2025-08-29 00:45:58 -05:00
cb62a54966 core: Introduce MICROPY_MAP_SPLIT (unfinished).
8bf6e22a2e core: Introduce MP_ROM_TABLE.
9dae5b35c0 core: Introduce MP_ROM_TABLE.
Compare 3 commits »
jepler created branch struct-disable-nonstandard-types in jepler/circuitpython 2025-08-29 00:45:58 -05:00
jepler pushed to struct-disable-nonstandard-types at jepler/circuitpython 2025-08-29 00:45:58 -05:00
05f3f8d66e py: Add MICROPY_PY_STRUCT_UNSAFE_TYPECODES.
jepler created branch ubsan-clang in jepler/circuitpython 2025-08-29 00:45:58 -05:00
jepler created branch qol-improvements in jepler/circuitpython 2025-08-29 00:45:57 -05:00
jepler pushed to qol-improvements at jepler/circuitpython 2025-08-29 00:45:57 -05:00
9d4c8c655a Increase requested partition size to 2MB.
6b69bb4030 uctypes: Make PtrType(0) cast the int to pointer
d325558b56 unix: Add additional testing targets.
e25d545090 Merge pull request #30 from jepler/add-forgejo-actions
Compare 4 commits »
jepler created branch remove-python2 in jepler/circuitpython 2025-08-29 00:45:57 -05:00
jepler pushed to remove-python2 at jepler/circuitpython 2025-08-29 00:45:57 -05:00
d2817bb168 general: Remove Python 2.7 support.
jepler created branch sanitize-mpy-cross in jepler/circuitpython 2025-08-29 00:45:57 -05:00
jepler pushed to sanitize-mpy-cross at jepler/circuitpython 2025-08-29 00:45:57 -05:00
4454c9c8a2 ci: Perform coverage testing of mpy-cross.
791b6d84da ci: Sanitize mpy-cross too.
Compare 2 commits »
jepler created branch modmpycross in jepler/circuitpython 2025-08-29 00:45:56 -05:00
jepler pushed to modmpycross at jepler/circuitpython 2025-08-29 00:45:56 -05:00
9404ddff44 tests: New tests to cover code emitters.
9251732f74 extmod: Add modmpycross.
af745a5982 tests/net_inet/tls_num_errors.py: Make alloc of emg-exc-buf optional.
dbbc7d9667 tests/run-perfbench.py: Change -p/-d arguments to -t.
bf185c37ed tests/run-natmodtests.py: Change -p/-d arguments to -t.
Compare 10 commits »
jepler created branch preprocessor-dependency in jepler/circuitpython 2025-08-29 00:45:56 -05:00
jepler pushed to preprocessor-dependency at jepler/circuitpython 2025-08-29 00:45:56 -05:00
0e87ec3c1f mkrules: Force ".pp" files to always rebuild.
jepler created branch issue17855 in jepler/circuitpython 2025-08-29 00:45:55 -05:00
jepler pushed to issue17855 at jepler/circuitpython 2025-08-29 00:45:55 -05:00
90e366eefa parse: Don't allow creation of invalid UTF8 strings or identifiers.
a614243deb py: Reduce code size from utf8_check.
90012e7d6a tests: Add test of invalid unicode strings.
Compare 3 commits »