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
/
py
/
objstr.c
Age
Commit message (
Expand
)
Author
2019-10-14
Switch arg check back to allow ignored args for strings
Scott Shawcroft
2019-10-14
Support __bytes
Scott Shawcroft
2019-08-28
bleio: API change to create and connect related objects simulatenously: no or...
Dan Halbert
2019-07-31
cleanup adapter.address; add uniquish suffix to BLE device name
Dan Halbert
2019-02-14
extmod/ure: Support search/match() pos and endpos parameters
Noralf Trønnes
2019-02-04
Check sequence multiply for length overflow
Scott Shawcroft
2019-01-14
fixup micropy
Scott Shawcroft
2019-01-14
py changes for supporting superclass constructors that take kwargs
Scott Shawcroft
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-04-05
py/objstr: In find/rfind, don't crash when end < start.
Jeff Epler
2018-03-31
py/objstr: Don't crash when end < start
Jeff Epler
2018-03-30
py/runtime: Check that keys in dicts passed as ** args are strings.
Damien George
2018-02-20
py/objstr: Remove unnecessary check for positive splits variable.
Damien George
2018-02-19
py/objstr: Protect against creating bytes(n) with n negative.
Damien George
2018-02-14
py/unicode: Clean up utf8 funcs and provide non-utf8 inline versions.
Damien George
2017-11-29
py: Annotate func defs with NORETURN when their corresp decls have it.
Damien George
2017-11-24
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
Damien George
2017-11-16
py/objstr: When constructing str from bytes, check for existing qstr.
Damien George
2017-11-16
py/objstr: Make mp_obj_new_str_of_type check for existing interned qstr.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-04
py/objstr: Make empty bytes object have a null-terminating byte.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-19
py/objstr: strip: Don't strip "\0" by default.
Paul Sokolovsky
2017-09-06
py/objstr: Add check for valid UTF-8 when making a str from bytes.
tll
2017-08-29
all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate
Damien George
2017-08-29
py/objstr: startswith, endswith: Check arg to be a string.
Paul Sokolovsky
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-08-09
py/objstr: Raise an exception for wrong type on RHS of str binary op.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-04
py/objstr: Remove unnecessary "sign" variable in formatting code.
Damien George
2017-07-02
py/objstr: Move uPy function wrappers to just after the C function.
Damien George
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-06-08
py/objstr: Allow to compile with obj-repr D, and unicode disabled.
Damien George
2017-06-02
py/objstr: Catch case of negative "maxsplit" arg to str.rsplit().
Damien George
2017-05-29
various: Spelling fixes
Ville Skyttä
2017-04-02
py/objstr: Use MICROPY_FULL_CHECKS for range checking when constructing bytes.
Paul Sokolovsky
2017-03-29
py: Change mp_uint_t to size_t for mp_obj_str_get_data len arg.
Damien George
2017-03-29
py: Convert mp_uint_t to size_t for tuple/list accessors.
Damien George
2017-03-23
py: Use size_t as len argument and return type of mp_get_index.
Damien George
2017-03-20
py/objstr: Use better msg in bad implicit str/bytes conversion exception
stijn
2017-03-16
py/objstr: Fix eager optimisation of str/bytes addition.
Damien George
2017-03-07
py: Use mp_obj_get_array where sequence may be a tuple or a list.
Krzysztof Blazewicz
2017-02-24
Correct name of mp_raise_NotImplementedError to make error name.
Scott Shawcroft
2017-02-24
Switch exception throwing to mp_raise helpers. It saves a little code space e...
Scott Shawcroft
2017-02-16
py: Add iter_buf to getiter type method.
Damien George
2017-02-16
py/objstr: Convert mp_uint_t to size_t (and use int) where appropriate.
Damien George
2017-02-03
py/objstr: Convert some instances of mp_uint_t to size_t.
Damien George
[next]