8156 Commits (4d1fb6107fdedb0dda8dfb1491c033bf731222c6)
 

Author SHA1 Message Date
Damien George 4d1fb6107f py/mpz: Make mpz_is_zero() an inline function. 7 years ago
Damien George aa7be82a4d all: Don't include system errno.h when it's not needed. 7 years ago
Damien George a559098fec py/mperrno: Allow mperrno.h to be correctly included before other hdrs. 7 years ago
Damien George 1ed3356540 py/py.mk: Make berkeley-db C-defs apply only to relevant source files. 7 years ago
Damien George 513dfcf4fe extmod/modussl_mbedtls: Support server_side mode. 7 years ago
Matthew Brener d003daee06 docs/esp8266/tutorial: Fix typo, "its" to "it's" in powerctrl.rst. 7 years ago
Paul Sokolovsky 7901741bf1 tools/pyboard: Add license header. 7 years ago
Alexander Steffen 71173cd57d cc3200: Use the name MicroPython consistently in code. 7 years ago
Damien George a6bec53177 minimal/Makefile: Enable gc-sections to remove unused code. 7 years ago
Paul Sokolovsky 205c368fa1 eps8266/general: Fix typo in recent example. 7 years ago
Peter Hinch 6ede921731 eps8266/general: Add known issue of WiFi RX buffers overflow. 7 years ago
Piotr Maliński 8c9e22c127 docs/pyboard/tutorial/amp_skin: Add example for playing large WAV files. 7 years ago
Tom Collins 6cfe737597 tests/basics/builtin_exec: Test various globals/locals args to exec(). 7 years ago
Tom Collins bb3bddabb5 py/builtinevex: Add typechecking of globals/locals args to eval/exec. 7 years ago
Damien George 6c1b7e008d tests: Rename exec1.py to builtin_exec.py. 7 years ago
Paul Sokolovsky 4368ae3142 extmod/modussl_axtls: Allow to close ssl stream multiple times. 7 years ago
Alex Robbins 4662006119 esp8266/mpconfigport.h: Make socket a weak link 7 years ago
Damien George 761e4c7ff6 all: Remove trailing spaces, per coding conventions. 7 years ago
Damien George c972c60dbe stmhal: Clean up USB CDC/MSC files and remove commented-out code. 7 years ago
Damien George cadbd7f3e6 py/modmicropython: Cast stack_limit value so it prints correctly. 7 years ago
Damien George 3235b95f08 py/asmx64: Support moving a 64-bit immediate to one of top 8 registers. 7 years ago
Damien George 016325dd0a py/vm: Make n_state variable local to just set-up part of VM. 7 years ago
Alexander Steffen 299bc62586 all: Unify header guard usage. 7 years ago
Damien George d91c1170ca zephyr: Remove long-obsolete machine_ptr_t typedef's. 7 years ago
Alexander Steffen c9a48eb464 docs,teensy: Use the name MicroPython consistently in documentation 7 years ago
Damien George 4fa9d97e4d stmhal/servo: Don't compile servo code when it's not enabled. 7 years ago
Damien George 9cca14a5dc stmhal/pin_named_pins: Remove unreachable print function. 7 years ago
Damien George 2b70757411 stmhal/servo: Make pyb.Servo(n) map to Pin('Xn') on all MCUs. 7 years ago
Damien George f1d260d878 stmhal: Reduce size of ESPRUINO_PICO build so it fits in flash. 7 years ago
Damien George 12d4fa9b37 py/gc: Refactor assertions in gc_free function. 7 years ago
Damien George 1e6fd9f2b4 unix/Makefile: Disable assertions in the standard unix executable. 7 years ago
Damien George d0db93cf1f unix/modsocket: Remove unnecessary asserts. 7 years ago
Damien George 4d55d8805a cc3200/modusocket: Fix connect() when in non-blocking or timeout mode. 7 years ago
Paul Sokolovsky ad3abcd324 tests/cpydiff: Add case for str.ljust/rjust. 7 years ago
Paul Sokolovsky 0c5369a1f0 tests/cpydiff/: Improve wording, add more workarounds. 7 years ago
Paul Sokolovsky ad5e7a0e6f tools/gen-cpydiff: Use case description as 3rd-level heading. 7 years ago
Paul Sokolovsky 5f65ad8c96 tests/cpydiff/core_class_supermultiple: Same cause as core_class_mro. 7 years ago
Paul Sokolovsky c5efb8159f tests/cpydiff/core_arguments: Move under Functions subsection. 7 years ago
Paul Sokolovsky b2979023ac tests/cpydiff/core_class_mro: Move under Classes, add workaround. 7 years ago
Paul Sokolovsky bfa68ef6b2 zephyr/Makefile: Revert prj.conf construction rule to the previous state. 7 years ago
Damien George 0291a624cb py/compile: Fix enum variable declaration. 7 years ago
Paul Sokolovsky 0c75990d6e zephyr/Makefile: Rework dependencies and "clean" target. 7 years ago
Damien George f69ab79ec8 py/objgenerator: Allow to hash generators and generator instances. 7 years ago
Tom Collins 145796f037 py,extmod: Some casts and minor refactors to quiet compiler warnings. 7 years ago
Paul Sokolovsky ed52955c6b tests/cpydiff/modules_deque: Elaborate workaround. 7 years ago
Krzysztof Blazewicz 7feb7301b2 tests/basics: Add tests for arithmetic operators precedence. 8 years ago
Krzysztof Blazewicz 91a385db98 py/compile: Use switch-case to match token and operator. 8 years ago
Krzysztof Blazewicz a040fb89e7 py/compile: Combine arith and bit-shift ops into 1 compile routine. 8 years ago
Damien George f110dbd795 extmod/modujson: Properly initialise temporary StringIO object. 7 years ago
Damien George e66fd56852 py/repl: Change mp_uint_t to size_t in repl helpers. 7 years ago