An open API service for providing issue and pull request metadata for open source projects.

GitHub / micropython/micropython issues and pull requests

Labelled with: port-unix

#18139 - unix/make: Allow out-of-tree test.

Pull Request - State: closed - Opened by yf13 about 2 months ago - 8 comments
Labels: port-unix

#18129 - ci: Test if Apple Clang 17.0.0 + macOS 26 breaks unix port.

Issue - State: closed - Opened by projectgus about 2 months ago - 4 comments
Labels: port-unix

#18107 - unix/main: Ensure atexit function is called on sys.exit() with -m <module>.

Pull Request - State: closed - Opened by MikeWang000000 about 2 months ago - 3 comments
Labels: port-unix

#18083 - unix: run all test directories when using `--via-mpy` for tests

Pull Request - State: open - Opened by dpgeorge 2 months ago
Labels: port-unix, tests

#17921 - unix: Add additional testing targets.

Pull Request - State: closed - Opened by jepler 3 months ago - 8 comments
Labels: port-unix

#17702 - -fsanitizer=undefined diagnostics with longlong

Issue - State: closed - Opened by jepler 4 months ago - 3 comments
Labels: bug, port-unix

#17668 - Allow the GIL to be enabled on the unix port, and add a CI job to test this configuration

Pull Request - State: closed - Opened by dpgeorge 4 months ago - 3 comments
Labels: port-unix, tests

#17638 - unix/make: Drop i686-linux-gnu path.

Pull Request - State: closed - Opened by yf13 4 months ago - 4 comments
Labels: port-unix

#17638 - unix/make: Drop i686-linux-gnu path.

Pull Request - State: open - Opened by yf13 4 months ago - 3 comments
Labels: port-unix

#17619 - coverage: Add missing MP_OBJ_FROM_PTR casts.

Pull Request - State: closed - Opened by jepler 5 months ago - 3 comments
Labels: port-unix

#17538 - Coverage test sys.settrace & improve coverage

Pull Request - State: closed - Opened by jepler 5 months ago - 19 comments
Labels: port-unix

#17538 - Coverage test sys.settrace & improve coverage

Pull Request - State: closed - Opened by jepler 5 months ago - 18 comments
Labels: port-unix

#17456 - unix: Extend README with fully static builds section.

Pull Request - State: open - Opened by o-murphy 5 months ago - 4 comments
Labels: docs, port-unix

#17440 - unix/mpthreadport: Fix type / comparison of PTHREAD_STACK_MIN.

Pull Request - State: closed - Opened by andrewleech 6 months ago - 2 comments
Labels: port-unix

#17414 - unix: Introduce sanitize_undefined variant, use during CI.

Pull Request - State: closed - Opened by jepler 6 months ago - 22 comments
Labels: port-unix

#17399 - docs: pots/unix (standalone) has no instructions to build static linked micropython instance

Issue - State: open - Opened by o-murphy 6 months ago - 1 comment
Labels: docs, port-unix

#17312 - extmod/modlwip,esp32,unix: Add support for socket recv flags argument

Pull Request - State: open - Opened by projectgus 6 months ago
Labels: port-esp32, extmod, port-unix, port-rp2

#17312 - extmod/modlwip,esp32,unix: Add support for socket recv flags argument

Pull Request - State: closed - Opened by projectgus 6 months ago - 4 comments
Labels: port-esp32, extmod, port-unix, port-rp2

#17289 - unix/modsocket: Accept a host+port array for socket.connect.

Pull Request - State: open - Opened by agatti 6 months ago - 6 comments
Labels: port-unix

#16979 - unix/main: Remove PATH_MAX from realpath.

Pull Request - State: closed - Opened by yangfl 8 months ago - 3 comments
Labels: port-unix

#16979 - unix/main: Remove PATH_MAX from realpath.

Pull Request - State: closed - Opened by yangfl 8 months ago - 3 comments
Labels: port-unix

#16803 - UNIX build missing socket.sendall() method

Issue - State: open - Opened by petrkr 9 months ago - 8 comments
Labels: bug, port-unix

#16304 - ci: Remove macos install step for pkg-config

Pull Request - State: closed - Opened by projectgus 12 months ago - 6 comments
Labels: port-unix

#16304 - ci: Remove macos install step for pkg-config

Pull Request - State: closed - Opened by projectgus 12 months ago - 6 comments
Labels: port-unix

#15918 - unix/alloc: Remove unused MICROPY_FORCE_PLAT_ALLOC_EXEC option.

Pull Request - State: closed - Opened by dpgeorge about 1 year ago - 5 comments
Labels: port-unix

#15918 - unix/alloc: Remove unused MICROPY_FORCE_PLAT_ALLOC_EXEC option.

Pull Request - State: closed - Opened by dpgeorge about 1 year ago - 5 comments
Labels: port-unix

#15915 - unix/main: Add --version command-line option.

Pull Request - State: closed - Opened by dpgeorge about 1 year ago - 2 comments
Labels: port-unix

#15915 - unix/main: Add --version command-line option.

Pull Request - State: closed - Opened by dpgeorge about 1 year ago - 2 comments
Labels: port-unix

#15879 - unix/modffi: Let RV64 pass FFI tests again.

Pull Request - State: closed - Opened by agatti about 1 year ago - 7 comments
Labels: port-unix

#15879 - unix/modffi: Let RV64 pass FFI tests again.

Pull Request - State: closed - Opened by agatti about 1 year ago - 7 comments
Labels: port-unix

#15767 - ports/unix/modffi: Fix signed integer cast in return_ffi_value.

Pull Request - State: closed - Opened by mchlswyr about 1 year ago - 3 comments
Labels: port-unix

#15767 - ports/unix/modffi: Fix signed integer cast in return_ffi_value.

Pull Request - State: closed - Opened by mchlswyr about 1 year ago - 3 comments
Labels: port-unix

#15724 - unix: Expand the build steps in the README.

Pull Request - State: open - Opened by projectgus about 1 year ago - 2 comments
Labels: docs, port-unix

#15724 - unix: Expand the build steps in the README.

Pull Request - State: closed - Opened by projectgus about 1 year ago - 2 comments
Labels: docs, port-unix

#15518 - Make `micropython` display `--version`.

Pull Request - State: open - Opened by YUKI2eN3e over 1 year ago - 2 comments
Labels: port-unix

#15432 - ports/unix: extmod/modre.c Fix regression on FreeBSD build.

Pull Request - State: closed - Opened by easytarget over 1 year ago - 3 comments
Labels: extmod, port-unix

#15432 - ports/unix: extmod/modre.c Fix regression on FreeBSD build.

Pull Request - State: closed - Opened by easytarget over 1 year ago - 4 comments
Labels: extmod, port-unix

#15429 - ports/unix/modtermios.c: add baudrate options.

Pull Request - State: closed - Opened by LnnrtS over 1 year ago - 4 comments
Labels: port-unix

#15429 - ports/unix/modtermios.c: add baudrate options.

Pull Request - State: closed - Opened by LnnrtS over 1 year ago - 4 comments
Labels: port-unix

#15303 - tools,unix: Enable Undefined Behavior Sanitizer (UBSan) for unix port and in CI.

Pull Request - State: closed - Opened by projectgus over 1 year ago - 9 comments
Labels: py-core, port-unix, tools

#15303 - tools,unix: Enable Undefined Behavior Sanitizer (UBSan) for unix port and in CI.

Pull Request - State: closed - Opened by projectgus over 1 year ago - 9 comments
Labels: py-core, port-unix, tools

#14196 - gc: Support valgrind tracking of Python heap allocations

Pull Request - State: open - Opened by projectgus over 1 year ago
Labels: py-core, port-unix

#14196 - gc: Support valgrind tracking of Python heap allocations

Pull Request - State: open - Opened by projectgus over 1 year ago - 6 comments
Labels: py-core, port-unix

#14006 - unix: Fix support for Bluetooth via libusb, add HCI dump feature

Pull Request - State: open - Opened by yasnim24 over 1 year ago - 8 comments
Labels: port-unix

#13676 - Exprimental WASI support for ports/unix

Pull Request - State: open - Opened by yamt almost 2 years ago - 14 comments
Labels: port-unix

#13674 - Avoid including system headers when the functionality is disabled

Pull Request - State: closed - Opened by yamt almost 2 years ago - 1 comment
Labels: port-unix

#13674 - Avoid including system headers when the functionality is disabled

Pull Request - State: closed - Opened by yamt almost 2 years ago - 2 comments
Labels: port-unix

#13673 - ports/unix/input.c: flush the prompt

Pull Request - State: closed - Opened by yamt almost 2 years ago - 4 comments
Labels: port-unix

#13673 - ports/unix/input.c: flush the prompt

Pull Request - State: closed - Opened by yamt almost 2 years ago - 4 comments
Labels: port-unix

#13672 - unix port: intermittent infinite loop in import / vfs_reader handling.

Issue - State: closed - Opened by andrewleech almost 2 years ago - 10 comments
Labels: bug, port-unix

#13099 - ports/unix: Enable mbedtls cert time validation.

Pull Request - State: closed - Opened by Carglglz almost 2 years ago - 3 comments
Labels: port-unix

#13096 - core,rp2,esp8266,windows, unix: Add new cross-port functions for event waiting and handling.

Pull Request - State: closed - Opened by projectgus almost 2 years ago - 12 comments
Labels: port-esp8266, py-core, port-unix, port-rp2, port-windows

#12876 - unix/main: Fix build on RISC-V 64 bits.

Pull Request - State: open - Opened by agatti about 2 years ago - 2 comments
Labels: port-unix

#12876 - unix/main: Fix build on RISC-V 64 bits.

Pull Request - State: closed - Opened by agatti about 2 years ago - 2 comments
Labels: port-unix

#12838 - Unix port: Error when building 1.21.0 for riscv64

Issue - State: closed - Opened by jefferyto about 2 years ago - 3 comments
Labels: bug, port-unix

#12802 - unix/main: Use standard pyexec/repl for unix port.

Pull Request - State: open - Opened by andrewleech about 2 years ago - 21 comments
Labels: port-unix

#12709 - Unix: File descriptor initialization error

Issue - State: open - Opened by smurfix about 2 years ago - 5 comments
Labels: bug, port-unix

#12551 - ports/unix: fix memory leakage in do_repl if MICROPY_USE_READLINE is not enabled

Pull Request - State: closed - Opened by versaloon about 2 years ago - 2 comments
Labels: port-unix

#12485 - py/mkrules: Don't strip binary if STRIP variable is unset.

Pull Request - State: closed - Opened by projectgus about 2 years ago - 3 comments
Labels: port-unix

#12186 - unix/modjni: Fix build error.

Pull Request - State: closed - Opened by yangfl over 2 years ago - 2 comments
Labels: port-unix

#12138 - Switch unix port to common select module, and add POSIX optimisations to that module

Pull Request - State: closed - Opened by dpgeorge over 2 years ago - 7 comments
Labels: extmod, port-unix

#12036 - unix/mpbthciport: Remove thread detached attribute

Pull Request - State: closed - Opened by bl4kraven over 2 years ago - 3 comments
Labels: port-unix

#11896 - extmod/modssl_mbedtls: Add cert time validation.

Pull Request - State: closed - Opened by Carglglz over 2 years ago - 3 comments
Labels: port-esp32, extmod, port-unix

#11416 - unix: fail fast when pkg-config not found

Pull Request - State: closed - Opened by condemil over 2 years ago - 2 comments
Labels: port-unix

#11388 - ports/unix/qstrdefsport: Add variant hook.

Pull Request - State: closed - Opened by dlech over 2 years ago - 3 comments
Labels: port-unix

#11313 - docs: ports/unix/Readme.md: build instructions don't work / seem outdated

Issue - State: closed - Opened by axel-kah over 2 years ago - 2 comments
Labels: docs, port-unix

#10367 - ports/unix: Nimble Bluetooth stack UART controller initialization failure on MacOS

Issue - State: closed - Opened by mogenson almost 3 years ago - 1 comment
Labels: bug, port-unix, needs-info

#7621 - unix port: building requires python?

Issue - State: open - Opened by winterismute over 4 years ago - 11 comments
Labels: port-unix

#6983 - UNIX: Running MPY files - Invalid Syntax

Issue - State: closed - Opened by Barak-Men over 4 years ago - 5 comments
Labels: port-unix

#6440 - Implement exit() to exit for ./micropython shell

Issue - State: open - Opened by nanjekyejoannah about 5 years ago - 2 comments
Labels: enhancement, port-unix

#5666 - Document existence of brew installable micropython for Mac

Issue - State: open - Opened by george-hawkins over 5 years ago - 3 comments
Labels: docs, port-unix

#4304 - uselect Unix: poll.register() throws error where object dervies from io.IOBase

Issue - State: open - Opened by peterhinch about 7 years ago - 1 comment
Labels: port-unix

#1500 - RFC: Get rid of C stdio in unix port

Issue - State: closed - Opened by pfalcon about 10 years ago - 18 comments
Labels: rfc, port-unix