Jason Grout
2193a21fc6
Delete unnecessary comment
2015-03-27 15:37:49 +00:00
Jason Grout
a0ea58f768
Delete unused custom serializer
2015-03-27 15:37:38 +00:00
Jason Grout
5e83876fc7
Convert some test code to python2/3 (add parens for print)
2015-03-27 15:14:14 +00:00
Jason Grout
b2f775549d
Correct documentation
2015-03-27 15:12:28 +00:00
Jason Grout
b7a0163810
Make quoting consistent in the new tests
2015-03-27 15:02:50 +00:00
Min RK
5786346bde
Merge pull request #8168 from quantopian/stop-delete-root
...
BUG: Don't allow ContentsManager to delete root.
2015-03-26 21:31:36 -07:00
Scott Sanderson
f2825fdcad
BUG: Don't allow ContentsManager to delete root.
...
Doing so leaves the notebook app in a bad state.
2015-03-26 22:54:13 -04:00
Thomas Kluyver
1026e819f9
Merge pull request #8165 from minrk/modified_gte
...
use >= instead of > when comparing dates
2015-03-26 17:33:20 -07:00
Min RK
02739afa42
use >= instead of > when comparing dates
...
fast test runners can result in equal values.
2015-03-26 17:15:54 -07:00
Jason Grout
50a0cd57ef
Handle case when pixel values are undefined or null
2015-03-26 22:15:18 +00:00
Jason Grout
115536874d
Write tests for custom serialization
2015-03-26 22:14:45 +00:00
Matthias Bussonnier
7d90525799
replace undefined by empty string to get aroung bug in ie
2015-03-26 15:07:56 -07:00
Matthias Bussonnier
9c085a9273
Fix action do not provide icon.
...
action might be undefined then button will get no icon.
Prevent throwing an uncatched error and insert warning sign on button
Will do better one I allow text instead of icon
2015-03-26 12:36:07 -07:00
Matthias Bussonnier
8c8c5905dc
Merge pull request #8150 from minrk/bigsplit-nbconvert
...
Big Split: nbconvert -> jupyter_nbconvert
2015-03-26 11:57:04 -07:00
Min RK
8cc3ebe724
remove nbconvert from package data
2015-03-26 11:21:43 -07:00
Min RK
a2691564b4
shim nbconvert
2015-03-26 11:21:04 -07:00
Min RK
49dd77e0ec
Merge pull request #8154 from takluyver/bigsplit-nbformat
...
Big Split: nbformat -> jupyter_nbformat
2015-03-25 18:29:15 -07:00
Thomas Kluyver
3da1ec7d36
Shim IPython.nbformat so tests pass again
2015-03-25 17:30:14 -07:00
Matthias Bussonnier
b85e4b992e
Merge pull request #6936 from minrk/profile-dir
...
Don't specify profile-dir for kernels
2015-03-25 17:17:05 -07:00
Min RK
168de8b8a5
don't specify kernel profile in notebook
...
to have a kernel in a particular profile,
create a kernelspec
2015-03-25 16:54:39 -07:00
Thomas Kluyver
182639b05e
Merge pull request #8127 from minrk/rename-last-modified
...
update last_modified on rename
2015-03-25 16:12:42 -07:00
Jason Grout
f283d3d1e9
Add the outline of a few new tests for the custom serialization
2015-03-25 23:07:10 +00:00
Matthias Bussonnier
a6f8d9bea9
Merge pull request #8137 from minrk/config-profile
...
remove profiles from IPython.config
2015-03-25 11:01:36 -07:00
Min RK
62c0ab05b6
remove bundled profiles
...
and move README_STARTUP to core/profile
2015-03-25 10:23:19 -07:00
Min RK
849e752d3d
more profile awareness from config.manager to IPython subclass
...
also enables specifying profile by name,
instead of full path.
2015-03-25 10:23:18 -07:00
Min RK
5d65feecef
Merge pull request #8139 from minrk/split-parallel
...
Big Split: IPython.parallel -> ipython_parallel
2015-03-25 10:21:24 -07:00
Min RK
b17f329c2c
Merge pull request #8146 from takluyver/i8140
...
Remove Qt console package_data from setup
2015-03-25 10:18:49 -07:00
Thomas Kluyver
54195eaf34
Remove Qt console package_data from setup
...
We should remember this when the ipython_qtconsole package gets its own
setup.
Closes gh-8140
2015-03-25 09:53:53 -07:00
Jason Grout
5c797f9672
Simplify error handling for errors in sending sync messages from js
2015-03-25 15:18:25 +00:00
Min RK
191185c84d
Merge pull request #8126 from quantopian/test-modified-date
...
TEST: Add test for handling of last_modified.
2015-03-24 18:55:20 -07:00
Min RK
14bcd6ca32
add shim names to iptest
...
needed for test exclusions
2015-03-24 18:18:01 -07:00
Min RK
94dca653a3
Merge pull request #8135 from takluyver/bigsplit-qtconsole
...
Split out the Qt console
2015-03-24 17:03:55 -07:00
Jason Grout
18ff9c5e1c
Fix two calls to utils.reject (misplaced parens)
2015-03-24 23:06:02 +00:00
Jason Grout
c70f687c0e
Increment the pending_msgs counter immediately to avoid race conditions that send more messages
2015-03-24 22:33:36 +00:00
Thomas Kluyver
e6ce39ba32
Split the Qt console files to new jupyter_qtconsole package
2015-03-24 15:20:16 -07:00
Thomas Kluyver
0a0fe081d1
Merge pull request #6662 from minrk/dependencies
...
Proposal: remove dependencies from IPython.external
2015-03-24 14:26:07 -07:00
Jason Grout
c9f3c8e073
Make message throttling test easier to debug
2015-03-24 20:53:21 +00:00
Min RK
1eb795ba67
Merge pull request #8098 from rsmith31415/remove-resizer
...
Remove image resizer
2015-03-24 13:52:58 -07:00
Min RK
d88f832f06
remove pickleshare from external
2015-03-24 12:22:30 -07:00
Scott Sanderson
e8fd4ba9c2
TEST: Allow greater or equal modified_date on rename.
2015-03-24 13:17:24 -04:00
Jason Grout
5ee06cd27c
Delete the packing/unpacking tests, since we just use generic json now
2015-03-24 15:15:30 +00:00
Jason Grout
4ef0a23839
work-in-progress for custom js serializers
2015-03-24 15:15:30 +00:00
Thomas Kluyver
25415547fb
Merge pull request #8131 from minrk/sort-help
...
handle undefined when sorting quick help
2015-03-23 18:06:28 -07:00
Min RK
b3839d7e7a
handle undefined when sorting quick help
...
since undefined is neither less than nor greater than
anything in Javascript,
the sort function was treating it as equal to everything, causing inconsistent behavior,
depending on the sort algorithm of the browser.
This ensures undefined elements are sorted last in the sequence.
2015-03-23 17:44:21 -07:00
Min RK
8454ae087b
update last_modified on rename
...
some storage backends may update the last_modified date on rename
2015-03-23 16:07:36 -07:00
Scott Sanderson
72aeb78aaf
TEST: Add test for handling of last_modified.
...
Saving should increment last_modified. Renaming should not. Noticed
because incrementing last_modified on rename results in a scary error
message from the frontend.
2015-03-23 18:59:14 -04:00
Min RK
4b0553ae45
Merge pull request #8120 from jasongrout/arraybuffers
...
Make it possible for msg.buffers in javascript to be either ArrayBuffers or views
2015-03-23 14:14:09 -07:00
Jason Grout
94724fdee1
Typecheck the .buffer attribute before assuming it is an ArrayBuffer
2015-03-23 20:16:40 +00:00
Jonathan Frederic
4a7466b9e8
Dynamic traits.
2015-03-23 12:58:20 -07:00
Jason Grout
aa8e36064c
Make it possible for msg.buffers in javascript to be either ArrayBuffers or views
2015-03-23 19:37:35 +00:00