2261 Commits (3ebd4d0cae58241c963cabd3cbd02fc9ca261a2f)
 

Author SHA1 Message Date
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
Paul Sokolovsky 5ebd5f0f19 objstr: Slice indexing: support bytes properly. 11 years ago
Paul Sokolovsky bfb8819c0c objstr: Make .split() support bytes. 11 years ago
Paul Sokolovsky 5e5d69b35e objstr: Make .join() support bytes. 11 years ago
Paul Sokolovsky 7e7940c39d py: Fix __len__ special method result handling. 11 years ago
Paul Sokolovsky c48d6f7add py: Don't expect that type->getiter() always returns iterator, check for NULL. 11 years ago
Paul Sokolovsky 0f570cfccf showbc: Decode MAP_ADD. 11 years ago
Paul Sokolovsky ff30666c69 py: Add basic implementation of hasattr() function. 11 years ago
Damien George a0863158f5 Merge pull request #605 from stinos/travis-mingw 11 years ago
Damien George 96b62855b5 Merge pull request #604 from stinos/windows-enablefeat 11 years ago
Damien George ee7a880d6e py: Use mp_arg_check_num in more places. 11 years ago
stijn 5f9ebd36cd travis: Add cross-compilation of mingw port 11 years ago
Damien George 1d34e32431 py: frozenset() creates an empty frozenset. 11 years ago
stijn b9d8091d0e windows: Enable frozen set and sys.exit 11 years ago
stijn 9e040b7cd8 unix: Use standard return codes for main 11 years ago
Damien George 2323ef9182 py: Rename globally-accessible tuple functions, prefix with mp_obj_. 11 years ago
Damien George c59af52e84 py: Rename some unichar functions for consistency. 11 years ago
Damien George 89755ae67f py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT. 11 years ago
Damien George f92a0d4d16 stmhal: Enable frozenset. Takes 292 text bytes in ROM. 11 years ago
Damien George bd651d1a67 Merge pull request #597 from stinos/mingw-compilation 11 years ago
Damien George c3dcb590b8 Merge pull request #603 from stinos/windows-tests-newline 11 years ago
Damien George 18ceb7055b Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George a7a1a38df4 stmhal: Update CC3000 driver to newer version. 11 years ago
Paul Sokolovsky eea0118654 py: Give up and make mp_obj_str_get_data() deal with bytes too. 11 years ago
stijn a4dbc73e8a tests: Fix handling of newlines from expected output files 11 years ago
Paul Sokolovsky b2d4fc06fc objstr: Make *strip() accept bytes. 11 years ago
Paul Sokolovsky ce6c10172b tests: Really fix import. 11 years ago
Paul Sokolovsky b4acd028b6 tests: Fix import. 11 years ago
Paul Sokolovsky ea9708092e objtuple: Go out of the way to support comparison of subclasses. 11 years ago
Paul Sokolovsky 9511f60f01 py: Don't try to "bind" types store as attributes of objects. 11 years ago
Paul Sokolovsky 69f3eb2c96 objstr: Make .[r]partition() work with bytes. 11 years ago
Paul Sokolovsky 285683d203 objboundmeth: If detailed reporting enabled, print object content. 11 years ago
Paul Sokolovsky 7aca1cae34 py: Start making good use of mp_const_obj_t. 11 years ago
Damien George 50073ed5d6 stmhal/cc3k: Remove spaces and tabs at end of lines. 11 years ago