Jeong YunWon
|
a2df2f014b
|
Fix dis.dis without compiler feature
0.4.0
|
2024-08-07 09:48:09 +09:00 |
|
Jeong YunWon
|
8673169ee7
|
0.4.0
|
2024-08-07 08:38:21 +09:00 |
|
Jeong YunWon
|
2c2e0fb172
|
pyperf bench script
|
2024-08-07 08:38:21 +09:00 |
|
Jeong YunWon
|
d45c5de906
|
ignore local config files
|
2024-08-07 08:38:21 +09:00 |
|
Jeong YunWon
|
eb985beed6
|
freeze-stdlib imply stdlib
|
2024-08-07 07:48:42 +09:00 |
|
Jeong YunWon
|
ff9aa0fc54
|
Add example projects
|
2024-08-07 07:48:42 +09:00 |
|
Jeong YunWon
|
0bd1a3efb2
|
vm.print
|
2024-08-07 07:06:27 +09:00 |
|
Jeong YunWon
|
08e7ec948b
|
Don't let Interpreter::run silently ignore result value
|
2024-08-07 07:06:15 +09:00 |
|
Jeong YunWon
|
6092c07eb5
|
better error message for freeze-stdlib
|
2024-08-07 07:05:28 +09:00 |
|
CPython Developers
|
09d74336fa
|
Update fraction,test_numeric_tower from CPython 3.12.4
|
2024-07-29 19:53:44 +09:00 |
|
Jeong YunWon
|
694354e5e6
|
temp fix slot member_count
|
2024-07-29 16:45:35 +09:00 |
|
Andrew Bowen
|
55f04db6b8
|
Update codecs and test_codecs from cpython v3.12.4 (#5372)
* updated test_codecs.py from cpython v3.12.4
* updated codecs.py from cpython v3.12.4
|
2024-07-29 14:55:32 +09:00 |
|
Jeong YunWon
|
6f8360a878
|
sys.exception
|
2024-07-29 14:30:59 +09:00 |
|
Jeong YunWon
|
6ca4685fee
|
__objclass__
|
2024-07-29 14:30:46 +09:00 |
|
Jeong, YunWon
|
d86b592add
|
Merge pull request #5370 from youknowone/update-io
Update io, _pyio, test_io from CPython 3.12
|
2024-07-28 21:12:13 +09:00 |
|
Jeong YunWon
|
9944b3dac1
|
Mark failing tests
|
2024-07-28 20:24:15 +09:00 |
|
Jeong YunWon
|
8ed79bd1af
|
add a dummy parameter for support.skip_if_sanitizer
|
2024-07-28 20:24:15 +09:00 |
|
CPython Developers
|
0600ae6213
|
Update io, pyio, test_io from CPython
|
2024-07-28 20:24:15 +09:00 |
|
Jeong YunWon
|
623415d843
|
IncrementalNewlineDecoder from pyio
|
2024-07-28 20:23:53 +09:00 |
|
Jeong YunWon
|
87b84a83cc
|
Fix TextIOWrapper.reconfigure coder
|
2024-07-28 20:23:53 +09:00 |
|
Jeong YunWon
|
aa5eba9723
|
fix BufferedMixin::tell
|
2024-07-28 20:23:53 +09:00 |
|
Jeong YunWon
|
c2cd883f93
|
TextIOWrapper.reconfigure
|
2024-07-28 16:24:32 +09:00 |
|
Jeong YunWon
|
43e20a8cd9
|
Fix os.putenv & test_os.test_envronb
|
2024-07-28 16:24:17 +09:00 |
|
Jeong YunWon
|
48299cdd7f
|
Add faulthandler to wasm32
|
2024-07-28 12:11:56 +09:00 |
|
Dan Näsman
|
2335ca0f72
|
Add proper underscore handling to float and complex types. (#5356)
|
2024-07-28 12:11:34 +09:00 |
|
Jeong YunWon
|
e42c1a33b5
|
upgrade unicode_names2
|
2024-07-28 11:43:00 +09:00 |
|
Jeong, YunWon
|
b1a38c2d50
|
Fix rust 1.80 warnings (#5363)
* Fix rust 1.80 warnings
* Fix nightly clippy warnings
|
2024-07-28 10:43:40 +09:00 |
|
dependabot[bot]
|
f1f05303db
|
Bump openssl from 0.10.62 to 0.10.66
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.62 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...openssl-v0.10.66)
---
updated-dependencies:
- dependency-name: openssl
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-23 11:14:45 +09:00 |
|
Jeong YunWon
|
8424a733a2
|
type constructor
|
2024-07-14 22:08:09 +09:00 |
|
Jeong YunWon
|
2bf7a4a08c
|
FuncArgs::is_empty()
|
2024-07-14 22:08:09 +09:00 |
|
Jeong, YunWon
|
b4bae8173b
|
Merge pull request #5348 from JamesClarke7283/developer-experiance-tweaks
DX improvements: Updated MSRV, added cargo deny toml file, and added lints to workspace
|
2024-07-01 21:09:49 +09:00 |
|
James Clarke
|
3c10888e3a
|
Disabled some uneeded lits
|
2024-06-30 13:41:40 +01:00 |
|
James Clarke
|
1bd143027a
|
Switched to system implementation of libffi and fixed minor lint errors
|
2024-06-30 13:29:04 +01:00 |
|
James Clarke
|
18d31f2d5b
|
Merge branch 'RustPython:main' into developer-experiance-tweaks
|
2024-06-30 12:34:12 +01:00 |
|
James Clarke
|
e142d655b9
|
changed int_max_str_digits from -1 to 4300 to be more cpython complient (#5343)
* changed int_max_str_digits from -1 to 4300 to be more cpython complient, fixes #5139
|
2024-06-27 15:27:54 +09:00 |
|
James Clarke
|
e1ce1f66cd
|
Updated MSRV
|
2024-06-25 04:56:22 +01:00 |
|
James Clarke
|
08c9a4d86b
|
Added lints and deny.toml
|
2024-06-25 03:59:40 +01:00 |
|
Kirill Podoprigora
|
a620b38ba0
|
Add test_copyreg.py from 3.12
|
2024-06-24 19:00:54 +09:00 |
|
Jeong, YunWon
|
8e3c0cd658
|
Merge pull request #5314 from youknowone/datetime
Update datetime from CPython v3.12.3
|
2024-06-22 17:38:59 +09:00 |
|
Jeong YunWon
|
f709a2805d
|
mark failing tests
|
2024-06-22 16:18:34 +09:00 |
|
Jeong, YunWon
|
adbadfc4f5
|
Merge pull request #5342 from youknowone/getstate
object.__getstate__
|
2024-06-22 15:49:23 +09:00 |
|
CPython Developers
|
9c7a9cbace
|
Update datetime from CPython v3.12.3
|
2024-06-22 15:27:19 +09:00 |
|
CPython Developers
|
1333688a4e
|
update copyreg from CPython 3.12.3
|
2024-06-22 15:24:42 +09:00 |
|
Jeong YunWon
|
17852b78d5
|
mark hanging test
|
2024-06-22 15:24:42 +09:00 |
|
Jeong YunWon
|
dd15ae5560
|
Unmark successful tests
|
2024-06-22 15:24:42 +09:00 |
|
Jeong YunWon
|
9d33990199
|
object.__getstate__
|
2024-06-22 15:15:49 +09:00 |
|
Cherry
|
866e7cf371
|
Make a shared run function in ThreadedVirtualMachine (#5337)
|
2024-06-22 14:43:07 +09:00 |
|
Jeong YunWon
|
f5c1596ddf
|
PyCFunction_GET_SELF
|
2024-06-22 00:40:30 +09:00 |
|
Jeong YunWon
|
64cff172a1
|
pymethod(raw)
|
2024-06-22 00:40:13 +09:00 |
|
kingler
|
c10b99b29a
|
Update keyword.py and test_keyword.py from CPython v3.12.0
|
2024-06-21 22:37:15 +09:00 |
|