Jim Fasarakis-Hilliard
|
0edb11ac1e
|
Merge pull request #3195 from youknowone/py-names
clean up py* attributes names
|
2021-10-02 16:00:10 +03:00 |
|
Jeong YunWon
|
2c8020a081
|
clean up py* attributes names
|
2021-10-02 16:59:33 +09:00 |
|
snowapril
|
aa2a7f01ee
|
add PyMapping as PyObjectRef wrapper
Modify original `PyMapping` to `PyMappingMethods` and create `PyMapping`
struct as `PyObjectRef` wrapper for implementing `PyMapping_*`
functions. https://docs.python.org/3/c-api/mapping.html
Signed-off-by: snowapril <sinjihng@gmail.com>
|
2021-10-02 16:45:34 +09:00 |
|
snowapril
|
4fd0681498
|
move mapping protocol to rustpython_vm::protocol
Signed-off-by: snowapril <sinjihng@gmail.com>
|
2021-10-02 14:47:19 +09:00 |
|
snowapril
|
1fbbdaabe3
|
support delitem in ass_subscript
|
2021-10-02 14:43:20 +09:00 |
|
snowapril
|
fc761b4e5b
|
add mapping protocol to proper types
|
2021-10-02 14:43:20 +09:00 |
|
Jim Fasarakis-Hilliard
|
2a31646d2f
|
Merge pull request #3181 from emhagman/cmath-sinh-cosh
Add sinh and cosh to cmath implementation
|
2021-10-01 21:03:31 +03:00 |
|
Eric Hagman
|
014dc9d20f
|
fix: run cargo fmt
|
2021-10-01 13:04:56 -04:00 |
|
Eric Hagman
|
787f6c1be6
|
Merge remote-tracking branch 'upstream/main' into cmath-sinh-cosh
|
2021-10-01 10:00:09 -04:00 |
|
Jeong YunWon
|
ff1129adb7
|
PyIterReturn for StopIteration
Same as ArithmaticValue for NotImplemented
|
2021-10-01 22:33:57 +09:00 |
|
Jeong YunWon
|
fb25a15f2c
|
split rustpython-stdlib crate
|
2021-10-01 01:54:04 +09:00 |
|