Noah
|
301e565f58
|
Rework tp_new
|
2020-02-16 16:05:11 -06:00 |
|
Noah
|
00096e62d7
|
Add vm.call_get_descriptor_specific()
|
2020-02-16 16:02:43 -06:00 |
|
Noah
|
0f03b794f8
|
Add ctx.new_staticmethod
|
2020-02-16 16:02:43 -06:00 |
|
Noah
|
e682959c9a
|
Properly pass kwargs to metaclass in builtin_build_class
|
2020-02-16 16:02:43 -06:00 |
|
Noah
|
e27fa254fa
|
Improve PyClassRef::iter_mro()
|
2020-02-16 16:02:43 -06:00 |
|
Noah
|
03c2042bd8
|
Add generic_getattribute{,_opt}
|
2020-02-16 16:02:26 -06:00 |
|
Noah
|
dfe8d8effa
|
Add vm.{unwrap,expect}_pyresult()
|
2020-02-16 04:00:49 -06:00 |
|
Do Nhat Minh
|
0c731e8a9b
|
Add as_integer_ratio to PyInt
|
2020-02-11 16:01:22 -05:00 |
|
Aviv Palivoda
|
37fe20234d
|
Merge pull request #1756 from minhnhdo/master
Add __pos__ to PyComplex
|
2020-02-10 19:13:11 +02:00 |
|
Do Nhat Minh
|
914454e4ba
|
Add __pos__ to PyComplex
|
2020-02-10 11:23:50 -05:00 |
|
Aviv Palivoda
|
176fa581b6
|
Merge pull request #1722 from palaviv/os-uname
Change platform to CPython pure python platform
|
2020-02-10 18:14:58 +02:00 |
|
Jeong YunWon
|
8d7be94b03
|
PyBool
|
2020-02-07 11:56:31 +09:00 |
|
Aviv Palivoda
|
bbb04c3ded
|
Use rust _platform to version
|
2020-02-06 21:53:31 +02:00 |
|
Aviv Palivoda
|
6660b64507
|
os.uname only on unix
|
2020-02-06 21:53:31 +02:00 |
|
Aviv Palivoda
|
7202ad303d
|
make version less public
|
2020-02-06 21:53:31 +02:00 |
|
Aviv Palivoda
|
6f4437c592
|
Change version to RustPython
|
2020-02-06 21:53:31 +02:00 |
|
Aviv Palivoda
|
12f400483d
|
Change to pure python platform
|
2020-02-06 21:53:31 +02:00 |
|
Aviv Palivoda
|
9792170e04
|
Add os.uname
|
2020-02-06 21:53:31 +02:00 |
|
Aviv Palivoda
|
2633f9f844
|
Add struct.calcsize
|
2020-02-06 21:21:44 +02:00 |
|
Jeong YunWon
|
67f072dbff
|
Merge pull request #1749 from youknowone/_vm
Remove `_vm` parameter when it is not required
|
2020-02-06 20:33:43 +09:00 |
|
Jeong YunWon
|
92cb58b163
|
Remove _vm parameter - remove unused functions
|
2020-02-06 18:54:37 +09:00 |
|
Jeong YunWon
|
6ddb690e09
|
Remove _vm parameter when it is not required
|
2020-02-06 11:07:51 +09:00 |
|
Jeong YunWon
|
844b6395ce
|
Fix SyntaxError initial value
|
2020-02-06 10:39:52 +09:00 |
|
Jeong YunWon
|
c0b235ed66
|
cleanup property and get descriptor codes
|
2020-02-06 03:56:40 +09:00 |
|
Jeong YunWon
|
58744df1d5
|
Revert 08e66b5002
which is not required anymore
|
2020-02-06 03:56:40 +09:00 |
|
Jeong YunWon
|
facabfee1a
|
Remove PropertyBuilder and add new_getset
|
2020-02-06 03:45:19 +09:00 |
|
Jeong YunWon
|
0aee78de18
|
pyproperty generates PyGetSet instead of PyProperty
|
2020-02-06 03:42:05 +09:00 |
|
Jeong YunWon
|
23381b9937
|
compatiibility for CPytthon descr_check
|
2020-02-06 03:42:01 +09:00 |
|
Jeong YunWon
|
226a2a6cb9
|
VM polymorphism for getter and setter
|
2020-02-06 03:36:05 +09:00 |
|
Jeong YunWon
|
d1f9cb4e58
|
PySetResult and IntoPySetResult
|
2020-02-06 03:33:34 +09:00 |
|
Jeong YunWon
|
ca557788c8
|
&self support for getter/setter
|
2020-02-06 01:47:53 +09:00 |
|
Jeong YunWon
|
c3d5f6c145
|
IntoPyGetterFunc, IntoPySetterFunc
|
2020-02-06 01:46:00 +09:00 |
|
Jeong YunWon
|
9f5cd17f2b
|
Add getset_descriptor
|
2020-02-06 01:23:39 +09:00 |
|
Jeong YunWon
|
7d0d313aa5
|
&str::to_string -> &str::to_owned for variables
|
2020-02-05 22:55:34 +09:00 |
|
Jeong YunWon
|
1bac582921
|
&str::to_string -> &str::to_owned for literals
|
2020-02-05 22:55:33 +09:00 |
|
Noah
|
c435ba05ab
|
Merge pull request #1731 from RustPython/feature/implement-random
Implement _random.Random
|
2020-02-05 07:39:27 -06:00 |
|
Noah
|
3595f4e1a4
|
Merge pull request #1730 from youknowone/type-error
Fix type() error message and BaseException.__str__
|
2020-02-03 19:28:25 -06:00 |
|
Noah
|
e46d38e6ea
|
Merge pull request #1733 from youknowone/py-base-object
PyBaseObject
|
2020-02-03 19:15:35 -06:00 |
|
Noah
|
9abb258849
|
Fix clippy warnings
|
2020-02-03 18:38:19 -06:00 |
|
Noah
|
a762bf89d9
|
Move gen_res53 to mersenne.rs
|
2020-02-03 18:27:35 -06:00 |
|
Noah
|
a20b6bfaaa
|
Implement _random using the MT19937 algorithm
|
2020-02-03 18:21:51 -06:00 |
|
malkoG
|
8a3fb408dc
|
Implement random module
|
2020-02-03 18:21:37 -06:00 |
|
Jeong YunWon
|
1c2b01f894
|
parse_number can raise error about length
|
2020-02-01 21:29:01 +09:00 |
|
Jeong YunWon
|
3e56b3f284
|
PyBaseObject
|
2020-02-01 16:56:12 +09:00 |
|
Aviv Palivoda
|
9c12b95cf4
|
Support timeout in Popen.communicate
|
2020-02-01 09:54:05 +02:00 |
|
Jeong YunWon
|
c366c2074c
|
Fix type() error message and BaseException.__str__
|
2020-02-01 13:23:32 +09:00 |
|
Jeong YunWon
|
7cdaba75ab
|
Merge pull request #1726 from youknowone/calltype-ex
Fix bytecode::CallType::Ex to raise non-str type error
|
2020-02-01 12:32:51 +09:00 |
|
Jeong YunWon
|
fc0c8fd59a
|
Fix int.from_bytes type
|
2020-02-01 02:54:57 +09:00 |
|
Jeong YunWon
|
2a47785e6a
|
Fix bytecode::CallType::Ex to raise non-str type error
|
2020-02-01 01:12:21 +09:00 |
|
Noah
|
ee354baf22
|
Merge pull request #1687 from RustPython/coolreader18/purge-ub
Purge all UB from init_type_hierarchy
|
2020-01-30 13:41:01 -08:00 |
|