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
/
parsenumbase.c
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2016-03-14
py/parsenum: Fix compiler warnings for no decl and signed comparison.
Damien George
2016-03-14
py/parsenum: Use size_t to count bytes, and int for type of base arg.
Damien George
2015-02-08
py: Parse big-int/float/imag constants directly in parser.
Damien George
2015-01-20
py, unix: Allow to compile with -Wunused-parameter.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-07-03
parser: Convert (u)int to mp_(u)int_t.
Damien George
2014-06-21
py: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-14
parsenum: Signedness issues.
Paul Sokolovsky
2014-05-10
py: Fix base "detection" for int('0<hexdigit>', 16).
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-03-01
py: Implement bit-shift and not operations for mpz.
Damien George