index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-11-23
docs: Bump version to 1.5.1.
v1.5.1
Damien George
2015-11-23
lib/utils/printf: Use more conservative check for MICROPY_DEBUG_STDERR.
Paul Sokolovsky
2015-11-23
py/compile: Do proper checking of * and ** in function definition.
Damien George
2015-11-23
py: Check that second argument to hasattr is actually a string.
Damien George
2015-11-23
extmod/modure: Use correct integer type for n_args argument.
Damien George
2015-11-23
py/emitglue: Implement persistent saving and loading of const objects.
Damien George
2015-11-23
py/emitglue: Add feature-flag header to .mpy to detect bytecode compat.
Damien George
2015-11-23
unix/main: Get rid of perror() which uses stdio.
Paul Sokolovsky
2015-11-22
tests/int_big_*: Add more tests for result normalization.
Paul Sokolovsky
2015-11-22
py/mpz: Normalize (remove leading zeros) xor operation result.
Paul Sokolovsky
2015-11-22
tests/int_big_xor: Test that xor result is normalized.
Paul Sokolovsky
2015-11-22
py/formatfloat: Handle calculation of integer digit for %f format properly.
Paul Sokolovsky
2015-11-22
py/formatfloat: Workaround (fix?) incorrect rounding for %f format.
Paul Sokolovsky
2015-11-22
tests/float/string_format: Add testcase for incorrect rounding for %f.
Paul Sokolovsky
2015-11-22
py/formatfloat: Convert to fully portable implementation.
Paul Sokolovsky
2015-11-22
lib/utils/printf: Fix issue with putchar define for some ports.
Paul Sokolovsky
2015-11-22
lib/utils/printf: Add extra prototypes.
Paul Sokolovsky
2015-11-22
unix: Use printf() implementation in terms of mp_printf().
Paul Sokolovsky
2015-11-21
unix/modsocket: Use snprintf(), as defined by lib/utils/printf.c.
Paul Sokolovsky
2015-11-21
py/emitglue: Host definition of mp_verbose_flag.
Paul Sokolovsky
2015-11-21
py/modsys: Consistently use indented #if's.
Paul Sokolovsky
2015-11-21
unix/modsocket: Implement sockaddr() function to decode raw socket address.
Paul Sokolovsky
2015-11-20
unix/modsocket: Removed dangling references to sockaddr_in_type.
Paul Sokolovsky
2015-11-20
unix/modffi: Mark 'O' type specifier as implemented.
Paul Sokolovsky
2015-11-20
py: Use MP_OBJ_NULL instead of NULL when appropriate.
Damien George
2015-11-20
unix/moduselect: Initialise variable so can compile in non-debug mode.
Damien George
2015-11-20
py/emitglue: Add mp_raw_code_load_mem to load raw-code from memory.
Damien George
2015-11-20
py/emitglue: Only compile raw-code fatfs loader when on thumb2 platform.
Damien George
2015-11-20
py/compile: Add mp_compile_to_raw_code() to return raw code object.
Damien George
2015-11-19
py: Added Cygwin support to py/nlrx86.S.
Igor Gatis
2015-11-19
py/map: Store key/value in earliest possible slot in hash table.
Damien George
2015-11-18
cc3200: Bump version to 1.1.1.
danicampora
2015-11-18
cc3200/README.md: Correct cc3200's update file name.
danicampora
2015-11-18
docs/wipy: Make wifi/wlan naming consistent with tutorial.rst.
Chris Liechti
2015-11-18
docs/wipy: Add warning about losing wlan connection when changing mode.
Jason Hildebrand
2015-11-18
cc3200/appsign.sh: Use md5 if running under Darwin.
Gary Ashton-Jones
2015-11-18
docs: Update docs for WiPy wlan.connect().
Noah
2015-11-18
docs/wipy: Fixed some typos in the WiPy's tutorials.
Dave Hylands
2015-11-17
py/mpstate: Make mp_pending_exception volatile.
Damien George
2015-11-17
py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS.
Damien George
2015-11-17
py: Implement default and star args for lambdas.
Damien George
2015-11-17
py/compile: Don't unnecessarily save state when compiling param list.
Damien George
2015-11-16
cc3200: Unmount all user file systems after a soft reset.
danicampora
2015-11-17
unix: Add "uselect" module, with poll() function.
Paul Sokolovsky
2015-11-16
unix/input: Switch to POSIX I/O for history reading/writing.
Paul Sokolovsky
2015-11-15
tools: Update to upip 0.6.2. Fixes issue due to MacOSX undocumented behavior.
Paul Sokolovsky
2015-11-14
tools: Update upip to 0.6.1. Fixes normal installs without -p switch.
Paul Sokolovsky
2015-11-14
unix/modos: getenv(): Handle non-existing envvar correctly.
Paul Sokolovsky
2015-11-14
stmhal/modmachine: Initial attempt to add I2C & SPI classes.
Paul Sokolovsky
2015-11-14
unix/modos: Add Windows workaround for mkdir().
Paul Sokolovsky
[next]