GitHub / RustPython/RustPython issues and pull requests
#5096 - Fix examples/package_embed
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5095 - Add type_check to _check()
Pull Request -
State: open - Opened by dannasman almost 2 years ago
- 4 comments
#5094 - Add missing 'sysinfoapi' feature for winapi
Pull Request -
State: closed - Opened by zaddach almost 2 years ago
- 3 comments
#5093 - Load the RustPython logo faster
Pull Request -
State: open - Opened by bit-web24 almost 2 years ago
#5092 - Load the RustPython logo faster
Pull Request -
State: closed - Opened by bit-web24 almost 2 years ago
#5091 - implement PyObject_Type and PyObject_TypeCheck
Pull Request -
State: closed - Opened by dannasman almost 2 years ago
#5090 - implement PyObject_GetAIter for PyObject
Pull Request -
State: closed - Opened by dannasman almost 2 years ago
#5089 - [VM] Object pickling implementation for product object (python itertools)
Pull Request -
State: closed - Opened by MannarAmuthan almost 2 years ago
#5088 - implement PyObject_Dir for ByObjectRef
Pull Request -
State: closed - Opened by dannasman almost 2 years ago
#5087 - Update dependencies
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5086 - [JIT] Binary operations for integers and floating-point numbers allowing mixed type calculations
Pull Request -
State: closed - Opened by MannarAmuthan almost 2 years ago
#5085 - port winapi to windows-sys
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5084 - Skip flaky test_enum::test_unique_composite
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5083 - Fix clippy
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5082 - retry windows ci openssl fix
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5081 - Implemented compare operation for boolean types in JIT engine
Pull Request -
State: closed - Opened by MannarAmuthan almost 2 years ago
- 5 comments
#5080 - port to windows-rs
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5079 - Simple embedded example to run a function in python
Issue -
State: open - Opened by ramneekhanda almost 2 years ago
- 2 comments
#5078 - First step for Python 3.12 support
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5077 - implement more warnings
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5076 - Retry to fix win_lib_path again
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5075 - bump up and sync dependencies with rustpython-parser
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5074 - Update enum to CPython 3.11.5
Pull Request -
State: closed - Opened by dvermd almost 2 years ago
- 4 comments
#5073 - Update ftplib to CPython 3.11.5
Pull Request -
State: closed - Opened by dvermd almost 2 years ago
#5072 - Update fractions to CPython 3.11.5
Pull Request -
State: closed - Opened by dvermd almost 2 years ago
#5071 - Update fileinput to CPython 3.11.5
Pull Request -
State: closed - Opened by dvermd almost 2 years ago
#5070 - Update compileall to CPython 3.11.5
Pull Request -
State: closed - Opened by dvermd almost 2 years ago
#5069 - bump malachite to 0.4.4
Pull Request -
State: closed - Opened by qingshi163 almost 2 years ago
- 2 comments
#5068 - Try windows CI fix
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5067 - Bump lz4_flex version
Pull Request -
State: closed - Opened by jelmer almost 2 years ago
#5066 - Bump is-macro crate from 0.2 ⇒ 0.3
Pull Request -
State: closed - Opened by jelmer almost 2 years ago
#5065 - `py_compile!`/`py_freeze!` macros should emit call(s) to `include_bytes!` to force recompilation when input file(s) changes
Issue -
State: open - Opened by chris-laplante almost 2 years ago
- 2 comments
Labels: C-bug
#5064 - simplify rustfmt invocation in CI
Pull Request -
State: closed - Opened by calebcartwright almost 2 years ago
#5063 - update test_difflib from CPython3.11.2
Pull Request -
State: closed - Opened by Reid00 almost 2 years ago
#5062 - feat: Implement _imp._frozen_module_names
Pull Request -
State: closed - Opened by Reid00 almost 2 years ago
#5061 - feature `encodings` is dependency of stdlib
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5060 - Update platform from CPython 3.11.5
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
- 4 comments
#5059 - ImportError: Cannot import name 'cygrpc' error occurs when calling grpc
Issue -
State: open - Opened by zidaye almost 2 years ago
#5058 - Importing modules not working with WASI
Issue -
State: closed - Opened by d3lm almost 2 years ago
- 10 comments
Labels: C-bug
#5057 - Print version and info text when executing the shell
Pull Request -
State: closed - Opened by d3lm almost 2 years ago
#5056 - Implement _imp._frozen_module_names
Issue -
State: closed - Opened by youknowone almost 2 years ago
- 2 comments
Labels: good first issue, C-compat, A-stdlib
#5055 - fix wasm prettier
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5054 - update imp.py from CPython 3.11
Pull Request -
State: closed - Opened by Reid00 almost 2 years ago
- 3 comments
#5053 - feat: update test_hashlib fro CPython3.11
Pull Request -
State: closed - Opened by Reid00 almost 2 years ago
#5052 - Update parser & Release 0.3.0
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5051 - Fix `freeze-stdlib` + `Interpreter::without_stdlib`
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5050 - Missing `_signal` module on WASI
Issue -
State: closed - Opened by d3lm almost 2 years ago
- 10 comments
Labels: C-bug
#5049 - Fix `encodings` related error messages to be less confusing
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
- 1 comment
#5048 - `hello_embed.rs` not working with `freeze-stdlib` feature
Issue -
State: closed - Opened by PitiBouchon almost 2 years ago
Labels: C-bug
#5047 - Better tips for Interpreter & InterpreterConfig
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5046 - re-enable macOS SSL test
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5045 - Add with/without ssl targets to debugger configuration
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5044 - Fix windows SSL failure & Update to Rust 1.72.0
Pull Request -
State: closed - Opened by youknowone almost 2 years ago
#5041 - [RFC] A fake module from source API (mostly for wasm targets)
Issue -
State: closed - Opened by youknowone about 2 years ago
- 7 comments
Labels: RFC
#5040 - Add ability to initialize cwd from PWD when targeting WASI
Pull Request -
State: closed - Opened by d3lm about 2 years ago
- 4 comments
#5039 - Can you put a pure python core library as a built-in library?
Issue -
State: closed - Opened by yingshaoxo about 2 years ago
- 2 comments
Labels: C-enhancement
#5038 - error in the logic in python os module cwd output.
Issue -
State: open - Opened by ANVLISTENER about 2 years ago
- 3 comments
Labels: C-bug
#5036 - Path error message
Pull Request -
State: closed - Opened by dannasman about 2 years ago
- 4 comments
#5035 - Update test_code.py code.py from CPython v3.11
Pull Request -
State: closed - Opened by Reid00 about 2 years ago
- 1 comment
#5034 - cannot find function, tuple struct or tuple variant `COMP_get_type` in crate `sys`
Issue -
State: closed - Opened by Reid00 about 2 years ago
- 2 comments
#5033 - Request for the pandas package support.
Issue -
State: open - Opened by ANVLISTENER about 2 years ago
- 1 comment
Labels: C-enhancement
#5032 - Request for pythonnet package full support.
Issue -
State: open - Opened by ANVLISTENER about 2 years ago
- 2 comments
Labels: C-enhancement
#5030 - `RUSTPYTHONPATH` doesn't automatically set on Windows
Issue -
State: closed - Opened by ANVLISTENER about 2 years ago
- 6 comments
Labels: C-enhancement
#5029 - added __reduce__ method for itertools.permutations
Pull Request -
State: closed - Opened by LucaSforza about 2 years ago
- 2 comments
#5028 - prettier *.js + fix miri build
Pull Request -
State: closed - Opened by youknowone about 2 years ago
- 5 comments
#5027 - Installation error - Windows 11
Issue -
State: closed - Opened by ANVLISTENER about 2 years ago
- 2 comments
Labels: C-bug
#5026 - Add parser support for PEP 695
Pull Request -
State: closed - Opened by zanieb about 2 years ago
- 2 comments
#5025 - Delete stale ASDL update script
Pull Request -
State: closed - Opened by zanieb about 2 years ago
- 2 comments
Labels: skip:ci
#5024 - How to get output when running Python as string instead of stdout?
Issue -
State: open - Opened by knarkzel about 2 years ago
- 3 comments
#5022 - compiling to wasm32-wasi expects imports
Issue -
State: closed - Opened by astrale-sharp about 2 years ago
- 1 comment
Labels: C-bug
#5021 - add int_max_str_digits input from command line
Pull Request -
State: closed - Opened by bobby-palmer about 2 years ago
#5020 - Bump openssl from 0.10.48 to 0.10.55
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies, rust
#5019 - Add `-X int_max_str_digits` and `PYTHONINTMAXSTRDIGITS` environment variable
Issue -
State: closed - Opened by DimitrisJim about 2 years ago
- 2 comments
Labels: good first issue, C-compat
#5018 - Update datetime.py and test_datetime.py to CPYTHON v3.11.2
Pull Request -
State: closed - Opened by bobby-palmer about 2 years ago
- 2 comments
#5017 - added tm_gmtoff and tm_zone attributes to PyStructTime
Pull Request -
State: closed - Opened by bobby-palmer about 2 years ago
- 1 comment
#5016 - updated _collections_abc.py and test_collections.py to CPython 3.11.2
Pull Request -
State: closed - Opened by bobby-palmer about 2 years ago
- 2 comments
#5015 - Pin Python version to 3.11.4 in CI runs.
Pull Request -
State: closed - Opened by DimitrisJim about 2 years ago
#5014 - Add `get_int_max_str_digits` and `set_int_max_str_digits` in `sys`.
Pull Request -
State: closed - Opened by dannasman about 2 years ago
- 9 comments
#5013 - Return SyntaxError with null byte input in eval.
Pull Request -
State: closed - Opened by DimitrisJim about 2 years ago
- 1 comment
#5012 - Update parser
Pull Request -
State: closed - Opened by youknowone about 2 years ago
- 4 comments
#5011 - fix 'import encodings' error message
Pull Request -
State: closed - Opened by bobby-palmer about 2 years ago
#5010 - Add `get_int_max_str_digits` and `set_int_max_str_digits` in `sys`.
Issue -
State: closed - Opened by DimitrisJim about 2 years ago
- 2 comments
Labels: good first issue, C-compat
#5009 - Update more libraries from 3.11
Pull Request -
State: closed - Opened by DimitrisJim about 2 years ago
- 1 comment
#5008 - revert to prev #4978
Pull Request -
State: closed - Opened by youknowone about 2 years ago
#5007 - Bump some Python libraries to 3.11
Pull Request -
State: closed - Opened by DimitrisJim about 2 years ago
#5006 - Set correct output file
Pull Request -
State: closed - Opened by DimitrisJim about 2 years ago
Labels: skip:ci
#5005 - About jit implementation.
Issue -
State: open - Opened by yuyang-ok about 2 years ago
- 3 comments
Labels: C-enhancement
#5004 - fix warning about mutable
Pull Request -
State: closed - Opened by MisileLab about 2 years ago
#5003 - Remove deprecated modules binhex and formatter.
Pull Request -
State: closed - Opened by DimitrisJim about 2 years ago
Labels: A-stdlib, C-cleanup
#5002 - Fix cron jobs
Pull Request -
State: closed - Opened by DimitrisJim about 2 years ago
- 3 comments
#5001 - Inverstigate excessive memory usage when running micro benchmarks.
Issue -
State: open - Opened by DimitrisJim about 2 years ago
- 1 comment
Labels: A-vm
#5000 - Add PGO support
Issue -
State: open - Opened by zamazan4ik about 2 years ago
- 4 comments
#4999 - Fix cron jobs
Pull Request -
State: closed - Opened by DimitrisJim about 2 years ago
- 1 comment
#4998 - Remove unecessary unsafe, remove generated file in extra_snippets.
Pull Request -
State: closed - Opened by DimitrisJim about 2 years ago
#4997 - Temporarily skip configparser.
Pull Request -
State: closed - Opened by DimitrisJim about 2 years ago
- 1 comment
#4996 - PEP 695 – Type Parameter Syntax
Issue -
State: open - Opened by tjf801 about 2 years ago
- 3 comments
Labels: C-compat
#4995 - Fix broken mac build
Issue -
State: closed - Opened by youknowone about 2 years ago
- 4 comments
#4994 - Added constructor for Settings called with_path
Pull Request -
State: closed - Opened by LucaSforza about 2 years ago
- 2 comments
#4993 - Bump xml-rs from 0.8.4 to 0.8.14
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies, rust
#4992 - Upgrade parser without malachite patch
Pull Request -
State: closed - Opened by youknowone about 2 years ago