3288 Commits

Author SHA1 Message Date
Windel Bouwman
cc24b73031 Set all versions to 0.1.0 0.1.0 2019-07-07 13:04:12 +02:00
Windel Bouwman
93f70abdf1 Merge pull request #1108 from RustPython/update-docs
Update documentation folder and readme.
2019-07-06 19:09:59 +02:00
Windel Bouwman
bcf470ee52 Merge pull request #1111 from RustPython/sys-version
Add git information in sys and platform modules.
2019-07-06 18:37:42 +02:00
Windel Bouwman
5c39350451 Revert Pipfile back to py36 2019-07-06 18:36:18 +02:00
Windel Bouwman
22c3ed3e1f Merge branch 'master' of github.com:RustPython/RustPython into update-docs 2019-07-06 17:01:33 +02:00
Windel Bouwman
ef649be941 Add git information in sys and platform modules. 2019-07-06 17:00:03 +02:00
Windel Bouwman
69980c23b7 Merge pull request #1109 from RustPython/update-travis-yml
Trial to improve travis config.
2019-07-06 16:02:07 +02:00
coolreader18
f041a0a50f Merge pull request #1110 from palaviv/wasm-warns
Remove wasm warnings
2019-07-06 08:38:59 -05:00
Aviv Palivoda
10cad47b50 Remove wasm warnings 2019-07-06 16:14:29 +03:00
Windel Bouwman
f68b064224 Stick to python3.6 for now. 2019-07-06 13:13:35 +02:00
Windel Bouwman
70c20543f8 Merge pull request #1106 from palaviv/syntex-error
Pass more information in user defined parse error
2019-07-06 13:02:11 +02:00
Windel Bouwman
ef44e7295e Trial to improve travis config. 2019-07-06 12:32:53 +02:00
Aviv Palivoda
0be08fe9f4 Fix wasm syntax error 2019-07-06 13:30:06 +03:00
Windel Bouwman
c64a974bfd Update documentation folder and readme. 2019-07-06 11:42:19 +02:00
Windel Bouwman
a099ba5f8e Merge pull request #1104 from palaviv/remove-importlib-frames
Remove importlib frames from traceback
2019-07-06 10:58:20 +02:00
Aviv Palivoda
0e74d16498 Pass ParseError location to CompileError 2019-07-06 10:23:32 +03:00
Aviv Palivoda
251e33af22 Add TODO on verbose 2019-07-06 09:16:23 +03:00
Aviv Palivoda
c70748fbaa Use filter 2019-07-06 09:15:21 +03:00
Aviv Palivoda
6239fe0fbc Remove importlib frames from traceback 2019-07-06 09:15:21 +03:00
Aviv Palivoda
ef1d5433df Pass more information in user defined parse error 2019-07-05 11:01:49 +03:00
coolreader18
22c0b085ad Merge pull request #1105 from palaviv/skip-modules
Allow skipping of unknown modules in whats_left.sh
2019-07-04 16:35:27 -05:00
Aviv Palivoda
2edba36de7 Allow skipping of unknown modules 2019-07-04 23:58:01 +03:00
coolreader18
f8e8a12ed2 Merge pull request #1102 from palaviv/clean-import
Remove old import
2019-07-04 13:16:50 -05:00
Aviv Palivoda
f740845bab Use vm.class 2019-07-04 17:38:55 +03:00
Aviv Palivoda
bb30d0fce0 Don't install external imports if there is no compiler 2019-07-04 17:36:27 +03:00
Aviv Palivoda
42d17138eb Remove old import 2019-07-04 17:32:17 +03:00
Aviv Palivoda
ee4ee5456f Use vm.import when running with -m 2019-07-04 17:32:17 +03:00
coolreader18
72febb77d0 Merge pull request #1103 from mkurnikov/importerror-attributes
Add name, path, msg attributes to ImportError
2019-07-03 18:17:03 -05:00
Maxim Kurnikov
9ce5240598 add name, path, msg attributes to ImportError 2019-07-03 22:18:49 +03:00
Windel Bouwman
df53d55c82 Merge pull request #1101 from palaviv/wasm-importlib
Use importlib import in WASM
2019-07-03 20:18:59 +02:00
coolreader18
f34f16b2cc Merge pull request #1095 from RustPython/coolreader18/whats_left-modules
Add module listing to whats_left.sh
2019-07-03 12:58:09 -05:00
Aviv Palivoda
090cfed593 Use importlib import in WASM 2019-07-03 18:57:49 +03:00
coolreader18
6b018a0b8b Merge pull request #1096 from RustPython/underscore2hyphen
Underscore2hyphen
2019-07-03 10:16:03 -05:00
coolreader18
96f6646063 Merge pull request #1098 from mkurnikov/pass-if-expression-to-function
Do not pollute stack when if-expression condition evaluated to False
2019-07-03 09:55:39 -05:00
Maxim Kurnikov
8162b87a00 Do not pollute stack when if-expression condition evaluated to False 2019-07-03 16:13:16 +03:00
coolreader18
3668250c12 Show module attributes missing 2019-07-01 14:21:29 -05:00
Windel Bouwman
6a58b76ef7 Change authors to team name. 2019-07-01 21:14:07 +02:00
Windel Bouwman
bedbad284e Change underscore into hyphen 2019-07-01 21:05:29 +02:00
Windel Bouwman
4a108c1ef5 Merge pull request #1059 from RustPython/unicodedata
Add initial unicodedata module.
2019-07-01 20:44:14 +02:00
Windel Bouwman
e05a75c363 Merge pull request #1092 from RustPython/bytecode-crate
Make parser and compiler optional features for vm crate.
2019-07-01 20:43:06 +02:00
coolreader18
92625857ba Allow specifying sections for whats_left.sh 2019-07-01 13:28:55 -05:00
coolreader18
f8cf39ebbb Change sys.path in not_impl_gen.py 2019-07-01 13:20:04 -05:00
coolreader18
982b2f2c14 Add comment to not_impl_gen.py 2019-07-01 13:11:43 -05:00
coolreader18
307990d5de Add module listing to whats_left.sh 2019-07-01 13:06:45 -05:00
coolreader18
dfabd4a2a1 Merge pull request #1093 from RustPython/getrow
Change get_row() into row()
2019-07-01 09:22:35 -05:00
coolreader18
fbd0c599a9 Merge pull request #1074 from JimJeon/feature/rmod
Implement int.__rmod__
2019-06-30 20:33:15 -05:00
JimJeon
2f1d4a8d29 Fix with rustfmt 2019-07-01 09:44:47 +09:00
Windel Bouwman
13be2cf3f4 Merge master branch 2019-06-30 21:22:33 +02:00
Windel Bouwman
5b534ade4d Merge pull request #1091 from palaviv/fix-import
Fix locals and globals in call to __import__
2019-06-30 20:43:52 +02:00
Windel Bouwman
f816a50110 Change get_row() into row() 2019-06-30 20:23:01 +02:00