Joey Hain
|
3dcbc4d2aa
|
Fix set
|
2019-02-25 22:20:15 -08:00 |
|
Ricky Han
|
138de0dfcd
|
fix build error
|
2019-02-26 01:15:41 -05:00 |
|
Ricky Han
|
baf3fe4bec
|
fix build error
|
2019-02-26 01:15:09 -05:00 |
|
Joey Hain
|
92fd12c9bd
|
Fix scope
|
2019-02-25 22:07:08 -08:00 |
|
Joey Hain
|
d3646925ea
|
Fix float()
|
2019-02-25 21:57:37 -08:00 |
|
Joey Hain
|
b28b164d75
|
Fix generators
|
2019-02-25 21:35:59 -08:00 |
|
Ricky Han
|
432b9dffaf
|
cargo fmt
|
2019-02-26 00:34:40 -05:00 |
|
Ricky Han
|
93a6b4fef9
|
reverse kwargs order
|
2019-02-26 00:32:19 -05:00 |
|
Joey
|
587f871396
|
Merge pull request #542 from AaronRocinante/invalid_control_ret_yield
fix invalid break continue return yield
|
2019-02-25 21:28:17 -08:00 |
|
Joey Hain
|
e959908a49
|
Fix iterator
|
2019-02-25 21:26:15 -08:00 |
|
Aaron
|
b0bf93e530
|
add lexer error
|
2019-02-25 21:13:18 -08:00 |
|
Ricky Han
|
3fc583813a
|
fix macro
|
2019-02-26 00:05:41 -05:00 |
|
Joey Hain
|
f10fa6db44
|
Remove outer RefCell from PyObjectRef
|
2019-02-25 21:01:37 -08:00 |
|
Ricky Han
|
88028dd8c5
|
cargo fmt
|
2019-02-25 23:41:17 -05:00 |
|
Ricky Han
|
b1c97ec877
|
refactor macros
|
2019-02-25 23:36:32 -05:00 |
|
Aaron
|
fee6a47d88
|
rever new_label()
|
2019-02-25 20:35:43 -08:00 |
|
Aaron
|
f037244641
|
fmt
|
2019-02-25 20:33:03 -08:00 |
|
Aaron
|
f965c49704
|
compiler flag in_function_def
|
2019-02-25 20:31:03 -08:00 |
|
coolreader18
|
d399faa425
|
Remove the console_error_panic_hook crate from Cargo.toml
|
2019-02-25 20:50:53 -06:00 |
|
coolreader18
|
dbfd0d4ade
|
Fix "not all variants covered" error
|
2019-02-25 20:05:41 -06:00 |
|
coolreader18
|
dfa5e12b3c
|
Add AnyRustValue payload variant
|
2019-02-25 19:22:16 -06:00 |
|
coolreader18
|
9066c73814
|
Try to trigger a successful Azure Pipelines build
|
2019-02-25 19:09:26 -06:00 |
|
Ricky Han
|
6f85a44f7c
|
cargo fmt
|
2019-02-25 16:35:19 -05:00 |
|
Ricky Han
|
6752f67292
|
cargo fmt
|
2019-02-25 16:34:55 -05:00 |
|
Ricky Han
|
cf400501a1
|
move set_item to DictProtocol
|
2019-02-25 16:32:50 -05:00 |
|
Ricky Han
|
943ded07bd
|
fix wasm
|
2019-02-25 15:23:40 -05:00 |
|
Ricky Han
|
293ffc072c
|
merge upstream
|
2019-02-25 14:54:10 -05:00 |
|
Ricky Han
|
985e35bb16
|
use closure instead of function pointer
|
2019-02-25 14:49:20 -05:00 |
|
Aaron
|
4a7d2cb010
|
reset in_loop in class definition block
|
2019-02-25 09:42:02 -08:00 |
|
Aaron
|
2f0f1b0913
|
use boolean flag
|
2019-02-25 09:32:58 -08:00 |
|
Aaron
|
7610d44865
|
cargo fmt
|
2019-02-25 00:26:06 -08:00 |
|
Aaron
|
e9b0454f1c
|
fix invalid break continue return yield
|
2019-02-25 00:12:15 -08:00 |
|
Windel Bouwman
|
027a6847e5
|
Merge pull request #525 from RustPython/joey/extractor-pattern
Use "extractor" pattern for native functions
|
2019-02-25 07:22:00 +01:00 |
|
Windel Bouwman
|
9e03b6908c
|
Merge pull request #538 from RustPython/joey/f-string-conversion-flags
Support f-string conversion flags
|
2019-02-25 07:21:09 +01:00 |
|
Windel Bouwman
|
22928be01a
|
Merge pull request #537 from coolreader18/wasm-fix-select
[WASM] Fix snippet selector's default selection
|
2019-02-25 07:14:01 +01:00 |
|
Windel Bouwman
|
2d1b45162d
|
Merge pull request #529 from palaviv/socket
socket module
|
2019-02-25 07:11:32 +01:00 |
|
Joey Hain
|
f050acba73
|
f-strings: allow ':' and '!' to be used in the expression
|
2019-02-24 21:13:08 -08:00 |
|
coolreader18
|
1646b53c72
|
Add a comment explaining the weird dict
|
2019-02-24 21:28:25 -06:00 |
|
coolreader18
|
5dd2de0b1e
|
Add requestAnimationFrame to browser module
|
2019-02-24 21:13:51 -06:00 |
|
Joey Hain
|
ddc154a1dd
|
f-strings: support conversion flags
|
2019-02-24 14:37:59 -08:00 |
|
Joey Hain
|
d6e317b185
|
Move f-string parser into own module and clean up a bit
|
2019-02-24 13:01:25 -08:00 |
|
coolreader18
|
f2079807bd
|
Fix snippet selector's default selection
|
2019-02-24 14:22:18 -06:00 |
|
Aviv Palivoda
|
c87cf90043
|
Add socket test
|
2019-02-24 22:20:20 +02:00 |
|
Aviv Palivoda
|
1322c8d6db
|
Change socket parameters to match CPython
|
2019-02-24 22:20:07 +02:00 |
|
Aviv Palivoda
|
c84d35126e
|
Add socket.{bind,listen,accept}
|
2019-02-24 21:35:47 +02:00 |
|
Aviv Palivoda
|
49837f57a7
|
Use Connection enum
|
2019-02-24 20:43:24 +02:00 |
|
Aviv Palivoda
|
8186c77eb2
|
Initial socket module
|
2019-02-24 20:43:24 +02:00 |
|
Joey
|
205bfb762d
|
Merge pull request #532 from coolreader18/wasm-better-panic
[WASM] Make panic errors available from JS
|
2019-02-24 10:05:20 -08:00 |
|
coolreader18
|
9a7bb315e2
|
Merge branch 'master' into wasm-better-panic
|
2019-02-24 09:09:09 -06:00 |
|
Windel Bouwman
|
098675dfe1
|
Merge pull request #531 from coolreader18/wasm-fetch-builtin
[WASM] Add a `browser` module
|
2019-02-24 11:13:40 +01:00 |
|