Luis Rodriguez
cd2ea150a0
Refactor for
...
Changed 'for mode in cells_mode' for 'for i, mode in
enumerate(cells_mode)'
Removed the manual 'i' increment and declaration.
7 years ago
Luis Rodriguez
799b8be841
Move repeated assert mode
...
Moved 'assert mode == keyboard_mode' ouside the branches.
This means that if a unknown mode comes its gonna get catched by the
assert and never gona get to the else statement.
For this, the else stament moved to before the assert, caching the mode
error before the assert.
7 years ago
Luis Rodriguez
6679891464
Give space to inline comments
7 years ago
Luis Rodriguez
6b7d179697
Change assert for Exception
7 years ago
Luis Rodriguez
83b3c19de3
Solve insonsistensy on is_focused_on
...
Changed asserts for returns
Changed how the function is called on edit mode check
7 years ago
Luis Rodriguez
b294bf57f8
Refactor of ifs
...
Removed parentheses
Changed '==' for 'is' on None
7 years ago
Luis Rodriguez
c276d81914
Update docstring
...
Added more information about what the checks are
7 years ago
Luis Rodriguez
3a0cb7b113
Refactor validate_dualmode_mode
...
Previously know as validate_notebook_mode changed name to
validate_dualmode_mode to represent better the method.
Added a docstring.
Removed the handling of index being None.
7 years ago
Luis Rodriguez
fccc7d7420
Resolve notebook len duplicate method
7 years ago
Luis Rodriguez
849b7def18
Convert dualmode_markdown to selenium
7 years ago
Luis Rodriguez
9158a79ec4
Convert dualmode_execute to selenium
7 years ago
Luis Rodriguez
5b162cfdf9
Convert dualmode_clipboard to selenium
7 years ago
Luis Rodriguez
3cdc418799
Add alt command, gets, and validate_notebook_state
7 years ago
Min RK
eea37a6b21
changelog for 5.7.8
7 years ago
Thomas Kluyver
8c8ce334b5
Merge pull request #4528 from minrk/override-mime-types
...
explicitly ignore windows registry for mimetypes
7 years ago
Thomas Kluyver
55e7a6635b
Merge pull request #4536 from takluyver/sphinxext-github-out
...
Use separately packaged sphinxcontrib_github_alt
7 years ago
Thomas Kluyver
1a6fc8e5b6
Merge pull request #4531 from Quansight/change-default-ssl
...
Changed the default protocol
7 years ago
Ivan Ogasawara
55177807bc
Fixed small issue and added more information about PROTOCOL_TLS
7 years ago
Ivan Ogasawara
61c50b1b8c
Improve code, add docstring
7 years ago
Ivan Ogasawara
c5264b6cea
Changed the default protocol
...
Applied suggestion from review
Fixed hasattr issue
7 years ago
Thomas Kluyver
f21650ed0c
Merge pull request #4512 from emiliotl/convert_dmode_arrows_and_fix_dmode_insert_tests
...
Fixed dualmode insert test and convert dualmode arrows test to selenium
7 years ago
Thomas Kluyver
1ffd35f524
Merge pull request #4529 from ivigamberdiev/patch-1
...
Update link and http -> https
7 years ago
Thomas Kluyver
d77a1e7ae8
Use separately packaged sphinxcontrib_github_alt
7 years ago
Min RK
b1e4ac2520
Merge pull request #4534 from hroncok/sphinx2
...
Switch to Sphinx logging API
7 years ago
Elliott Sales de Andrade
0460caab9a
Switch to Sphinx logging API
...
Fixes https://github.com/jupyter/notebook/issues/4533
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
7 years ago
Emilio Talamante Lugo
d8120e5845
Rename ctrl method to cmdtrl which covers the mains OS
7 years ago
ivigamberdiev
17230069ad
Update link and http -> https
7 years ago
Min RK
2fabe50c60
explicitly ignore windows registry for mimetypes
...
since it has proven untrustworthy for many users
7 years ago
Min RK
b981c5b055
Merge branch 'check-redirect-target'
7 years ago
Min RK
08c4c89818
protect against chrome mishandling backslash as slash in URLs
7 years ago
Min RK
d65328d484
changelog for redirect check
...
and update cve for 5.7.6
7 years ago
Min RK
b9d9e659e9
parse urls when validating redirect targets
...
simplifies check for redirects to external hosts
7 years ago
Min RK
35ac42bee8
Merge pull request #4513 from minrk/websocket-closed-forward
...
Fix regressions in 5.7.x
7 years ago
Min RK
850eda5657
add .js mimetype fix to changelog
7 years ago
Min RK
a537334744
Changelog for 5.7.7
7 years ago
Min RK
e908edf171
Fix return value for async restart_kernel
...
gen.Return shouldn't be passed the Future, the future should be awaited
7 years ago
Min RK
ca7b8dd163
catch errors when writing on closed sockets
...
avoids issues with direct-checks for closed or closing sockets,
which seems to change across tornado versions
fixes some tornado 6 issues
7 years ago
Min RK
eba43aa6c9
Merge pull request #4520 from minrk/selenium-fix
...
wait for kernel to be ready in selenium tests
7 years ago
Min RK
7a13d5c096
Merge pull request #4468 from ciaranlangton/master
...
Fix incorrect MIME/Content-Type for JavaScript
7 years ago
Min RK
5ad7a41c4c
wait for kernel to be ready in selenium tests
...
might fix recent flaky tests
7 years ago
Min RK
1e8c90f5c9
Merge pull request #4519 from minrk/linkcheck
...
[doc] fix some linkcheck errors and warnings
7 years ago
Min RK
7657c0ca5f
[doc] fix some linkcheck errors and warnings
7 years ago
Emilio Talamante Lugo
35a19e9308
Fixed dualmode insert test and convert dualmode arrows test to selenium
7 years ago
Thomas Kluyver
b26221ad44
Merge pull request #4445 from emiliotl/convert_shutdown_js_to_py_selenium
...
Converted shutdown.js test to selenium python test
7 years ago
Emilio Talamante Lugo
e3c9a67294
Changed to .utils module for CI tests acceptance
7 years ago
Emilio Talamante Lugo
0c003e9de1
Handled possible race conditions and modified returned object on get_cell_output
7 years ago
Ciaran Langton
d8730ced00
Fix comment
7 years ago
Ciaran Langton
19c6cbb618
Fix incorrect MIME type for JavaScript
7 years ago
Min RK
9560e0cf4c
changelog for 5.7.6
7 years ago
Min RK
7f7bfeefc0
Block cross-origin GET,HEAD requests with mismatched Referer
...
- /files/ downloads must come from a local page (no direct visits or external links)
- same for /api/ requests
- disabling xsrf checks
7 years ago