1608 Commits (0aab67510828a11a5ae225d573c4da9325c5ce58)
 

Author SHA1 Message Date
Damien George 443e018a3f py: Improve GC locking/unlocking, and make it part of the API. 11 years ago
Damien George ff5639fd42 Merge pull request #451 from lurch/repr-fixes 11 years ago
Damien George 97790455fe Improve REPL detecting when input needs to continue. 11 years ago
Andrew Scheller 12968fb6b2 Display \r and \t escape codes in string repr 11 years ago
Paul Sokolovsky 72d70cb045 unix, stmhal: Consistently use "FileIO" as class name for file objects. 11 years ago
Paul Sokolovsky b8cf948550 unix, windows: There's no "help" builtin. 11 years ago
Damien George a12a0f78b0 py: Rename pfenv_print_int to pfenv_print_mp_int, and add back former. 11 years ago
Damien George 97543c5285 Merge pull request #447 from dhylands/str-format-mpz 11 years ago
Dave Hylands 23dc6d0ace Fix truncation problem when using longlong implementation. 11 years ago
Paul Sokolovsky 98dd6d7712 README: Be specific that ARMv7 Linux is supported. 11 years ago
Dave Hylands c4029e5079 Add string formatting support for longlong and mpz. 11 years ago
Damien George 6827f9fc55 Add uPy welcome message to UNIX and Windows ports; update Teensy port. 11 years ago
Damien George 6c6f9d6782 windows: Make it compile with latest changes to py core. 11 years ago
Damien George 10072b72a5 Merge pull request #439 from lurch/makefile-tweaks 11 years ago
Damien George 1422865c99 Merge pull request #445 from lurch/test-sorted-sets 11 years ago
Damien George a28507ab2b py: Detect unmatched tripple quote in repl helper. 11 years ago
Damien George 34ba06b076 Merge pull request #444 from lurch/test-sorted 11 years ago
Andrew Scheller 1ff6011abc Modify set tests to print sorted sets directly 11 years ago
Andrew Scheller a1a9ab2b2c Add tests for sorted() function 11 years ago
Andrew Scheller 5e443f4b70 Merge remote-tracking branch 'upstream/master' into makefile-tweaks 11 years ago
Andrew Scheller 902d9552c5 Replace some Makefile commands with variables in py/mkenv.mk 11 years ago
Damien George 2bfd2dc770 py: Revert revert for allocation policy of set hash table. 11 years ago
Paul Sokolovsky 46bd12d57e objset: Fix incorrect workaround against mp_set_init() munging alloc size. 11 years ago
Paul Sokolovsky 4d2238d2ce tests: Fix more tests which depend on order of elements in set. 11 years ago
Damien George 3bb8663282 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Paul Sokolovsky bd6f3d31d2 tests: Fix few tests which depend on order of elements in set. 11 years ago
Damien George c75427baaa py: Revert change to allocation policy for mp_set_t. 11 years ago
Paul Sokolovsky 9f043da5c3 pip-micropython: Require command verb, but restrict to "install" only. 11 years ago
Damien George 07e24a6294 tests: Fix tests with sets to print sorted set. 11 years ago
Damien George ff715429ea py: Fix str.replace for case when arg 0 or 1 is empty string. 11 years ago
Damien George 36e75aef38 unix-cpy: Pass emit opt to mp_compile. 11 years ago
Paul Sokolovsky b4dea46d8b tests: Fix few tests which depend on order of elements in dict. 11 years ago
Paul Sokolovsky e2adff3608 tests/dict2.py: Add combined test for dict(dict) and dict equality. 11 years ago
Paul Sokolovsky 7cf057aeeb objdict: Implement equality operator. 11 years ago
Paul Sokolovsky 5fedd0c3b7 py: Fix dict.copy() and low-level map/set allocation. 11 years ago
Paul Sokolovsky ea85a121f2 objdict: Support creating dict from another dict. 11 years ago
Damien George cdd96dff2c py: Implement more features in native emitter. 11 years ago
Damien George 65cad12d38 py: Add option to compiler to specify default code emitter. 11 years ago
Damien George deed087e2c py: str.split: handle non-default separator. 11 years ago
Paul Sokolovsky 36dd19ae27 py: Revert mp_load_attr() to its previous state (not supporting default val). 11 years ago
Damien George 4e1ed82583 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George d0e824387e py: Make mp_map_lookup not allocate memory on removal. 11 years ago
Paul Sokolovsky 080d99b7a8 py: Optimize locals()/globals() implementation. 11 years ago
Damien George 09af5364d4 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 27e735fd18 py: Replace stream_p with *stream_p in mp_obj_type_t. 11 years ago
Paul Sokolovsky cc0af3d727 py: Implement globals() and locals() builtins. 11 years ago
Damien George 17520224fa py: Make all objects and instances derive from object. 11 years ago
Damien George 7efc5b3f34 py: Make globals and locals proper dictionary objects. 11 years ago
Damien George 8b0535e23f py: Change module globals from mp_map_t* to mp_obj_dict_t*. 11 years ago
Damien George 60be1cf3b9 py: Fix float printing on stmhal. 11 years ago