##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r27212:3e89cd47
Merge pull request #13355 from Carreau/deprecation-removal-2 More Deprecation Removal
Matthias Bussonnier
merge
0
r27211:2c1125bc
Remove shimmodule IPython.config Deprecated since IPython 4.0 This should not be relied upon as this was deprecated Python 3.6 was not released yet.
Matthias Bussonnier
0
r27210:1d6d1ab9
Remove deprecated submodule IPython.nbconvert. This has been deprecated since IPython 4.0, pre python 3.6
Matthias Bussonnier
0
r27209:8cc2c16d
Remove deprecated IPython.nbformat Deprecated since IPython 4.0, which predates Python 3.6
Matthias Bussonnier
0
r27208:da495d08
More Deprecation Removal This remove a bunch or IO objects that have been deprecated for at least 2 versions. I expect this to maybe create issues on windows, and maybe ipykernel because of colorama.
Matthias Bussonnier
0
r27207:6f31cfb7
Merge pull request #13354 from Carreau/remove-50.deprecations remove code deprecated since at least IPython 5.0
Matthias Bussonnier
merge
0
r27206:7d4e0677
Remove all the lib/inputhook logic and related files. 1) for terminal ipython hooks are in pt_inputhook, 2) for ipykernel the inputhook are in ipykernel itself.
Matthias Bussonnier
0
r27205:967e96ec
remove code deprecated since at least IPython 5.0
Matthias Bussonnier
0
r27204:aca50d20
Added test for _userlist_pprint - all tests passed
007vedant
0
r27203:b48dbbb6
Updated _userlist_print with obj.data for optimization
007vedant
0
r27202:43c71936
Added custom pprint to pretty print collections.UserList like regular lists. -implemented _userlist_pprint , in accordance with pprint of other container types of collections module.
007vedant
0
r27200:341d8139
Merge pull request #13350 from Kojoley/remove-parso-and-jedi-xfails Remove parso and jedi xfails
Matthias Bussonnier
merge
0
r27198:96c5d75c
reformat
Matthias Bussonnier
0
r27197:73ffd1ba
Apply suggestions from code review Co-authored-by: Min RK <benjaminrk@gmail.com>
Matthias Bussonnier
0
r27196:e343cd4e
Merge pull request #13349 from minrk/policy_get_event_loop get_running_loop is only valid in coroutines
Matthias Bussonnier
merge
0
r27195:cc76a77c
Remove jedi<=0.18.0 xfail for Python>=3.10 jedi 0.18.1 fixed the issue
Nikita Kniazev
0
r27194:02ce77ec
Remove parso xfail for Python>=3.11 parso 0.8.3 added basic support for Python 3.11 and 3.12 grammars
Nikita Kniazev
0
r27193:0fbbb2b5
handle closed event loop in async script magics leave other problems with asyncio implementation for another PR
Min RK
0
r27192:31475529
avoid deprecated asyncio.get_event_loop get_running_loop is only valid from inside a coroutine EventLoopPolicy.get_event_loop is _not_ deprecated
Min RK
0
r27190:575be23d
Don't add ipython unconditionally to sys.path Load ext will already do it with a context manager. This should remove false positive when import modules, whithout breaking functionalities. Maybe closes #13294 (making this part of 8.0 release make sens).
Matthias Bussonnier
0
load next
< 1 .. 15 16 17 18 19 .. 1295 >
showing 20 out of 25887 commits