Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix umask test failures under Codespaces (#104913) | Brett Cannon | 2023-05-25 | 1 | -5/+12 |
| | | | Also turn on the Python extension for Python code completions and bump the installed versions of wasmtime and the WASI SDK. | ||||
* | Specify more settings for the C extension of VS Code for dev containers ↵ | Brett Cannon | 2023-04-03 | 1 | -0/+6 |
| | | | | | (GH-103229) Should help with auto-complete. | ||||
* | GH-102973: add a dev container (GH-102975) | Brett Cannon | 2023-03-29 | 1 | -0/+75 |
On content update, builds `python` and the docs. Also adds a Dockerfile that should include everything but autoconf 2.69 that's necessary to build CPython and the entire stdlib on Fedora. Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com> Co-authored-by: Dusty Phillips <dusty@phillips.codes> |