##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r23920:0cd2820f
Backport PR #10802: None
Thomas Kluyver
0
r23917:336a1be3
Merge pull request #10801 from Carreau/backport-pr-10793 Backport PR #10793 on branch 5.x
Thomas Kluyver
merge
0
r23916:46fa3998
Merge pull request #10799 from Carreau/backport-pr-10743 Backport PR 10743 on branch 5.x
Thomas Kluyver
merge
0
r23915:eb16b9a7
Merge pull request #10798 from Carreau/backport-pr-10707 Backport PR 10707 on branch 5.x
Thomas Kluyver
merge
0
r23914:a7b5afa5
Backport PR #10707 on branch 5.x Merge pull request #10707 from Carreau/profile-deprecated Document magic profile as deprecated
Thomas Kluyver
0
r23913:dec76a5c
Backport PR #10793 on branch 5.x Merge pull request #10793 from Carreau/wn Consolidate What's new dev and 5.5
Thomas Kluyver
0
r23912:5b17973b
Merge pull request #10755 from mariusvniekerk/progressbar Progressbar
Kyle Kelley
0
r23911:250c117b
Backport PR 10743 on branch 5.x Merge pull request #10743 from takluyver/limit-no-completions Limit number of completions returned
Min RK
0
r23906:cebd3d75
Merge pull request #10791 from ipython/auto-backport-of-pr-10788 Backport PR #10788 on branch 5.x
Matthias Bussonnier
merge
0
r23902:0c08982d
Backport PR #10788: None The filename was generated taking the last digits of a randomly generated number between 0 and 1, if the number is small enough, it's repr ends with `e-5`, or less (the probability is actually close to 1/1000 because the biggest number we can get with e-5 is (1e-4 - epsilon). We actually did hit that on our CI: - https://ci.appveyor.com/project/IPython/ipython/build/1.0.839/job/mk4l08s295ynkfs5 ``` ====================================================================== ERROR: test_run_submodule_with_absolute_import (IPython.core.tests.test_run.TestMagicRunWithPackage) ---------------------------------------------------------------------- Traceback (most recent call last): File "c:\python36-x64\lib\site-packages\IPython\core\tests\test_run.py", line 455, in test_run_submodule_with_absolute_import self.check_run_submodule('absolute') File "c:\python36-x64\lib\site-packages\IPython\core\tests\test_run.py", line 450, in check_run_submodule self.assertEqual(_ip.user_ns['x'], self.value, KeyError: 'x' -------------------- >> begin captured stdout << --------------------- File "C:\Users\appveyor\AppData\Local\Temp\1\tmp4asmvv33\tmpqpswwe9n\tmp065832886952393e-05\absolute.py", line 2 from tmp065832886952393e-05.sub import x ^ SyntaxError: invalid syntax ``` Actually pick a random string now we should have less chance of being invalid identifier.
Thomas Kluyver
0
r23895:634d1784
Merge pull request #10783 from ipython/auto-backport-of-pr-10782 Backport PR #10782 on branch 5.x
Thomas Kluyver
merge
0
r23894:f772c90b
Backport PR #10782: Skip unicode test in C locale Closes gh-10780
Matthias Bussonnier
0
r23888:7cce3fe3
Merge pull request #10777 from ipython/auto-backport-of-pr-10775 Backport PR #10775 on branch 5.x
Matthias Bussonnier
merge
0
r23887:54969941
Backport PR #10775: Correct Demo namespace in documentation The documentation used the old namespace for the Demo class.
Thomas Kluyver
0
r23880:cd94554a
Merge pull request #10770 from ipython/auto-backport-of-pr-10767 Backport PR #10767 on branch 5.x
Matthias Bussonnier
merge
0
r23879:de87b53c
Merge pull request #10769 from ipython/auto-backport-of-pr-10756 Backport PR #10756 on branch 5.x
Matthias Bussonnier
merge
0
r23878:d4b785a1
Backport PR #10767: Sort on string representation if sorting fails
Matthias Bussonnier
0
r23876:2de4406e
Merge pull request #10766 from takluyver/5.x-rm-docs-dev-warning Don't show dev version warning in 5.x docs
Matthias Bussonnier
merge
0
r23875:34474f0b
Backport PR #10756: Mpl magics The first commit is (I think) non-controversial The second is something I would like, but may be too aggressive.
Min RK
0
r23871:c7e33439
Don't show dev version warning in 5.x docs
Thomas Kluyver
0
load next
< 1 .. 3 4 5 6 7 .. 1112 >
showing 20 out of 22229 commits