Brian Drawert
7b856fb21d
Fix for CVE-2014-3566 'POODLE' SSL attack, original commit '22c4922f4796078c5613de9e07e66b8764549cad'
11 years ago
Min RK
db08a5e8e5
remove ipython_kernel.zmq sub-pkg
11 years ago
Min RK
20a3f1c07b
finish kernel shims
11 years ago
Min RK
35465ebcfe
Merge pull request #8107 from SylvainCorlay/instance_type_allow_none
...
allow_none=False by default for Instance and Type
11 years ago
Min RK
2f2a0fcbcb
Merge pull request #8176 from gilbertw/master
...
Fixes bug that would show "null" as the reason in the don't leave dialog
11 years ago
Sylvain Corlay
fa1fce83db
remove unnecessary allow_none=True
11 years ago
Sylvain Corlay
1dbd95c4bc
allow_none=False by default for Type and Instance
11 years ago
Min RK
7673c151a3
Merge pull request #8159 from Carreau/no-action-icon
...
Fix action do not provide icon.
11 years ago
RickWinter
81a912fbb9
Fixes bug that would show "null" as a message in the don't leave dialog
11 years ago
Min RK
4ab4ee120e
Merge pull request #8164 from Carreau/open-window
...
replace undefined by empty string to get aroung bug in ie
11 years ago
Min RK
2810bcd17a
Merge pull request #8124 from jdfreder/dynamic
...
Dynamic traits.
11 years ago
Matthias Bussonnier
65d50451da
missing one undefined
11 years ago
Min RK
52bd09952a
Merge pull request #7718 from jdfreder/widecontents
...
Disable output contents from overflowing page width.
11 years ago
Min RK
5786346bde
Merge pull request #8168 from quantopian/stop-delete-root
...
BUG: Don't allow ContentsManager to delete root.
11 years ago
Scott Sanderson
f2825fdcad
BUG: Don't allow ContentsManager to delete root.
...
Doing so leaves the notebook app in a bad state.
11 years ago
Min RK
02739afa42
use >= instead of > when comparing dates
...
fast test runners can result in equal values.
11 years ago
Matthias Bussonnier
7d90525799
replace undefined by empty string to get aroung bug in ie
11 years ago
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
11 years ago
Min RK
a2691564b4
shim nbconvert
11 years ago
Min RK
168de8b8a5
don't specify kernel profile in notebook
...
to have a kernel in a particular profile,
create a kernelspec
11 years ago
Thomas Kluyver
182639b05e
Merge pull request #8127 from minrk/rename-last-modified
...
update last_modified on rename
11 years ago
Min RK
849e752d3d
more profile awareness from config.manager to IPython subclass
...
also enables specifying profile by name,
instead of full path.
11 years ago
Min RK
5d65feecef
Merge pull request #8139 from minrk/split-parallel
...
Big Split: IPython.parallel -> ipython_parallel
11 years ago
Min RK
191185c84d
Merge pull request #8126 from quantopian/test-modified-date
...
TEST: Add test for handling of last_modified.
11 years ago
Min RK
14bcd6ca32
add shim names to iptest
...
needed for test exclusions
11 years ago
Thomas Kluyver
e6ce39ba32
Split the Qt console files to new jupyter_qtconsole package
11 years ago
Thomas Kluyver
0a0fe081d1
Merge pull request #6662 from minrk/dependencies
...
Proposal: remove dependencies from IPython.external
11 years ago
Min RK
1eb795ba67
Merge pull request #8098 from rsmith31415/remove-resizer
...
Remove image resizer
11 years ago
Scott Sanderson
e8fd4ba9c2
TEST: Allow greater or equal modified_date on rename.
11 years ago
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.
11 years ago
Min RK
8454ae087b
update last_modified on rename
...
some storage backends may update the last_modified date on rename
11 years ago
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.
11 years ago
Min RK
4b0553ae45
Merge pull request #8120 from jasongrout/arraybuffers
...
Make it possible for msg.buffers in javascript to be either ArrayBuffers or views
11 years ago
Jason Grout
94724fdee1
Typecheck the .buffer attribute before assuming it is an ArrayBuffer
11 years ago
Jonathan Frederic
4a7466b9e8
Dynamic traits.
11 years ago
Jason Grout
aa8e36064c
Make it possible for msg.buffers in javascript to be either ArrayBuffers or views
11 years ago
Sylvain Corlay
55246125e4
Adding readout for Valid widget
11 years ago
Sylvain Corlay
c1a3e7f389
Valid widget
11 years ago
MinRK
3f93c80d7e
remove pexpect from external
...
make it a dependency on non-Windows
11 years ago
Sylvain Corlay
5c0a797813
inherit from Unicode
11 years ago
Sylvain Corlay
19768ba7a3
Move color trait type to the widget package
11 years ago
Sylvain Corlay
7262de2216
Using the Color trait type for styling widgets
11 years ago
Scott Sanderson
7971a5ffc7
TEST: Also test deletion.
11 years ago
Scott Sanderson
fdcbd02ffb
TEST: Add test for renaming files with checkpoint.
...
The checkpoint name should follow the file rename.
11 years ago
Matthias Bussonnier
265c1d8a28
Merge pull request #7933 from jdfreder/buttonmove
...
Move dynamic buttons to the left and upload button to the right.
11 years ago
Matthias Bussonnier
166595686c
Merge pull request #8059 from minrk/deselect-click
...
deselect all when clicking partial checkbox
11 years ago
Jonathan Frederic
dfa2804887
invoke css
11 years ago
Jonathan Frederic
a840383a38
Add tooltip on the upload button.
11 years ago
Jonathan Frederic
a6ceb828aa
Add dynamic instructions
11 years ago
Jonathan Frederic
f283754df0
invoke css
11 years ago