snirjhar-colab commited on
Commit
ab4f6d9
·
1 Parent(s): 9d600b7

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +18 -0
  2. code-server/CachedExtensionVSIXs/ms-python.python-2023.16.0-universal +3 -0
  3. code-server/CachedExtensionVSIXs/ms-toolsai.jupyter-2023.7.100-universal +3 -0
  4. code-server/CachedExtensionVSIXs/ms-toolsai.jupyter-keymap-1.1.2-universal +0 -0
  5. code-server/CachedExtensionVSIXs/ms-toolsai.jupyter-renderers-1.0.17-universal +3 -0
  6. code-server/CachedExtensionVSIXs/ms-toolsai.vscode-jupyter-cell-tags-0.1.8-universal +0 -0
  7. code-server/CachedExtensionVSIXs/ms-toolsai.vscode-jupyter-slideshow-0.1.5-universal +0 -0
  8. code-server/CachedProfilesData/__default__profile__/extensions.builtin.cache +0 -0
  9. code-server/CachedProfilesData/__default__profile__/extensions.user.cache +0 -0
  10. code-server/User/History/3adebc52/6J04.json +3 -0
  11. code-server/User/History/3adebc52/entries.json +1 -0
  12. code-server/User/History/5de155e4/2P07.sh +1 -0
  13. code-server/User/History/5de155e4/Q2eB.sh +1 -0
  14. code-server/User/History/5de155e4/entries.json +1 -0
  15. code-server/User/History/5de155e4/hph3.sh +1 -0
  16. code-server/User/caches/CachedConfigurations/folder/-43a095de/configuration.json +1 -0
  17. code-server/User/customBuiltinExtensionsCache.json +1 -0
  18. code-server/User/globalStorage/storage.json +8 -0
  19. code-server/User/machineid +1 -0
  20. code-server/User/settings.json +3 -0
  21. code-server/User/systemExtensionsCache.json +1 -0
  22. code-server/User/workspaceStorage/f79da59-1/vscode.lock +1 -0
  23. code-server/User/workspaceStorage/f79da59/vscode.lock +1 -0
  24. code-server/coder.json +9 -0
  25. code-server/extensions/extensions.json +1 -0
  26. code-server/extensions/ms-python.python-2023.16.0-universal/.devcontainer/Dockerfile +18 -0
  27. code-server/extensions/ms-python.python-2023.16.0-universal/.devcontainer/devcontainer.json +30 -0
  28. code-server/extensions/ms-python.python-2023.16.0-universal/.eslintignore +273 -0
  29. code-server/extensions/ms-python.python-2023.16.0-universal/.vsixmanifest +46 -0
  30. code-server/extensions/ms-python.python-2023.16.0-universal/CHANGELOG.md +0 -0
  31. code-server/extensions/ms-python.python-2023.16.0-universal/LICENSE.txt +31 -0
  32. code-server/extensions/ms-python.python-2023.16.0-universal/README.md +111 -0
  33. code-server/extensions/ms-python.python-2023.16.0-universal/SECURITY.md +41 -0
  34. code-server/extensions/ms-python.python-2023.16.0-universal/SUPPORT.md +11 -0
  35. code-server/extensions/ms-python.python-2023.16.0-universal/ThirdPartyNotices-Repository.txt +1054 -0
  36. code-server/extensions/ms-python.python-2023.16.0-universal/cgmanifest.json +15 -0
  37. code-server/extensions/ms-python.python-2023.16.0-universal/dist/extension.browser.js +0 -0
  38. code-server/extensions/ms-python.python-2023.16.0-universal/dist/extension.browser.js.LICENSE.txt +17 -0
  39. code-server/extensions/ms-python.python-2023.16.0-universal/icon.png +0 -0
  40. code-server/extensions/ms-python.python-2023.16.0-universal/images/addIcon.PNG +0 -0
  41. code-server/extensions/ms-python.python-2023.16.0-universal/images/codeIcon.PNG +0 -0
  42. code-server/extensions/ms-python.python-2023.16.0-universal/images/dataViewerIcon.PNG +0 -0
  43. code-server/extensions/ms-python.python-2023.16.0-universal/images/exportIcon.PNG +0 -0
  44. code-server/extensions/ms-python.python-2023.16.0-universal/images/markdownIcon.PNG +0 -0
  45. code-server/extensions/ms-python.python-2023.16.0-universal/images/playIcon.PNG +0 -0
  46. code-server/extensions/ms-python.python-2023.16.0-universal/images/plotViewerIcon.PNG +0 -0
  47. code-server/extensions/ms-python.python-2023.16.0-universal/images/variableExplorerIcon.PNG +0 -0
  48. code-server/extensions/ms-python.python-2023.16.0-universal/languages/pip-requirements.json +5 -0
  49. code-server/extensions/ms-python.python-2023.16.0-universal/out/client/extension.js +0 -0
  50. code-server/extensions/ms-python.python-2023.16.0-universal/out/client/extension.js.LICENSE.txt +79 -0
.gitattributes CHANGED
@@ -33,3 +33,21 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ code-server/CachedExtensionVSIXs/ms-python.python-2023.16.0-universal filter=lfs diff=lfs merge=lfs -text
37
+ code-server/CachedExtensionVSIXs/ms-toolsai.jupyter-2023.7.100-universal filter=lfs diff=lfs merge=lfs -text
38
+ code-server/CachedExtensionVSIXs/ms-toolsai.jupyter-renderers-1.0.17-universal filter=lfs diff=lfs merge=lfs -text
39
+ code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
40
+ code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
41
+ code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/python/debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_x86.pdb filter=lfs diff=lfs merge=lfs -text
42
+ code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/python/debugpy/_vendored/pydevd/pydevd_attach_to_process/inject_dll_amd64.pdb filter=lfs diff=lfs merge=lfs -text
43
+ code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/python/debugpy/_vendored/pydevd/pydevd_attach_to_process/inject_dll_x86.pdb filter=lfs diff=lfs merge=lfs -text
44
+ code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/node_modules/zeromq/prebuilds/darwin-arm64/node.napi.glibc.node filter=lfs diff=lfs merge=lfs -text
45
+ code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/node_modules/zeromq/prebuilds/linux-arm64/node.napi.glibc.node filter=lfs diff=lfs merge=lfs -text
46
+ code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/node_modules/zeromq/prebuilds/linux-arm64/node.napi.musl.node filter=lfs diff=lfs merge=lfs -text
47
+ code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/node_modules/zeromq/prebuilds/linux-x64/node.napi.glibc.node filter=lfs diff=lfs merge=lfs -text
48
+ code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/node_modules/zeromq/prebuilds/linux-x64/node.napi.musl.node filter=lfs diff=lfs merge=lfs -text
49
+ code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/node_modules/zeromq/prebuilds/win32-arm64/msvcp140.dll filter=lfs diff=lfs merge=lfs -text
50
+ code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/node_modules/zeromqold/prebuilds/linux-x64/node.napi.glibc.node filter=lfs diff=lfs merge=lfs -text
51
+ code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/node_modules/zeromqold/prebuilds/linux-x64/node.napi.musl.node filter=lfs diff=lfs merge=lfs -text
52
+ code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/node_modules/zeromqold/prebuilds/win32-x64/node.napi.node filter=lfs diff=lfs merge=lfs -text
53
+ code-server/extensions/ms-toolsai.jupyter-renderers-1.0.17-universal/out/client_renderer/vendors-node_modules_nteract_transform-dataresource_lib_index_js-node_modules_moment_locale_a-d40c81.bundle.js filter=lfs diff=lfs merge=lfs -text
code-server/CachedExtensionVSIXs/ms-python.python-2023.16.0-universal ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd39bfacff6800cb19100348f4911080172aa885f75459e9bf8d6c647777fb97
3
+ size 15458071
code-server/CachedExtensionVSIXs/ms-toolsai.jupyter-2023.7.100-universal ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da813eefe5f7c222a45f0cfb0ab707fd4257f9700114705c3c608d36d9ac204d
3
+ size 14810682
code-server/CachedExtensionVSIXs/ms-toolsai.jupyter-keymap-1.1.2-universal ADDED
Binary file (80.3 kB). View file
 
code-server/CachedExtensionVSIXs/ms-toolsai.jupyter-renderers-1.0.17-universal ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09024fb33b3b0a86fa8aa95c8fa51e77367b19846e0250d8de0ea5d5ee295de0
3
+ size 11441281
code-server/CachedExtensionVSIXs/ms-toolsai.vscode-jupyter-cell-tags-0.1.8-universal ADDED
Binary file (177 kB). View file
 
code-server/CachedExtensionVSIXs/ms-toolsai.vscode-jupyter-slideshow-0.1.5-universal ADDED
Binary file (147 kB). View file
 
code-server/CachedProfilesData/__default__profile__/extensions.builtin.cache ADDED
The diff for this file is too large to render. See raw diff
 
code-server/CachedProfilesData/__default__profile__/extensions.user.cache ADDED
The diff for this file is too large to render. See raw diff
 
code-server/User/History/3adebc52/6J04.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "workbench.colorTheme": "Default Dark Modern"
3
+ }
code-server/User/History/3adebc52/entries.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":1,"resource":"vscode-remote:/home/user/app/code-server/User/settings.json","entries":[{"id":"6J04.json","timestamp":1695869115952}]}
code-server/User/History/5de155e4/2P07.sh ADDED
@@ -0,0 +1 @@
 
 
1
+ huggingface-cli upload --repo-type=space snirjhar-colab/code-server /home/user/app .
code-server/User/History/5de155e4/Q2eB.sh ADDED
@@ -0,0 +1 @@
 
 
1
+ huggingface-cli upoload --repo-type=space snirjhar-colab/code-server app .
code-server/User/History/5de155e4/entries.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":1,"resource":"vscode-remote://snirjhar-colab-code-server.hf.space/home/user/app/sync.sh","entries":[{"id":"Q2eB.sh","timestamp":1695869458342},{"id":"hph3.sh","timestamp":1695869489525},{"id":"2P07.sh","timestamp":1695869512617}]}
code-server/User/History/5de155e4/hph3.sh ADDED
@@ -0,0 +1 @@
 
 
1
+ huggingface-cli upoload --repo-type=space snirjhar-colab/code-server /home/user/app .
code-server/User/caches/CachedConfigurations/folder/-43a095de/configuration.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"content":{"settings":"{}","tasks":"{}","launch":"{}"}}
code-server/User/customBuiltinExtensionsCache.json ADDED
@@ -0,0 +1 @@
 
 
1
+ []
code-server/User/globalStorage/storage.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "userDataProfilesMigration": true,
3
+ "profileAssociations": {
4
+ "workspaces": {},
5
+ "emptyWindows": {}
6
+ },
7
+ "profileAssociationsMigration": true
8
+ }
code-server/User/machineid ADDED
@@ -0,0 +1 @@
 
 
1
+ a1e88fb1-d058-414c-9a21-5392f6aec95f
code-server/User/settings.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "workbench.colorTheme": "Default Dark Modern"
3
+ }
code-server/User/systemExtensionsCache.json ADDED
@@ -0,0 +1 @@
 
 
1
+ []
code-server/User/workspaceStorage/f79da59-1/vscode.lock ADDED
@@ -0,0 +1 @@
 
 
1
+ {"pid":826,"willReleaseAt":0}
code-server/User/workspaceStorage/f79da59/vscode.lock ADDED
@@ -0,0 +1 @@
 
 
1
+ {"pid":132,"willReleaseAt":0}
code-server/coder.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "query": {
3
+ "folder": "/home/user"
4
+ },
5
+ "update": {
6
+ "checked": 1695869103563,
7
+ "version": "4.17.0"
8
+ }
9
+ }
code-server/extensions/extensions.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"identifier":{"id":"ms-python.python","uuid":"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5"},"version":"2023.16.0","location":{"$mid":1,"path":"/home/user/app/code-server/extensions/ms-python.python-2023.16.0-universal","scheme":"file"},"relativeLocation":"ms-python.python-2023.16.0-universal","metadata":{"id":"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5","publisherId":"998b010b-e2af-44a5-a6cd-0b5fd3b9b6f8","publisherDisplayName":"ms-python","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869191474,"preRelease":false}},{"identifier":{"id":"ms-toolsai.jupyter-keymap","uuid":"9f6dc8db-620c-4844-b8c5-e74914f1be27"},"version":"1.1.2","location":{"$mid":1,"path":"/home/user/app/code-server/extensions/ms-toolsai.jupyter-keymap-1.1.2-universal","scheme":"file"},"relativeLocation":"ms-toolsai.jupyter-keymap-1.1.2-universal","metadata":{"id":"9f6dc8db-620c-4844-b8c5-e74914f1be27","publisherId":"ac8eb7c9-3e59-4b39-8040-f0484d8170ce","publisherDisplayName":"ms-toolsai","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869201385,"preRelease":false}},{"identifier":{"id":"ms-toolsai.vscode-jupyter-cell-tags","uuid":"ab4fb32a-befb-4102-adf9-1652d0cd6a5e"},"version":"0.1.8","location":{"$mid":1,"path":"/home/user/app/code-server/extensions/ms-toolsai.vscode-jupyter-cell-tags-0.1.8-universal","scheme":"file"},"relativeLocation":"ms-toolsai.vscode-jupyter-cell-tags-0.1.8-universal","metadata":{"id":"ab4fb32a-befb-4102-adf9-1652d0cd6a5e","publisherId":"ac8eb7c9-3e59-4b39-8040-f0484d8170ce","publisherDisplayName":"ms-toolsai","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869201395,"preRelease":false}},{"identifier":{"id":"ms-toolsai.vscode-jupyter-slideshow","uuid":"e153ca70-b543-4865-b4c5-b31d34185948"},"version":"0.1.5","location":{"$mid":1,"path":"/home/user/app/code-server/extensions/ms-toolsai.vscode-jupyter-slideshow-0.1.5-universal","scheme":"file"},"relativeLocation":"ms-toolsai.vscode-jupyter-slideshow-0.1.5-universal","metadata":{"id":"e153ca70-b543-4865-b4c5-b31d34185948","publisherId":"ac8eb7c9-3e59-4b39-8040-f0484d8170ce","publisherDisplayName":"ms-toolsai","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869201403,"preRelease":false}},{"identifier":{"id":"ms-toolsai.jupyter-renderers","uuid":"b15c72f8-d5fe-421a-a4f7-27ed9f6addbf"},"version":"1.0.17","location":{"$mid":1,"path":"/home/user/app/code-server/extensions/ms-toolsai.jupyter-renderers-1.0.17-universal","scheme":"file"},"relativeLocation":"ms-toolsai.jupyter-renderers-1.0.17-universal","metadata":{"id":"b15c72f8-d5fe-421a-a4f7-27ed9f6addbf","publisherId":"ac8eb7c9-3e59-4b39-8040-f0484d8170ce","publisherDisplayName":"ms-toolsai","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869201372,"preRelease":false}},{"identifier":{"id":"ms-toolsai.jupyter","uuid":"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8"},"version":"2023.7.100","location":{"$mid":1,"fsPath":"/home/user/app/code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal","external":"file:///home/user/app/code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal","path":"/home/user/app/code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal","scheme":"file"},"relativeLocation":"ms-toolsai.jupyter-2023.7.100-universal","metadata":{"id":"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8","publisherId":"ac8eb7c9-3e59-4b39-8040-f0484d8170ce","publisherDisplayName":"ms-toolsai","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869203696,"preRelease":false}}]
code-server/extensions/ms-python.python-2023.16.0-universal/.devcontainer/Dockerfile ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM mcr.microsoft.com/devcontainers/typescript-node:16-bookworm
2
+
3
+ RUN apt-get install -y wget bzip2
4
+
5
+ # Run in silent mode and save downloaded script as anaconda.sh.
6
+ # Run with /bin/bash and run in silent mode to /opt/conda.
7
+ # Also get rid of installation script after finishing.
8
+ RUN wget --quiet https://repo.anaconda.com/archive/Anaconda3-2023.07-1-Linux-x86_64.sh -O ~/anaconda.sh && \
9
+ /bin/bash ~/anaconda.sh -b -p /opt/conda && \
10
+ rm ~/anaconda.sh
11
+
12
+ ENV PATH="/opt/conda/bin:$PATH"
13
+
14
+ # Sudo apt update needs to run in order for installation of fish to work .
15
+ RUN sudo apt update && \
16
+ sudo apt install fish -y
17
+
18
+
code-server/extensions/ms-python.python-2023.16.0-universal/.devcontainer/devcontainer.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // For format details, see https://aka.ms/devcontainer.json.
2
+ {
3
+ "name": "VS Code Python Dev Container",
4
+ // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
5
+ "build": {
6
+ "dockerfile": "./Dockerfile",
7
+ "context": ".."
8
+ },
9
+ "customizations": {
10
+ "vscode": {
11
+ "extensions": [
12
+ "editorconfig.editorconfig",
13
+ "esbenp.prettier-vscode",
14
+ "dbaeumer.vscode-eslint",
15
+ "ms-python.python",
16
+ "ms-python.black-formatter",
17
+ "ms-python.vscode-pylance",
18
+ "charliermarsh.ruff"
19
+ ]
20
+ }
21
+ },
22
+ // Commands to execute on container creation,start.
23
+ "postCreateCommand": "bash scripts/postCreateCommand.sh",
24
+ "onCreateCommand": "bash scripts/onCreateCommand.sh",
25
+
26
+ "containerEnv": {
27
+ "CI_PYTHON_PATH": "/workspaces/vscode-python/.venv/bin/python"
28
+ }
29
+
30
+ }
code-server/extensions/ms-python.python-2023.16.0-universal/.eslintignore ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pythonExtensionApi/out/
2
+
3
+ # The following files were grandfathered out of eslint. They can be removed as time permits.
4
+
5
+ src/test/analysisEngineTest.ts
6
+ src/test/ciConstants.ts
7
+ src/test/common.ts
8
+ src/test/constants.ts
9
+ src/test/core.ts
10
+ src/test/extension-version.functional.test.ts
11
+ src/test/fixtures.ts
12
+ src/test/index.ts
13
+ src/test/initialize.ts
14
+ src/test/mockClasses.ts
15
+ src/test/performanceTest.ts
16
+ src/test/proc.ts
17
+ src/test/smokeTest.ts
18
+ src/test/standardTest.ts
19
+ src/test/startupTelemetry.unit.test.ts
20
+ src/test/sourceMapSupport.test.ts
21
+ src/test/sourceMapSupport.unit.test.ts
22
+ src/test/testBootstrap.ts
23
+ src/test/testLogger.ts
24
+ src/test/testRunner.ts
25
+ src/test/textUtils.ts
26
+ src/test/unittests.ts
27
+ src/test/vscode-mock.ts
28
+
29
+ src/test/interpreters/mocks.ts
30
+ src/test/interpreters/virtualEnvs/condaInheritEnvPrompt.unit.test.ts
31
+ src/test/interpreters/pythonPathUpdaterFactory.unit.test.ts
32
+ src/test/interpreters/activation/service.unit.test.ts
33
+ src/test/interpreters/helpers.unit.test.ts
34
+ src/test/interpreters/display.unit.test.ts
35
+
36
+ src/test/terminals/codeExecution/terminalCodeExec.unit.test.ts
37
+ src/test/terminals/codeExecution/codeExecutionManager.unit.test.ts
38
+ src/test/terminals/codeExecution/djangoShellCodeExect.unit.test.ts
39
+
40
+ src/test/activation/activeResource.unit.test.ts
41
+ src/test/activation/extensionSurvey.unit.test.ts
42
+
43
+ src/test/utils/fs.ts
44
+
45
+ src/test/api.functional.test.ts
46
+
47
+ src/test/testing/mocks.ts
48
+ src/test/testing/common/debugLauncher.unit.test.ts
49
+ src/test/testing/common/services/configSettingService.unit.test.ts
50
+
51
+ src/test/common/exitCIAfterTestReporter.ts
52
+
53
+
54
+ src/test/common/terminals/activator/index.unit.test.ts
55
+ src/test/common/terminals/activator/base.unit.test.ts
56
+ src/test/common/terminals/shellDetector.unit.test.ts
57
+ src/test/common/terminals/service.unit.test.ts
58
+ src/test/common/terminals/helper.unit.test.ts
59
+ src/test/common/terminals/activation.unit.test.ts
60
+ src/test/common/terminals/shellDetectors/shellDetectors.unit.test.ts
61
+ src/test/common/terminals/environmentActivationProviders/terminalActivation.testvirtualenvs.ts
62
+
63
+ src/test/common/socketStream.test.ts
64
+
65
+ src/test/common/configSettings.test.ts
66
+
67
+ src/test/common/experiments/telemetry.unit.test.ts
68
+
69
+ src/test/common/platform/filesystem.unit.test.ts
70
+ src/test/common/platform/errors.unit.test.ts
71
+ src/test/common/platform/utils.ts
72
+ src/test/common/platform/fs-temp.unit.test.ts
73
+ src/test/common/platform/fs-temp.functional.test.ts
74
+ src/test/common/platform/filesystem.functional.test.ts
75
+ src/test/common/platform/filesystem.test.ts
76
+
77
+ src/test/common/utils/cacheUtils.unit.test.ts
78
+ src/test/common/utils/decorators.unit.test.ts
79
+ src/test/common/utils/version.unit.test.ts
80
+
81
+ src/test/common/configSettings/configSettings.unit.test.ts
82
+ src/test/common/serviceRegistry.unit.test.ts
83
+ src/test/common/extensions.unit.test.ts
84
+ src/test/common/variables/envVarsService.unit.test.ts
85
+ src/test/common/helpers.test.ts
86
+ src/test/common/application/commands/reloadCommand.unit.test.ts
87
+
88
+ src/test/common/installer/channelManager.unit.test.ts
89
+ src/test/common/installer/pipInstaller.unit.test.ts
90
+ src/test/common/installer/installer.invalidPath.unit.test.ts
91
+ src/test/common/installer/pipEnvInstaller.unit.test.ts
92
+ src/test/common/installer/productPath.unit.test.ts
93
+
94
+ src/test/common/socketCallbackHandler.test.ts
95
+
96
+ src/test/common/process/decoder.test.ts
97
+ src/test/common/process/processFactory.unit.test.ts
98
+ src/test/common/process/pythonToolService.unit.test.ts
99
+ src/test/common/process/proc.observable.test.ts
100
+ src/test/common/process/logger.unit.test.ts
101
+ src/test/common/process/proc.exec.test.ts
102
+ src/test/common/process/pythonProcess.unit.test.ts
103
+ src/test/common/process/proc.unit.test.ts
104
+
105
+ src/test/common/interpreterPathService.unit.test.ts
106
+
107
+
108
+ src/test/pythonFiles/formatting/dummy.ts
109
+
110
+ src/test/debugger/extension/adapter/adapter.test.ts
111
+ src/test/debugger/extension/adapter/outdatedDebuggerPrompt.unit.test.ts
112
+ src/test/debugger/extension/adapter/factory.unit.test.ts
113
+ src/test/debugger/extension/adapter/activator.unit.test.ts
114
+ src/test/debugger/extension/adapter/logging.unit.test.ts
115
+ src/test/debugger/extension/hooks/childProcessAttachHandler.unit.test.ts
116
+ src/test/debugger/extension/hooks/childProcessAttachService.unit.test.ts
117
+ src/test/debugger/utils.ts
118
+ src/test/debugger/common/protocolparser.test.ts
119
+ src/test/debugger/envVars.test.ts
120
+
121
+ src/test/telemetry/index.unit.test.ts
122
+ src/test/telemetry/envFileTelemetry.unit.test.ts
123
+
124
+ src/test/application/diagnostics/checks/macPythonInterpreter.unit.test.ts
125
+ src/test/application/diagnostics/checks/pythonInterpreter.unit.test.ts
126
+ src/test/application/diagnostics/checks/invalidLaunchJsonDebugger.unit.test.ts
127
+ src/test/application/diagnostics/checks/powerShellActivation.unit.test.ts
128
+ src/test/application/diagnostics/checks/invalidPythonPathInDebugger.unit.test.ts
129
+ src/test/application/diagnostics/checks/envPathVariable.unit.test.ts
130
+ src/test/application/diagnostics/applicationDiagnostics.unit.test.ts
131
+ src/test/application/diagnostics/promptHandler.unit.test.ts
132
+ src/test/application/diagnostics/sourceMapSupportService.unit.test.ts
133
+ src/test/application/diagnostics/commands/ignore.unit.test.ts
134
+
135
+ src/test/performance/load.perf.test.ts
136
+
137
+ src/client/interpreter/configuration/interpreterSelector/commands/base.ts
138
+ src/client/interpreter/configuration/interpreterSelector/commands/resetInterpreter.ts
139
+ src/client/interpreter/configuration/pythonPathUpdaterServiceFactory.ts
140
+ src/client/interpreter/configuration/services/globalUpdaterService.ts
141
+ src/client/interpreter/configuration/services/workspaceUpdaterService.ts
142
+ src/client/interpreter/configuration/services/workspaceFolderUpdaterService.ts
143
+ src/client/interpreter/helpers.ts
144
+ src/client/interpreter/virtualEnvs/condaInheritEnvPrompt.ts
145
+ src/client/interpreter/display/index.ts
146
+
147
+ src/client/extension.ts
148
+ src/client/sourceMapSupport.ts
149
+ src/client/startupTelemetry.ts
150
+
151
+ src/client/terminals/codeExecution/terminalCodeExecution.ts
152
+ src/client/terminals/codeExecution/codeExecutionManager.ts
153
+ src/client/terminals/codeExecution/djangoContext.ts
154
+
155
+ src/client/activation/commands.ts
156
+ src/client/activation/progress.ts
157
+ src/client/activation/extensionSurvey.ts
158
+ src/client/activation/common/analysisOptions.ts
159
+ src/client/activation/languageClientMiddleware.ts
160
+
161
+ src/client/formatters/serviceRegistry.ts
162
+ src/client/formatters/helper.ts
163
+ src/client/formatters/dummyFormatter.ts
164
+ src/client/formatters/baseFormatter.ts
165
+
166
+ src/client/testing/serviceRegistry.ts
167
+ src/client/testing/main.ts
168
+ src/client/testing/configurationFactory.ts
169
+ src/client/testing/common/constants.ts
170
+ src/client/testing/common/testUtils.ts
171
+ src/client/testing/common/socketServer.ts
172
+ src/client/testing/common/runner.ts
173
+
174
+ src/client/common/helpers.ts
175
+ src/client/common/net/browser.ts
176
+ src/client/common/net/socket/socketCallbackHandler.ts
177
+ src/client/common/net/socket/socketServer.ts
178
+ src/client/common/net/socket/SocketStream.ts
179
+ src/client/common/editor.ts
180
+ src/client/common/contextKey.ts
181
+ src/client/common/experiments/telemetry.ts
182
+ src/client/common/platform/serviceRegistry.ts
183
+ src/client/common/platform/errors.ts
184
+ src/client/common/platform/fs-temp.ts
185
+ src/client/common/platform/fs-paths.ts
186
+ src/client/common/platform/registry.ts
187
+ src/client/common/platform/pathUtils.ts
188
+ src/client/common/persistentState.ts
189
+ src/client/common/terminal/activator/base.ts
190
+ src/client/common/terminal/activator/powershellFailedHandler.ts
191
+ src/client/common/terminal/activator/index.ts
192
+ src/client/common/terminal/helper.ts
193
+ src/client/common/terminal/syncTerminalService.ts
194
+ src/client/common/terminal/factory.ts
195
+ src/client/common/terminal/commandPrompt.ts
196
+ src/client/common/terminal/service.ts
197
+ src/client/common/terminal/shellDetector.ts
198
+ src/client/common/terminal/shellDetectors/userEnvironmentShellDetector.ts
199
+ src/client/common/terminal/shellDetectors/vscEnvironmentShellDetector.ts
200
+ src/client/common/terminal/shellDetectors/terminalNameShellDetector.ts
201
+ src/client/common/terminal/shellDetectors/settingsShellDetector.ts
202
+ src/client/common/terminal/shellDetectors/baseShellDetector.ts
203
+ src/client/common/utils/decorators.ts
204
+ src/client/common/utils/enum.ts
205
+ src/client/common/utils/platform.ts
206
+ src/client/common/utils/stopWatch.ts
207
+ src/client/common/utils/random.ts
208
+ src/client/common/utils/sysTypes.ts
209
+ src/client/common/utils/misc.ts
210
+ src/client/common/utils/cacheUtils.ts
211
+ src/client/common/utils/workerPool.ts
212
+ src/client/common/extensions.ts
213
+ src/client/common/variables/serviceRegistry.ts
214
+ src/client/common/variables/environment.ts
215
+ src/client/common/variables/types.ts
216
+ src/client/common/variables/systemVariables.ts
217
+ src/client/common/cancellation.ts
218
+ src/client/common/interpreterPathService.ts
219
+ src/client/common/application/applicationShell.ts
220
+ src/client/common/application/languageService.ts
221
+ src/client/common/application/clipboard.ts
222
+ src/client/common/application/workspace.ts
223
+ src/client/common/application/debugSessionTelemetry.ts
224
+ src/client/common/application/documentManager.ts
225
+ src/client/common/application/debugService.ts
226
+ src/client/common/application/commands/reloadCommand.ts
227
+ src/client/common/application/terminalManager.ts
228
+ src/client/common/application/applicationEnvironment.ts
229
+ src/client/common/errors/errorUtils.ts
230
+ src/client/common/installer/serviceRegistry.ts
231
+ src/client/common/installer/channelManager.ts
232
+ src/client/common/installer/moduleInstaller.ts
233
+ src/client/common/installer/types.ts
234
+ src/client/common/installer/pipEnvInstaller.ts
235
+ src/client/common/installer/productService.ts
236
+ src/client/common/installer/pipInstaller.ts
237
+ src/client/common/installer/productPath.ts
238
+ src/client/common/process/currentProcess.ts
239
+ src/client/common/process/processFactory.ts
240
+ src/client/common/process/serviceRegistry.ts
241
+ src/client/common/process/pythonToolService.ts
242
+ src/client/common/process/internal/python.ts
243
+ src/client/common/process/internal/scripts/testing_tools.ts
244
+ src/client/common/process/types.ts
245
+ src/client/common/process/logger.ts
246
+ src/client/common/process/pythonProcess.ts
247
+ src/client/common/process/pythonEnvironment.ts
248
+ src/client/common/process/decoder.ts
249
+
250
+
251
+ src/client/debugger/extension/adapter/remoteLaunchers.ts
252
+ src/client/debugger/extension/adapter/outdatedDebuggerPrompt.ts
253
+ src/client/debugger/extension/adapter/factory.ts
254
+ src/client/debugger/extension/adapter/activator.ts
255
+ src/client/debugger/extension/adapter/logging.ts
256
+ src/client/debugger/extension/hooks/eventHandlerDispatcher.ts
257
+ src/client/debugger/extension/hooks/childProcessAttachService.ts
258
+ src/client/debugger/extension/attachQuickPick/wmicProcessParser.ts
259
+ src/client/debugger/extension/attachQuickPick/factory.ts
260
+ src/client/debugger/extension/attachQuickPick/psProcessParser.ts
261
+ src/client/debugger/extension/attachQuickPick/picker.ts
262
+
263
+ src/client/application/serviceRegistry.ts
264
+ src/client/application/diagnostics/surceMapSupportService.ts
265
+ src/client/application/diagnostics/base.ts
266
+ src/client/application/diagnostics/applicationDiagnostics.ts
267
+ src/client/application/diagnostics/filter.ts
268
+ src/client/application/diagnostics/promptHandler.ts
269
+ src/client/application/diagnostics/commands/base.ts
270
+ src/client/application/diagnostics/commands/ignore.ts
271
+ src/client/application/diagnostics/commands/factory.ts
272
+ src/client/application/diagnostics/commands/execVSCCommand.ts
273
+ src/client/application/diagnostics/commands/launchBrowser.ts
code-server/extensions/ms-python.python-2023.16.0-universal/.vsixmanifest ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3
+ <Metadata>
4
+ <Identity Language="en-US" Id="python" Version="2023.16.0" Publisher="ms-python" />
5
+ <DisplayName>Python</DisplayName>
6
+ <Description xml:space="preserve">IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), code formatting, refactoring, unit tests, and more.</Description>
7
+ <Tags>python,django,unittest,multi-root ready,keybindings,debuggers,json,jinja,Jinja,__ext_j2,__ext_jinja2,pip-requirements,pip requirements,requirements.txt,yaml,ini,toml,linters,__web_extension</Tags>
8
+ <Categories>Programming Languages,Debuggers,Linters,Formatters,Other,Data Science,Machine Learning</Categories>
9
+ <GalleryFlags>Public</GalleryFlags>
10
+
11
+ <Properties>
12
+ <Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.82.0-20230830" />
13
+ <Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" />
14
+ <Property Id="Microsoft.VisualStudio.Code.ExtensionPack" Value="ms-python.vscode-pylance" />
15
+ <Property Id="Microsoft.VisualStudio.Code.ExtensionKind" Value="workspace,web" />
16
+ <Property Id="Microsoft.VisualStudio.Code.LocalizedLanguages" Value="" />
17
+
18
+
19
+ <Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/Microsoft/vscode-python.git" />
20
+ <Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/Microsoft/vscode-python.git" />
21
+ <Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/Microsoft/vscode-python.git" />
22
+ <Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/Microsoft/vscode-python/issues" />
23
+ <Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://github.com/Microsoft/vscode-python" />
24
+ <Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#1e415e" />
25
+ <Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="dark" />
26
+ <Property Id="Microsoft.VisualStudio.Services.GitHubFlavoredMarkdown" Value="true" />
27
+ <Property Id="Microsoft.VisualStudio.Services.Content.Pricing" Value="Free"/>
28
+
29
+
30
+ <Property Id="Microsoft.VisualStudio.Services.CustomerQnALink" Value="https://github.com/microsoft/vscode-python/discussions/categories/q-a" />
31
+ </Properties>
32
+ <License>extension/LICENSE.txt</License>
33
+ <Icon>extension/icon.png</Icon>
34
+ </Metadata>
35
+ <Installation>
36
+ <InstallationTarget Id="Microsoft.VisualStudio.Code"/>
37
+ </Installation>
38
+ <Dependencies/>
39
+ <Assets>
40
+ <Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" Addressable="true" />
41
+ <Asset Type="Microsoft.VisualStudio.Services.Content.Details" Path="extension/README.md" Addressable="true" />
42
+ <Asset Type="Microsoft.VisualStudio.Services.Content.Changelog" Path="extension/CHANGELOG.md" Addressable="true" />
43
+ <Asset Type="Microsoft.VisualStudio.Services.Content.License" Path="extension/LICENSE.txt" Addressable="true" />
44
+ <Asset Type="Microsoft.VisualStudio.Services.Icons.Default" Path="extension/icon.png" Addressable="true" />
45
+ </Assets>
46
+ </PackageManifest>
code-server/extensions/ms-python.python-2023.16.0-universal/CHANGELOG.md ADDED
The diff for this file is too large to render. See raw diff
 
code-server/extensions/ms-python.python-2023.16.0-universal/LICENSE.txt ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ PLEASE NOTE: This is the license for the Python extension for Visual Studio Code. The Python extension automatically installs other extensions as optional dependencies, which can be uninstalled at any time. These extensions have separate licenses:
2
+
3
+ - The Jupyter extension is released under an MIT License:
4
+ https://marketplace.visualstudio.com/items/ms-toolsai.jupyter/license
5
+
6
+ - The Pylance extension is only available in binary form and is released under a Microsoft proprietary license, the terms of which are available here:
7
+ https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/license
8
+
9
+ ------------------------------------------------------------------------------
10
+
11
+ Copyright (c) Microsoft Corporation. All rights reserved.
12
+
13
+ MIT License
14
+
15
+ Permission is hereby granted, free of charge, to any person obtaining a copy
16
+ of this software and associated documentation files (the "Software"), to deal
17
+ in the Software without restriction, including without limitation the rights
18
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19
+ copies of the Software, and to permit persons to whom the Software is
20
+ furnished to do so, subject to the following conditions:
21
+
22
+ The above copyright notice and this permission notice shall be included in all
23
+ copies or substantial portions of the Software.
24
+
25
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31
+ SOFTWARE.
code-server/extensions/ms-python.python-2023.16.0-universal/README.md ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python extension for Visual Studio Code
2
+
3
+ A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/VSCode) with rich support for the [Python language](https://www.python.org/) (for all [actively supported versions](https://devguide.python.org/#status-of-python-branches) of the language: >=3.7), including features such as IntelliSense (Pylance), linting, debugging, code navigation, code formatting, refactoring, variable explorer, test explorer, and more!
4
+
5
+ ## Support for [vscode.dev](https://vscode.dev/)
6
+
7
+ The Python extension does offer [some support](https://github.com/microsoft/vscode-python/wiki/Partial-mode) when running on [vscode.dev](https://vscode.dev/) (which includes [github.dev](http://github.dev/)). This includes partial IntelliSense for open files in the editor.
8
+
9
+
10
+ ## Installed extensions
11
+
12
+ The Python extension will automatically install the [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) extension to give you the best experience when working with Python files. However, Pylance is an optional dependency, meaning the Python extension will remain fully functional if it fails to be installed. You can also [uninstall](https://code.visualstudio.com/docs/editor/extension-marketplace#_uninstall-an-extension) it at the expense of some features if you’re using a different language server.
13
+
14
+ Extensions installed through the marketplace are subject to the [Marketplace Terms of Use](https://cdn.vsassets.io/v/M146_20190123.39/_content/Microsoft-Visual-Studio-Marketplace-Terms-of-Use.pdf).
15
+
16
+ ## Quick start
17
+
18
+ - **Step 1.** [Install a supported version of Python on your system](https://code.visualstudio.com/docs/python/python-tutorial#_prerequisites) (note: that the system install of Python on macOS is not supported).
19
+ - **Step 2.** [Install the Python extension for Visual Studio Code](https://code.visualstudio.com/docs/editor/extension-gallery).
20
+ - **Step 3.** Open or create a Python file and start coding!
21
+
22
+ ## Set up your environment
23
+
24
+ <!-- use less words -->
25
+
26
+ - Select your Python interpreter by clicking on the status bar
27
+
28
+ <img src=https://raw.githubusercontent.com/microsoft/vscode-python/main/images/InterpreterSelectionZoom.gif width=280 height=100>
29
+
30
+ - Configure the debugger through the Debug Activity Bar
31
+
32
+ <img src=https://raw.githubusercontent.com/microsoft/vscode-python/main/images/ConfigureDebugger.gif width=734 height=413>
33
+
34
+ - Configure tests by running the `Configure Tests` command
35
+
36
+ <img src=https://raw.githubusercontent.com/microsoft/vscode-python/main/images/ConfigureTests.gif width=734 height=413>
37
+
38
+ ## Jupyter Notebook quick start
39
+
40
+ The Python extension offers support for Jupyter notebooks via the [Jupyter extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) to provide you a great Python notebook experience in VS Code.
41
+
42
+ - Install the [Jupyter extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter).
43
+
44
+ - Open or create a Jupyter Notebook file (.ipynb) and start coding in our Notebook Editor!
45
+
46
+ <img src=https://raw.githubusercontent.com/microsoft/vscode-python/main/images/OpenOrCreateNotebook.gif width=1029 height=602>
47
+
48
+ For more information you can:
49
+
50
+ - [Follow our Python tutorial](https://code.visualstudio.com/docs/python/python-tutorial#_prerequisites) with step-by-step instructions for building a simple app.
51
+ - Check out the [Python documentation on the VS Code site](https://code.visualstudio.com/docs/languages/python) for general information about using the extension.
52
+ - Check out the [Jupyter Notebook documentation on the VS Code site](https://code.visualstudio.com/docs/python/jupyter-support) for information about using Jupyter Notebooks in VS Code.
53
+
54
+ ## Useful commands
55
+
56
+ Open the Command Palette (Command+Shift+P on macOS and Ctrl+Shift+P on Windows/Linux) and type in one of the following commands:
57
+
58
+ | Command | Description |
59
+ | ------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
60
+ | `Python: Select Interpreter` | Switch between Python interpreters, versions, and environments. |
61
+ | `Python: Start REPL` | Start an interactive Python REPL using the selected interpreter in the VS Code terminal. |
62
+ | `Python: Run Python File in Terminal` | Runs the active Python file in the VS Code terminal. You can also run a Python file by right-clicking on the file and selecting `Run Python File in Terminal`. |
63
+ | `Python: Select Linter` | Switch from Pylint to Flake8 or other supported linters. |
64
+ | `Format Document` | Formats code using the provided [formatter](https://code.visualstudio.com/docs/python/editing#_formatting) in the `settings.json` file. |
65
+ | `Python: Configure Tests` | Select a test framework and configure it to display the Test Explorer. |
66
+
67
+ To see all available Python commands, open the Command Palette and type `Python`. For Jupyter extension commands, just type `Jupyter`.
68
+
69
+ ## Feature details
70
+
71
+ Learn more about the rich features of the Python extension:
72
+
73
+ - [IntelliSense](https://code.visualstudio.com/docs/python/editing#_autocomplete-and-intellisense): Edit your code with auto-completion, code navigation, syntax checking and more
74
+ - [Linting](https://code.visualstudio.com/docs/python/linting): Get additional code analysis with Pylint, Flake8 and more
75
+ - [Code formatting](https://code.visualstudio.com/docs/python/editing#_formatting): Format your code with black, autopep or yapf
76
+
77
+ - [Debugging](https://code.visualstudio.com/docs/python/debugging): Debug your Python scripts, web apps, remote or multi-threaded processes
78
+
79
+ - [Testing](https://code.visualstudio.com/docs/python/unit-testing): Run and debug tests through the Test Explorer with unittest or pytest.
80
+
81
+ - [Jupyter Notebooks](https://code.visualstudio.com/docs/python/jupyter-support): Create and edit Jupyter Notebooks, add and run code cells, render plots, visualize variables through the variable explorer, visualize dataframes with the data viewer, and more
82
+
83
+ - [Environments](https://code.visualstudio.com/docs/python/environments): Automatically activate and switch between virtualenv, venv, pipenv, conda and pyenv environments
84
+
85
+ - [Refactoring](https://code.visualstudio.com/docs/python/editing#_refactoring): Restructure your Python code with variable extraction and method extraction. Additionally, there is componentized support to enable additional refactoring, such as import sorting, through extensions including [isort](https://marketplace.visualstudio.com/items?itemName=ms-python.isort) and [Ruff](https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff).
86
+
87
+
88
+
89
+ ## Supported locales
90
+
91
+ The extension is available in multiple languages: `de`, `en`, `es`, `fa`, `fr`, `it`, `ja`, `ko-kr`, `nl`, `pl`, `pt-br`, `ru`, `tr`, `zh-cn`, `zh-tw`
92
+
93
+ ## Questions, issues, feature requests, and contributions
94
+
95
+ - If you have a question about how to accomplish something with the extension, please [ask on Stack Overflow](https://stackoverflow.com/questions/tagged/visual-studio-code+python)
96
+ - If you come across a problem with the extension, please [file an issue](https://github.com/microsoft/vscode-python)
97
+ - Contributions are always welcome! Please see our [contributing guide](https://github.com/Microsoft/vscode-python/blob/main/CONTRIBUTING.md) for more details
98
+ - Any and all feedback is appreciated and welcome!
99
+ - If someone has already [filed an issue](https://github.com/Microsoft/vscode-python) that encompasses your feedback, please leave a 👍/👎 reaction on the issue
100
+ - Otherwise please start a [new discussion](https://github.com/microsoft/vscode-python/discussions/categories/ideas)
101
+ - If you're interested in the development of the extension, you can read about our [development process](https://github.com/Microsoft/vscode-python/blob/main/CONTRIBUTING.md#development-process)
102
+
103
+ ## Data and telemetry
104
+
105
+ The Microsoft Python Extension for Visual Studio Code collects usage
106
+ data and sends it to Microsoft to help improve our products and
107
+ services. Read our
108
+ [privacy statement](https://privacy.microsoft.com/privacystatement) to
109
+ learn more. This extension respects the `telemetry.enableTelemetry`
110
+ setting which you can learn more about at
111
+ https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting.
code-server/extensions/ms-python.python-2023.16.0-universal/SECURITY.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- BEGIN MICROSOFT SECURITY.MD V0.0.3 BLOCK -->
2
+
3
+ ## Security
4
+
5
+ Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
6
+
7
+ If you believe you have found a security vulnerability in any Microsoft-owned repository that meets Microsoft's [Microsoft's definition of a security vulnerability](<https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)>) of a security vulnerability, please report it to us as described below.
8
+
9
+ ## Reporting Security Issues
10
+
11
+ **Please do not report security vulnerabilities through public GitHub issues.**
12
+
13
+ Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report).
14
+
15
+ If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc).
16
+
17
+ You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
18
+
19
+ Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20
+
21
+ - Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22
+ - Full paths of source file(s) related to the manifestation of the issue
23
+ - The location of the affected source code (tag/branch/commit or direct URL)
24
+ - Any special configuration required to reproduce the issue
25
+ - Step-by-step instructions to reproduce the issue
26
+ - Proof-of-concept or exploit code (if possible)
27
+ - Impact of the issue, including how an attacker might exploit the issue
28
+
29
+ This information will help us triage your report more quickly.
30
+
31
+ If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://microsoft.com/msrc/bounty) page for more details about our active programs.
32
+
33
+ ## Preferred Languages
34
+
35
+ We prefer all communications to be in English.
36
+
37
+ ## Policy
38
+
39
+ Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd).
40
+
41
+ <!-- END MICROSOFT SECURITY.MD BLOCK -->
code-server/extensions/ms-python.python-2023.16.0-universal/SUPPORT.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Support
2
+
3
+ ## How to file issues and get help
4
+
5
+ This project uses GitHub Issues to track bugs and feature requests. Please search the [existing issues](https://github.com/microsoft/vscode-python/issues) before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new Issue.
6
+
7
+ For help and questions about using this project, please see the [`python`+`visual-studio-code` labels on Stack Overflow](https://stackoverflow.com/questions/tagged/visual-studio-code+python) or the `#vscode` channel on the [`microsoft-python` server on Discord](https://aka.ms/python-discord-invite).
8
+
9
+ ## Microsoft Support Policy
10
+
11
+ Support for this project is limited to the resources listed above.
code-server/extensions/ms-python.python-2023.16.0-universal/ThirdPartyNotices-Repository.txt ADDED
@@ -0,0 +1,1054 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
3
+ Do Not Translate or Localize
4
+
5
+ Microsoft Python extension for Visual Studio Code incorporates third party material from the projects listed below. The original copyright notice and the license under which Microsoft received such third party material are set forth below. Microsoft reserves all other rights not expressly granted, whether by implication, estoppel or otherwise.
6
+
7
+ 1. Go for Visual Studio Code (https://github.com/Microsoft/vscode-go)
8
+ 2. Files from the Python Project (https://www.python.org/)
9
+ 3. Google Diff Match and Patch (https://github.com/GerHobbelt/google-diff-match-patch)
10
+ 4. omnisharp-vscode (https://github.com/OmniSharp/omnisharp-vscode)
11
+ 5. PTVS (https://github.com/Microsoft/PTVS)
12
+ 6. Python documentation (https://docs.python.org/)
13
+ 7. python-functools32 (https://github.com/MiCHiLU/python-functools32/blob/master/functools32/functools32.py)
14
+ 8. pythonVSCode (https://github.com/DonJayamanne/pythonVSCode)
15
+ 9. Sphinx (http://sphinx-doc.org/)
16
+ 10. nteract (https://github.com/nteract/nteract)
17
+ 11. less-plugin-inline-urls (https://github.com/less/less-plugin-inline-urls/)
18
+ 12. vscode-cpptools (https://github.com/microsoft/vscode-cpptools)
19
+ 13. mocha (https://github.com/mochajs/mocha)
20
+ 14. get-pip (https://github.com/pypa/get-pip)
21
+
22
+ %%
23
+ Go for Visual Studio Code NOTICES, INFORMATION, AND LICENSE BEGIN HERE
24
+ =========================================
25
+ The MIT License (MIT)
26
+
27
+ Copyright (c) Microsoft Corporation
28
+
29
+ Permission is hereby granted, free of charge, to any person obtaining a copy
30
+ of this software and associated documentation files (the "Software"), to deal
31
+ in the Software without restriction, including without limitation the rights
32
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
33
+ copies of the Software, and to permit persons to whom the Software is
34
+ furnished to do so, subject to the following conditions:
35
+
36
+ The above copyright notice and this permission notice shall be included in all
37
+ copies or substantial portions of the Software.
38
+
39
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
43
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
44
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
45
+ SOFTWARE.
46
+ =========================================
47
+ END OF
48
+ Go for Visual Studio Code NOTICES, INFORMATION, AND LICENSE
49
+
50
+ %% Files from the Python Project NOTICES, INFORMATION, AND LICENSE BEGIN HERE
51
+ =========================================
52
+ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
53
+ --------------------------------------------
54
+
55
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
56
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
57
+ otherwise using this software ("Python") in source or binary form and
58
+ its associated documentation.
59
+
60
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby
61
+ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
62
+ analyze, test, perform and/or display publicly, prepare derivative works,
63
+ distribute, and otherwise use Python alone or in any derivative version,
64
+ provided, however, that PSF's License Agreement and PSF's notice of copyright,
65
+ i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
66
+ 2011, 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation; All Rights
67
+ Reserved" are retained in Python alone or in any derivative version prepared by
68
+ Licensee.
69
+
70
+ 3. In the event Licensee prepares a derivative work that is based on
71
+ or incorporates Python or any part thereof, and wants to make
72
+ the derivative work available to others as provided herein, then
73
+ Licensee hereby agrees to include in any such work a brief summary of
74
+ the changes made to Python.
75
+
76
+ 4. PSF is making Python available to Licensee on an "AS IS"
77
+ basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
78
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
79
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
80
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
81
+ INFRINGE ANY THIRD PARTY RIGHTS.
82
+
83
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
84
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
85
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
86
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
87
+
88
+ 6. This License Agreement will automatically terminate upon a material
89
+ breach of its terms and conditions.
90
+
91
+ 7. Nothing in this License Agreement shall be deemed to create any
92
+ relationship of agency, partnership, or joint venture between PSF and
93
+ Licensee. This License Agreement does not grant permission to use PSF
94
+ trademarks or trade name in a trademark sense to endorse or promote
95
+ products or services of Licensee, or any third party.
96
+
97
+ 8. By copying, installing or otherwise using Python, Licensee
98
+ agrees to be bound by the terms and conditions of this License
99
+ Agreement.
100
+
101
+
102
+ BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
103
+ -------------------------------------------
104
+
105
+ BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
106
+
107
+ 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
108
+ office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
109
+ Individual or Organization ("Licensee") accessing and otherwise using
110
+ this software in source or binary form and its associated
111
+ documentation ("the Software").
112
+
113
+ 2. Subject to the terms and conditions of this BeOpen Python License
114
+ Agreement, BeOpen hereby grants Licensee a non-exclusive,
115
+ royalty-free, world-wide license to reproduce, analyze, test, perform
116
+ and/or display publicly, prepare derivative works, distribute, and
117
+ otherwise use the Software alone or in any derivative version,
118
+ provided, however, that the BeOpen Python License is retained in the
119
+ Software, alone or in any derivative version prepared by Licensee.
120
+
121
+ 3. BeOpen is making the Software available to Licensee on an "AS IS"
122
+ basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
123
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
124
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
125
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
126
+ INFRINGE ANY THIRD PARTY RIGHTS.
127
+
128
+ 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
129
+ SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
130
+ AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
131
+ DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
132
+
133
+ 5. This License Agreement will automatically terminate upon a material
134
+ breach of its terms and conditions.
135
+
136
+ 6. This License Agreement shall be governed by and interpreted in all
137
+ respects by the law of the State of California, excluding conflict of
138
+ law provisions. Nothing in this License Agreement shall be deemed to
139
+ create any relationship of agency, partnership, or joint venture
140
+ between BeOpen and Licensee. This License Agreement does not grant
141
+ permission to use BeOpen trademarks or trade names in a trademark
142
+ sense to endorse or promote products or services of Licensee, or any
143
+ third party. As an exception, the "BeOpen Python" logos available at
144
+ http://www.pythonlabs.com/logos.html may be used according to the
145
+ permissions granted on that web page.
146
+
147
+ 7. By copying, installing or otherwise using the software, Licensee
148
+ agrees to be bound by the terms and conditions of this License
149
+ Agreement.
150
+
151
+
152
+ CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
153
+ ---------------------------------------
154
+
155
+ 1. This LICENSE AGREEMENT is between the Corporation for National
156
+ Research Initiatives, having an office at 1895 Preston White Drive,
157
+ Reston, VA 20191 ("CNRI"), and the Individual or Organization
158
+ ("Licensee") accessing and otherwise using Python 1.6.1 software in
159
+ source or binary form and its associated documentation.
160
+
161
+ 2. Subject to the terms and conditions of this License Agreement, CNRI
162
+ hereby grants Licensee a nonexclusive, royalty-free, world-wide
163
+ license to reproduce, analyze, test, perform and/or display publicly,
164
+ prepare derivative works, distribute, and otherwise use Python 1.6.1
165
+ alone or in any derivative version, provided, however, that CNRI's
166
+ License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
167
+ 1995-2001 Corporation for National Research Initiatives; All Rights
168
+ Reserved" are retained in Python 1.6.1 alone or in any derivative
169
+ version prepared by Licensee. Alternately, in lieu of CNRI's License
170
+ Agreement, Licensee may substitute the following text (omitting the
171
+ quotes): "Python 1.6.1 is made available subject to the terms and
172
+ conditions in CNRI's License Agreement. This Agreement together with
173
+ Python 1.6.1 may be located on the Internet using the following
174
+ unique, persistent identifier (known as a handle): 1895.22/1013. This
175
+ Agreement may also be obtained from a proxy server on the Internet
176
+ using the following URL: http://hdl.handle.net/1895.22/1013".
177
+
178
+ 3. In the event Licensee prepares a derivative work that is based on
179
+ or incorporates Python 1.6.1 or any part thereof, and wants to make
180
+ the derivative work available to others as provided herein, then
181
+ Licensee hereby agrees to include in any such work a brief summary of
182
+ the changes made to Python 1.6.1.
183
+
184
+ 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
185
+ basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
186
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
187
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
188
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
189
+ INFRINGE ANY THIRD PARTY RIGHTS.
190
+
191
+ 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
192
+ 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
193
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
194
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
195
+
196
+ 6. This License Agreement will automatically terminate upon a material
197
+ breach of its terms and conditions.
198
+
199
+ 7. This License Agreement shall be governed by the federal
200
+ intellectual property law of the United States, including without
201
+ limitation the federal copyright law, and, to the extent such
202
+ U.S. federal law does not apply, by the law of the Commonwealth of
203
+ Virginia, excluding Virginia's conflict of law provisions.
204
+ Notwithstanding the foregoing, with regard to derivative works based
205
+ on Python 1.6.1 that incorporate non-separable material that was
206
+ previously distributed under the GNU General Public License (GPL), the
207
+ law of the Commonwealth of Virginia shall govern this License
208
+ Agreement only as to issues arising under or with respect to
209
+ Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
210
+ License Agreement shall be deemed to create any relationship of
211
+ agency, partnership, or joint venture between CNRI and Licensee. This
212
+ License Agreement does not grant permission to use CNRI trademarks or
213
+ trade name in a trademark sense to endorse or promote products or
214
+ services of Licensee, or any third party.
215
+
216
+ 8. By clicking on the "ACCEPT" button where indicated, or by copying,
217
+ installing or otherwise using Python 1.6.1, Licensee agrees to be
218
+ bound by the terms and conditions of this License Agreement.
219
+
220
+ ACCEPT
221
+
222
+
223
+ CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
224
+ --------------------------------------------------
225
+
226
+ Copyright (C) 2006-2010 Python Software Foundation
227
+
228
+ Permission to use, copy, modify, and distribute this software and its
229
+ documentation for any purpose and without fee is hereby granted,
230
+ provided that the above copyright notice appear in all copies and that
231
+ both that copyright notice and this permission notice appear in
232
+ supporting documentation, and that the name of Stichting Mathematisch
233
+ Centrum or CWI not be used in advertising or publicity pertaining to
234
+ distribution of the software without specific, written prior
235
+ permission.
236
+
237
+ STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
238
+ THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
239
+ FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
240
+ FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
241
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
242
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
243
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
244
+ =========================================
245
+ END OF Files from the Python Project NOTICES, INFORMATION, AND LICENSE
246
+
247
+ %% Google Diff Match and Patch NOTICES, INFORMATION, AND LICENSE BEGIN HERE
248
+ =========================================
249
+ * Copyright 2006 Google Inc.
250
+ * http://code.google.com/p/google-diff-match-patch/
251
+ *
252
+ * Licensed under the Apache License, Version 2.0 (the "License");
253
+ * you may not use this file except in compliance with the License.
254
+ * You may obtain a copy of the License at
255
+ *
256
+ * http://www.apache.org/licenses/LICENSE-2.0
257
+ *
258
+ * Unless required by applicable law or agreed to in writing, software
259
+ * distributed under the License is distributed on an "AS IS" BASIS,
260
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
261
+ * See the License for the specific language governing permissions and
262
+ * limitations under the License.
263
+ =========================================
264
+ END OF Google Diff Match and Patch NOTICES, INFORMATION, AND LICENSE
265
+
266
+ %% omnisharp-vscode NOTICES, INFORMATION, AND LICENSE BEGIN HERE
267
+ =========================================
268
+ Copyright (c) Microsoft Corporation
269
+
270
+ All rights reserved.
271
+
272
+ MIT License
273
+
274
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
275
+ files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
276
+ modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software
277
+ is furnished to do so, subject to the following conditions:
278
+
279
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
280
+
281
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
282
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
283
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
284
+ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
285
+ =========================================
286
+ END OF omnisharp-vscode NOTICES, INFORMATION, AND LICENSE
287
+
288
+ %% PTVS NOTICES, INFORMATION, AND LICENSE BEGIN HERE
289
+ =========================================
290
+ Copyright (c) Microsoft Corporation. All rights reserved.
291
+
292
+ Licensed under the Apache License, Version 2.0 (the "License");
293
+ you may not use this file except in compliance with the License.
294
+ You may obtain a copy of the License at
295
+
296
+ http://www.apache.org/licenses/LICENSE-2.0
297
+
298
+ Unless required by applicable law or agreed to in writing, software
299
+ distributed under the License is distributed on an "AS IS" BASIS,
300
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
301
+ See the License for the specific language governing permissions and
302
+ limitations under the License.
303
+ =========================================
304
+ END OF PTVS NOTICES, INFORMATION, AND LICENSE
305
+
306
+ %% Python documentation NOTICES, INFORMATION, AND LICENSE BEGIN HERE
307
+ =========================================
308
+ Terms and conditions for accessing or otherwise using Python
309
+ PSF LICENSE AGREEMENT FOR PYTHON 2.7.13
310
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and
311
+ the Individual or Organization ("Licensee") accessing and otherwise using Python
312
+ 2.7.13 software in source or binary form and its associated documentation.
313
+
314
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby
315
+ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
316
+ analyze, test, perform and/or display publicly, prepare derivative works,
317
+ distribute, and otherwise use Python 2.7.13 alone or in any derivative
318
+ version, provided, however, that PSF's License Agreement and PSF's notice of
319
+ copyright, i.e., "Copyright © 2001-2017 Python Software Foundation; All Rights
320
+ Reserved" are retained in Python 2.7.13 alone or in any derivative version
321
+ prepared by Licensee.
322
+
323
+ 3. In the event Licensee prepares a derivative work that is based on or
324
+ incorporates Python 2.7.13 or any part thereof, and wants to make the
325
+ derivative work available to others as provided herein, then Licensee hereby
326
+ agrees to include in any such work a brief summary of the changes made to Python
327
+ 2.7.13.
328
+
329
+ 4. PSF is making Python 2.7.13 available to Licensee on an "AS IS" basis.
330
+ PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
331
+ EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
332
+ WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
333
+ USE OF PYTHON 2.7.13 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
334
+
335
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.7.13
336
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
337
+ MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.7.13, OR ANY DERIVATIVE
338
+ THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
339
+
340
+ 6. This License Agreement will automatically terminate upon a material breach of
341
+ its terms and conditions.
342
+
343
+ 7. Nothing in this License Agreement shall be deemed to create any relationship
344
+ of agency, partnership, or joint venture between PSF and Licensee. This License
345
+ Agreement does not grant permission to use PSF trademarks or trade name in a
346
+ trademark sense to endorse or promote products or services of Licensee, or any
347
+ third party.
348
+
349
+ 8. By copying, installing or otherwise using Python 2.7.13, Licensee agrees
350
+ to be bound by the terms and conditions of this License Agreement.
351
+ BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
352
+ BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
353
+
354
+ 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at
355
+ 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization
356
+ ("Licensee") accessing and otherwise using this software in source or binary
357
+ form and its associated documentation ("the Software").
358
+
359
+ 2. Subject to the terms and conditions of this BeOpen Python License Agreement,
360
+ BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license
361
+ to reproduce, analyze, test, perform and/or display publicly, prepare derivative
362
+ works, distribute, and otherwise use the Software alone or in any derivative
363
+ version, provided, however, that the BeOpen Python License is retained in the
364
+ Software, alone or in any derivative version prepared by Licensee.
365
+
366
+ 3. BeOpen is making the Software available to Licensee on an "AS IS" basis.
367
+ BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
368
+ EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
369
+ WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
370
+ USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
371
+
372
+ 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR
373
+ ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING,
374
+ MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF
375
+ ADVISED OF THE POSSIBILITY THEREOF.
376
+
377
+ 5. This License Agreement will automatically terminate upon a material breach of
378
+ its terms and conditions.
379
+
380
+ 6. This License Agreement shall be governed by and interpreted in all respects
381
+ by the law of the State of California, excluding conflict of law provisions.
382
+ Nothing in this License Agreement shall be deemed to create any relationship of
383
+ agency, partnership, or joint venture between BeOpen and Licensee. This License
384
+ Agreement does not grant permission to use BeOpen trademarks or trade names in a
385
+ trademark sense to endorse or promote products or services of Licensee, or any
386
+ third party. As an exception, the "BeOpen Python" logos available at
387
+ http://www.pythonlabs.com/logos.html may be used according to the permissions
388
+ granted on that web page.
389
+
390
+ 7. By copying, installing or otherwise using the software, Licensee agrees to be
391
+ bound by the terms and conditions of this License Agreement.
392
+ CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
393
+ 1. This LICENSE AGREEMENT is between the Corporation for National Research
394
+ Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191
395
+ ("CNRI"), and the Individual or Organization ("Licensee") accessing and
396
+ otherwise using Python 1.6.1 software in source or binary form and its
397
+ associated documentation.
398
+
399
+ 2. Subject to the terms and conditions of this License Agreement, CNRI hereby
400
+ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
401
+ analyze, test, perform and/or display publicly, prepare derivative works,
402
+ distribute, and otherwise use Python 1.6.1 alone or in any derivative version,
403
+ provided, however, that CNRI's License Agreement and CNRI's notice of copyright,
404
+ i.e., "Copyright © 1995-2001 Corporation for National Research Initiatives; All
405
+ Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version
406
+ prepared by Licensee. Alternately, in lieu of CNRI's License Agreement,
407
+ Licensee may substitute the following text (omitting the quotes): "Python 1.6.1
408
+ is made available subject to the terms and conditions in CNRI's License
409
+ Agreement. This Agreement together with Python 1.6.1 may be located on the
410
+ Internet using the following unique, persistent identifier (known as a handle):
411
+ 1895.22/1013. This Agreement may also be obtained from a proxy server on the
412
+ Internet using the following URL: http://hdl.handle.net/1895.22/1013."
413
+
414
+ 3. In the event Licensee prepares a derivative work that is based on or
415
+ incorporates Python 1.6.1 or any part thereof, and wants to make the derivative
416
+ work available to others as provided herein, then Licensee hereby agrees to
417
+ include in any such work a brief summary of the changes made to Python 1.6.1.
418
+
419
+ 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI
420
+ MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE,
421
+ BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY
422
+ OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF
423
+ PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
424
+
425
+ 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR
426
+ ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
427
+ MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE
428
+ THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
429
+
430
+ 6. This License Agreement will automatically terminate upon a material breach of
431
+ its terms and conditions.
432
+
433
+ 7. This License Agreement shall be governed by the federal intellectual property
434
+ law of the United States, including without limitation the federal copyright
435
+ law, and, to the extent such U.S. federal law does not apply, by the law of the
436
+ Commonwealth of Virginia, excluding Virginia's conflict of law provisions.
437
+ Notwithstanding the foregoing, with regard to derivative works based on Python
438
+ 1.6.1 that incorporate non-separable material that was previously distributed
439
+ under the GNU General Public License (GPL), the law of the Commonwealth of
440
+ Virginia shall govern this License Agreement only as to issues arising under or
441
+ with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in
442
+ this License Agreement shall be deemed to create any relationship of agency,
443
+ partnership, or joint venture between CNRI and Licensee. This License Agreement
444
+ does not grant permission to use CNRI trademarks or trade name in a trademark
445
+ sense to endorse or promote products or services of Licensee, or any third
446
+ party.
447
+
448
+ 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing
449
+ or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and
450
+ conditions of this License Agreement.
451
+ CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
452
+ Copyright © 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The
453
+ Netherlands. All rights reserved.
454
+
455
+ Permission to use, copy, modify, and distribute this software and its
456
+ documentation for any purpose and without fee is hereby granted, provided that
457
+ the above copyright notice appear in all copies and that both that copyright
458
+ notice and this permission notice appear in supporting documentation, and that
459
+ the name of Stichting Mathematisch Centrum or CWI not be used in advertising or
460
+ publicity pertaining to distribution of the software without specific, written
461
+ prior permission.
462
+
463
+ STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
464
+ SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
465
+ EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT
466
+ OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
467
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
468
+ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
469
+ SOFTWARE.
470
+ =========================================
471
+ END OF Python documentation NOTICES, INFORMATION, AND LICENSE
472
+
473
+ %% python-functools32 NOTICES, INFORMATION, AND LICENSE BEGIN HERE
474
+ =========================================
475
+ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
476
+ --------------------------------------------
477
+
478
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
479
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
480
+ otherwise using this software ("Python") in source or binary form and
481
+ its associated documentation.
482
+
483
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby
484
+ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
485
+ analyze, test, perform and/or display publicly, prepare derivative works,
486
+ distribute, and otherwise use Python alone or in any derivative version,
487
+ provided, however, that PSF's License Agreement and PSF's notice of copyright,
488
+ i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
489
+ 2011, 2012 Python Software Foundation; All Rights Reserved" are retained in Python
490
+ alone or in any derivative version prepared by Licensee.
491
+
492
+ 3. In the event Licensee prepares a derivative work that is based on
493
+ or incorporates Python or any part thereof, and wants to make
494
+ the derivative work available to others as provided herein, then
495
+ Licensee hereby agrees to include in any such work a brief summary of
496
+ the changes made to Python.
497
+
498
+ 4. PSF is making Python available to Licensee on an "AS IS"
499
+ basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
500
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
501
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
502
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
503
+ INFRINGE ANY THIRD PARTY RIGHTS.
504
+
505
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
506
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
507
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
508
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
509
+
510
+ 6. This License Agreement will automatically terminate upon a material
511
+ breach of its terms and conditions.
512
+
513
+ 7. Nothing in this License Agreement shall be deemed to create any
514
+ relationship of agency, partnership, or joint venture between PSF and
515
+ Licensee. This License Agreement does not grant permission to use PSF
516
+ trademarks or trade name in a trademark sense to endorse or promote
517
+ products or services of Licensee, or any third party.
518
+
519
+ 8. By copying, installing or otherwise using Python, Licensee
520
+ agrees to be bound by the terms and conditions of this License
521
+ Agreement.
522
+
523
+
524
+ BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
525
+ -------------------------------------------
526
+
527
+ BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
528
+
529
+ 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
530
+ office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
531
+ Individual or Organization ("Licensee") accessing and otherwise using
532
+ this software in source or binary form and its associated
533
+ documentation ("the Software").
534
+
535
+ 2. Subject to the terms and conditions of this BeOpen Python License
536
+ Agreement, BeOpen hereby grants Licensee a non-exclusive,
537
+ royalty-free, world-wide license to reproduce, analyze, test, perform
538
+ and/or display publicly, prepare derivative works, distribute, and
539
+ otherwise use the Software alone or in any derivative version,
540
+ provided, however, that the BeOpen Python License is retained in the
541
+ Software, alone or in any derivative version prepared by Licensee.
542
+
543
+ 3. BeOpen is making the Software available to Licensee on an "AS IS"
544
+ basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
545
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
546
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
547
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
548
+ INFRINGE ANY THIRD PARTY RIGHTS.
549
+
550
+ 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
551
+ SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
552
+ AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
553
+ DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
554
+
555
+ 5. This License Agreement will automatically terminate upon a material
556
+ breach of its terms and conditions.
557
+
558
+ 6. This License Agreement shall be governed by and interpreted in all
559
+ respects by the law of the State of California, excluding conflict of
560
+ law provisions. Nothing in this License Agreement shall be deemed to
561
+ create any relationship of agency, partnership, or joint venture
562
+ between BeOpen and Licensee. This License Agreement does not grant
563
+ permission to use BeOpen trademarks or trade names in a trademark
564
+ sense to endorse or promote products or services of Licensee, or any
565
+ third party. As an exception, the "BeOpen Python" logos available at
566
+ http://www.pythonlabs.com/logos.html may be used according to the
567
+ permissions granted on that web page.
568
+
569
+ 7. By copying, installing or otherwise using the software, Licensee
570
+ agrees to be bound by the terms and conditions of this License
571
+ Agreement.
572
+
573
+
574
+ CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
575
+ ---------------------------------------
576
+
577
+ 1. This LICENSE AGREEMENT is between the Corporation for National
578
+ Research Initiatives, having an office at 1895 Preston White Drive,
579
+ Reston, VA 20191 ("CNRI"), and the Individual or Organization
580
+ ("Licensee") accessing and otherwise using Python 1.6.1 software in
581
+ source or binary form and its associated documentation.
582
+
583
+ 2. Subject to the terms and conditions of this License Agreement, CNRI
584
+ hereby grants Licensee a nonexclusive, royalty-free, world-wide
585
+ license to reproduce, analyze, test, perform and/or display publicly,
586
+ prepare derivative works, distribute, and otherwise use Python 1.6.1
587
+ alone or in any derivative version, provided, however, that CNRI's
588
+ License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
589
+ 1995-2001 Corporation for National Research Initiatives; All Rights
590
+ Reserved" are retained in Python 1.6.1 alone or in any derivative
591
+ version prepared by Licensee. Alternately, in lieu of CNRI's License
592
+ Agreement, Licensee may substitute the following text (omitting the
593
+ quotes): "Python 1.6.1 is made available subject to the terms and
594
+ conditions in CNRI's License Agreement. This Agreement together with
595
+ Python 1.6.1 may be located on the Internet using the following
596
+ unique, persistent identifier (known as a handle): 1895.22/1013. This
597
+ Agreement may also be obtained from a proxy server on the Internet
598
+ using the following URL: http://hdl.handle.net/1895.22/1013".
599
+
600
+ 3. In the event Licensee prepares a derivative work that is based on
601
+ or incorporates Python 1.6.1 or any part thereof, and wants to make
602
+ the derivative work available to others as provided herein, then
603
+ Licensee hereby agrees to include in any such work a brief summary of
604
+ the changes made to Python 1.6.1.
605
+
606
+ 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
607
+ basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
608
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
609
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
610
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
611
+ INFRINGE ANY THIRD PARTY RIGHTS.
612
+
613
+ 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
614
+ 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
615
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
616
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
617
+
618
+ 6. This License Agreement will automatically terminate upon a material
619
+ breach of its terms and conditions.
620
+
621
+ 7. This License Agreement shall be governed by the federal
622
+ intellectual property law of the United States, including without
623
+ limitation the federal copyright law, and, to the extent such
624
+ U.S. federal law does not apply, by the law of the Commonwealth of
625
+ Virginia, excluding Virginia's conflict of law provisions.
626
+ Notwithstanding the foregoing, with regard to derivative works based
627
+ on Python 1.6.1 that incorporate non-separable material that was
628
+ previously distributed under the GNU General Public License (GPL), the
629
+ law of the Commonwealth of Virginia shall govern this License
630
+ Agreement only as to issues arising under or with respect to
631
+ Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
632
+ License Agreement shall be deemed to create any relationship of
633
+ agency, partnership, or joint venture between CNRI and Licensee. This
634
+ License Agreement does not grant permission to use CNRI trademarks or
635
+ trade name in a trademark sense to endorse or promote products or
636
+ services of Licensee, or any third party.
637
+
638
+ 8. By clicking on the "ACCEPT" button where indicated, or by copying,
639
+ installing or otherwise using Python 1.6.1, Licensee agrees to be
640
+ bound by the terms and conditions of this License Agreement.
641
+
642
+ ACCEPT
643
+
644
+
645
+ CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
646
+ --------------------------------------------------
647
+
648
+ Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
649
+ The Netherlands. All rights reserved.
650
+
651
+ Permission to use, copy, modify, and distribute this software and its
652
+ documentation for any purpose and without fee is hereby granted,
653
+ provided that the above copyright notice appear in all copies and that
654
+ both that copyright notice and this permission notice appear in
655
+ supporting documentation, and that the name of Stichting Mathematisch
656
+ Centrum or CWI not be used in advertising or publicity pertaining to
657
+ distribution of the software without specific, written prior
658
+ permission.
659
+
660
+ STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
661
+ THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
662
+ FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
663
+ FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
664
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
665
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
666
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
667
+ =========================================
668
+ END OF python-functools32 NOTICES, INFORMATION, AND LICENSE
669
+
670
+ %% pythonVSCode NOTICES, INFORMATION, AND LICENSE BEGIN HERE
671
+ =========================================
672
+ The MIT License (MIT)
673
+
674
+ Copyright (c) 2015 DonJayamanne
675
+
676
+ Permission is hereby granted, free of charge, to any person obtaining a copy
677
+ of this software and associated documentation files (the "Software"), to deal
678
+ in the Software without restriction, including without limitation the rights
679
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
680
+ copies of the Software, and to permit persons to whom the Software is
681
+ furnished to do so, subject to the following conditions:
682
+
683
+ The above copyright notice and this permission notice shall be included in all
684
+ copies or substantial portions of the Software.
685
+
686
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
687
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
688
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
689
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
690
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
691
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
692
+ SOFTWARE.
693
+ =========================================
694
+ END OF pythonVSCode NOTICES, INFORMATION, AND LICENSE
695
+
696
+ %% Sphinx NOTICES, INFORMATION, AND LICENSE BEGIN HERE
697
+ =========================================
698
+ Copyright (c) 2007-2017 by the Sphinx team (see AUTHORS file).
699
+ All rights reserved.
700
+
701
+ Redistribution and use in source and binary forms, with or without
702
+ modification, are permitted provided that the following conditions are
703
+ met:
704
+
705
+ * Redistributions of source code must retain the above copyright
706
+ notice, this list of conditions and the following disclaimer.
707
+
708
+ * Redistributions in binary form must reproduce the above copyright
709
+ notice, this list of conditions and the following disclaimer in the
710
+ documentation and/or other materials provided with the distribution.
711
+
712
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
713
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
714
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
715
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
716
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
717
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
718
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
719
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
720
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
721
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
722
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
723
+ =========================================
724
+ END OF Sphinx NOTICES, INFORMATION, AND LICENSE
725
+
726
+
727
+ %% nteract NOTICES, INFORMATION, AND LICENSE BEGIN HERE
728
+ =========================================
729
+ Copyright (c) 2016, nteract contributors
730
+ All rights reserved.
731
+
732
+ Redistribution and use in source and binary forms, with or without
733
+ modification, are permitted provided that the following conditions are met:
734
+
735
+ * Redistributions of source code must retain the above copyright notice, this
736
+ list of conditions and the following disclaimer.
737
+
738
+ * Redistributions in binary form must reproduce the above copyright notice,
739
+ this list of conditions and the following disclaimer in the documentation
740
+ and/or other materials provided with the distribution.
741
+
742
+ * Neither the name of nteract nor the names of its
743
+ contributors may be used to endorse or promote products derived from
744
+ this software without specific prior written permission.
745
+
746
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
747
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
748
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
749
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
750
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
751
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
752
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
753
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
754
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
755
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
756
+
757
+ =========================================
758
+ END OF nteract NOTICES, INFORMATION, AND LICENSE
759
+
760
+ %% less-plugin-inline-urls NOTICES, INFORMATION, AND LICENSE BEGIN HERE
761
+ =========================================
762
+ Apache License
763
+ Version 2.0, January 2004
764
+ http://www.apache.org/licenses/
765
+
766
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
767
+
768
+ 1. Definitions.
769
+
770
+ "License" shall mean the terms and conditions for use, reproduction,
771
+ and distribution as defined by Sections 1 through 9 of this document.
772
+
773
+ "Licensor" shall mean the copyright owner or entity authorized by
774
+ the copyright owner that is granting the License.
775
+
776
+ "Legal Entity" shall mean the union of the acting entity and all
777
+ other entities that control, are controlled by, or are under common
778
+ control with that entity. For the purposes of this definition,
779
+ "control" means (i) the power, direct or indirect, to cause the
780
+ direction or management of such entity, whether by contract or
781
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
782
+ outstanding shares, or (iii) beneficial ownership of such entity.
783
+
784
+ "You" (or "Your") shall mean an individual or Legal Entity
785
+ exercising permissions granted by this License.
786
+
787
+ "Source" form shall mean the preferred form for making modifications,
788
+ including but not limited to software source code, documentation
789
+ source, and configuration files.
790
+
791
+ "Object" form shall mean any form resulting from mechanical
792
+ transformation or translation of a Source form, including but
793
+ not limited to compiled object code, generated documentation,
794
+ and conversions to other media types.
795
+
796
+ "Work" shall mean the work of authorship, whether in Source or
797
+ Object form, made available under the License, as indicated by a
798
+ copyright notice that is included in or attached to the work
799
+ (an example is provided in the Appendix below).
800
+
801
+ "Derivative Works" shall mean any work, whether in Source or Object
802
+ form, that is based on (or derived from) the Work and for which the
803
+ editorial revisions, annotations, elaborations, or other modifications
804
+ represent, as a whole, an original work of authorship. For the purposes
805
+ of this License, Derivative Works shall not include works that remain
806
+ separable from, or merely link (or bind by name) to the interfaces of,
807
+ the Work and Derivative Works thereof.
808
+
809
+ "Contribution" shall mean any work of authorship, including
810
+ the original version of the Work and any modifications or additions
811
+ to that Work or Derivative Works thereof, that is intentionally
812
+ submitted to Licensor for inclusion in the Work by the copyright owner
813
+ or by an individual or Legal Entity authorized to submit on behalf of
814
+ the copyright owner. For the purposes of this definition, "submitted"
815
+ means any form of electronic, verbal, or written communication sent
816
+ to the Licensor or its representatives, including but not limited to
817
+ communication on electronic mailing lists, source code control systems,
818
+ and issue tracking systems that are managed by, or on behalf of, the
819
+ Licensor for the purpose of discussing and improving the Work, but
820
+ excluding communication that is conspicuously marked or otherwise
821
+ designated in writing by the copyright owner as "Not a Contribution."
822
+
823
+ "Contributor" shall mean Licensor and any individual or Legal Entity
824
+ on behalf of whom a Contribution has been received by Licensor and
825
+ subsequently incorporated within the Work.
826
+
827
+ 2. Grant of Copyright License. Subject to the terms and conditions of
828
+ this License, each Contributor hereby grants to You a perpetual,
829
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
830
+ copyright license to reproduce, prepare Derivative Works of,
831
+ publicly display, publicly perform, sublicense, and distribute the
832
+ Work and such Derivative Works in Source or Object form.
833
+
834
+ 3. Grant of Patent License. Subject to the terms and conditions of
835
+ this License, each Contributor hereby grants to You a perpetual,
836
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
837
+ (except as stated in this section) patent license to make, have made,
838
+ use, offer to sell, sell, import, and otherwise transfer the Work,
839
+ where such license applies only to those patent claims licensable
840
+ by such Contributor that are necessarily infringed by their
841
+ Contribution(s) alone or by combination of their Contribution(s)
842
+ with the Work to which such Contribution(s) was submitted. If You
843
+ institute patent litigation against any entity (including a
844
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
845
+ or a Contribution incorporated within the Work constitutes direct
846
+ or contributory patent infringement, then any patent licenses
847
+ granted to You under this License for that Work shall terminate
848
+ as of the date such litigation is filed.
849
+
850
+ 4. Redistribution. You may reproduce and distribute copies of the
851
+ Work or Derivative Works thereof in any medium, with or without
852
+ modifications, and in Source or Object form, provided that You
853
+ meet the following conditions:
854
+
855
+ (a) You must give any other recipients of the Work or
856
+ Derivative Works a copy of this License; and
857
+
858
+ (b) You must cause any modified files to carry prominent notices
859
+ stating that You changed the files; and
860
+
861
+ (c) You must retain, in the Source form of any Derivative Works
862
+ that You distribute, all copyright, patent, trademark, and
863
+ attribution notices from the Source form of the Work,
864
+ excluding those notices that do not pertain to any part of
865
+ the Derivative Works; and
866
+
867
+ (d) If the Work includes a "NOTICE" text file as part of its
868
+ distribution, then any Derivative Works that You distribute must
869
+ include a readable copy of the attribution notices contained
870
+ within such NOTICE file, excluding those notices that do not
871
+ pertain to any part of the Derivative Works, in at least one
872
+ of the following places: within a NOTICE text file distributed
873
+ as part of the Derivative Works; within the Source form or
874
+ documentation, if provided along with the Derivative Works; or,
875
+ within a display generated by the Derivative Works, if and
876
+ wherever such third-party notices normally appear. The contents
877
+ of the NOTICE file are for informational purposes only and
878
+ do not modify the License. You may add Your own attribution
879
+ notices within Derivative Works that You distribute, alongside
880
+ or as an addendum to the NOTICE text from the Work, provided
881
+ that such additional attribution notices cannot be construed
882
+ as modifying the License.
883
+
884
+ You may add Your own copyright statement to Your modifications and
885
+ may provide additional or different license terms and conditions
886
+ for use, reproduction, or distribution of Your modifications, or
887
+ for any such Derivative Works as a whole, provided Your use,
888
+ reproduction, and distribution of the Work otherwise complies with
889
+ the conditions stated in this License.
890
+
891
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
892
+ any Contribution intentionally submitted for inclusion in the Work
893
+ by You to the Licensor shall be under the terms and conditions of
894
+ this License, without any additional terms or conditions.
895
+ Notwithstanding the above, nothing herein shall supersede or modify
896
+ the terms of any separate license agreement you may have executed
897
+ with Licensor regarding such Contributions.
898
+
899
+ 6. Trademarks. This License does not grant permission to use the trade
900
+ names, trademarks, service marks, or product names of the Licensor,
901
+ except as required for reasonable and customary use in describing the
902
+ origin of the Work and reproducing the content of the NOTICE file.
903
+
904
+ 7. Disclaimer of Warranty. Unless required by applicable law or
905
+ agreed to in writing, Licensor provides the Work (and each
906
+ Contributor provides its Contributions) on an "AS IS" BASIS,
907
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
908
+ implied, including, without limitation, any warranties or conditions
909
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
910
+ PARTICULAR PURPOSE. You are solely responsible for determining the
911
+ appropriateness of using or redistributing the Work and assume any
912
+ risks associated with Your exercise of permissions under this License.
913
+
914
+ 8. Limitation of Liability. In no event and under no legal theory,
915
+ whether in tort (including negligence), contract, or otherwise,
916
+ unless required by applicable law (such as deliberate and grossly
917
+ negligent acts) or agreed to in writing, shall any Contributor be
918
+ liable to You for damages, including any direct, indirect, special,
919
+ incidental, or consequential damages of any character arising as a
920
+ result of this License or out of the use or inability to use the
921
+ Work (including but not limited to damages for loss of goodwill,
922
+ work stoppage, computer failure or malfunction, or any and all
923
+ other commercial damages or losses), even if such Contributor
924
+ has been advised of the possibility of such damages.
925
+
926
+ 9. Accepting Warranty or Additional Liability. While redistributing
927
+ the Work or Derivative Works thereof, You may choose to offer,
928
+ and charge a fee for, acceptance of support, warranty, indemnity,
929
+ or other liability obligations and/or rights consistent with this
930
+ License. However, in accepting such obligations, You may act only
931
+ on Your own behalf and on Your sole responsibility, not on behalf
932
+ of any other Contributor, and only if You agree to indemnify,
933
+ defend, and hold each Contributor harmless for any liability
934
+ incurred by, or claims asserted against, such Contributor by reason
935
+ of your accepting any such warranty or additional liability.
936
+
937
+ END OF TERMS AND CONDITIONS
938
+
939
+ APPENDIX: How to apply the Apache License to your work.
940
+
941
+ To apply the Apache License to your work, attach the following
942
+ boilerplate notice, with the fields enclosed by brackets "{}"
943
+ replaced with your own identifying information. (Don't include
944
+ the brackets!) The text should be enclosed in the appropriate
945
+ comment syntax for the file format. We also recommend that a
946
+ file or class name and description of purpose be included on the
947
+ same "printed page" as the copyright notice for easier
948
+ identification within third-party archives.
949
+
950
+ Copyright {yyyy} {name of copyright owner}
951
+
952
+ Licensed under the Apache License, Version 2.0 (the "License");
953
+ you may not use this file except in compliance with the License.
954
+ You may obtain a copy of the License at
955
+
956
+ http://www.apache.org/licenses/LICENSE-2.0
957
+
958
+ Unless required by applicable law or agreed to in writing, software
959
+ distributed under the License is distributed on an "AS IS" BASIS,
960
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
961
+ See the License for the specific language governing permissions and
962
+ limitations under the License.
963
+
964
+ =========================================
965
+ END OF less-plugin-inline-urls NOTICES, INFORMATION, AND LICENSE
966
+
967
+ %% vscode-cpptools NOTICES, INFORMATION, AND LICENSE BEGIN HERE
968
+ =========================================
969
+ vscode-cpptools
970
+
971
+ Copyright (c) Microsoft Corporation
972
+
973
+ All rights reserved.
974
+
975
+ MIT License
976
+
977
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
978
+ this software and associated documentation files (the Software), to deal in the
979
+ Software without restriction, including without limitation the rights to use,
980
+ copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
981
+ Software, and to permit persons to whom the Software is furnished to do so,
982
+ subject to the following conditions:
983
+
984
+ The above copyright notice and this permission notice shall be included in all
985
+ copies or substantial portions of the Software.
986
+
987
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
988
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
989
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
990
+ AUTHORS OR COPYRIGHT
991
+
992
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
993
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
994
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
995
+
996
+ =========================================
997
+ END OF vscode-cpptools NOTICES, INFORMATION, AND LICENSE
998
+
999
+ %% mocha NOTICES, INFORMATION, AND LICENSE BEGIN HERE
1000
+ =========================================
1001
+
1002
+ (The MIT License)
1003
+
1004
+ Copyright (c) 2011-2020 OpenJS Foundation and contributors, https://openjsf.org
1005
+
1006
+ Permission is hereby granted, free of charge, to any person obtaining
1007
+ a copy of this software and associated documentation files (the
1008
+ 'Software'), to deal in the Software without restriction, including
1009
+ without limitation the rights to use, copy, modify, merge, publish,
1010
+ distribute, sublicense, and/or sell copies of the Software, and to
1011
+ permit persons to whom the Software is furnished to do so, subject to
1012
+ the following conditions:
1013
+
1014
+ The above copyright notice and this permission notice shall be
1015
+ included in all copies or substantial portions of the Software.
1016
+
1017
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1018
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1019
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1020
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1021
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1022
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1023
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1024
+
1025
+ =========================================
1026
+ END OF mocha NOTICES, INFORMATION, AND LICENSE
1027
+
1028
+
1029
+ %% get-pip NOTICES, INFORMATION, AND LICENSE BEGIN HERE
1030
+ =========================================
1031
+
1032
+ Copyright (c) 2008-2019 The pip developers
1033
+
1034
+ Permission is hereby granted, free of charge, to any person obtaining
1035
+ a copy of this software and associated documentation files (the
1036
+ "Software"), to deal in the Software without restriction, including
1037
+ without limitation the rights to use, copy, modify, merge, publish,
1038
+ distribute, sublicense, and/or sell copies of the Software, and to
1039
+ permit persons to whom the Software is furnished to do so, subject to
1040
+ the following conditions:
1041
+
1042
+ The above copyright notice and this permission notice shall be
1043
+ included in all copies or substantial portions of the Software.
1044
+
1045
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1046
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1047
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1048
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1049
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1050
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1051
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1052
+
1053
+ =========================================
1054
+ END OF get-pip NOTICES, INFORMATION, AND LICENSE
code-server/extensions/ms-python.python-2023.16.0-universal/cgmanifest.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Registrations": [
3
+ {
4
+ "Component": {
5
+ "Other": {
6
+ "Name": "get-pip",
7
+ "Version": "21.3.1",
8
+ "DownloadUrl": "https://github.com/pypa/get-pip"
9
+ },
10
+ "Type": "other"
11
+ },
12
+ "DevelopmentDependency": false
13
+ }
14
+ ]
15
+ }
code-server/extensions/ms-python.python-2023.16.0-universal/dist/extension.browser.js ADDED
The diff for this file is too large to render. See raw diff
 
code-server/extensions/ms-python.python-2023.16.0-universal/dist/extension.browser.js.LICENSE.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ * Microsoft Dynamic Proto Utility, 1.1.9
9
+ * Copyright (c) Microsoft and contributors. All rights reserved.
10
+ */
11
+
12
+ /*!
13
+ * The buffer module from node.js, for the browser.
14
+ *
15
+ * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
16
+ * @license MIT
17
+ */
code-server/extensions/ms-python.python-2023.16.0-universal/icon.png ADDED
code-server/extensions/ms-python.python-2023.16.0-universal/images/addIcon.PNG ADDED
code-server/extensions/ms-python.python-2023.16.0-universal/images/codeIcon.PNG ADDED
code-server/extensions/ms-python.python-2023.16.0-universal/images/dataViewerIcon.PNG ADDED
code-server/extensions/ms-python.python-2023.16.0-universal/images/exportIcon.PNG ADDED
code-server/extensions/ms-python.python-2023.16.0-universal/images/markdownIcon.PNG ADDED
code-server/extensions/ms-python.python-2023.16.0-universal/images/playIcon.PNG ADDED
code-server/extensions/ms-python.python-2023.16.0-universal/images/plotViewerIcon.PNG ADDED
code-server/extensions/ms-python.python-2023.16.0-universal/images/variableExplorerIcon.PNG ADDED
code-server/extensions/ms-python.python-2023.16.0-universal/languages/pip-requirements.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "comments": {
3
+ "lineComment": "#"
4
+ }
5
+ }
code-server/extensions/ms-python.python-2023.16.0-universal/out/client/extension.js ADDED
The diff for this file is too large to render. See raw diff
 
code-server/extensions/ms-python.python-2023.16.0-universal/out/client/extension.js.LICENSE.txt ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Application Insights JavaScript SDK - Web Snippet, 1.0.1
3
+ * Copyright (c) Microsoft and contributors. All rights reserved.
4
+ */
5
+
6
+ /*!
7
+ * Determine if an object is a Buffer
8
+ *
9
+ * @author Feross Aboukhadijeh <https://feross.org>
10
+ * @license MIT
11
+ */
12
+
13
+ /*!
14
+ * Microsoft Dynamic Proto Utility, 1.1.9
15
+ * Copyright (c) Microsoft and contributors. All rights reserved.
16
+ */
17
+
18
+ /*!
19
+ * Tmp
20
+ *
21
+ * Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
22
+ *
23
+ * MIT Licensed
24
+ */
25
+
26
+ /*!
27
+ * mime-db
28
+ * Copyright(c) 2014 Jonathan Ong
29
+ * Copyright(c) 2015-2022 Douglas Christopher Wilson
30
+ * MIT Licensed
31
+ */
32
+
33
+ /*!
34
+ * mime-types
35
+ * Copyright(c) 2014 Jonathan Ong
36
+ * Copyright(c) 2015 Douglas Christopher Wilson
37
+ * MIT Licensed
38
+ */
39
+
40
+ /*! *****************************************************************************
41
+ Copyright (C) Microsoft. All rights reserved.
42
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
43
+ this file except in compliance with the License. You may obtain a copy of the
44
+ License at http://www.apache.org/licenses/LICENSE-2.0
45
+
46
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
47
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
48
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
49
+ MERCHANTABLITY OR NON-INFRINGEMENT.
50
+
51
+ See the Apache Version 2.0 License for specific language governing permissions
52
+ and limitations under the License.
53
+ ***************************************************************************** */
54
+
55
+ /*! *****************************************************************************
56
+ Copyright (c) Microsoft Corporation. All rights reserved.
57
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
58
+ this file except in compliance with the License. You may obtain a copy of the
59
+ License at http://www.apache.org/licenses/LICENSE-2.0
60
+
61
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
62
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
63
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
64
+ MERCHANTABLITY OR NON-INFRINGEMENT.
65
+
66
+ See the Apache Version 2.0 License for specific language governing permissions
67
+ and limitations under the License.
68
+ ***************************************************************************** */
69
+
70
+ /*! arch. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
71
+
72
+ /**
73
+ * @license
74
+ * Lodash <https://lodash.com/>
75
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
76
+ * Released under MIT license <https://lodash.com/license>
77
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
78
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
79
+ */