7500 Commits (38f063ea72632e395ea59b644552bb98c962393f)
 

Author SHA1 Message Date
Damien George 3b2fd4df31 lib/utils/pyexec: Allow to compile when the uPy compiler is disabled. 8 years ago
Paul Sokolovsky e2f1a8a7ee docs/uhashlib: Provide port-neutral description. 8 years ago
Paul Sokolovsky 0982884655 extmod/modurandom: Use mp_raise_ValueError(). 8 years ago
Paul Sokolovsky 4b3da60324 py/runtime: mp_raise_msg(): Accept NULL argument for message. 8 years ago
Damien George 6771adc75f esp8266/mpconfigport.h: Enable help('modules') feature. 8 years ago
Damien George 8400d0461d drivers/display/lcd160cr: Fix bug with save_to_flash method. 8 years ago
Paul Sokolovsky f5ee4d95a9 cc3200/moduos: Remove uos.sep, as it's strictly optional. 8 years ago
Damien George f615d82d5b py/parse: Simplify handling of errors by raising them directly. 8 years ago
Damien George 5255255fb9 py: Create str/bytes objects in the parser, not the compiler. 8 years ago
Damien George f62503dc47 tests/micropython: Add test for consts that are bignums. 8 years ago
Damien George 74f4d2c659 py/parse: Allow parser/compiler consts to be bignums. 8 years ago
Damien George 1034d9acc8 tools/gen-cpydiff.py: Set the Python import path to find test modules. 8 years ago
Damien George 047af9b10b cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead. 8 years ago
Damien George d03f089baa cc3200/mods/modusocket: Init vars to 0 to silence compiler warnings. 8 years ago
Damien George e859ddf3e1 cc3200: Enable uerrno module with short, custom list of error codes. 8 years ago
Damien George b1b090255c py/moduerrno: Make list of errno codes configurable. 8 years ago
Damien George f563406d2e py/moduerrno: Make uerrno.errorcode dict configurable. 8 years ago
Damien George 22a6344ebe cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 8 years ago
Damien George 8bb8e97dfe cc3200: Convert to using uPy internal errno numbers. 8 years ago
Damien George 85ab469c64 cc3200: Move wlan socket glue functions from modwlan to modusocket. 8 years ago
Damien George 71ae3f389d cc3200: Remove remaining references to std.h. 8 years ago
Damien George b0a6dda115 drivers/display/lcd160cr: Fix bugs with lcd.get_pixel(). 8 years ago
Damien George 8c5988bf61 cc3200/mods/modwlan: Add int casts to silence compiler warnings. 8 years ago
Damien George 0258f819bd cc3200/mods/modwlan: Allow antenna diversity to be fully compiled out. 8 years ago
Damien George a162832b1a cc3200/mods/modwlan: Make multi-threaded a proper compile-time option. 8 years ago
Damien George 26ddd4b621 cc3200/mods/modwlan: Remove unused header includes; simplify others. 8 years ago
Damien George 1c35270667 cc3200: Remove util/std.h, can just use stdio.h instead. 8 years ago
Damien George d9f7120af1 cc3200: Use simplelink API instead of emulated BSD API. 8 years ago
Damien George 29551ba566 cc3200: Move stoupper to ftp.c and define in terms of unichar_toupper. 8 years ago
Damien George 465a604547 tests/cpydiff: Add a test for storing iterable to a list slice. 8 years ago
Rami Ali 3218ccd70d docs: Modify Makefile and indexes to generate cPy-differences pages. 8 years ago
Rami Ali b7fa63c7ce tools: Add gen-cpydiff.py to generate docs differences. 8 years ago
Rami Ali 86c7507233 tests/cpydiff: Add initial set of tests for uPy-CPython differences. 8 years ago
Damien George 89267886cc py/objlist: For list slice assignment, allow RHS to be a tuple or list. 8 years ago
Paul Sokolovsky 6fc6f10b1e tests/heapalloc_exc_raise.py: Heap alloc test for raising/catching exc. 8 years ago
Paul Sokolovsky 3d739eb398 zephyr/README: Network startup issues with frdm_k64f resolved. 8 years ago
Damien George d80df91ef2 docs/library/lcd160cr: Mention the valid values for set_power() method. 8 years ago
Stephan Brauer 8f3e07f17d drivers/display/lcd160cr: Use correct variable in set_power(). 8 years ago
stijn 7d02cc5ec4 windows/.gitignore: Ignore VC.db and VC.opendb files from VS2015 8 years ago
Damien George 9e2b2a1c17 teensy/main: Remove unnecessary header includes. 8 years ago
Damien George c9b0f0b248 stmhal/main: Remove unnecessary header includes. 8 years ago
Damien George bdebfaa4bf py/grammar: Remove unused rule. 8 years ago
Damien George 5124a94067 py/lexer: Convert mp_uint_t to size_t where appropriate. 8 years ago
Damien George d87c6b6768 tests/basics/string_join: Add more tests for string concatenation. 8 years ago
Damien George c889f01b8d tests/cmdline/cmd_parsetree: Update to work with changes to grammar. 8 years ago
Damien George 534b7c368d py: Do adjacent str/bytes literal concatenation in lexer, not compiler. 8 years ago
Damien George 773278ec30 py/lexer: Simplify handling of line-continuation error. 8 years ago
Damien George ae43679792 py/lexer: Use strcmp to make keyword searching more efficient. 8 years ago
Damien George a68c754688 py/lexer: Move check for keyword to name-tokenising block. 8 years ago
Damien George 98b3072da5 py/lexer: Simplify handling of indenting of very first token. 8 years ago