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.
8913c04831c94d2bcb82b0447ab7ccf6b2e346a6
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
6
Apr
5
6
5
6
5
4
3
4
3
2
1
2
1
31
Mar
30
29
28
27
26
27
26
25
24
25
24
23
24
23
22
23
22
21
22
21
20
19
17
16
15
14
13
12
13
12
11
10
9
8
7
6
5
4
3
2
1
28
Feb
27
26
25
24
23
22
21
20
19
20
19
17
18
17
18
17
16
17
16
15
16
15
14
15
14
13
14
12
13
12
11
10
11
10
9
8
6
5
4
3
4
3
2
1
2
1
py: Revert mp_load_attr() to its previous state (not supporting default val).
Merge branch 'master' of github.com:micropython/micropython
py: Make mp_map_lookup not allocate memory on removal.
py: Optimize locals()/globals() implementation.
Merge branch 'master' of github.com:micropython/micropython
py: Replace stream_p with *stream_p in mp_obj_type_t.
py: Implement globals() and locals() builtins.
py: Make all objects and instances derive from object.
py: Make globals and locals proper dictionary objects.
py: Change module globals from mp_map_t* to mp_obj_dict_t*.
py: Fix float printing on stmhal.
Improve GC finalisation code; add option to disable it.
Merge pull request #425 from iabdalkader/del
py: Change nlr_jump to nlr_raise, to aid in debugging.
tests: Add test to check issue #429.
Merge pull request #436 from dhylands/pfenv-print-int
Merge pull request #435 from dhylands/str-modulo-float
Merge pull request #433 from pfalcon/getattr-3arg
Change pfenv_print_int to take machine_uint_t rather than unsinged in
Merge branch 'master' of github.com:micropython/micropython
py: Fix delete operation on map/dict and set objects.
stmhal: autoflash now enters serial comms after flashing.
Allow floating point arguments with %d,i,u,o,x,X formats
mp_obj_get_int(): Add warning against adding implicit float->int conversion.
Move del to locals
py: Fix bug in DELETE_SUBSCR bytecode, decreasing sp too much.
tests: Add test for dict delete. It fails.
py: Implement DELETE_SUBSCR bytecode; implement mp_obj_dict_delete.
Merge pull request #431 from pfalcon/unbreak-map-remove
objfun: Add equality support.
stmhal: Add more escape seqs; add debugging output for escape seq.
py: Support 3-arg getattr() builtin (with default value).
Merge branch 'xterm-home-end' of github.com:pfalcon/micropython into pfalcon-xterm-home-end
objtype: Add equality test for type types.
py: Allow types to be hashable.
py: Put default namespace into module __main__.
map: When removing a key, don't NULL the entry, but mark as deleted.
mp_load_name(): Optimize for outer scope where locals == globals.
map: Add mp_map_dump() (#ifdef'ed) to be handy when debugging maps.
stmhal readline: Parse XTERM Home/End key codes.
Loading