Skip to content

Commit 5bc4eab

Browse files
David KutugataIanMatthewHuffIan HuffrchiodoDonJayamanne
authored
Merge point release back into main (#14171)
* Port ipykernel install fix to release (#13975) * Fix installing ipykernel into interpreters for raw kernel (#13959) * update news Co-authored-by: Ian Huff <[email protected]> * Merge in changes to release (#13976) * Up release version for new release (#13928) * Up release version * Update changelog * Update changelog * Workaround test issue (#13930) * Try different version of VS code in release * Change to make it use the actual variable * Use a real version * More tests failing with gpu error (#13935) * Try different version of VS code in release * Change to make it use the actual variable * Use a real version * Two more version changes * Fix kernel and server name missing in certain situations (#13974) * Fix kernel name and server name * Fixup server name for remote situations * Add some functional tests * Add news entry * Delete news file * Port two fixes to the release branch (#13995) * Disable split views of custom editors (#13985) * Fix backup storage by looking at the options correctly (#13983) * Fix backup storage by looking at the options correctly * Fix backup by being more explicit * Only linux tests are failing. Hopefully fix them * Fixup changelog Co-authored-by: Don Jayamanne <[email protected]> * add jedi-language-server to 3rd party notices (#13977) * add jedi-language-server to 3rd party notices * move license from distribution to repository file * disable test_discover_complex_default and (#14024) test_discover_complex_doctest * Upgrade isort to 5.5.3 (#14035) (#14037) * prepare release (#14042) * fixed annoying warnings (#14049) * Cherry pick to address path issues. (#14125) * Do not quote isolated in exec module (#14108) * Do not quote isolated in exec module * Revert "Do not quote isolated in exec module" This reverts commit b9fa04c. * Revert "IPyKernel install issue with windows paths (#13667)" This reverts commit 23725ab. * Fix unit test broken by recent revert (#14122) * Port escape fix to release branch (#14133) * Fix HTML escaping to match what Jupyter does (#14038) * Basic idea * add some functional tests * Add news entry * Fix functional tests * Update changelog * update version and changelog (#14139) * Escaping fix broke a number of things (#14145) (#14154) * Fixes for escaping * Push a comment ot start PR again * Cache task is failing * Remove cache task * Not fixing so just put back cache task * remove leftovers * import pytest * stop skipping python tests Co-authored-by: Ian Huff <[email protected]> Co-authored-by: Ian Huff <[email protected]> Co-authored-by: Rich Chiodo <[email protected]> Co-authored-by: Don Jayamanne <[email protected]> Co-authored-by: Kartik Raj <[email protected]> Co-authored-by: Karthik Nadig <[email protected]>
1 parent 411d1d4 commit 5bc4eab

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,68 @@
11
# Changelog
22

3+
## 2020.9.1 (29 September 2020)
4+
5+
### Fixes
6+
7+
1. Fix IPyKernel install issue with windows paths.
8+
([#13493](https://github.com/microsoft/vscode-python/issues/13493))
9+
1. Fix escaping of output to encode HTML chars correctly.
10+
([#5678](https://github.com/Microsoft/vscode-python/issues/5678))
11+
12+
### Thanks
13+
14+
Thanks to the following projects which we fully rely on to provide some of
15+
our features:
16+
17+
- [debugpy](https://pypi.org/project/debugpy/)
18+
- [isort](https://pypi.org/project/isort/)
19+
- [jedi](https://pypi.org/project/jedi/)
20+
and [parso](https://pypi.org/project/parso/)
21+
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)
22+
- [Pylance](https://github.com/microsoft/pylance-release)
23+
- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed)
24+
- [rope](https://pypi.org/project/rope/) (user-installed)
25+
26+
Also thanks to the various projects we provide integrations with which help
27+
make this extension useful:
28+
29+
- Debugging support:
30+
[Django](https://pypi.org/project/Django/),
31+
[Flask](https://pypi.org/project/Flask/),
32+
[gevent](https://pypi.org/project/gevent/),
33+
[Jinja](https://pypi.org/project/Jinja/),
34+
[Pyramid](https://pypi.org/project/pyramid/),
35+
[PySpark](https://pypi.org/project/pyspark/),
36+
[Scrapy](https://pypi.org/project/Scrapy/),
37+
[Watson](https://pypi.org/project/Watson/)
38+
- Formatting:
39+
[autopep8](https://pypi.org/project/autopep8/),
40+
[black](https://pypi.org/project/black/),
41+
[yapf](https://pypi.org/project/yapf/)
42+
- Interpreter support:
43+
[conda](https://conda.io/),
44+
[direnv](https://direnv.net/),
45+
[pipenv](https://pypi.org/project/pipenv/),
46+
[pyenv](https://github.com/pyenv/pyenv),
47+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
48+
[virtualenv](https://pypi.org/project/virtualenv/)
49+
- Linting:
50+
[bandit](https://pypi.org/project/bandit/),
51+
[flake8](https://pypi.org/project/flake8/),
52+
[mypy](https://pypi.org/project/mypy/),
53+
[prospector](https://pypi.org/project/prospector/),
54+
[pylint](https://pypi.org/project/pylint/),
55+
[pydocstyle](https://pypi.org/project/pydocstyle/),
56+
[pylama](https://pypi.org/project/pylama/)
57+
- Testing:
58+
[nose](https://pypi.org/project/nose/),
59+
[pytest](https://pypi.org/project/pytest/),
60+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
61+
62+
And finally thanks to the [Python](https://www.python.org/) development team and
63+
community for creating a fantastic programming language and community to be a
64+
part of!
65+
366
## 2020.9.0 (23 September 2020)
467

568
### Enhancements

0 commit comments

Comments
 (0)