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
/
argcheck.c
Age
Commit message (
Expand
)
Author
2020-11-19
Always use preprocessor for MICROPY_ERROR_REPORTING
Jeff Epler
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
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
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-19
py/argcheck: Remove #if guard around terse error message helper func.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
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-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-06-20
py: Change asm form to make minimal port happy.
Scott Shawcroft
2017-06-09
py: Prevent mp_arg_check_num from being optimized away by the compiler.
Scott Shawcroft
2017-03-28
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
Damien George
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
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
2016-10-17
py: Use mp_raise_msg helper function where appropriate.
Damien George
2016-09-30
py/argcheck: Simplify if-chain so that the last one is the default.
Damien George
2016-03-14
py/argcheck: Use size_t instead of mp_uint_t to count number of args.
Damien George
2015-09-03
py: Use mp_not_implemented consistently for not implemented features.
Damien George
2015-04-16
py: Add %q format support to mp_[v]printf, and use it.
Damien George
2015-01-20
py, unix, stmhal: Allow to compile with -Wshadow.
Damien George
2015-01-02
msvc: Fix unresolved mp_arg_error_terse_mismatch since 7f23384
stijn
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2015-01-01
py: Make terse_arg_mismatch a global function and use it elsewhere.
Damien George
2014-11-06
py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled.
Damien George
2014-08-30
py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.
Damien George
2014-05-06
Merge branch 'master' of https://github.com/micropython/micropython
Damien George
2014-05-06
py: Add keyword arg support to enumerate constructor.
Damien George
2014-05-06
py: enumerate(): Add NotImplementedError for kwargs.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-03
Merge pull request #535 from pfalcon/blurb
Damien George
2014-05-02
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-05-01
py: Add copyright/license header to each file.
Paul Sokolovsky
2014-04-26
Simplify names for argcheck.c / arg parsing.
Damien George
2014-04-21
py: Small change to mp_arg_parse_all.
Damien George
2014-04-20
py: Fix mp_arg_parse_all.
Damien George
2014-04-20
py: Add arg checking helper functions.
Damien George