4803 Commits (b5b1f2c527f26dbf56ef1fcb0100eccc8ad0b97e)
 

Author SHA1 Message Date
Damien George 0334058fa4 Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc. 9 years ago
Damien George 6206f431cf stmhal: Enable REPL auto indent; document paste mode in help(). 9 years ago
Damien George 46a1102852 repl: Add paste mode to friendly REPL, entered via CTRL-E. 9 years ago
Paul Sokolovsky 1b586f3a73 py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 9 years ago
Paul Sokolovsky 53ca6ae1f3 py/makeqstrdata.py: Catch and report case of empty input file. 9 years ago
Anmol Sarma 95b352064e unix/modsocket: Fix usage of pointers to locals outside scope 9 years ago
Damien George 24652228af drivers/sdcard: Allow up to 5 retries to initialise SD card. 9 years ago
Damien George 845b5a2a58 docs: Describe properly how MCU can be woken from pyb.standby() state. 9 years ago
Paul Sokolovsky 7381b7ac71 unix/modjni: py2jvalue: Support bool and None values. 9 years ago
Peter Hinch 0e87bc7be6 tests: In pyb RTC tests, check wakeup register values. 9 years ago
Dave Hylands 01d64914c5 stmhal: Fix USB CDC-only mode under Windows. 9 years ago
Damien George 366239b8b9 py/parse: Factor logic when creating parse node from and-rule. 9 years ago
Paul Sokolovsky 02041bf2e0 unix/modjni: jvalue2py() is currently not used. 9 years ago
Paul Sokolovsky 216b6a494e unix/modjni: Allow to access fields of objects. 9 years ago
Damien George b948de36fb py: Don't generate unnecessary parse nodes for assignment or kwargs. 9 years ago
Damien George 4fb5ff86ee tests: Add test for evaluation order of dictionary key/value pairs. 9 years ago
Damien George 9f5f156b9d py/emitnative: Raise ViperTypeError for unsupported unary ops. 9 years ago
Damien George 7e12a601b8 py/compile: Fix edge case when constant-folding negation of integer. 9 years ago
Damien George 2a8d7ee0f8 stmhal: Fix RTC.wakeup so it correctly calculates WUT for large periods. 9 years ago
Paul Sokolovsky fd38799049 unix/modjni: After Call*Method(), Java exception should always be checked. 9 years ago
Damien George fa391eed9d stmhal: In RTC.wakeup, fix setting of wucksel to get correct period. 9 years ago
Radomir Dopieralski 37ab061f4d docs: Update esp8266 documentation to match the code. 9 years ago
Paul Sokolovsky aaa8867d4a modussl: SSL socket wrapper module based on axTLS. 9 years ago
Paul Sokolovsky 062bd81814 tests/basics/builtin_range: PEP8 fixes. 9 years ago
Paul Sokolovsky f4d55c91fe lib/axtls: Update submodule, adds .gitignore . 9 years ago
Paul Sokolovsky 326ff54649 unix: Add support for building axtls dependency lib. 9 years ago
Paul Sokolovsky 90a36942b4 lib/axtls: Add axtls git submodule, dependency of modussl. 9 years ago
Paul Sokolovsky 1ea4b77a9a unix/modjni: jclass.__str__/__repr__: Return Java .toString() value. 9 years ago
Damien George 0496de26d3 py: Allow to enable inline assembler without native emitter. 9 years ago
Paul Sokolovsky f22be4ebd9 unix/modjni: jobject.__str__/__repr__: Return Java .toString() value. 9 years ago
Damien George 34f26ea862 tests: Allow tests to pass against CPython 3.5. 9 years ago
Paul Sokolovsky 9e0a3d46b6 unix/modjni: Convert Java's IndexOutOfBoundsException to Python's IndexError. 9 years ago
Damien George 90b1cc5103 minimal: Tune parser chunk allocation policy for very small heap. 9 years ago
Damien George 58e0f4ac50 py: Allocate parse nodes in chunks to reduce fragmentation and RAM use. 9 years ago
Damien George e5635f4ab3 py: Catch all cases of integer (big and small) division by zero. 9 years ago
Damien George 2065373f67 py/mpz: Fix bignum anding of large negative with smaller positive int. 9 years ago
Damien George a81539db25 tests: Add further tests for mpz code. 9 years ago
Damien George 2f4e8511cd py/mpz: Force rhs of mpz_shl_inpl/mpz_shr_inpl to be unsigned. 9 years ago
Damien George 4c02e54298 py/mpz: Raise NotImplError instead of failing assertion. 9 years ago
Damien George 5f3c3ec5e6 py/parsenum: Provide detailed error for int parsing with escaped bytes. 9 years ago
Paul Sokolovsky c4489a0543 unix/modjni: Propagate Java exceptions on list access. 9 years ago
Paul Sokolovsky 0eba162ab5 unix/modjni: Fix method argument matching. 9 years ago
Paul Sokolovsky f3ca8623f7 unix/modjni: Implement len() for objects with java.util.List interface. 9 years ago
Paul Sokolovsky 77020281ae unix/modjni: call_method: Delete done local references in loop. 9 years ago
Tom Soulanille f1a9923308 py/objrange: Bugfix for range_subscr() when index is a slice object. 9 years ago
Tom Soulanille 2a8a564fbd tests: Test slicing a range that does not start at zero. 9 years ago
Paul Sokolovsky 0d28a3edb9 unix/modjni: call_method: Better resource release. 9 years ago
Daniel Campora ff736d6f6f cc3200: WiPy SW v1.0.0 release. 9 years ago
Daniel Campora d88d3b0b3a tests/wipy: Skip the rtc_irq test. 9 years ago
Daniel Campora b6bdb0dbda cc3200: Always reset WLAN after setting the mode. 9 years ago