Skip to content

Commit 1b41519

Browse files
authored
Prep for release (#14616)
* Update version * Update change log * Update TPN * More changelog updates.
1 parent 598d849 commit 1b41519

File tree

6 files changed

+3671
-7608
lines changed

6 files changed

+3671
-7608
lines changed

CHANGELOG.md

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

3+
## 2020.11.0-rc (4 November 2020)
4+
5+
### Enhancements
6+
7+
UPDATE THIS BEFORE RELEASE
8+
9+
### Fixes
10+
11+
1. Update the logic for parsing and sending selected code to the REPL.
12+
([#14048](https://github.com/Microsoft/vscode-python/issues/14048))
13+
1. Fix "TypeError: message must be set" error when debugging with `pytest`.
14+
([#14067](https://github.com/Microsoft/vscode-python/issues/14067))
15+
1. When sending code to the REPL, read input from `sys.stdin` instead of passing it as an argument.
16+
([#14471](https://github.com/Microsoft/vscode-python/issues/14471))
17+
18+
### Thanks
19+
20+
Thanks to the following projects which we fully rely on to provide some of
21+
our features:
22+
23+
- [debugpy](https://pypi.org/project/debugpy/)
24+
- [isort](https://pypi.org/project/isort/)
25+
- [jedi](https://pypi.org/project/jedi/)
26+
and [parso](https://pypi.org/project/parso/)
27+
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)
28+
- [Pylance](https://github.com/microsoft/pylance-release)
29+
- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed)
30+
- [rope](https://pypi.org/project/rope/) (user-installed)
31+
32+
Also thanks to the various projects we provide integrations with which help
33+
make this extension useful:
34+
35+
- Debugging support:
36+
[Django](https://pypi.org/project/Django/),
37+
[Flask](https://pypi.org/project/Flask/),
38+
[gevent](https://pypi.org/project/gevent/),
39+
[Jinja](https://pypi.org/project/Jinja/),
40+
[Pyramid](https://pypi.org/project/pyramid/),
41+
[PySpark](https://pypi.org/project/pyspark/),
42+
[Scrapy](https://pypi.org/project/Scrapy/),
43+
[Watson](https://pypi.org/project/Watson/)
44+
- Formatting:
45+
[autopep8](https://pypi.org/project/autopep8/),
46+
[black](https://pypi.org/project/black/),
47+
[yapf](https://pypi.org/project/yapf/)
48+
- Interpreter support:
49+
[conda](https://conda.io/),
50+
[direnv](https://direnv.net/),
51+
[pipenv](https://pypi.org/project/pipenv/),
52+
[pyenv](https://github.com/pyenv/pyenv),
53+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
54+
[virtualenv](https://pypi.org/project/virtualenv/)
55+
- Linting:
56+
[bandit](https://pypi.org/project/bandit/),
57+
[flake8](https://pypi.org/project/flake8/),
58+
[mypy](https://pypi.org/project/mypy/),
59+
[prospector](https://pypi.org/project/prospector/),
60+
[pylint](https://pypi.org/project/pylint/),
61+
[pydocstyle](https://pypi.org/project/pydocstyle/),
62+
[pylama](https://pypi.org/project/pylama/)
63+
- Testing:
64+
[nose](https://pypi.org/project/nose/),
65+
[pytest](https://pypi.org/project/pytest/),
66+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
67+
68+
And finally thanks to the [Python](https://www.python.org/) development team and
69+
community for creating a fantastic programming language and community to be a
70+
part of!
71+
372
## 2020.10.0 (27 October 2020)
473

574
### Enhancements

0 commit comments

Comments
 (0)