GitHub / RustPython/RustPython issues and pull requests
#6032 - Update `test_enumerate.py` from 3.13.5
Pull Request -
State: open - Opened by ShaharNaveh 3 months ago
#6031 - Update `html` from 3.13.5
Pull Request -
State: closed - Opened by ShaharNaveh 3 months ago
- 1 comment
#6030 - [DRAFT] Add `kde` function and tests to RustPython statistics module
Pull Request -
State: open - Opened by jackoconnordev 3 months ago
#6028 - Added `pyclbr` from 3.13.5
Pull Request -
State: open - Opened by ShaharNaveh 3 months ago
#6027 - Added "os.wait" tests from 3.13.5
Pull Request -
State: open - Opened by ShaharNaveh 3 months ago
#6026 - Update `codeop.py` from 3.13.5
Pull Request -
State: closed - Opened by ShaharNaveh 3 months ago
- 1 comment
#6025 - Resolve `libc::RLIM_NLIMITS` warning on android
Pull Request -
State: closed - Opened by ShaharNaveh 3 months ago
- 1 comment
#6024 - Raise UnicodeEncodeError for surrogates in sqlite.executescript
Pull Request -
State: closed - Opened by ever0de 3 months ago
- 1 comment
#6023 - Kasa
Pull Request -
State: open - Opened by kaanyalova 3 months ago
#6019 - Update warnings
Pull Request -
State: open - Opened by ShaharNaveh 3 months ago
#6017 - Paste from clipboard on REPL may lose the input
Issue -
State: open - Opened by moreal 3 months ago
Labels: C-bug
#6016 - Replace `compiler::source` module with `ruff_source_file`
Pull Request -
State: closed - Opened by ShaharNaveh 3 months ago
- 3 comments
#6015 - Enforce valid UTF-8 encoding for sqlite collation names
Pull Request -
State: open - Opened by ever0de 3 months ago
#6011 - Type alias type
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#6008 - compile_subscript
Pull Request -
State: open - Opened by youknowone 4 months ago
#6007 - Update `json` from 3.13.5
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago
#6006 - Update `ast.py` from 3.13.5
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#6005 - compile_type_param_bound_or_default
Pull Request -
State: open - Opened by youknowone 4 months ago
#6003 - Update logging from 3.13.5
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago
#6002 - Update `selector.py` from 3.13.5
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#6001 - Refactor compile_function
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#6000 - Update multiprocess from 3.13.5
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5999 - Pin rustc nightly to `nightly-2025-07-18` for miri tests
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago
#5997 - Enable bad bytecode tests for PEP451 loaders
Pull Request -
State: closed - Opened by ever0de 4 months ago
- 1 comment
#5994 - Set `{min,max}_arity`
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5993 - CI: Increase windows timeout from 40 -> 45
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
Labels: skip:ci
#5992 - Update stat from 3.13.5
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5991 - Update secrets from 3.13.5
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5990 - Update rlcompleter from 3.13.5
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5989 - Update quopri from 3.13.5
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago
#5988 - Update `_colorize.py` from 3.13.5
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago
#5987 - Implement properties on `_TextIOBase` and `StringIO`
Pull Request -
State: closed - Opened by ever0de 4 months ago
- 1 comment
#5986 - Downcastable
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#5985 - Wtf8-compatible fixes
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#5984 - Remove `deleter` attribute from `pygetset`
Pull Request -
State: closed - Opened by ever0de 4 months ago
- 1 comment
#5983 - Correctly implement `isolation_level` setter to handle deletion
Pull Request -
State: open - Opened by ever0de 4 months ago
#5981 - Reject SQL queries containing null characters
Pull Request -
State: open - Opened by ever0de 4 months ago
#5979 - Correctly handle `None` for protocol in `adapt(..)`
Pull Request -
State: open - Opened by ever0de 4 months ago
#5978 - Update `test_exception*.py` from 3.13.5
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5977 - Update shlex from 3.13.5
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago
#5975 - Remove misplaced SymbolScope::TypeParams
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#5974 - [RFC] The way to update Python standard library
Issue -
State: open - Opened by moreal 4 months ago
Labels: RFC
#5973 - remove less useful Context::ellipsis()
Pull Request -
State: open - Opened by youknowone 4 months ago
#5972 - Provide detailed error for circular `from` imports
Pull Request -
State: closed - Opened by ever0de 4 months ago
- 2 comments
#5971 - Upgrade radium to 1.1.1
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#5969 - fix(sqlite): validate surrogates in SQL statements
Pull Request -
State: open - Opened by ever0de 4 months ago
#5967 - 📝 CodeRabbit Chat: Remove git-based radium patch and update version to 1.1.1 in Cargo.toml files
Pull Request -
State: closed - Opened by coderabbitai[bot] 4 months ago
- 1 comment
#5966 - Update `test_tuple.py` from 3.13.5
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5965 - Update `test_{list,listcomps}.py` from 3.13.5
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5963 - Update `test_{dict,weakref}.py` from 3.13.5
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5962 - fix(sqlite): align surrogate pair error handling with CPython
Pull Request -
State: open - Opened by ever0de 4 months ago
#5960 - Fix invalid args count msg
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago
#5959 - Integrate PyTupleTyped into PyTuple
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#5958 - PyTraceback Constructor
Pull Request -
State: open - Opened by youknowone 4 months ago
#5957 - type.__dict__
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#5956 - Fix set___name__ and set___qualname__ deadlock
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#5955 - make_closure
Pull Request -
State: open - Opened by youknowone 4 months ago
#5952 - Update textwrap from 3.13.5
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5951 - Don't skip non hanging contains test
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5950 - compiler enter_scope
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#5949 - feat(vm/slot): implement `Py_TPFLAGS_MANAGED_DICT` for class objects
Pull Request -
State: closed - Opened by ever0de 4 months ago
- 2 comments
#5948 - SymbolTable::varnames, fblock
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#5946 - Fix yaml error in `take` issue command
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago
#5944 - Instruction::Resume
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#5943 - CodeInfo::private
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#5940 - Don't hang on evil type name
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago
#5938 - Use `raise_if_stop!` macro where possible
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5937 - Make `take` issue comment to use curl
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5935 - Update operator from 3.13.5
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago
#5933 - Add missing `@` for the "take" comment command
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5931 - fix(itertools): add re-entrancy guard to tee object
Pull Request -
State: closed - Opened by ever0de 4 months ago
- 1 comment
#5930 - compiler set_qualname
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#5928 - Upgrade Lib/types.py from Python 3.13.5
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 2 comments
#5927 - Formatting with width and separator doesn't work correctly
Pull Request -
State: open - Opened by yt2b 4 months ago
#5926 - Support issue self assignee worflow
Issue -
State: open - Opened by ShaharNaveh 4 months ago
#5922 - Formatting with width and separator doesn't work correctly
Issue -
State: closed - Opened by yt2b 4 months ago
Labels: C-compat
#5921 - `sys.platform` android & ios
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5919 - Enable match statements sqlite cli
Pull Request -
State: open - Opened by ever0de 4 months ago
#5918 - fix(sqlite): autocommit mode transaction handling to match CPython
Pull Request -
State: closed - Opened by ever0de 4 months ago
- 3 comments
#5916 - Fix SQLite large integer overflow error handling
Pull Request -
State: closed - Opened by ever0de 4 months ago
- 1 comment
#5915 - Seeing AttributeError with pip==25.1.1 (on macOS)
Issue -
State: closed - Opened by reactive-firewall 4 months ago
- 3 comments
#5914 - Update compileall from 3.13.5
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago
#5913 - Update copy from 3.13.5
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago
#5912 - Update gzip from 3.13.5
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago
#5911 - Update test_datetime from 3.13.5
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago
#5910 - `cargo install --git` ... does not work with `rustc` from Homebrew (on MacOS)
Issue -
State: open - Opened by reactive-firewall 4 months ago
- 2 comments
#5909 - typing __parameters__ __type_params__
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#5909 - typing __parameters__ __type_params__
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#5908 - Fix eval type check
Pull Request -
State: open - Opened by youknowone 4 months ago
#5908 - Fix eval type check
Pull Request -
State: closed - Opened by youknowone 4 months ago
- 1 comment
#5907 - [5895] added code to raise error in sleep if invalid value
Pull Request -
State: open - Opened by DominicPrince2003 4 months ago
- 1 comment
#5907 - [5895] added code to raise error in sleep if invalid value
Pull Request -
State: open - Opened by DominicPrince2003 4 months ago
#5906 - Handle negative time.sleep values
Pull Request -
State: closed - Opened by ever0de 4 months ago
- 1 comment
#5906 - Handle negative time.sleep values
Pull Request -
State: closed - Opened by ever0de 4 months ago
- 1 comment
#5905 - Fix `clippy::inconsistent_struct_constructor`
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago
#5905 - Fix `clippy::inconsistent_struct_constructor`
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 1 comment
#5904 - Add separator validation
Pull Request -
State: closed - Opened by yt2b 4 months ago
- 1 comment
#5904 - Add separator validation
Pull Request -
State: closed - Opened by yt2b 4 months ago
- 1 comment
#5903 - Make gemini ignore `Lib/**`
Pull Request -
State: closed - Opened by ShaharNaveh 4 months ago
- 4 comments
Labels: skip:ci
#5903 - Make gemini ignore `Lib/**`
Pull Request -
State: open - Opened by ShaharNaveh 4 months ago