Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
9de91914fb7520bd946b87b1832a002c5725f7e8
Select Git revision
Branches
5
ch3/leds
ch3/time
dualcore
master
wip-bootstrap
default
5 results
Begin with the selected commit
Created with Raphaël 2.2.0
9
Mar
8
7
6
5
4
3
2
28
Feb
27
26
24
23
24
22
21
20
17
16
15
14
13
10
9
8
7
6
5
4
3
2
3
2
1
31
Jan
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
12
8
9
8
7
6
5
4
3
2
31
Dec
30
29
28
27
25
24
23
22
21
20
19
18
17
16
15
14
13
12
9
8
7
5
4
2
1
30
Nov
29
28
26
25
24
23
22
21
18
17
16
zephyr/modzephyr: Fix typo in identifier.
tests/dict_fromkeys: Split out skippable part.
tests/extmod: Add websocket tests.
tests/extmod: Add very basic feature test for ussl module.
tests/float: Make various tests skippable.
tests/basic: Make various tests skippable.
py/nlrx64: Fixes to support Mac OS.
zephyr/modzephyr: Add a module for Zephyr-specific things.
README: Explicitly mention "await" support, and formatting for keywords.
py/nlrx86: Add workaround for Zephyr.
extmod/modutimeq: Make scheduling fair (round-robin).
tests/uctypes_array_assign_native_le: Split off intbig part.
docs/esp8266/tutorial: Update since esptool 1.3 added Python 3 support.
docs/library/lcd160cr: Add link to framebuf page.
docs/library: Add framebuf documentation.
tests/micropython/: Split off intbig tests.
tests/basics/unpack1.py: Test if *a, = b copies b when b is a list.
tests/basics/string_join.py: Add test case where argument is not iterable.
py: Use mp_obj_get_array where sequence may be a tuple or a list.
py/runtime.c: Remove optimization of '*a,=b', it caused a bug.
tests/string_format_modulo2: Split off intbig test.
tools/tinytest-codegen: Update for recent test renaming ("intbig" suffix).
tests/float2int*: Suffix with _intbig, don't run on any other int type.
float/float2int*: Make actually be parsable for MICROPY_LONGINT_IMPL_NONE.
tests/float/complex1: Split out intbig test.
py/modsys: Use MP_SMALL_INT_MAX for sys.maxsize in case of LONGINT_IMPL_NONE.
py/py.mk: Force nlr files to be compiled with -Os.
py/nlrx86: Convert from assembler to C file with inline asm.
py/nlrx64: Convert from assembler to C file with inline asm.
py/nlrxtensa: Convert from assembler to C file with inline asm.
py/nlr.h: Mark nlr_jump_fail as NORETURN.
py: Move locals/globals dicts to the thread-specific state.
unix/moduselect: Properly implement ipoll object iteration.
tests/basic: Split tests into working with small ints and not working.
tests/run-tests: Check for big int availability and skip related tests.
unix: Remove remaining, obsolete traces of GNU readline support.
tests/basics: Add further tests for OrderedDict.
py/map: Fix bugs with deletion of elements from OrderedDict.
msvc: Add machine/pin-related sources to build
qemu-arm: Enable machine module and associated tests.
Loading