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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
mpconfig.h
Age
Commit message (
Expand
)
Author
2014-11-22
moduhashlib: Initial module skeleton.
Paul Sokolovsky
2014-11-06
py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled.
Damien George
2014-11-05
py: Fix some macros defines; cleanup some includes.
Damien George
2014-11-05
unix: fast: Set initial module dict size big to have high pystone score.
Paul Sokolovsky
2014-10-29
py: Allow to override port config file and thus have >1 configs per port.
Paul Sokolovsky
2014-10-25
py: Implement compile builtin, enabled only on unix port.
Damien George
2014-10-23
py: Add builtin memoryview object (mostly using array code).
Damien George
2014-10-22
extmod: Add uheapq module.
Damien George
2014-10-15
py: Fix dummy definition of BEGIN/END_ATOMIC_SECTION.
Damien George
2014-10-13
modzlibd: Remove, superceded by moduzlib.
Paul Sokolovsky
2014-10-12
Merge pull request #904 from pfalcon/moduzlib
Damien George
2014-10-13
moduzlib: Integrate into the system.
Paul Sokolovsky
2014-10-12
py: Add module weak link support.
Damien George
2014-10-11
modure: Initial module, using re1.5 (which is based on re1 codebase).
Paul Sokolovsky
2014-10-06
py: Extra autodetect for little endianness using __LITTLE_ENDIAN__.
Damien George
2014-10-06
py: Try to autodetect machine endianness when not defined by port.
Damien George
2014-09-17
py: Add native json printing using existing print framework.
Damien George
2014-09-07
Remove skeletal modselect from extmod and just put it in stmhal.
Damien George
2014-09-07
py: Add ioctl method to stream protocol; add initial modselect.
Damien George
2014-09-06
py: Add support for emitting native x86 machine code.
Damien George
2014-09-06
py: Correctly set sys.maxsize value for 64-bit.
Paul Sokolovsky
2014-09-03
Add cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and MP_PLAT_FRE...
Fabian Vogt
2014-08-27
Basic native ARM emitter
Fabian Vogt
2014-08-24
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-08-15
py: Allow viper to have type annotations.
Damien George
2014-08-13
modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c .
Paul Sokolovsky
2014-07-29
Merge pull request #738 from dhylands/except-args
Damien George
2014-07-28
py: Implement __file__ attribute for modules.
Paul Sokolovsky
2014-07-25
Add support for storing args during an exception raised by an irq.
Dave Hylands
2014-07-09
moductypes: Foreign data interface module, roughly based on ctype ideas.
Paul Sokolovsky
2014-07-03
py: Implement sys.maxsize, standard way to check platform "bitness".
Paul Sokolovsky
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-30
Merge pull request #710 from iabdalkader/assert
Damien George
2014-06-28
py: Add missing #endif.
Damien George
2014-06-28
Merge branch 'master' into unicode
Damien George
2014-06-27
py: Allow to disable array module and bytearray type.
Paul Sokolovsky
2014-06-27
mpconfig.h: Add MICROPY_PY_BUILTINS_STR_UNICODE.
Paul Sokolovsky
2014-06-27
py: Add portable framework to query/check C stack usage.
Paul Sokolovsky
2014-06-21
Fix asser_func warning/error
mux
2014-06-20
py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT.
Paul Sokolovsky
2014-06-12
py: Revert change of include, "" back to <> for mpconfigport.h.
v1.1
Damien George
2014-06-11
py: Fix static defn in qstr; include mpconfigport.h with "" (not <>).
Damien George
2014-06-05
modgc: Implement return value for gc.collect(), enable on Unix.
Paul Sokolovsky
2014-06-01
py: Add option to disable set() object (enabled by default).
Damien George
2014-06-01
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-05-25
py: Don't automatically intern strings in parser.
Damien George
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-21
Tidy up some configuration options.
Damien George
2014-05-19
py: Implement proper separation between io.FileIO and io.TextIOWrapper.
Paul Sokolovsky
2014-05-15
objstringio: Implement io.BytesIO.
Paul Sokolovsky
[prev]
[next]