- Notifications
You must be signed in to change notification settings - Fork5.5k
Comparing changes
Open a pull request
base repository:jupyter/notebook
Uh oh!
There was an error while loading.Please reload this page.
base:v6.4.5
head repository:jupyter/notebook
Uh oh!
There was an error while loading.Please reload this page.
compare:160c27d3c23dafe8b42240571db21b0d5cbae2fe
- 11commits
- 9files changed
- 9contributors
Commits on Oct 25, 2021
Commits on Oct 28, 2021
Merge pull request#6127from dolfinus/update_send2trash
Fix send2trash tests failing on Windows
kevin-bates authoredOct 28, 2021
Commits on Nov 1, 2021
Change to use a universal Chinese translation on certain words
jackexu committedNov 1, 2021
Commits on Nov 3, 2021
Fix asyncio error when opening notebooks
This is a fix for#6164`nest_asyncio` must be applied before any async tasks have been createdotherwise there could be tasks queued that are unpatched, and thus donot respect nested loops. An example of an unpatched task can be seen inthe original issue:```<Task pending coro=<HTTP1ServerConnection._server_request_loop() running at /apps/python3/lib/python3.7/site-packages/tornado/http1connection.py:823>```which originates from Tornado.A similar issue was reported in `nest-asyncio`:erdewit/nest_asyncio#22where the solution is to call `apply` on import so that unpatched tasksdo not get created.
dleen committedNov 3, 2021
Commits on Nov 11, 2021
Enable terminal tests as pywinpty is ported for python 3.9
niyas-sait committedNov 11, 2021 Merge pull request#6228from nsait-linaro/enable_terminal_tests
Enable terminal tests as pywinpty is ported for python 3.9
Zsailer authoredNov 11, 2021
Commits on Nov 15, 2021
Merge pull request#6218from jackexu/master
Change to use a universal Chinese translation on certain words
kevin-bates authoredNov 15, 2021 TST: don't look in user site for serverextensions (#6233)
* TST: don't look in user site for serverextensions
bnavigator authoredNov 15, 2021
Commits on Nov 16, 2021
Merge pull request#6221from dleen/master
Fix asyncio error when opening notebooks
minrk authoredNov 16, 2021
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v6.4.5...160c27d3c23dafe8b42240571db21b0d5cbae2fe
Uh oh!
There was an error while loading.Please reload this page.