##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r26878:796ce7f0
Merge pull request #13194 from meysam81/meysam/remove-deprecated-stuff feat: remove deprecated code & files ⚰️
Matthias Bussonnier
merge
0
r26877:28633241
Merge pull request #13205 from DimitriPapadopoulos/codespell Typos found by codespell
Matthias Bussonnier
merge
0
r26876:a05271cc
Merge pull request #13202 from Kojoley/fix-unintentional-skipping-of-module-level-doctests Fix unintentional skipping of module level doctests
Matthias Bussonnier
merge
0
r26875:5f90ef7c
Typos found by codespell
Dimitri Papadopoulos
0
r26874:91936a9d
Do not use mutables as default arguments
Dimitri Papadopoulos
0
r26873:17153999
Fix unintentional skipping of module level doctests Importing `skip_doctest` decorator unintentionally marks for skipping a module level doctest. It happens because doctests discovery only checks whether a variable with name `skip_doctest` is presented without checking the type. I have renamed the 'magic' variable name to `__skip_doctest__` to resolve the name clash, and also made the check actually depend on the variable content. The module level doctest in `core/debugger.py` was previously unintentionally skipped and now is disabled because it contains syntax/name errors.
Nikita Kniazev
0
r26871:37c1038b
hardcode builtins extensions
Matthias Bussonnier
0
r26869:4e5c2e24
Merge pull request #13181 from haobibo/master create ipython_dir if not exists
Matthias Bussonnier
merge
0
r26868:bd9c17bf
docs: add changelog notice 📝
Meysam Azad
0
r26867:be240090
feat: remove deprecated code & files ⚰️
Meysam Azad
0
r26863:5aabdc16
Merge pull request #13198 from minrk/profiledir-full-log match log message for profile by name and path
Matthias Bussonnier
merge
0
r26861:bc1080d3
Merge pull request #13187 from gpotter2/sig-ipy Fix wrong inspect.signature call
Matthias Bussonnier
merge
0
r26860:e8d652a2
Call inspect.signature on full class
gpotter2
0
r26859:887df6c2
match log message for profile by name and path we had debug-level for name, info-level for full path. Make both debug-level for consistency
Min RK
0
r26858:e6aab7f5
Merge pull request #13191 from Carreau/fix-loop Try to fix some of current failures.
Matthias Bussonnier
merge
0
r26857:f7213ea2
conditional windows import
Matthias Bussonnier
0
r26856:b93fe0c8
more agressive skip on windows
Matthias Bussonnier
0
r26854:25f92b99
Try to fix some of current failures. See error found in CI below. Hopefully this fixes it. There are manycomplexity, we need to make sure the loop has no task after each tests, so we need to close and restore the subprocess watcher. We make it a context manager and provide a decorator. ====================================================================== ERROR: IPython.core.tests.test_magic.test_script_out ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/nose/case.py", line 198, in runTest self.test(*self.arg) File "/home/runner/work/ipython/ipython/IPython/testing/decorators.py", line 223, in skipper_func return f(*args, **kwargs) File "/home/runner/work/ipython/ipython/IPython/core/tests/test_magic.py", line 953, in test_script_out ip.run_cell_magic("script", "--out output sh", "echo 'hi'") File "/home/runner/work/ipython/ipython/IPython/core/interactiveshell.py", line 2417, in run_cell_magic result = fn(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/home/runner/work/ipython/ipython/IPython/core/magic.py", line 187, in <lambda> call = lambda f, *a, **k: f(*a, **k) File "/home/runner/work/ipython/ipython/IPython/core/magics/script.py", line 216, in shebang stdin=asyncio.subprocess.PIPE, File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/asyncio/base_events.py", line 587, in run_until_complete return future.result() File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/asyncio/subprocess.py", line 217, in create_subprocess_exec stderr=stderr, **kwds) File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/asyncio/base_events.py", line 1544, in subprocess_exec bufsize, **kwargs) File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/asyncio/unix_events.py", line 193, in _make_subprocess_transport self._child_watcher_callback, transp) File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/asyncio/unix_events.py", line 941, in add_child_handler "Cannot add child handler, " RuntimeError: Cannot add child handler, the child watcher does not have a loop attached
Matthias Bussonnier
0
r26852:16bad32a
Merge pull request #13193 from takluyver/codecov-action-v2 Use codecov Github action v2
Matthias Bussonnier
merge
0
r26851:27987a54
Use codecov Github action v2
Thomas Kluyver
0
load next
< 1 .. 3 4 5 6 7 .. 1268 >
showing 20 out of 25358 commits