Commit Graph

63 Commits

Author SHA1 Message Date
Windel Bouwman
f7320cf545 Move Scope struct to its own file, making the frame module private in the process. 2019-07-23 20:39:47 +02:00
coolreader18
5821bac2dc Update READMEs 2019-07-16 19:13:07 -05:00
Windel Bouwman
e0981f8b67 Add references to usage and conference videos 2019-07-13 23:34:34 +02:00
coolreader18
3beaf5f89d Address feedback
Move profile writing to own function; move profiling doc to
DEVELOPMENT.md, remove 'present because' from arg help.
2019-07-10 13:29:05 -05:00
coolreader18
33b3cee472 Add profiling documentation to README.md 2019-07-10 13:14:02 -05:00
Windel Bouwman
c64a974bfd Update documentation folder and readme. 2019-07-06 11:42:19 +02:00
rmliddle
026958a322 Resolved merge conflict 2019-06-23 11:39:46 +10:00
coolreader18
bfd6145d5f Use RUSTPYTHONPATH in ouroboros instructions 2019-06-13 12:34:30 -05:00
rmliddle
6767b4efb1 BytesIO First Pass 2019-06-09 21:33:16 +10:00
Jeong YunWon
9f7676589f Fix README not to refer moved file
`cargo run tests/snippets/whats_left_to_implement.py`
-> `./whats_left.sh`
2019-04-22 21:31:22 +09:00
coolreader18
79a7aed46d Make logo larger 2019-03-22 18:12:08 -05:00
coolreader18
c430b5a597 Fix logo in README 2019-03-22 18:10:46 -05:00
coolreader18
cf78d6b3eb Add logo to README 2019-03-22 18:09:05 -05:00
Windel Bouwman
4b783b1523 Add a code of conduct 2019-03-07 20:00:02 +01:00
Abdul Arfan
0a68b7a3da fix typo in README.md, will to with 2019-03-03 09:18:08 +07:00
Rod Elias
b518867220 fix typos 2019-02-21 23:41:43 -03:00
rmliddle
6be7623a94 Spelling Fix 2019-02-20 21:36:56 +11:00
rmliddle
2ad4dddd16 README Update 2019-02-20 21:00:50 +11:00
Calixte Denizet
b61730972e Fix typo in codecov.io badge 2019-02-17 17:07:49 +01:00
Calixte Denizet
6d646cc38e Add a codecov badge 2019-02-16 18:33:45 +01:00
Windel Bouwman
3bc9232eeb Merge pull request #272 from ZapAnton/fix_readme_testing
README: Clarified the 'Testing' section
2019-02-03 12:27:56 +01:00
0xflotus
dae5b146ff fixed converter 2019-02-03 02:30:58 +01:00
ZapAnton
8558b84b16 README: Replaced the 'pipenv shell' and the 'pytest -v' commands with the single 'pipenv run pytest -v' command in the 'Testing' section 2019-02-03 02:19:59 +03:00
ZapAnton
b55150c7bd README: Added the 'pipenv install' command to the 'Testing' section 2019-02-03 02:15:57 +03:00
coolreader18
2968982a8f Change README portion for compiling wasm 2018-12-26 23:51:28 -06:00
Windel Bouwman
95092be36d Merge pull request #225 from RustPython/test-demo
Fixed the travis build for deploying the demo page
2018-12-11 20:22:13 +01:00
Shing Lyu
0159051e95 Updated README about WASM build 2018-12-10 23:13:54 +01:00
Shing Lyu
160cfe6155 Added link to online demo in README 2018-12-10 21:58:43 +01:00
Shing Lyu
bb4454912e Added instruction on updating online doc and demo page 2018-12-10 20:45:12 +01:00
Shing Lyu
51271e5000 Added link to documentation in README 2018-11-24 10:37:19 +01:00
Windel Bouwman
be462afaa4 Add method to list and tuple class. 2018-11-17 12:31:24 +01:00
Shing Lyu
cd3429ce4d Merge pull request #193 from RustPython/readme-typo
Fixed wasm-bindgen typo in README
2018-11-16 14:44:00 +01:00
Shing Lyu
1a0677ab44 Updated the wasm installation instruction 2018-11-15 00:25:22 +01:00
Shing Lyu
2939e53717 Fixed wasm typos in README 2018-11-14 23:43:44 +01:00
Windel Bouwman
58b905f4df Merge pull request #182 from rmliddle/wasm-steps
Exposes API for running Python via JS
2018-11-12 20:30:52 +01:00
Windel Bouwman
f6d7e2fc7a Update readme with badges. 2018-11-08 19:49:56 +01:00
Windel Bouwman
5ffb20b26e Add builtin oct function. Add weakref.ref class. 2018-11-04 12:07:53 +01:00
rmliddle
ad0f8dd674 Readme changes for compliation with wasm-pack 2018-11-02 18:17:06 +11:00
rmliddle
1c376252a4 changed wording on wasm build instructions 2018-10-23 21:30:32 +11:00
rmliddle
683827d2b2 readme fix 2018-10-23 21:29:11 +11:00
rmliddle
ded30f8319 formatting and readme changes 2018-10-23 20:48:41 +11:00
rmliddle
edbac92160 basic instructions wasm build 2018-10-23 20:31:05 +11:00
Éloi Rivard
3f8116f434 Snippet showing unimplemented methods in builtin types 2018-10-17 22:09:01 +02:00
Éloi Rivard
ba9483d96c Restored the 5> in the repl prompt 2018-10-16 23:01:38 +02:00
Éloi Rivard
4e72c5204f Basic repl based on rustyline 2018-10-16 20:57:51 +02:00
Abhijit Gadgil
277ffa614e Updated README to reflect Python 3 support explicitly 2018-10-15 13:43:13 +05:30
Windel Bouwman
bc60969091 Update formatting and readme file 2018-10-13 09:44:42 +02:00
rmliddle
0f4aeeb4cf Added license badge 2018-09-23 16:39:00 +10:00
rmliddle
4035f4da16 highlighting on code org 2018-09-23 16:31:36 +10:00
rmliddle
c9fdc68937 readme and example change 2018-09-23 16:25:48 +10:00