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
Age
Commit message (
Expand
)
Author
2014-01-04
Fix int -> machine_int_t; add print to slice test.
Damien George
2014-01-03
Merge pull request #59 from pfalcon/slice
Damien George
2014-01-03
Merge pull request #58 from chipaca/list_clear
Damien George
2014-01-04
str: Throw TypeError for invalid index type and clean up comments.
Paul Sokolovsky
2014-01-04
slice: Allow building with MICROPY_ENABLE_SLICE=0.
Paul Sokolovsky
2014-01-04
Add test for byte string slicing.
Paul Sokolovsky
2014-01-04
str: Handle non-positive slice indexes.
Paul Sokolovsky
2014-01-04
slice: Implement special handling of omitted start/stop indexes.
Paul Sokolovsky
2014-01-04
Enable slice support in config.
Paul Sokolovsky
2014-01-04
str: Initial implementation of string slicing.
Paul Sokolovsky
2014-01-04
Implement BUILD_SLICE opcode (2-arg version).
Paul Sokolovsky
2014-01-04
Add basic implementation of slice object.
Paul Sokolovsky
2014-01-03
Merge pull request #52 from chipaca/master
Damien George
2014-01-03
Merge pull request #56 from pfalcon/int_fmt-global
Damien George
2014-01-04
Move INT_FMT, etc. declaration into global mpconfig.h .
Paul Sokolovsky
2014-01-03
Added list.clear. Fixes issue #53.
John R. Lenton
2014-01-03
renamed some tests to have better names.
John R. Lenton
2014-01-03
Merge remote-tracking branch 'upstream/master'
John R. Lenton
2014-01-03
Worked on list.pop:
John R. Lenton
2014-01-03
unix-cpy: Fix mpconfig to work with new scheme.
Damien George
2014-01-03
Merge pull request #41 from pfalcon/more-mem-stats
Damien George
2014-01-03
Merge pull request #49 from redteam316/svg
Damien George
2014-01-03
Added SVG vector logo.
Jonathan Greig
2014-01-03
Rename default config file to mpconfig.h, and port's to mpconfigport.h.
Paul Sokolovsky
2014-01-03
Make it possible to turn off collecting memory stats (MICROPY_MEM_STATS).
Paul Sokolovsky
2014-01-03
Add new alloc metric: peak_bytes_allocated.
Paul Sokolovsky
2014-01-03
Add new alloc metric: current_bytes_allocated.
Paul Sokolovsky
2014-01-03
m_realloc: Account only allocation size difference in total_bytes_allocated.
Paul Sokolovsky
2014-01-03
Merge pull request #43 from chipaca/master
Damien George
2014-01-03
Merge pull request #45 from iabdalkader/master
Damien George
2014-01-03
Merge pull request #40 from redteam316/dxf
Damien George
2014-01-03
Change mp_compile so that it returns a function object for the module.
Damien George
2014-01-03
Add note about implementing inplace operators.
Damien George
2014-01-03
Basic implementation of import.
Damien George
2014-01-03
Changed to use memcpy.
John R. Lenton
2014-01-03
Change dfu.py to be Python 2/3 compatible
mux
2014-01-03
Add a bit of whitespace.
John R. Lenton
2014-01-03
untabified
John R. Lenton
2014-01-03
Add list addition (fixes: #39)
John R. Lenton
2014-01-02
Added DXF R2000 vector logo.
Jonathan Greig
2014-01-03
Change old use of module creation to new proper use.
Damien George
2014-01-02
Add module object, to be used eventually for import.
Damien George
2014-01-02
py: Fix generator where state array was incorrectly indexed.
Damien George
2014-01-02
py: __MACH__ also uses MAP_ANON.
Damien George
2014-01-02
Change README to reflect new pyboard repo; update dependencies.
Damien George
2014-01-02
py: change negative array indices with array - 1.
Damien George
2014-01-02
py: Add more bytecodes to showbc.c.
Damien George
2014-01-02
Merge branch 'master' of github.com:dpgeorge/micropython
Damien George
2014-01-02
Add Micro Python logo, snake on a chip.
Damien George
2014-01-02
Merge pull request #36 from pfalcon/b-string-prefix
Damien George
[next]