Files
openide/python/helpers/pydev/pydev_ipython
Aleksandr Sorotskii e4ef6c41d9 fix matplotlib version parsing in case of any non integer suffixes; PY-75115
(cherry picked from commit b1cc9828a1e83488cd89f70b9982b7cb18969383)

IJ-MR-147326

GitOrigin-RevId: b0d1478df587d88166ea0a03ce6db7dd0c0ac00e
2024-10-22 16:56:09 +00:00
..

# Parts of IPython, files from: https://github.com/ipython/ipython/tree/rel-1.0.0/IPython
# The files in this package are extracted from IPython to aid the main loop integration
# See tests_mainloop for some manually runable tests

# What we are doing is reusing the "inputhook" functionality (i.e. what in IPython
# ends up on PyOS_InputHook) and using it in the pydevconsole context.
# Rather that having the callbacks called in PyOS_InputHook, we use a custom XML-RPC
# Server (HookableXMLRPCServer) that calls the inputhook when idle