Jonathan Frederic
|
1c4daeb137
|
Merge pull request #491 from minrk/copystat-can-fail
allow copystat to fail in atomic_writing
|
11 years ago |
Jonathan Frederic
|
831b2a523b
|
Merge pull request #472 from minrk/base-url-always-encoded
avoid double-encoding base_url
|
11 years ago |
Min RK
|
033247b039
|
protect against copystat failure in copy2
we already had this in `self._copy`, but copy2 was still used in atomic_writing.
|
11 years ago |
Steven Silvester
|
88c067ff27
|
Clean up allowed methods
|
11 years ago |
Min RK
|
8de725a8de
|
server-side fixes for double-escaped base_url
|
11 years ago |
Edd Barrett
|
1deb96999f
|
Don't crash if a filename contains invalid unicode.
|
11 years ago |
Min RK
|
cc32f165e8
|
Merge edit-redirect fix
|
11 years ago |
Min RK
|
f64aa490e3
|
set model mimetype, even when content=False
|
11 years ago |
Matthias Bussonnier
|
67dd3b4450
|
Finish writing the command palette
|
11 years ago |
Thomas Kluyver
|
3bd961b492
|
Fix abstract checkpoint methods to match interface used
Forward port of ipython/ipython#8524
Closes gh-144
|
11 years ago |
Scott Sanderson
|
9e13c3b0cd
|
DOC: Initial work on Contents API docs.
|
11 years ago |
Min RK
|
b0cae1f51b
|
Merge pull request #214 from jasongrout/trait-instances
Use instances of traits instead of trait classes
|
11 years ago |
Min RK
|
c42869c3b8
|
remove 'name' arg from file_exists docstring
Only path is used, not separate name, path.
|
11 years ago |
Jason Grout
|
cf69ab7428
|
Use instances of traits instead of trait classes
|
11 years ago |
Min RK
|
83367684e1
|
Merge pull request #164 from techtonik/patch-1
Write notebooks with Unix newlines on Windows
|
11 years ago |
Min RK
|
709ed0d04b
|
Add APIHandler base class
- ensures all API responses are json
- sets CSP to prevent js execution on all API replies
|
11 years ago |
anatoly techtonik
|
535a04da42
|
Fix tests and allow atomic_writing with CRLF if needed
Per review comments in https://github.com/jupyter/notebook/pull/164
|
11 years ago |
anatoly techtonik
|
5842156d82
|
Write notebooks with Unix newlines on Windows
This avoids unnecessary notebook linefeed conversions
when working with version control from different systems.
|
11 years ago |
Jason Grout
|
a016e42cf7
|
Add links to the REST API documentation (what there is on the wiki)
|
11 years ago |
Min RK
|
d71a59cc9f
|
s/jupyter_notebook/notebook
|
11 years ago |