##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r26643:286a87e8
Merge pull request #13048 from MrMino/ignore_mypy_cache Add `.mypy_cache` to .gitignore
Blazej Michalik
merge
0
r26642:dd522bf8
Add .mypy_cache to .gitignore
Blazej Michalik
0
r26641:65602328
Darker
Blazej Michalik
0
r26640:38efac31
WN entry for empty hist range magics
Blazej Michalik
0
r26639:955ddb5a
Fix issue with pycat docs build
Blazej Michalik
0
r26638:f36278fd
Add empty histrange `%save` test
Blazej Michalik
0
r26637:8141a131
Load whole history on `%load` without parameters
Blazej Michalik
0
r26636:88e203e0
Docs: mention empty histrange behavior of `%pastebin`
Blazej Michalik
0
r26635:e94ec6c0
Docs: mention empty histrange behavior of `%save`
Blazej Michalik
0
r26634:d2951853
Docs: fix wrong arg type in `extract_input_lines`
Blazej Michalik
0
r26633:b7d860b0
Print whole history on `%pycat` without parameters The only thing required here was removal of the empty argument guard, as `InteractiveShell.find_user_code` already understands empty string as "complete history of current session without the last line".
Blazej Michalik
0
r26632:9c7c9ee2
Remove unnecessary branch in %history Previously, this `if...else` was meant to provide the "get whole history" functionality of `%history`. It is now unnecessary, since `get_range_by_str` is now able to do the same thing when given an empty string, the same way a call to `get_range` would.
Blazej Michalik
0
r26631:692ccd89
Don't return the last line in `find_user_code` Changes `InteractiveShell.extract_input_lines` such that if the empty histrange is given, the last line of history is omitted. The reason for this is that `InteractiveShell.find_user_code`, the only place where the aforementioned method is used, is only called by magics, where the empty histrange argument would otherwise include the magics themselves.
Blazej Michalik
0
r26630:07c4edd9
Empty histrange means history of current session When empty string is given to `IPython.core.history.extract_hist_ranges`, it will now return a range corresponding to the whole history of the current session. This means that `HistoryManager.get_range_by_str` will now also return everything if given an empty string - which has implications for other magics like `%save`, `%pastebin`, etc. Commits that follow this one will introduce that fact to each magic docstring and implementation, where required.
Blazej Michalik
0
r26627:6c01e9bd
Merge pull request #13030 from rhshadrach/ipython_warning Use Sphinx logging in IPython directive
Blazej Michalik
merge
0
r26626:4fd46973
darker
richard
0
r26623:0aa5c32d
Fix documentation: reference.rst (#13044) The paragraph there was contradicting the information in `ipython --help`
Strawkage
0
r26620:1dfd4df4
Merge pull request #13041 from MrMino/fix_13039 Refactor `IPython.utils.text.strip_email_quotes`
Blazej Michalik
merge
0
r26619:40ff0ebc
Update IPython/utils/text.py Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
Blazej Michalik
0
r26617:df35e0b9
Merge pull request #13037 from leon-anavi/master docs/source/whatsnew/version7.rst: Fix typo
Matthias Bussonnier
merge
0
load next
< 1 .. 11 12 13 14 15 .. 1268 >
showing 20 out of 25358 commits