1323 Commits (10e21b977091703dbb22f839465902e91fcc6ac3)
 

Author SHA1 Message Date
Damien George 10e21b9770 Add more tests. 11 years ago
Damien George 93b7faa29a py: Factor out static/class method unwrapping code; add tests. 11 years ago
Damien George e4c834fc1e Add a test. 11 years ago
Damien George b23fbb3126 py: Implement floating point power binop. 11 years ago
Damien George 660aef67c4 py: Allow multiple of str/list/tuple on left by an integer. 11 years ago
Damien George 4881566874 py: Add support for sep and end keywords in print. 11 years ago
Damien George 084ef373fb py: Fix math.{ceil,floor,trunc} to return int. 11 years ago
Damien George e3e0500296 py: Make pfenv.c conform to code conventions. 11 years ago
Damien George e8e8f212aa Merge pull request #412 from dhylands/pfenv-strn-stack 11 years ago
Damien George ef13e2032d Merge pull request #410 from dhylands/fix-led 11 years ago
Damien George 256afcf9f6 Merge pull request #411 from dhylands/pfenv-64-bit 11 years ago
Paul Sokolovsky 380cc53bd9 Merge pull request #408 from dhylands/str-quick-tests 11 years ago
Dave Hylands 1c6b4b2e24 Reduce stack usage of pfenv_print_strn 11 years ago
Dave Hylands 80359aa96e Fix INT_BUF_SIZE to work with 32-bit and 64-bit 11 years ago
Dave Hylands 18d21d1abd Fix pyb.Led(n) code to work properly. 11 years ago
Dave Hylands 7adc2e0431 Turn off full tests in string-format.py 11 years ago
Paul Sokolovsky 51413c8cb6 tests: Add test for implicit float to int conversion (not allowed!) 11 years ago
Damien George e09320adb5 py: Remove implicit conversion from int to float. 11 years ago
Damien George 46330bd9b5 Merge pull request #407 from dhylands/str-format 11 years ago
Dave Hylands baf6f14deb Enhance str.format support 11 years ago
Damien George e44d26ae0c py: Implement __getattr__. 11 years ago
Paul Sokolovsky 4db727afea objstr: Very basic implementation of % string formatting operator. 11 years ago
Paul Sokolovsky 6ce78c4fae py: Wrap .__class__ handling in MICROPY_CPYTHON_COMPAT. 11 years ago
Paul Sokolovsky b509f73982 objtype: Wrap .__name__ handling in MICROPY_CPYTHON_COMPAT. 11 years ago
Damien George a8dda295c4 Fix part->port in README. 11 years ago
Damien George 30a5f853dd Merge pull request #404 from jonmills/patch-1 11 years ago
Damien George 18a6eb9e13 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 3ff2d03891 py: Fix bug in optimised for .. range. 11 years ago
Paul Sokolovsky 183faa3b13 tests: Add testcase for multiple inheritance. 11 years ago
Damien George 8cd72bdf92 py: Fix vstr_init for case that alloc = 0. 11 years ago
Damien George 43e92cfb52 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 15d18069c5 py: Remove old "run time" functions that were 1 liners. 11 years ago
Damien George f78b6df192 py: Disable dump_args function call entirely when not debugging. 11 years ago
Paul Sokolovsky e566670153 objtype: Add virtual __name__ attribute. 11 years ago
Paul Sokolovsky 7da0660516 mp_resume: Dare to pass send_value of NULL. 11 years ago
Paul Sokolovsky a2109d9321 mp_resume: Elaborate handling of .throw() for objects which lack it. 11 years ago
Paul Sokolovsky 817e76a1a5 objgenerator.throw(GeneratorExit) is not equivalent to .close(). 11 years ago
Paul Sokolovsky 1eac05d541 objgenerator: Another obscure case of propagating MP_OBJ_NULL optimization. 11 years ago
Damien George e337f1ef5e py: Towards default keyword arguments. 11 years ago
jon mills aabb314928 Update README.md 11 years ago
Damien George 1aa2c10263 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 523b575039 py: Add LOAD_NULL bytecode and use it to simplify function calls. 11 years ago
Damien George 3056509e00 py: Rename and reorder parameters in emit_make_function/closure. 11 years ago
Paul Sokolovsky 6ded55a61f py: Properly implement divide-by-zero handling. 11 years ago
Paul Sokolovsky 96ed213320 objfloat: Quick&dirty implementation of float floor division. 11 years ago
Paul Sokolovsky 96eec4f8a6 compile: Don't try to constant-fold division by zero. 11 years ago
Paul Sokolovsky 864038dab7 objfloat: Make sure that floats always have dot (for C "double" type case). 11 years ago
Paul Sokolovsky a8e60c1fde objfloat: Missing default: caused incorrect results for unimplemented ops. 11 years ago
Paul Sokolovsky a96d3d0840 objexcept: No more magic messages in exceptions, only exception arguments. 11 years ago
Damien George e0f2979aed py: Add equality test for None object. 11 years ago