Adam Kelly
|
1d1a931011
|
Move attributes dictionary to PyObject.
|
2019-03-05 17:09:48 +00:00 |
|
Adam Kelly
|
2d78425bab
|
Add (unused) dict element to PyObject struct.
|
2019-03-05 16:27:51 +00:00 |
|
Adam Kelly
|
43118db1b0
|
Remove None and NotImplemented payloads and replace with NoPayload
|
2019-03-05 15:50:07 +00:00 |
|
Adam Kelly
|
647cb08d78
|
Remove special case for None payload from boolval.
|
2019-03-05 15:05:52 +00:00 |
|
Adam
|
d278fb841c
|
Merge pull request #597 from RustPython/type_hints
Add type annotations to parser.
|
2019-03-05 14:43:30 +00:00 |
|
Ryan Liddle
|
b7c03b4be5
|
Merge pull request #601 from RustPython/ellipsis
Add ellipsis syntax.
|
2019-03-05 18:30:44 +11:00 |
|
Windel Bouwman
|
cb1b9d368f
|
Merge pull request #602 from coolreader18/prep-wasm-npm
Prepare the wasm crate for publishing on npm
|
2019-03-05 07:25:10 +01:00 |
|
Windel Bouwman
|
81a85cc0bf
|
Merge pull request #599 from palaviv/Fix-locals
Fix locals
|
2019-03-05 07:23:46 +01:00 |
|
Windel Bouwman
|
458ead0cbc
|
Merge pull request #600 from adrian17/as_ratio
Add float.as_integer_ratio()
|
2019-03-05 07:22:38 +01:00 |
|
Windel Bouwman
|
883a4944c8
|
Merge pull request #598 from palaviv/dir-module
Fix module dir
|
2019-03-05 07:20:12 +01:00 |
|
Windel Bouwman
|
05929b3d7b
|
Add ellipsis type, test and do rustfmt.
|
2019-03-05 07:19:00 +01:00 |
|
coolreader18
|
eefde87594
|
Cargo.lock update
|
2019-03-04 21:17:29 -06:00 |
|
Joey
|
006e975bc5
|
Update wasm/lib/README.md
Co-Authored-By: coolreader18 <33094578+coolreader18@users.noreply.github.com>
|
2019-03-04 17:16:02 -06:00 |
|
coolreader18
|
55cc653d9b
|
Prepare the wasm crate for publishing on npm
|
2019-03-04 16:50:30 -06:00 |
|
Windel Bouwman
|
a26401707f
|
Minor lexer simplifications.
|
2019-03-04 21:25:35 +01:00 |
|
Aviv Palivoda
|
a545e4392a
|
Test locals indside a function
|
2019-03-04 22:17:41 +02:00 |
|
Windel Bouwman
|
e25742f184
|
Add ellipsis syntax.
|
2019-03-04 21:09:03 +01:00 |
|
Windel Bouwman
|
b50f0be910
|
Merge pull request #596 from RustPython/joey/complex-to-any
Convert complex to Any payload
|
2019-03-04 20:55:51 +01:00 |
|
Adrian Wielgosik
|
eed0b3ca45
|
Add float.as_integer_ratio()
|
2019-03-04 20:52:56 +01:00 |
|
Aviv Palivoda
|
da57730692
|
Fix get_locals
|
2019-03-04 21:52:20 +02:00 |
|
Aviv Palivoda
|
2d31e35844
|
Add test dir
|
2019-03-04 21:31:20 +02:00 |
|
Windel Bouwman
|
f7a22254a6
|
Add return annotation and fix tests in parser.
|
2019-03-04 20:29:34 +01:00 |
|
Aviv Palivoda
|
d24f79b17d
|
dir show module content
|
2019-03-04 21:27:03 +02:00 |
|
Windel Bouwman
|
6544f60d9b
|
Add type annotations to parser.
|
2019-03-04 19:24:34 +01:00 |
|
Adam
|
a7c3f85da7
|
Merge pull request #595 from palaviv/socket-user-macros
Use py_class and py_module macros in socket
|
2019-03-04 17:11:08 +00:00 |
|
Joey Hain
|
f820aeb1ea
|
Convert complex payload
|
2019-03-04 09:04:24 -08:00 |
|
Aviv Palivoda
|
933c8dc792
|
Use py_module macro
|
2019-03-04 18:30:37 +02:00 |
|
Aviv Palivoda
|
d2061004a3
|
Use py_class macro
|
2019-03-04 18:27:33 +02:00 |
|
Windel Bouwman
|
38c43e0465
|
Merge pull request #590 from RustPython/exec
Proper construction of scope for exec/eval.
|
2019-03-04 16:57:12 +01:00 |
|
Adam
|
839f906927
|
Merge pull request #592 from RustPython/joey/improved-arg-errors
Improve error messages and add docs for new native function machinery
|
2019-03-04 14:42:18 +00:00 |
|
Adam
|
4ce0a7c216
|
Merge pull request #586 from RustPython/joey/float-range-any-payload
Convert more objects to `Any` payload
|
2019-03-04 14:40:06 +00:00 |
|
Adam Kelly
|
c4953ee9ec
|
Remove new macro and inline check into make_scope.
|
2019-03-04 14:33:53 +00:00 |
|
Adam Kelly
|
0d4887abe6
|
Fix missing asserts and add (disabled) tests for things that don't work yet.
|
2019-03-04 14:32:52 +00:00 |
|
Adam Kelly
|
6548c365cb
|
Use check_but_allow_none for exec/eval.
|
2019-03-04 14:32:52 +00:00 |
|
Adam Kelly
|
4dd0304712
|
Add check_but_allow_none macro for optional argument checking.
|
2019-03-04 14:32:52 +00:00 |
|
Adam Kelly
|
c5789a03a3
|
Proper construction of scope for exec/eval.
|
2019-03-04 14:32:52 +00:00 |
|
Adam
|
5d28f9bc36
|
Merge pull request #594 from skinny121/isinstance_2
Only use real isinstance/issubclass for built-ins
|
2019-03-04 14:31:43 +00:00 |
|
ben
|
b1a070acc2
|
Only use real isinstance/issubclass for builtins and move the real
versions to the vm.
|
2019-03-04 19:55:58 +13:00 |
|
Joey Hain
|
2d71f6de28
|
bytes and bytearray
|
2019-03-03 20:01:07 -08:00 |
|
Joey Hain
|
4e822ed6cd
|
Improve error messages and add docs for new native function machinery
|
2019-03-03 12:52:51 -08:00 |
|
Windel Bouwman
|
9b7c0f78c8
|
Merge pull request #584 from palaviv/socket-udp
Socket UDP
|
2019-03-03 21:01:15 +01:00 |
|
Aviv Palivoda
|
283b331323
|
Use vm.ctx.new_tuple
|
2019-03-03 18:22:20 +02:00 |
|
Aviv Palivoda
|
f09f75ac8d
|
Do implicit bind in socket.sendto
|
2019-03-03 18:15:14 +02:00 |
|
Aviv Palivoda
|
9b5ba068af
|
Return addr in accept
|
2019-03-03 18:15:14 +02:00 |
|
Aviv Palivoda
|
86b60faa61
|
Add socket.{sendto, recvfrom}
|
2019-03-03 18:15:14 +02:00 |
|
Aviv Palivoda
|
e5d1d11c3e
|
Add UDP to socket
|
2019-03-03 18:15:14 +02:00 |
|
Windel Bouwman
|
9271115db7
|
Introduce py_class macro to define classes. (#589)
* Introduce py_class macro to define classes.
* rustfmt
|
2019-03-03 13:25:00 +00:00 |
|
Joey
|
4f944d33ad
|
Merge pull request #588 from arfan/master
fix typo in README.md, will to with
|
2019-03-02 19:44:21 -07:00 |
|
Abdul Arfan
|
0a68b7a3da
|
fix typo in README.md, will to with
|
2019-03-03 09:18:08 +07:00 |
|
Joey Hain
|
e7fb116210
|
Convert more objects to Any payload
|
2019-03-02 13:27:00 -08:00 |
|