2344 Commits (df896eceef27bc9a159bd62cdd78c66a56462544)
 

Author SHA1 Message Date
Damien George 58ebde4664 Tidy up some configuration options. 11 years ago
Paul Sokolovsky a8408a8abe objtype: super: Fall back to "object" lookup as last resort. 11 years ago
Paul Sokolovsky 6a410789b8 objtype: super: Add stop condition for looking up in base types. 11 years ago
Damien George aa7cf6f72f stm: Remove long-obsolete stm/ port. 11 years ago
Damien George 63436ce22e unix, Mac support: Generate order.def via Makefile. 11 years ago
Damien George 0fd01683c6 Merge pull request #607 from Anton-2/osx-clang 11 years ago
Damien George 6ac5dced24 py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL. 11 years ago
Damien George 6d197740cf stmhal: Stop USB before entering DFU by software. 11 years ago
Paul Sokolovsky 008343f640 Merge pull request #621 from stinos/migw-w64-fix 11 years ago
Paul Sokolovsky 053765414c modstruct: struct_calcsize: Fix case of uninitialized var. 11 years ago
stijn 32acd4b9f1 windows: Fix compilation with mingw-w64 so it uses correct printf implementations 11 years ago
Paul Sokolovsky 44a949d58c qemu-arm: Disable "io" module. 11 years ago
Paul Sokolovsky 9e29666bf9 py: Implement proper separation between io.FileIO and io.TextIOWrapper. 11 years ago
Paul Sokolovsky 52386cafa0 objexcept: Implement explicit __init__ method, useful for subclasses. 11 years ago
Paul Sokolovsky 66ab571cca tests: Update subclass-native2.py for __new__/__init__ refactor. 11 years ago
Paul Sokolovsky 13684fd60b objtype: Separate __new__ and __init__ methods. 11 years ago
Damien George eee31288dd stmhal: Fix DAC documentation: need to convert float to int for buf. 11 years ago
Damien George 2de4d59171 stmhal: Fix write_timed function for DAC(2). 11 years ago
Damien George f905ebb173 stmhal: Make pyb.bootloader take no arguments. 11 years ago
Damien George 404f7cf902 Merge pull request #618 from swegener/jump-to-bootloader 11 years ago
Sven Wegener 9bf4f7e3d3 stmhal: Remap system flash and adjust addresses 11 years ago
Sven Wegener 7ae8e4b679 stmhal: Activate bootloader with pyb.bootloader() 11 years ago
Paul Sokolovsky 5cdff5fa61 Merge pull request #615 from swegener/for-upstream 11 years ago
Sven Wegener 7ba0fedf13 py: Fix mp_obj_t -> mp_const_obj_t for mp_obj_int_get_checked() 11 years ago
Paul Sokolovsky bf27140193 py: More mp_identity usage. 11 years ago
Paul Sokolovsky ab7bf28489 py: More const usage. 11 years ago
Paul Sokolovsky c18ef2a9dd objstr: startswith(): Accept optional "start" arg. 11 years ago
Paul Sokolovsky 70328e419a py: Implement more complete bytes comparison handling. 11 years ago
Paul Sokolovsky ad3baec12f sequence: Fix yet another case of improper sequence comparison. 11 years ago
Paul Sokolovsky 767e45c290 modos: Clean 64-bit issues. 11 years ago
Paul Sokolovsky a47b64ae2d objstringio: Implement io.BytesIO. 11 years ago
Paul Sokolovsky 0c124c3123 unix: Add "_os" module with stat(). 11 years ago
Paul Sokolovsky 2a27365854 objstr.c: Partial implementation of .rsplit(). 11 years ago
Damien George 51fab28e94 py: Improve mpz_and function. 11 years ago
Damien George f6e430f77f Merge pull request #600 from stinos/unix-exitcode 11 years ago
Damien George aeeb448eb6 Merge pull request #613 from pfalcon/pauls-copyr 11 years ago
Paul Sokolovsky da9f0924ef py, unix: Add copyright for modules I worked closely on. 11 years ago
Paul Sokolovsky 7074f25768 tests/int-long.py: Try to expose issue with recent "&" optimization. 11 years ago
Damien George 561e425903 py: Fix bug in mpz_and function. 11 years ago
Damien George cc97446ca5 unix: Implement -O option to turn off __debug__ flag. 11 years ago
Damien George 915197a8f9 py: Remove emit_glue init and deinit. Needed only for debugging. 11 years ago
Damien George 97f9a2813e py: Add support for __debug__ constant. 11 years ago
Damien George 96f137b24a py: Rename BYTE_CODE to BYTECODE (this was missed in previous rename). 11 years ago
stijn f42dbb98d1 unix: Fix linker errors when time/ffi modules are disabled 11 years ago
Paul Sokolovsky df94b717b4 modstruct: Implement count specifier for strings (e.g. "100s"). 11 years ago
Antonin ENFRUN da1fffaa09 Fix some unused variables, and silence a clang warning about initialization override in vmentrytable.h 11 years ago
Antonin ENFRUN ceac71f1f5 unix: Add asm statements needed to read registers with clang. Code generated by gcc 4.9.0 is unchanged (same statements, different order). 11 years ago
Antonin ENFRUN 1b901c320b tests: create result file for test/basics/memoryerror.py . 11 years ago
Antonin ENFRUN 6caae0bcb1 unix: Create __bss_start and _end symbols for Mach-O targets. 11 years ago
Paul Sokolovsky 147c80bf7c modstruct: Use MP_OBJ_FUN_ARGS_MAX instead of -1. 11 years ago