Commit Graph

19 Commits

Author SHA1 Message Date
Roman Yurchak f2c4d63c89
DOC Improve README and documentation (#665) 2020-05-19 18:14:56 +02:00
jcaesar 3f9da19e9a
allow micropip to function in a web worker (#632) 2020-04-15 10:28:59 -04:00
Michael Droettboom edcf610e52 Update changelog 2019-08-22 10:04:22 -04:00
Marc Abramowitz 620446455d Add NLTK: Natural Language Toolkit (#360) 2019-08-15 10:27:16 +03:00
Michael Droettboom 88880d1e87 Update CHANGELOG 2019-05-31 16:04:25 -04:00
Michael Droettboom 1a9e72b91f Update CHANGELOG 2019-05-03 13:45:50 -04:00
Michael Droettboom 619b4df99e
Fix #406: Correctly convert a raw ArrayBuffer to Python memoryview (#407) 2019-05-02 12:23:03 -04:00
Michael Droettboom c8db5b6433
Fix #401: Better error message when using "import js" (#404)
* Fix #401: Use PEP 562 to make "import js" work

* Add docs

* Fix handling of missing attributes

* Add CHANGELOG

* Fix iodide import
2019-05-01 14:56:30 -04:00
Michael Droettboom 09e1caa6f4 Update CHANGELOG 2019-04-22 14:12:45 -04:00
Michael Droettboom f1c05058b0 Update CHANGELOG headers 2019-04-22 08:09:51 -04:00
Teon L Brooks 132ed08ad6
Update CHANGELOG.md
forgot update the changelog with #372.
2019-04-07 19:41:14 -04:00
Marc Abramowitz 875df76b2f Add Jinja2 and MarkupSafe (#359)
```javascript
_ = languagePluginLoader.then(() => {
  // pyodide is now ready to use...
  pyodide.loadPackage('Jinja2').then(() => {
    pyodide.runPython(`
import jinja2

template = jinja2.Template('Hello {{ name }}!')
print(template.render(name='Zach'))
    `);
  });
});
```
2019-04-04 13:56:56 -04:00
Marc Abramowitz b6d9a6353b Add crypt module (#369) 2019-04-04 13:55:15 -04:00
Michael Droettboom 9a75ce63e2 Update CHANGELOG 2019-04-04 08:00:06 -04:00
Michael Droettboom 0f60d6d45d Retroactively add CHANGELOG entry 2019-03-26 15:32:23 -04:00
Marc Abramowitz ac76220b59 Enable building sqlite3 into cpython (#352)
* Enable building sqlite3 into cpython
2019-03-26 08:44:21 -04:00
Marc Abramowitz 7591202dfb
CHANGELOG.md: soupseive => soupsieve 2019-03-21 23:10:57 -07:00
Michael Droettboom ff5ccdfca6 Backfill the CHANGELOG for 0.10.0 2019-03-21 13:43:27 -04:00
Michael Droettboom 6c9a3067c3 Add some community and contributing guidelines 2018-06-07 15:43:04 -04:00