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
Jonathan Frederic
b8b1f5dab4
Merge pull request #7675 from SylvainCorlay/valid
...
Adding a very simple instance of _Bool widget
2015-03-23 12:33:02 -07:00
Sylvain Corlay
55246125e4
Adding readout for Valid widget
2015-03-23 19:20:56 +00:00
Sylvain Corlay
c1a3e7f389
Valid widget
2015-03-23 19:20:56 +00:00
MinRK
f0f9cdf3ae
remove non-setuptools dependency checks
2015-03-23 11:22:10 -07:00
MinRK
d4e386b0bc
remove simplegeneric from external
...
make it a dependency
2015-03-23 11:22:10 -07:00
MinRK
3f93c80d7e
remove pexpect from external
...
make it a dependency on non-Windows
2015-03-23 11:22:09 -07:00
MinRK
e34f926e0e
remove appnope from external
...
make it a dependency on OS X
2015-03-23 11:22:09 -07:00
MinRK
2f8f12cfb1
remove decorator from external
2015-03-23 11:22:09 -07:00
MinRK
31250d29b8
remove path from external
2015-03-23 11:22:08 -07:00
Min RK
21013cb5a3
Merge pull request #7826 from SylvainCorlay/color_trait
...
Adding a Color trait type and using it for widget styling
2015-03-22 12:43:51 -07:00
Sylvain Corlay
5c0a797813
inherit from Unicode
2015-03-21 14:45:28 -04:00
Sylvain Corlay
19768ba7a3
Move color trait type to the widget package
2015-03-21 12:49:10 -04:00
Sylvain Corlay
7262de2216
Using the Color trait type for styling widgets
2015-03-21 00:57:42 -04:00
Min RK
2e9387b7f5
Merge pull request #8102 from quantopian/test-checkpoint-sync
...
TEST: Add test for renaming files with checkpoint.
2015-03-21 00:03:38 -04:00
Scott Sanderson
7971a5ffc7
TEST: Also test deletion.
2015-03-20 21:12:08 -04:00
Scott Sanderson
fdcbd02ffb
TEST: Add test for renaming files with checkpoint.
...
The checkpoint name should follow the file rename.
2015-03-20 20:42:42 -04:00
Matthias Bussonnier
265c1d8a28
Merge pull request #7933 from jdfreder/buttonmove
...
Move dynamic buttons to the left and upload button to the right.
2015-03-20 13:18:57 -07:00
Matthias Bussonnier
166595686c
Merge pull request #8059 from minrk/deselect-click
...
deselect all when clicking partial checkbox
2015-03-20 13:12:22 -07:00
Jonathan Frederic
dfa2804887
invoke css
2015-03-20 12:14:29 -07:00
Jonathan Frederic
a840383a38
Add tooltip on the upload button.
2015-03-20 12:14:29 -07:00
Jonathan Frederic
a6ceb828aa
Add dynamic instructions
2015-03-20 12:14:29 -07:00