Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • ch3/leds
  • ch3/time
  • dualcore
  • master
  • wip-bootstrap default
5 results
Created with Raphaël 2.2.06Apr565654343212131Mar302928272627262524252423242322232221222120191716151413121312111098765432128Feb27262524232221201920191718171817161716151615141514131412131211101110986543432121py: Revert mp_load_attr() to its previous state (not supporting default val).Merge branch 'master' of github.com:micropython/micropythonpy: Make mp_map_lookup not allocate memory on removal.py: Optimize locals()/globals() implementation.Merge branch 'master' of github.com:micropython/micropythonpy: 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/delpy: 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-intMerge pull request #435 from dhylands/str-modulo-floatMerge pull request #433 from pfalcon/getattr-3argChange pfenv_print_int to take machine_uint_t rather than unsinged inMerge branch 'master' of github.com:micropython/micropythonpy: 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 formatsmp_obj_get_int(): Add warning against adding implicit float->int conversion.Move del to localspy: 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-removeobjfun: 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-endobjtype: 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