Joey Hain
|
c14a8302e8
|
Initial prototype of "extractor pattern" for native funcs
|
2019-02-23 18:16:02 -08:00 |
|
Joey
|
df76ffe116
|
Replace most relative imports with 2018-style crate
|
2019-02-20 08:50:53 -08:00 |
|
ZapAnton
|
3464828499
|
Fixed various small clippy warnings
|
2019-02-06 13:24:24 +03:00 |
|
ZapAnton
|
0d3b218237
|
Fixed the 'toplevel_ref_arg' clippy warning
This replaces all the occurrences of the
'let ref var = another_var' with the
'let var = &another_var'
Relevant clippy warning: https://rust-lang.github.io/rust-clippy/master/index.html#toplevel_ref_arg
|
2019-02-05 21:45:56 +03:00 |
|
Michael Recachinas
|
804def1522
|
Replace context.new_property with context.new_str for bool.__doc__
|
2019-02-04 19:37:24 +00:00 |
|
Michael Recachinas
|
e557ff290a
|
Suppress warning and rename obj to _zelf in arg_check
|
2019-02-02 21:39:06 +00:00 |
|
Michael Recachinas
|
e0b41d1386
|
Add bool.__doc__ (addresses #260)
|
2019-02-02 21:25:14 +00:00 |
|
Windel Bouwman
|
892493e464
|
Rename PyObjectKind into PyObjectPayload
|
2019-01-30 18:06:27 +01:00 |
|
Windel Bouwman
|
4095e0cad7
|
Modify location of set_attr so that we are able to create str python objects for the dictionary.
|
2018-12-12 22:06:19 +01:00 |
|
Windel Bouwman
|
d72abebdd0
|
Unify object kinds tuple and list into sequence.
|
2018-11-03 12:26:31 +01:00 |
|
Adam Kelly
|
f587221401
|
Separate get_method (magic methods) and get_attribute (full attribute access).
|
2018-11-02 17:16:46 +00:00 |
|
Adam Kelly
|
3e07c19ec4
|
Implement object.__getattribute__.
|
2018-11-01 19:57:13 +00:00 |
|
Windel Bouwman
|
f6cced5d65
|
Change integer type into bigint
|
2018-10-30 21:01:31 +01:00 |
|
Windel Bouwman
|
1d854a8fbb
|
Modify isinstance call signature to take reference to a python reference.
|
2018-10-27 17:58:54 +02:00 |
|
Windel Bouwman
|
2d7b0e0d4b
|
Moved objbool into obj folder
|
2018-09-29 09:38:07 +02:00 |
|