Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: spyder3 | Distribution: SUSE Linux Enterprise 15 SP3 |
Version: 3.2.8 | Vendor: openSUSE |
Release: bp153.1.16 | Build date: Sat Mar 6 16:31:31 2021 |
Group: Development/Languages/Python | Build host: lamb55 |
Size: 10416260 | Source RPM: spyder3-3.2.8-bp153.1.16.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/spyder-ide/spyder | |
Summary: Scientific PYthon Development EnviRonment |
spyder is a scientific python development environment and an alternative to IDLE with interactive features such as variable explorer (with GUI-based editors for dictionaries, lists, NumPy arrays, etc.), object inspector and online help.
MIT
* Wed Jun 06 2018 sebix+novell.com@sebix.at - add missing requirement python3-cloudpickle, fixes boo#1095587 * Sat Apr 28 2018 toddrme2178@gmail.com - Update to Version 3.2.8 + New features > Editor * Add `Ctrl+Shift+Enter` shortcut to introduce new lines at any point. > IPython console * Always run Cython files in a dedicated console. + Issues Closed * ValueError trying to open pandas.DateOffset objects in Variable Explorer * AttributeError when attempting to edit non-writeable or non-settable attributes of certain (e.g. many common Pandas) objects in CollectionsEditor * TypeError and Python hard crash to desktop after modifying _typ attribute of pandas Period in CollectionsEditor * Saving session data (spydata) deletes all arrays nested inside other data structures * System time change causes Spyder error * AttributeError: 'NoneType' object has no attribute 'apply_plugin_settings' when attempting to activate Automatic Connections for Help * Typo in introspection.utils.get_words * Sphinx html_use_smartypants is deprecated as of 1.6 and removed in 1.7 * Spyder always open a new instance after updating to 3.2.7 version * Strange behavior for Spyder code annotations * AttributeError: 'NoneType' object has no attribute 'apply_plugin_settings' * AttributeError: 'NoneType' object has no attribute 'load_module' * Setting a path containing a single quote * ValueError when closing a file whose folder changed name in File Explorer * When browsing MultiIndex in Object Explorer, Pandas raises NotImplementedError: isna is not defined for MultiIndex * FileNotFoundError generated for template.py * Variable Explorer windows don't close when Spyder exits; prevents it from reopening until manually closed * Bug: Find and Replace indicate "no matches" when "[", "(", or ")" included in the search string * AttributeError when attempting to view dom.minidom.Element object in Variable Explorer * How do I move to a new line while I'm in the middle of the current line? * pyximport.install() in sitecustomize.py is not a good idea * delete (context="editor", name="delete") keyboard shortcut doesn't work * Saving large workspace on network drive crashes Spyder on Windows + Pull Requests Merged * Error report stopgap to make instructions harder to miss * Fix various bugs in Variable Explorer, including an application crash to desktop * Replace deprecated function in inline CollectionsEditor tests and add recently supported data types * Make several GUI/qtbot tests more reliable by increasing timeouts and tweaking the methods used * Add .pytest_cache to gitignore * Fix new instance validation on Windows. * Fix NotImplementedError when browsing a MultiIndex in the Collection Editor * Set parent for Variable Explorer editors so Spyder closes properly * Change time elapsed calculation to prevent OSError * Fix bugs in session saving to spydata and improve tests * Allow TODO check marks with blank line * Fix typo in utils.introspection.get_words * Pin to a Tornado version less than 5.0 to avoid hangs in our tests * Run Cython files in a dedicated console * Avoid showing dialogs in IPython console tests to avoid segfaults * Be able to open files in the Editor if no template is found * Add handling for AttributteError when importing module from path * Remove ipyconsole and editor attrs from the Help plugin * Update deprecated Sphinx directive html_use_smartypants * Allow rename from Explorer to work for directories * Fix error when setting a path with a single quote * Delay check whether we are running under pytest until run time * Allow shortcut key for editor/delete to work like Del key * Restore the previous wording for package versions in error report * Skip some IPython console tests in PyQt4 because they are segfaulting too much * Find/replace - return match counts on unescaped characters * Add Ctrl+Shift+Enter to enter a new line in the Editor - Update to Version 3.2.7 + New features > Main Window * Improve the interface to report errors to Github. > Variable Explorer * Enable the display of many more Numpy array types. > Editor * Copy text from the search field to the replace one after pressing `Tab`. > IPython console * Make `%edit foo.py` open `foo.py` in the Editor on Windows. > Find in Files * Remove items from the `Search in` list when hovering over them and pressing `Del`. * Add a `Clear this list` option below `Select other directory`. > Under the hood * Demand PyQt less than 5.10 for our wheels. + Issues Closed * Update translations for 3.2.7 * test_completions_custom_path fails with jedi 0.9.0 (Spyder 3) * FileNotFoundError history.py when running code in the IPython console * Mouse cursor issue with PyQt 5.10 * Add the the Collapse All and Expand All buttons to the toolbar of the Outline Explorer * PermissionError when Spyder is started * Selecting "tutorial" from help menu does not bring up Help pane automatically if not loaded, leading to user confusion * IndexError when getting help of an object * AttributeError when running code in the IPython console * RuntimeError when interrupting kernel * pdb history doesn't collapse similar text * IOError when trying to write to stderr file * Convert re expressions to use raw strings * Errors pop up when change the key shortcuts in python 2.7 * %edit magic command does not work on Windows * Color scheme changes after kernel restart * Spyder Profiler Hangs/Freezes * Bug with saved window layouts * Icon should be moved from share/pixmaps to share/icons * UnicodeEncodeError when searching text in the Editor * Uncaught error when opening a pandas DataFrame with out of bounds timestamps * Several tests fail locally under user environment with customized keyboard shortcuts due to relying on hardcoded keybindings * TypeError: tabText(self, int) when moving plugin tabs * UnicodeEncodeError when using a project with non-ascii characters on it * UnicodeDecodeError when moving a file with Project Explorer * Add missing Keywords metadata in desktop file * Paths in the "Search in" combobox of the "Find in File" plugin becomes corrupted * Improve interface to report errors * IPython console failing when custom interpreter is removed * Use Tab key to copy text to "Replace with:" field + Pull Requests Merged * Update Spanish translation * French translation for 3.2.7 * Update Japanese translation for 3.2.7 * Update Brazilian Portuguese translation * Update Russian translation * Demand PyQt5 less than 5.10 in our wheels * Skip test_completions_custom_path if jedi version before 0.10.0 * Update broken matplotlib project URL in install doc * Make projects work on unicode directories * Handle errors when writing history to disk in the IPython Console * Fix all test files to be run independently * Xfail test_auto_backend for certain versions of zmq and ipykernel * Add test for file directory change in the Project Explorer. * Add keywords to desktop files * Change share/pixmaps to share/icons in setup.py * Add error handling for the lockfile symlink on Windows * Harmonized the toolbar of the Outline Explorer with its context menu. * Add validation for custom interpreter option * Show Help if closed when opening tutorial to avoid user confusion * Fix and catch typeerror thrown when from_index is None while moving plugin tab * Catch any error in the isdefined method of dochelpers * Handle AttributeError when running code in the IPython Console. * Catch any error when creating stderr files in the IPython console * Catch RuntimeError when no kernel is running * Skip test_tab_copies_find_to_replace on Linux because it fails * Don't add repeated entries to history while on pdb * Skip test_calltip on Python 3 and PyQt < 5.9 because it's failing there * Custom layouts not working when hexstate is None * Pin pyqt5 to 5.9.2 on tests because 5.10 is giving segfaults during the collection phase * Install and run window manager in Travis to fix focus issues and unskip now-passing tests * Update Brazilian Portuguese translation * Change to re strings for Deprecation Warning * Use a temporary config directory to run our tests * Preserve color scheme on kernel restart * Update super() call to use Python 2 style call * Fix %edit magic on Windows * Fix Profiler error when run is stopped * Catch OutOfBoundsDatetime errors from pandas * Use a checkbox in error dialog to dismiss it instead of a button * Fix some completion errors in the Editor and show again no docs message in Help * Fix error when searching text in the Editor in translated interfaces * Find/replace - Copy search text to replace textbox on tabbing between them * Add troubleshooting blurb and OS version to issue template and enhance UI * Add Troubleshooting links and blurb to various appropriate places in Spyder and doc * Enable the display of many more numpy array types in the Variable Explorer * Fix 3 bugs and add 4 improvements to Find in Files * Major overhaul of Readme, contributing and install docs * Differenciate between ), }, and ] when closing brackets * Change error report dialog to enter issue description before submitting it - Update to Version 3.2.6 + New features > Editor * Make `Shift+Del` to cut text if users have some text selected. * Make `Shift+Ins` to paste text. * Make `Ctrl+PgUp`, `Ctrl+PgDn` and `Ctrl+Tab` shortcuts configurable. > Variable Explorer * Display date/times in human readable format. * Disable editing for immutable types (e.g. tuples). > Under the hood * Fix installation of wheels with `pip`. + Issues Closed * Error on Maximize Current Pane * AttributeError when resetting console namespace * Not able to change layouts after resetting * DataFrame Editor raises TypeError when editing any complex type * Fix errors when entering a value for a cell larger than the max int in Array and Dataframe editors * Consoles get renamed when moved in the IPython console * 3.2.5 fails to activate Matplotlib Qt5 backend * Variable Explorer throws an error instead of displaying contents when attempting to inspect any loaded modules * Spyder not starting in macOS because pyopengl is present * Update to 3.2.5 with pip fails for Python 2.7 as it pulls pyqt5 * Spyder crashes upon typing `net(` in editor * When comparing a generated and loaded profile, any negative deltas show (actual_value - ?) 1h:60min, not actual value * Improve how we detect that Spyder is running under Anaconda * Shift+del should delete line only when empty selection, otherwise clipboard cut * Tuples can be "edited" in Variable Explorer but changes are discarded * "ValueError: malformed node or string" when evaluating code that contains Path elements * Window layout setting error * Segmentation fault when trying to change keyboard shortcuts in Preferences * File switcher error * ValueError: not enough values to unpack in the File Explorer * Add ability to change Ctrl+PgUp and PgDn shortcuts * Keyboard shortcut hint is missing from menu item Search/Find in files * Tab in-between find and replace text boxes + Pull Requests Merged * Fix error when trying to maximize plugins that don't have a dock widget * Catch error when resetting console namespace and no kernel_client is available * Skip some tests because they are failing locally or segfaulting * Cannot change windows layout on first start after reset * Add shortcut to Find in Files in Search menu * Mark introspection test slow and re-enable it on certain CIs * Add test to verify that the Automatic backend is working correctly * Run slow tests only in our CIs * Fix TypeError editing any complex val in DataFrameEditor, and bug resulting in bool_s being treated as uneditable * Prevent an error in the FileSwitcher when all tabs are closed in the last focused widget. * Allow tab cycling shortcuts to be configurable in Editor * Patch ipykernel to avoid errors when setting the Qt5 Matplotlib backend * Fix crash and error dialog when triggering OverflowError (too large int) when editing arrays and dataframes * Fix renames when moving IPython console tabs * Fix negative deltas on profiler * Avoid a calltip crash when docstring is None * Fix mime type error detection in the File Explorer * Remove unnecessary flaky from introspection test, minor cleanup * Make Tab key properly switch between find and replace fields * Fix segfault on shortcut preferences when using mouse * Improve how we detect if we are running under Anaconda * Avoid errors when importing pyopengl at startup * Make pyqt5 a wheel dependency only for Python 3 * Fix error when attempting to view module contents in CollectionsEditor * Add expected default behavior for Shift+Del and Shift+Ins * Add coverage files and Notepad++ backups to gitignore * Skip several failing tests on Windows and one on a specific CI build * Add test coverage reporting with AppVeyor to Codecov * Display date/times in human readable format in Variable Explorer * Make bullets/numbers/headings more consistent and add Anaconda for Linux in install doc * Properly disable editing in Variable Explorer for values in immutable collections (e.g. tuples) * Manage types that extend str in value_to_display - Update to Version 3.2.5 + New features > IPython Console * Improve kernel startup time. * Add option to show kernel elapsed time. * Add button and option to remove all user-defined variables. * Load `%autoreload` magic at kernel startup to make changes to modules take effect instantly in the console. * Use `cloudpickle` to serialize/deserialize data between kernels and Spyder. > Variable Explorer * Add support for `datetime.timedelta` objects. > Under the hood * Add `pyqt5` as a new wheel dependency. * Add a new `--hide-console` option and deprecate `--show-console` on Windows. + Issues Closed * Update translations for 3.2.5 * Remove 'DMG Installers' option from documentation * UserWarning: Config option use_jedi not recognized by IPCompleter * Error when choosing rename option after editing tuple value from Variable explorer. * Code from one file not updating when called from another if run directly in the console * "Real-time code style analysis" checkbox in Prefs > Editor > Introspection checks for pep8, not pycodestyle * Return value of EditorStack.has_filename not checked properly * IPython console missing features with respect to the old Python console * AttributeError is thrown when trying to get help of an object * Improve working directory dropdown box * TypeError: disconnect() failed between 'sig_prompt_ready' and all its connections * Missing python doc in help menu * Problems with backend "TkAgg" on Linux * NameError when running isdefined * Save after moving editor tabs with split panes changes wrong files * Symbol finder gives error message * Cannot run static code analysis on Spyder 3.2.4 * Error when trying to explore empty numpy array * Variable explorer broken because of DeprecationWarning in ipykernel * Close parenthesis when unmatched * Crash on profiler because of lack of profiler.results * Can't open preferences anymore as I get an error message * Runtime Error raised while closing IPython Console instance * AttributeError: 'InternalShell' object has no attribute 'is_running' * Keyboard shortcuts reset button cannot be canceled/undone and too easy to trigger * Explicitly stated default Russian encoding on Windows not recognized * Automatic graphics backend throws an error * Can't enable debug mode * Spyder crashes after typing plt.plot( at the ipython console * Change --show-console for --hide-console * "Replace Selection" Erroneously Removing/Interpreting Escape Sequences * 'Show in external file explorer' on editor menu more than once for split panels * ValueError: invalid literal for int() with base 10: b'' * Error when replacing "\" by "\\" * Add Clear button to (find) entry boxes * Don't set current working directory for external kernels * Error when drag and drop file from zip * Fast file switch and fast symbol search do not work properly if the editor is splitted * Exploring variables in debugging mode is giving focus to the Editor * Spyder always opens a new instance * Variable explorer should list datetime.timedelta variables * Spyder is not installing the PyQt5 wheel when using pip * Outline explorer doesn't work with second Editor window * Breakpoint doesn't appear in gui (red circle) but is listed in Debug > Breakpoints > List breakpoints * There should be a way to donate money to support the project + Pull Requests Merged * Update Japanese translation for 3.2.5 * Update French translation for 3.2.5 * Update Spanish translations for 3.2.5 * Update Russian translation for 3.2.5 * Load %autoreload magic at kernel startup * Remove/update outdated refs to Mac OS X, Mac DMG installers and Continuum.io * Skip a test that started to fail on Windows and Python 2 * Disable renames for list, set and tuple in the Variable Explorer * Make tabs drag behavior in the IPython console to be the same as the Editor one * Several improvements to the IPython console * Fix missing documentation links * Add PyQt5 as a new wheel dependency * Change pep8 check_executable for pycodestyle. * Change for file save on split editor when tabs are moved * Disable smartpants quotes in Sphinx to prevent crash with MathJax * Catch AttributeError while using the Help plugin * Adjust calls to use has_filenames return value of None * Simplify how pyopengl is declared in setup.py * Add a tooltip showing the full path of highlighted item in the working directory dropdown box * Improve how Matplotlib backend is set in the IPython console * Catch TypeError while executing code instructions in the IPython console * Prevent Editor dockwidget to become visible when clicking on the outline explorer if the Editor is in a separate window * Skip test_load_kernel_file in PyQt4 because it segfaults too much * Catch NameError in isdefined * Add validation for mimedata2url in Editor's dragEnterEvent * Ignore warning generated by ipykernel.datapub * Skip test_issue_4066 in our CIs with PyQt >= 5.9 * Set focus for filter line when doing symbol search * Handle 3d empty numpy arrays * Change position of data loading to prevent not calling validation in the Pylint plugin * Change default behavior of --show-console option * Catch not found file error when loading profiler results. * Skip some dataframe tests on Linux * Add validation for attribute 'is_running' in the Help plugin * Support datetime.timedelta in variable explorer * Catch search regexp error while doing replace/find * Better feedback for regexp errors in find/replace * Do not overwrite unmatched braces * Fix ValueError when switching Python interpreters * Fix typo in Solarized color schemes. * Add confirmation message to reset shortcuts. * Add handling for RuntimeError while closing an IPython console instance. * Fix syncing of line number and plugin list for breakpoints and add unit tests. * Make clear line shortcut configurable in the IPython console * Don't unescape control characteres in replace in selection * Add cp1251 (default Russian) encoding on Windows to be recognized by the Editor * Reduce row height in dependencies dialog * Add clear button to find comboboxes * Fix bootstrap.py --debug * Add validation to not publish pdb_state after getting values of variables * Fix EditorSplitter menu_actions and add test. * Don't rely on process name when detecting a previous instance * Trade ipykernel.serialize for cloudpickle and remove use of publish_data * Make the fileswitcher aware of split editorstacks - Update to Version 3.2.4 + New features * Add compatibility with Jedi 0.11 * Display lists with all types of elements in the Variable Explorer. + Issues Closed * Cannot get past splash screen * Sorting by column in variable explorer * Error in variable explorer for dicts with mixed-type keys * Spyder crashes because of race condition in ZMQ * Error when opening a new project * Not all lists are supported by the variable explorer * Error when pressing Ctrl+C in the terminal where Spyder was started * Increase kernel_client.hb_channel.time_to_dead even more * Variable Explorer: sort by values not working * Checking/Unchecking path in the pathmanager is not working as expected in the IPython console * Enter in IPython console inserts new line when big Dataframes are in namespace * Problem when closing files with split editors whose tabs order are not synced. * Variable explorer crash when viewing numpy structured array * Profiler incorrectly detects recursion * Variable explorer raise error when try to sort dict by values * error when closing a file * Error when trying to sort dataframe with duplicate columns * Error when Selecting Fig from Variable Explorer * In ipdb, the up and down keys have a strange behaviour * pdb.pm() raises an Error * Issues with recognizing directory renaming * Closing last open file while being in non-existing working dir raises exception * AttributeError: 'NoneType' object has no attribute 'execute' * Error when trying to edit elements of a float numpy array in variable explorer * Some issues with dedicated consoles * "Save as" dialog extremely slow + Pull Requests Merged * Add an error message when sorting a dataframe on categorical dtypes * Make consoles to start without an stderr file * Update minimal QtPy required version * Skip a Matplotlib test in PyQt4 because it's failing too much * Backport PR 5159 * Fix crashing of the fileswitcher after closing the last file of the Editor. * Change spyderproject for spyproject in some missing places. * Add an error message when failing to serialize an object * Skip some tests to prevent recurrent failures and segfaults * Prevent a race condition with ZMQ during startup * Fix history browsing while debugging * Add handling for OSError's when changing directories. * Display all lists in the variable explorer * Add a safe getcwd function to handle errors when the current working was deleted * Show error when trying to sort dataframe with duplicate columns * Fix editing floats in array editor * Sync correctly the closing of files in multiple editorstacks. * Wait until console is ready before executing code for dedicated consoles * Fix some execution delays in the IPython console * A couple of fixes for Jedi 0.11 * Enable sorting by values in Variable Explorer * Prevent unchecked paths in the pathmanager to be added to the IPython console sys.path * Fix recursion error in profiler * Prevent hard crash when inspecting certain structured arrays * Don't show errors when kernel_client is None * Fix some issues with the Editor Save dialog * Apply window style only if it's not None * Handle error when using deepcopy in the collections editor. * Editor historystack improvements * Fix calling pdb.pm() in a console - Update to Version 3.2.3 + New features * Add a button to the Variable Explorer to remove all variables at once. + Issues Closed * AttributeError when using outline and split code * 'Execute in external system terminal' unwantedly uses python2 on ubuntu16.04 * AttributeError: 'super' object has no attribute '_handle_error' in IPython console * Renaming file containing folders yields IndexError. * pip created executable name changes between versions * KeyboardInterrupt error in waitingspinner * Debug: "Run Current Line" past the end of a script doesn't exit the debugger * "unblockcomment" incompatible with "automatically remove trailing spaces" * RuntimeError when using outline and split code editor * Variable Explorer: Add a button to remove all variables at once + Pull Requests Merged * Use get_python_executable to run in external terminals * Fix RuntimeError and AttributeError when using outline and split code editor * Stop creating universal wheels * Add handling for IndexError in the Editor when renaming folder containing file * Don't use super in _handle_error method of IPython console * Avoid KeyboardInterrupt to raise an error in waitingspinner * Exit the debugger if we are about to enter to sitecustomize.py * Fix unblock comments * Add a button in the Variable Explorer toolbar to reset namespace - Update to Version 3.2.2 + New features * Add a button to Find in Files to make searches case sensitive. * Extend Find in Files to select other search directories. * Add an option to set cursor blinking speed in miliseconds in `Preferences > General > Interface > Cursor blinking`. * Add checkboxes to PYTHONPATH manager to enable/disable paths. * Show the number of matches in the Find/Replace widget. + Issues Closed * Unable to save file in Python * Editor - Cannot close a (vertical) split after open * Word operators do not have a color style in the IPython console * Increase the limit of DPI setting for IPython inline graphics * IPython consoles can't start if Spyder temp directory is missing * BUG: Error editing element of numpy array in variable explorer * Spyder Issue when using ctrl+P : goto line * Unable to start Array builder using keyboard shortcut * Console slow to close when debugging * Consistent layout in different panes * "Replace selection" adds "\." anytime the string to be added contains "." * IPython: Run Code at Startup - Magics * Force-stop does not work on hanged progress. * Run Configuration per file: Working Directory not remembered * Error when trying to load third-party plugins * Pressing Ctrl+Tab wanting to switch to another tab raises an IndexError * Make Spyder remember tab order * Kernels fail to start because they can't create stderr files in non-ascii accounts on Windows * SPYDER_DEBUG=3 is failing on Windows * Find in Files should have ignore case flag * Extend Find in Files to select other directories * Array editor: Change default float formatter from %.3f to %.6g * Debug: If a breakpoint is on the first line of a script the whole script runs * Exceptions swallow the prompt! * Add icon to mac dock when running with bootstrap * Editor autocompletion and help extraction not working in Spyder 3.1.4 * Option to Disable Blinking Cursor * Spyder stops executing commands if Variable explorer shows complicated objects * Ctrl+F should show the number of appearances in the file as #current/#total * Spyder 3 opens a command prompt window when running certain commands * Add the possibility to disable entries in the PYTHONPATH manager + Pull Requests Merged * Skip package names that end in certain suffixes when loading third-party plugins * Correctly move to first breakpoint after entering debugging * Fix error when creating some error messagebox * Add handling for non existing indexes in IPython Console clients * Add more handling to actions with reference deleted * Deactivate editor actions when Tab Swither is shown * Skip some tests in our CIs * Don't run continue when starting debug if there is a breakpoint in the first line with code. * Create Spyder TEMPDIR if it does not exist when creating new consoles * Fix cwd issues in the "Run > Configuration per file" dialog * Increase waiting time and repetitions for tests that enter debugging * Fix 1D Numpy arrays edition in the Variable Explorer * Make inactive paths to be ignored when Spyder's path list is synchronized with PYTHONPATH on Windows * Increase dpi limit of inline plots * Allow values with '%' in config system * Add a style for word operator tokens in the IPython pygments dictionary * Make value_to_display more robust * Increase tries for a couple of flaky tests * Add test with non-ascii directory for consoles stderr file * Fix setting SPYDER_DEBUG variable on Windows * Fix handling of line count in the fileswitcher * Prevent subprocess.Popen calls to create visible consoles on Windows. * Remove regex escape characters from replacement string on the Find/Replace widget * Fix shortcut to make array builders appear in the IPython Console * Minor fixes in Find in Files * Stop console before closing it * Send Spyder python path to introspection plugins * Reduce row height in shortcut dialog * Clean Spyder config before re-running our tests * Change format in array and dataframe editors * Unify layout for panes and widgets * Display prompt after errors * Preserve order when saving/loading files from a project. * Extend Find in Files to select other search directories * Add a button to Find in Files to make searches case sensitive * Add an option to set cursor blinking speed in miliseconds * Add checkboxes to PYTHONPATH manager to enable/disable paths * Add icon earlier when running application * Show the number of matches in the Find/Replace widget * Mon Aug 28 2017 toddrme2178@gmail.com - Update to version 3.2.1 * See: https://github.com/spyder-ide/spyder/blob/v3.2.1/CHANGELOG.md - Update dependencies * Mon Oct 17 2016 jengelh@inai.de - Update descriptions * Fri Oct 14 2016 toddrme2178@gmail.com - Fix pylint dependency. * Thu Oct 13 2016 toddrme2178@gmail.com - Update to version 3.0.0 * See: https://github.com/spyder-ide/spyder/blob/3.x/CHANGELOG.md - Remove spyderlib subpackage. spyderlib no longer exists. Everything that was in spyderlib is now in the spyder namespace. - Split plugins into their own subpackages. Plugins are each in their own namespace, and third-party plugins are now possible. Further, some plugins can pull in dependencies that some users may not want. - Update URL to new upstream URL. - Add additional dependencies. - Check which dependencies are really needed and which ones are optional and divide them into Requires and Recommends appropriately. * Thu Jun 09 2016 toddrme2178@gmail.com - Update to Version 2.3.9 * Issue #3067 - File left open in sitecustomize when executing it in Python 3 * Issue #3031 - Variable Explorer freezes when certain binary data is loaded * Issue #2991 - RuntimeWarning with pandas.dataframes that contain np.nan values * Issue #2984 - Can't access Preferences in spyder * Issue #2983 - Freeze while assigning data from numpy array when the data is a string * Sun May 08 2016 arun@gmx.de - specfile: * updated source url to files.pythonhosted.org * Wed Mar 09 2016 toddrme2178@gmail.com - Update to Version 2.3.8 + New features * Python and IPython consoles * Fix a sitecustomize error when using Matplotlib 1.5 with Python 2 on Linux * Variable Explorer * Add support for Pandas Series when using Pandas 0.17+ * Fix a freeze when creating empty DataFrames in Python 2 * Fix a freeze when working with big Numpy recarray's * Under the hood * Avoid startup crashes when there are errors importing Numpy, SciPy or Pillow + Bug fixes * [Issue 2819](../../issues/2819) - Spyder fails to start because of an error with scipy * [Issue 2815](../../issues/2815) - Variable explorer is not recognizing Pandas Series objects * [Issue 2793](../../issues/2793) - Connecting to kernel fails because of update to Matplotlib 1.5 * [Issue 2791](../../issues/2791) - DataFrame with no rows gives error when trying to view it * [Issue 2783](../../issues/2783) - Spyder freezes on assigning a fits table data * [Issue 2744](../../issues/2744) - Spyder hangs when creating an empty DataFrame on Python 2 - Fixes bug BNC#966417 * Tue Oct 27 2015 toddrme2178@gmail.com - Remove optional dependencies from BuildRequires * Tue Oct 06 2015 toddrme2178@gmail.com - Update to 2.3.7 + New features * Editor * Remove support for Jedi 0.9 because it was causing crashes * Variable Explorer * Fix crashes and freezes when working with DataFrames on Python 2 * Under the hodd * Restore support for PySide + Bug fixes * Issue 2709 - IPython console error when trying to use SymPy * Issue 2693 - README should link to manual * Issue 2689 - "Resize" button in variable explorer chops off the array * Issue 2684 - Applications directory link is broken in Spyder 2.3.6 dmg's * Issue 2680 - "Close all files" hangs Spyder * Issue 2661 - Conda package manager is packed in 2.3.6 win32 distribution leading to errors * Issue 2659 - Crash while getting completions of DataFrames on the Editor because of Jedi 0.9 * Issue 2654 - Creating DataFrames in Python or IPython consoles make Spyder 2.3.6 to hang * Issue 2649 - PySide can not be used on 2.3.6 * Issue 2296 - Line numbers misaligned when zooming and scrolling in Mac * Issue 2036 - Code analysis and tooltips are not displayed in Ubuntu + Pull requests * PR 2650 - Failed sip import blocks fallback to PySide * Fri Aug 28 2015 toddrme2178@gmail.com - Update to 2.3.6 + New Features * IPython Console * Make it fully compatible with IPython/Jupyter 4.0 * Variable Explorer * Don't refresh it when focused to avoid slow downs when working with big data * Add variable name to DataFrame editor * Fix several crashes and freezes when working with DataFrames * Under the hood * Use PyQt4 API #2 by default (API #1 is not supported anymore). This is necessary to support IPython/Jupyter 4.0 + Bug fixes * Multiple untitled files generate at close * Indenting at the first position in file fails/crashes * Crash after update IPython to 4.0 * Call tips and auto completion tips go out of screen on a second monitor * Having a lof of data in the Variable explorer slows down Spyder considerably * Spyder crash on launch with Babel 2.0/Python 3.4 * List of pandas dataframes in variable explorer slows down Spyder * Variable explorer auto-refreshes after kernel restarts * DataFrames with headers that contain BOM utf-8 data are freezing/crashing Spyder (in Python 2) * Spyder crashes when displaying DataFrames with duplicate column names in the Variable Explorer * Don't ask to confirm exit on default untitled files * Display object name in DataFrame editor + Pull requests * Fix missing exception on Windows when importing data on the Variable Explorer * Show call tips at right position when there are multiple screens * Fix error when indenting on the first line of a file - Switch dependencies to jupyter versions * Mon Jun 29 2015 toddrme2178@gmail.com - Update to 2.3.5.2 * Note: Versions 2.3.5 and 2.3.5.1 have serious startup bugs on Windows and Mac respectively. Hence they are not listed here. * New features - Editor + Add support for Jedi 0.9 - IPython Console + Add initial support for IPython/Jupyter 4.0 - Main Window + Improve how Spyder looks in MacOS X + Several fixes to prevent startup crashes * Bug fixes - Issue 2468 - 'Connect to existing kernel' fails if json file not in PWD - Issue 2466 - No Notification of Running Instance - Issue 2463 - Failure to preserve Matplotlib backend when using symbolic math - Issue 2456 - Launching IPython console fails because of errors importing Pandas or Matplotlib - Issue 2452 - os.system causes TypeError in Python 3 - Issue 2448 - Spyder crashes using Variable Explorer with BeautifulSoup - Issue 2446 - When importing putting two periods in a row produces an error in a Python console - Issue 2363 - Spyder fails to start because of problems with lockfile - Issue 2356 - Block comment incorporating whitespace excludes last line - Issue 2341 - IPython console: "sre_constants.error: unbalanced parenthesis" while typing - Issue 2314 - Cell highlighting not updated after closing the FindReplace widget - Issue 2302 - Closing all files in editor shouldn't leave it empty - Issue 2299 - IPython preference "Automatically load Pylab and Numpy Modules" not followed - Issue 2298 - Cannot stop executing when runing a flask app with debug=True - Issue 2285 - Copying from Spyder and pasting into LibreOffice displays strange comments - Issue 2228 - Shortcut to run cells on Mac is not working - Issue 2188 - can't run win_post_install from pip - Issue 2171 - Spyder Mac apps (for Python 2 and 3) hang on startup with OSX 10.9.5 - Issue 2028 - Background color of theme is not set properly on Mac OSX - Issue 1957 - Python 3 Mac app can't start Python or IPython consoles - Issue 1844 - "Set as current console's working directory" button not working on Python 3 - Issue 1615 - Mac app - Matplotlib does not work with Canopy * Pull requests - PR 2486 - Stop using IPython.lib.kernel 0.13.2 shim and add initial support for Jupyter - PR 2484 - Remove unnecessary changes to detected kernel json file when connecting to external kernels - PR 2434 - Match for pylint when parsing pylint version - PR 2411 - Improve github issue template - PR 2377 - Fix the fact that spyder_win_post_install.py can't be run from pip - PR 2293 - Hide menu icons on Mac OS X - PR 2247 - Add support to run Python programs on xfce and xterm external terminals - PR 2216 - Fix broken png files: libpng 1.6.2 and newer has stricter iCCP rules * Tue Mar 24 2015 toddrme2178@gmail.com - Update to 2.3.4: * New features - Debugging + After pressing the Debug button (or Ctrl+F5) move to the first breakpoint - IPython Console + Drop support for Sympy versions less than 0.7.3 - Python Console + Remove support to run system commands with ! (like !diff) - Editor + Accept drops from compressed files on Windows * Bug fixes - spyder crashes if ipython installed but not pygments - Cannot plot inline in IPython console on Linux - Update French translations for 2.3.4 - Importing a module with debugger causes "TypeError: decoding Unicode is not supported" - SyntaxErrors with Python 3.2 - Object Inspector is not showing "No documentation available" for objects without docstring - IPython does not work with brewed or virtualenv Python(s) in MacOSX - Spyder2.3.3 Code completion breaks - Spyder's WM_CLASS is empty, resulting in unexpected behavior for task managers - Code completion issue with Jedi - IPython consoles are not named correctly when connecting to existing kernels and passing the full kernel path - runfile with path containing apostrophes (quotes) will not work - Long NumPy arrays throw off errors - Special character "!" is not processed correctly when debugging in Python consoles - Spyder crashes on Windows because of non-ascii chars in working directory - Don't execute external commands (!) when running pdb in python consoles - Execute until first breakpoint when pressing the Debug button - Dragging (not dropping) file from 7zip over spyder window causes TypeError in dragEnterEvent - spyderlib.utils.external overrides modules for script execution - spyder 2.3 ipython console startup code or file not working - Running in external system terminals is not working on Windows and Python 3 - Spyder crashes on launch trying to load the project config file (.spyderproject) - raw_input borks with '!' - Plot A List Of Floats In Variable Explorer Not Possible - Problems with sitecustomize because of pickleshare library - "Highlight occurrences" setting is lost after IDE restart - Mac app - Sometimes it's not possible to get the user env vars - The PYTHONPATH manager on the Mac app does not work with the EPD64 interpreter - Ctrl-C doesn't copy to clipboard in object inspector * Pull requests - Update French translations - Improve message for no docstring - catch a reason to crash on startup - Fix a bug in completion if callback value is not converted to string - Open configuration file with utf-8 encoding on Windows and Python 2 - Fix zlib segmentation fault in Anaconda 3.4 Linux - Update to 2.3.3: * New features - Editor + Use the Jedi library to do code completions + Add Ctrl+= as a shortcut to do Zoom in and Ctrl+0 to reset zoom + Add an option to show blank spaces, under the Source menu. There is also an option to make this permanent under Preferences > Editor. - IPython Console + Don't print DataFrames as html tables because this won't be supported since IPython 3.0 + Drop support for IPython 0.13 + Support the upcoming 3.0 version + Add Ctrl+T as shortcut to open new consoles + Simplify how consoles are named - Variable Explorer + More optimizations to handle big DataFrames and NumPy arrays (i.e. with more than 1e6 elements). - Main Window + Add Ctrl+W and Ctrl+F4 to close tabs in all platforms + Show shortcuts to move to each pane in View > Panes * Bug fixes - Visual help for indentation: draw spaces and tabs - Allow the file explorer to open any file into the editor as text - Augment or replace rope with Jedi - Kill button 'clicked' signal is connected but never disconnected on the python shell - Add support to get code completions for compiled modules (e.g. OpenCV) - Debug ignores breakpoints, if there's no ASCII characters in a file path - Creating file gives TypeError on Python 3 - Keyboard shortcut to come back to normal zoom level - Shortcuts to create and close IPython consoles - Transition to git and github - Evaluating cell or selection in Python consoles takes ages - Spyder with GTK/GTKAgg backend on GNOME freezes - Matplotlib backend in Mac can't be changed when using PySide - exception in spyder internal console when typing 'exit(' in editor - autocomplete in the middle of a word - Your IPython frontend and kernel versions are incompatible - Winpdb (F7) doesn't work in Python 3 - TkAgg backend unresponsive window on Linux and OS X - Improve inline backend options - Pandas Dataframe not opening in Variable Explorer - "About spyder" and "Report issue ..." output errors - Profiler - sorting by Total Time sorts by string order, not numeric order - Unable to bring up tutorial - Bug on Variable Explorer while viewing DataFrames, with timestamp columns - Missing py27 dmg download - PYTHON pathmanager on windows 8 does not work properly - Spyder 2.3.2 freezes when viewing big collections on the Variable Explorer - UnicodeDecodeError in the Internal console when trying to run a file with non-ascii chars and synatx errors in it - Go to definition menu item inactive with rope present. - iPython console rendering of pandas.DataFrame.repr_html() note in changelog - Small typo in Help : Plotting examples - Closing takes a long time with Python 3.4 - UnicodeDecodeError when inspecting pandas DataFrame in ipython console - Update French translations for 2.3.3 * Sat Dec 06 2014 toddrme2178@gmail.com - Update to 2.3.2: * Editor - Improve cells visualization - Add support for drag selection and improve look of line number area - Open on it any text file present in the Variable Explorer - View and edit IPython notebooks as Json files - Syntax highlighting for Json and Yaml files * Variable Explorer: - Import csv files as Pandas DataFrames - Improve browsing speed for NumPy arrays and DataFrames with more han 1e5 elements * IPython Console - Add a stop button to easily stop computations * Mon Oct 13 2014 toddrme2178@gmail.com - Fix icon directory ownership
/usr/bin/spyder3 /usr/lib/python3.6/site-packages/spyder /usr/lib/python3.6/site-packages/spyder-3.2.8-py3.6.egg-info /usr/lib/python3.6/site-packages/spyder/__init__.py /usr/lib/python3.6/site-packages/spyder/__pycache__ /usr/lib/python3.6/site-packages/spyder/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/__pycache__/dependencies.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/__pycache__/dependencies.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/__pycache__/interpreter.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/__pycache__/interpreter.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/__pycache__/otherplugins.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/__pycache__/otherplugins.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/__pycache__/pil_patch.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/__pycache__/pil_patch.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/__pycache__/py3compat.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/__pycache__/py3compat.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/__pycache__/pyplot.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/__pycache__/pyplot.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/__pycache__/requirements.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/__pycache__/requirements.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/app /usr/lib/python3.6/site-packages/spyder/app/__init__.py /usr/lib/python3.6/site-packages/spyder/app/__pycache__ /usr/lib/python3.6/site-packages/spyder/app/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/app/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/app/__pycache__/cli_options.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/app/__pycache__/cli_options.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/app/__pycache__/mainwindow.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/app/__pycache__/mainwindow.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/app/__pycache__/restart.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/app/__pycache__/restart.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/app/__pycache__/start.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/app/__pycache__/start.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/app/__pycache__/tour.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/app/__pycache__/tour.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/app/cli_options.py /usr/lib/python3.6/site-packages/spyder/app/mac_stylesheet.qss /usr/lib/python3.6/site-packages/spyder/app/mainwindow.py /usr/lib/python3.6/site-packages/spyder/app/restart.py /usr/lib/python3.6/site-packages/spyder/app/start.py /usr/lib/python3.6/site-packages/spyder/app/tests /usr/lib/python3.6/site-packages/spyder/app/tests/__init__.py /usr/lib/python3.6/site-packages/spyder/app/tests/__pycache__ /usr/lib/python3.6/site-packages/spyder/app/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/app/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/app/tests/__pycache__/pyx_lib_import.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/app/tests/__pycache__/pyx_lib_import.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/app/tests/__pycache__/script.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/app/tests/__pycache__/script.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/app/tests/__pycache__/script_pylint.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/app/tests/__pycache__/script_pylint.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/app/tests/__pycache__/test_mainwindow.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/app/tests/__pycache__/test_mainwindow.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/app/tests/__pycache__/test_tour.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/app/tests/__pycache__/test_tour.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/app/tests/notebook.ipynb /usr/lib/python3.6/site-packages/spyder/app/tests/pyx_lib_import.py /usr/lib/python3.6/site-packages/spyder/app/tests/pyx_script.pyx /usr/lib/python3.6/site-packages/spyder/app/tests/script.py /usr/lib/python3.6/site-packages/spyder/app/tests/script_pylint.py /usr/lib/python3.6/site-packages/spyder/app/tests/test_mainwindow.py /usr/lib/python3.6/site-packages/spyder/app/tests/test_tour.py /usr/lib/python3.6/site-packages/spyder/app/tour.py /usr/lib/python3.6/site-packages/spyder/config /usr/lib/python3.6/site-packages/spyder/config/__init__.py /usr/lib/python3.6/site-packages/spyder/config/__pycache__ /usr/lib/python3.6/site-packages/spyder/config/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/config/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/config/__pycache__/base.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/config/__pycache__/base.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/config/__pycache__/fonts.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/config/__pycache__/fonts.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/config/__pycache__/gui.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/config/__pycache__/gui.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/config/__pycache__/main.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/config/__pycache__/main.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/config/__pycache__/user.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/config/__pycache__/user.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/config/__pycache__/utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/config/__pycache__/utils.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/config/base.py /usr/lib/python3.6/site-packages/spyder/config/fonts.py /usr/lib/python3.6/site-packages/spyder/config/gui.py /usr/lib/python3.6/site-packages/spyder/config/main.py /usr/lib/python3.6/site-packages/spyder/config/tests /usr/lib/python3.6/site-packages/spyder/config/tests/__init__.py /usr/lib/python3.6/site-packages/spyder/config/tests/__pycache__ /usr/lib/python3.6/site-packages/spyder/config/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/config/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/config/tests/__pycache__/test_user.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/config/tests/__pycache__/test_user.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/config/tests/test_user.py /usr/lib/python3.6/site-packages/spyder/config/user.py /usr/lib/python3.6/site-packages/spyder/config/utils.py /usr/lib/python3.6/site-packages/spyder/defaults /usr/lib/python3.6/site-packages/spyder/defaults/Readme.txt /usr/lib/python3.6/site-packages/spyder/defaults/defaults-2.4.0.ini /usr/lib/python3.6/site-packages/spyder/defaults/defaults-3.0.0.ini /usr/lib/python3.6/site-packages/spyder/dependencies.py /usr/lib/python3.6/site-packages/spyder/fonts /usr/lib/python3.6/site-packages/spyder/fonts/spyder-charmap.json /usr/lib/python3.6/site-packages/spyder/fonts/spyder.ttf /usr/lib/python3.6/site-packages/spyder/images /usr/lib/python3.6/site-packages/spyder/images/actions /usr/lib/python3.6/site-packages/spyder/images/actions/1downarrow.png /usr/lib/python3.6/site-packages/spyder/images/actions/1uparrow.png /usr/lib/python3.6/site-packages/spyder/images/actions/2downarrow.png /usr/lib/python3.6/site-packages/spyder/images/actions/2uparrow.png /usr/lib/python3.6/site-packages/spyder/images/actions/arrow-continue.png /usr/lib/python3.6/site-packages/spyder/images/actions/arrow-step-in.png /usr/lib/python3.6/site-packages/spyder/images/actions/arrow-step-out.png /usr/lib/python3.6/site-packages/spyder/images/actions/arrow-step-over.png /usr/lib/python3.6/site-packages/spyder/images/actions/auto_reload.png /usr/lib/python3.6/site-packages/spyder/images/actions/browse_tab.png /usr/lib/python3.6/site-packages/spyder/images/actions/check.png /usr/lib/python3.6/site-packages/spyder/images/actions/cmdprompt.png /usr/lib/python3.6/site-packages/spyder/images/actions/collapse.png /usr/lib/python3.6/site-packages/spyder/images/actions/collapse_selection.png /usr/lib/python3.6/site-packages/spyder/images/actions/configure.png /usr/lib/python3.6/site-packages/spyder/images/actions/copywop.png /usr/lib/python3.6/site-packages/spyder/images/actions/delete.png /usr/lib/python3.6/site-packages/spyder/images/actions/edit.png /usr/lib/python3.6/site-packages/spyder/images/actions/edit24.png /usr/lib/python3.6/site-packages/spyder/images/actions/edit_add.png /usr/lib/python3.6/site-packages/spyder/images/actions/edit_remove.png /usr/lib/python3.6/site-packages/spyder/images/actions/editcopy.png /usr/lib/python3.6/site-packages/spyder/images/actions/editcut.png /usr/lib/python3.6/site-packages/spyder/images/actions/editdelete.png /usr/lib/python3.6/site-packages/spyder/images/actions/editpaste.png /usr/lib/python3.6/site-packages/spyder/images/actions/eraser.png /usr/lib/python3.6/site-packages/spyder/images/actions/exit.png /usr/lib/python3.6/site-packages/spyder/images/actions/expand.png /usr/lib/python3.6/site-packages/spyder/images/actions/expand_selection.png /usr/lib/python3.6/site-packages/spyder/images/actions/filter.png /usr/lib/python3.6/site-packages/spyder/images/actions/find.png /usr/lib/python3.6/site-packages/spyder/images/actions/findf.png /usr/lib/python3.6/site-packages/spyder/images/actions/findnext.png /usr/lib/python3.6/site-packages/spyder/images/actions/findprevious.png /usr/lib/python3.6/site-packages/spyder/images/actions/folder_new.png /usr/lib/python3.6/site-packages/spyder/images/actions/hide.png /usr/lib/python3.6/site-packages/spyder/images/actions/hist.png /usr/lib/python3.6/site-packages/spyder/images/actions/home.png /usr/lib/python3.6/site-packages/spyder/images/actions/imshow.png /usr/lib/python3.6/site-packages/spyder/images/actions/insert.png /usr/lib/python3.6/site-packages/spyder/images/actions/lock.png /usr/lib/python3.6/site-packages/spyder/images/actions/lock_open.png /usr/lib/python3.6/site-packages/spyder/images/actions/magnifier.png /usr/lib/python3.6/site-packages/spyder/images/actions/maximize.png /usr/lib/python3.6/site-packages/spyder/images/actions/next.png /usr/lib/python3.6/site-packages/spyder/images/actions/options_less.png /usr/lib/python3.6/site-packages/spyder/images/actions/options_more.png /usr/lib/python3.6/site-packages/spyder/images/actions/plot.png /usr/lib/python3.6/site-packages/spyder/images/actions/previous.png /usr/lib/python3.6/site-packages/spyder/images/actions/redo.png /usr/lib/python3.6/site-packages/spyder/images/actions/reload.png /usr/lib/python3.6/site-packages/spyder/images/actions/rename.png /usr/lib/python3.6/site-packages/spyder/images/actions/replace.png /usr/lib/python3.6/site-packages/spyder/images/actions/restore.png /usr/lib/python3.6/site-packages/spyder/images/actions/show.png /usr/lib/python3.6/site-packages/spyder/images/actions/special_paste.png /usr/lib/python3.6/site-packages/spyder/images/actions/stop.png /usr/lib/python3.6/site-packages/spyder/images/actions/stop_debug.png /usr/lib/python3.6/site-packages/spyder/images/actions/synchronize.png /usr/lib/python3.6/site-packages/spyder/images/actions/tooloptions.png /usr/lib/python3.6/site-packages/spyder/images/actions/undo.png /usr/lib/python3.6/site-packages/spyder/images/actions/unmaximize.png /usr/lib/python3.6/site-packages/spyder/images/actions/up.png /usr/lib/python3.6/site-packages/spyder/images/actions/window_fullscreen.png /usr/lib/python3.6/site-packages/spyder/images/actions/window_nofullscreen.png /usr/lib/python3.6/site-packages/spyder/images/actions/zoom_in.png /usr/lib/python3.6/site-packages/spyder/images/actions/zoom_out.png /usr/lib/python3.6/site-packages/spyder/images/advanced.png /usr/lib/python3.6/site-packages/spyder/images/arredit.png /usr/lib/python3.6/site-packages/spyder/images/arrow.png /usr/lib/python3.6/site-packages/spyder/images/bold.png /usr/lib/python3.6/site-packages/spyder/images/browser.png /usr/lib/python3.6/site-packages/spyder/images/chevron-left.png /usr/lib/python3.6/site-packages/spyder/images/chevron-right.png /usr/lib/python3.6/site-packages/spyder/images/console /usr/lib/python3.6/site-packages/spyder/images/console/cmdprompt_t.png /usr/lib/python3.6/site-packages/spyder/images/console/console.png /usr/lib/python3.6/site-packages/spyder/images/console/editclear.png /usr/lib/python3.6/site-packages/spyder/images/console/environ.png /usr/lib/python3.6/site-packages/spyder/images/console/history.png /usr/lib/python3.6/site-packages/spyder/images/console/history24.png /usr/lib/python3.6/site-packages/spyder/images/console/ipython_console.png /usr/lib/python3.6/site-packages/spyder/images/console/ipython_console_t.png /usr/lib/python3.6/site-packages/spyder/images/console/kill.png /usr/lib/python3.6/site-packages/spyder/images/console/loading_sprites.png /usr/lib/python3.6/site-packages/spyder/images/console/prompt.png /usr/lib/python3.6/site-packages/spyder/images/console/python.png /usr/lib/python3.6/site-packages/spyder/images/console/python_t.png /usr/lib/python3.6/site-packages/spyder/images/console/restart.png /usr/lib/python3.6/site-packages/spyder/images/console/run_small.png /usr/lib/python3.6/site-packages/spyder/images/console/syspath.png /usr/lib/python3.6/site-packages/spyder/images/console/terminated.png /usr/lib/python3.6/site-packages/spyder/images/dictedit.png /usr/lib/python3.6/site-packages/spyder/images/editor /usr/lib/python3.6/site-packages/spyder/images/editor/attribute.png /usr/lib/python3.6/site-packages/spyder/images/editor/blockcomment.png /usr/lib/python3.6/site-packages/spyder/images/editor/breakpoint_big.png /usr/lib/python3.6/site-packages/spyder/images/editor/breakpoint_cond_big.png /usr/lib/python3.6/site-packages/spyder/images/editor/breakpoint_cond_small.png /usr/lib/python3.6/site-packages/spyder/images/editor/breakpoint_small.png /usr/lib/python3.6/site-packages/spyder/images/editor/bug.png /usr/lib/python3.6/site-packages/spyder/images/editor/cell.png /usr/lib/python3.6/site-packages/spyder/images/editor/class.png /usr/lib/python3.6/site-packages/spyder/images/editor/close_panel.png /usr/lib/python3.6/site-packages/spyder/images/editor/comment.png /usr/lib/python3.6/site-packages/spyder/images/editor/convention.png /usr/lib/python3.6/site-packages/spyder/images/editor/debug.png /usr/lib/python3.6/site-packages/spyder/images/editor/error.png /usr/lib/python3.6/site-packages/spyder/images/editor/file.png /usr/lib/python3.6/site-packages/spyder/images/editor/filelist.png /usr/lib/python3.6/site-packages/spyder/images/editor/fromcursor.png /usr/lib/python3.6/site-packages/spyder/images/editor/function.png /usr/lib/python3.6/site-packages/spyder/images/editor/gotoline.png /usr/lib/python3.6/site-packages/spyder/images/editor/highlight.png /usr/lib/python3.6/site-packages/spyder/images/editor/horsplit.png /usr/lib/python3.6/site-packages/spyder/images/editor/indent.png /usr/lib/python3.6/site-packages/spyder/images/editor/last_edit_location.png /usr/lib/python3.6/site-packages/spyder/images/editor/method.png /usr/lib/python3.6/site-packages/spyder/images/editor/module.png /usr/lib/python3.6/site-packages/spyder/images/editor/newwindow.png /usr/lib/python3.6/site-packages/spyder/images/editor/next_cursor.png /usr/lib/python3.6/site-packages/spyder/images/editor/next_wng.png /usr/lib/python3.6/site-packages/spyder/images/editor/no_match.png /usr/lib/python3.6/site-packages/spyder/images/editor/outline_explorer.png /usr/lib/python3.6/site-packages/spyder/images/editor/outline_explorer_vis.png /usr/lib/python3.6/site-packages/spyder/images/editor/prev_cursor.png /usr/lib/python3.6/site-packages/spyder/images/editor/prev_wng.png /usr/lib/python3.6/site-packages/spyder/images/editor/private1.png /usr/lib/python3.6/site-packages/spyder/images/editor/private2.png /usr/lib/python3.6/site-packages/spyder/images/editor/refactor.png /usr/lib/python3.6/site-packages/spyder/images/editor/run.png /usr/lib/python3.6/site-packages/spyder/images/editor/run_again.png /usr/lib/python3.6/site-packages/spyder/images/editor/run_cell.png /usr/lib/python3.6/site-packages/spyder/images/editor/run_cell_advance.png /usr/lib/python3.6/site-packages/spyder/images/editor/run_selection.png /usr/lib/python3.6/site-packages/spyder/images/editor/run_settings.png /usr/lib/python3.6/site-packages/spyder/images/editor/select.png /usr/lib/python3.6/site-packages/spyder/images/editor/selectall.png /usr/lib/python3.6/site-packages/spyder/images/editor/todo.png /usr/lib/python3.6/site-packages/spyder/images/editor/todo_list.png /usr/lib/python3.6/site-packages/spyder/images/editor/uncomment.png /usr/lib/python3.6/site-packages/spyder/images/editor/unindent.png /usr/lib/python3.6/site-packages/spyder/images/editor/versplit.png /usr/lib/python3.6/site-packages/spyder/images/editor/warning.png /usr/lib/python3.6/site-packages/spyder/images/editor/wng_list.png /usr/lib/python3.6/site-packages/spyder/images/eyedropper.png /usr/lib/python3.6/site-packages/spyder/images/file /usr/lib/python3.6/site-packages/spyder/images/file/fileclose.png /usr/lib/python3.6/site-packages/spyder/images/file/filecloseall.png /usr/lib/python3.6/site-packages/spyder/images/file/fileimport.png /usr/lib/python3.6/site-packages/spyder/images/file/filenew.png /usr/lib/python3.6/site-packages/spyder/images/file/fileopen.png /usr/lib/python3.6/site-packages/spyder/images/file/filesave.png /usr/lib/python3.6/site-packages/spyder/images/file/filesaveas.png /usr/lib/python3.6/site-packages/spyder/images/file/print.png /usr/lib/python3.6/site-packages/spyder/images/file/save_all.png /usr/lib/python3.6/site-packages/spyder/images/filetypes /usr/lib/python3.6/site-packages/spyder/images/filetypes/bat.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/bmp.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/c.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/cc.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/cfg.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/chm.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/cl.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/cmd.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/cpp.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/css.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/cxx.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/diff.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/doc.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/enaml.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/exe.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/f.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/f77.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/f90.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/gif.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/h.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/hh.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/hpp.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/htm.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/html.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/hxx.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/inf.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/ini.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/jl.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/jpeg.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/jpg.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/js.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/log.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/nsh.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/nsi.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/nt.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/patch.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/pdf.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/png.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/po.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/pot.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/pps.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/properties.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/ps.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/pxd.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/pxi.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/py.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/pyc.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/pyw.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/pyx.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/rar.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/readme.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/reg.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/rej.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/scss.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/session.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/tar.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/tex.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/tgz.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/tif.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/tiff.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/ts.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/txt.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/ui.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/xls.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/xml.png /usr/lib/python3.6/site-packages/spyder/images/filetypes/zip.png /usr/lib/python3.6/site-packages/spyder/images/font.png /usr/lib/python3.6/site-packages/spyder/images/genprefs.png /usr/lib/python3.6/site-packages/spyder/images/help.png /usr/lib/python3.6/site-packages/spyder/images/italic.png /usr/lib/python3.6/site-packages/spyder/images/keyboard.png /usr/lib/python3.6/site-packages/spyder/images/matplotlib.png /usr/lib/python3.6/site-packages/spyder/images/none.png /usr/lib/python3.6/site-packages/spyder/images/not_found.png /usr/lib/python3.6/site-packages/spyder/images/options.svg /usr/lib/python3.6/site-packages/spyder/images/projects /usr/lib/python3.6/site-packages/spyder/images/projects/add_to_path.png /usr/lib/python3.6/site-packages/spyder/images/projects/folder.png /usr/lib/python3.6/site-packages/spyder/images/projects/package.png /usr/lib/python3.6/site-packages/spyder/images/projects/pp_folder.png /usr/lib/python3.6/site-packages/spyder/images/projects/pp_package.png /usr/lib/python3.6/site-packages/spyder/images/projects/pp_project.png /usr/lib/python3.6/site-packages/spyder/images/projects/project.png /usr/lib/python3.6/site-packages/spyder/images/projects/project_closed.png /usr/lib/python3.6/site-packages/spyder/images/projects/pydev.png /usr/lib/python3.6/site-packages/spyder/images/projects/pythonpath.png /usr/lib/python3.6/site-packages/spyder/images/projects/remove_from_path.png /usr/lib/python3.6/site-packages/spyder/images/projects/show_all.png /usr/lib/python3.6/site-packages/spyder/images/pythonpath.png /usr/lib/python3.6/site-packages/spyder/images/pythonxy.png /usr/lib/python3.6/site-packages/spyder/images/qt.png /usr/lib/python3.6/site-packages/spyder/images/qtassistant.png /usr/lib/python3.6/site-packages/spyder/images/qtdesigner.png /usr/lib/python3.6/site-packages/spyder/images/qtlinguist.png /usr/lib/python3.6/site-packages/spyder/images/scipy.png /usr/lib/python3.6/site-packages/spyder/images/set_workdir.png /usr/lib/python3.6/site-packages/spyder/images/splash.svg /usr/lib/python3.6/site-packages/spyder/images/spyder.png /usr/lib/python3.6/site-packages/spyder/images/spyder.svg /usr/lib/python3.6/site-packages/spyder/images/tour-spyder-logo.png /usr/lib/python3.6/site-packages/spyder/images/upper_lower.png /usr/lib/python3.6/site-packages/spyder/images/vcs_browse.png /usr/lib/python3.6/site-packages/spyder/images/vcs_commit.png /usr/lib/python3.6/site-packages/spyder/images/vitables.png /usr/lib/python3.6/site-packages/spyder/images/whole_words.png /usr/lib/python3.6/site-packages/spyder/images/win_env.png /usr/lib/python3.6/site-packages/spyder/images/winpython.svg /usr/lib/python3.6/site-packages/spyder/interpreter.py /usr/lib/python3.6/site-packages/spyder/otherplugins.py /usr/lib/python3.6/site-packages/spyder/pil_patch.py /usr/lib/python3.6/site-packages/spyder/plugins /usr/lib/python3.6/site-packages/spyder/plugins/__init__.py /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__ /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/configdialog.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/configdialog.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/console.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/console.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/editor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/editor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/explorer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/explorer.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/findinfiles.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/findinfiles.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/help.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/help.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/history.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/history.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/ipythonconsole.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/ipythonconsole.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/layoutdialog.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/layoutdialog.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/maininterpreter.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/maininterpreter.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/onlinehelp.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/onlinehelp.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/outlineexplorer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/outlineexplorer.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/projects.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/projects.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/runconfig.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/runconfig.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/shortcuts.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/shortcuts.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/variableexplorer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/variableexplorer.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/workingdirectory.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/__pycache__/workingdirectory.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/configdialog.py /usr/lib/python3.6/site-packages/spyder/plugins/console.py /usr/lib/python3.6/site-packages/spyder/plugins/editor.py /usr/lib/python3.6/site-packages/spyder/plugins/explorer.py /usr/lib/python3.6/site-packages/spyder/plugins/findinfiles.py /usr/lib/python3.6/site-packages/spyder/plugins/help.py /usr/lib/python3.6/site-packages/spyder/plugins/history.py /usr/lib/python3.6/site-packages/spyder/plugins/ipythonconsole.py /usr/lib/python3.6/site-packages/spyder/plugins/layoutdialog.py /usr/lib/python3.6/site-packages/spyder/plugins/maininterpreter.py /usr/lib/python3.6/site-packages/spyder/plugins/onlinehelp.py /usr/lib/python3.6/site-packages/spyder/plugins/outlineexplorer.py /usr/lib/python3.6/site-packages/spyder/plugins/projects.py /usr/lib/python3.6/site-packages/spyder/plugins/runconfig.py /usr/lib/python3.6/site-packages/spyder/plugins/shortcuts.py /usr/lib/python3.6/site-packages/spyder/plugins/tests /usr/lib/python3.6/site-packages/spyder/plugins/tests/__init__.py /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__ /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_editor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_editor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_editor_introspection.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_editor_introspection.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_findinfiles.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_findinfiles.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_help.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_help.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_init.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_init.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_ipythonconsole.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_ipythonconsole.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_layoutdialog.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_layoutdialog.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_projects.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_projects.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_shorcuts.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_shorcuts.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_variableexplorer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/__pycache__/test_variableexplorer.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/plugins/tests/test_editor.py /usr/lib/python3.6/site-packages/spyder/plugins/tests/test_editor_introspection.py /usr/lib/python3.6/site-packages/spyder/plugins/tests/test_findinfiles.py /usr/lib/python3.6/site-packages/spyder/plugins/tests/test_help.py /usr/lib/python3.6/site-packages/spyder/plugins/tests/test_init.py /usr/lib/python3.6/site-packages/spyder/plugins/tests/test_ipythonconsole.py /usr/lib/python3.6/site-packages/spyder/plugins/tests/test_layoutdialog.py /usr/lib/python3.6/site-packages/spyder/plugins/tests/test_projects.py /usr/lib/python3.6/site-packages/spyder/plugins/tests/test_shorcuts.py /usr/lib/python3.6/site-packages/spyder/plugins/tests/test_variableexplorer.py /usr/lib/python3.6/site-packages/spyder/plugins/variableexplorer.py /usr/lib/python3.6/site-packages/spyder/plugins/workingdirectory.py /usr/lib/python3.6/site-packages/spyder/py3compat.py /usr/lib/python3.6/site-packages/spyder/pyplot.py /usr/lib/python3.6/site-packages/spyder/requirements.py /usr/lib/python3.6/site-packages/spyder/tests /usr/lib/python3.6/site-packages/spyder/tests/__init__.py /usr/lib/python3.6/site-packages/spyder/tests/__pycache__ /usr/lib/python3.6/site-packages/spyder/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/tests/__pycache__/test_dont_use.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/tests/__pycache__/test_dont_use.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/tests/test_dont_use.py /usr/lib/python3.6/site-packages/spyder/utils /usr/lib/python3.6/site-packages/spyder/utils/__init__.py /usr/lib/python3.6/site-packages/spyder/utils/__pycache__ /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/bsdsocket.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/bsdsocket.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/codeanalysis.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/codeanalysis.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/debug.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/debug.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/dochelpers.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/dochelpers.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/encoding.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/encoding.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/environ.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/environ.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/fixtures.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/fixtures.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/icon_manager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/icon_manager.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/iofuncs.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/iofuncs.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/misc.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/misc.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/programs.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/programs.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/qthelpers.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/qthelpers.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/sourcecode.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/sourcecode.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/stringmatching.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/stringmatching.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/syntaxhighlighters.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/syntaxhighlighters.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/system.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/system.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/test.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/test.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/vcs.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/vcs.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/windows.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/windows.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/workers.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/__pycache__/workers.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/bsdsocket.py /usr/lib/python3.6/site-packages/spyder/utils/codeanalysis.py /usr/lib/python3.6/site-packages/spyder/utils/debug.py /usr/lib/python3.6/site-packages/spyder/utils/dochelpers.py /usr/lib/python3.6/site-packages/spyder/utils/encoding.py /usr/lib/python3.6/site-packages/spyder/utils/environ.py /usr/lib/python3.6/site-packages/spyder/utils/external /usr/lib/python3.6/site-packages/spyder/utils/external/__init__.py /usr/lib/python3.6/site-packages/spyder/utils/external/__pycache__ /usr/lib/python3.6/site-packages/spyder/utils/external/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/external/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/external/__pycache__/lockfile.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/external/__pycache__/lockfile.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/external/binaryornot /usr/lib/python3.6/site-packages/spyder/utils/external/binaryornot/LICENSE.txt /usr/lib/python3.6/site-packages/spyder/utils/external/binaryornot/__init__.py /usr/lib/python3.6/site-packages/spyder/utils/external/binaryornot/__pycache__ /usr/lib/python3.6/site-packages/spyder/utils/external/binaryornot/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/external/binaryornot/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/external/binaryornot/__pycache__/check.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/external/binaryornot/__pycache__/check.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/external/binaryornot/__pycache__/helpers.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/external/binaryornot/__pycache__/helpers.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/external/binaryornot/check.py /usr/lib/python3.6/site-packages/spyder/utils/external/binaryornot/helpers.py /usr/lib/python3.6/site-packages/spyder/utils/external/lockfile.py /usr/lib/python3.6/site-packages/spyder/utils/fixtures.py /usr/lib/python3.6/site-packages/spyder/utils/help /usr/lib/python3.6/site-packages/spyder/utils/help/__init__.py /usr/lib/python3.6/site-packages/spyder/utils/help/__pycache__ /usr/lib/python3.6/site-packages/spyder/utils/help/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/help/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/help/__pycache__/conf.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/help/__pycache__/conf.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/help/__pycache__/sphinxify.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/help/__pycache__/sphinxify.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/help/conf.py /usr/lib/python3.6/site-packages/spyder/utils/help/js /usr/lib/python3.6/site-packages/spyder/utils/help/js/collapse_sections.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/copy_button.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/fix_image_paths.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/jquery.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/math_config.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/MathJax.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/config /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/config/TeX-AMS-MML_HTMLorMML-full.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/config/TeX-AMS-MML_HTMLorMML.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/config/TeX-AMS-MML_SVG-full.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/config/TeX-AMS-MML_SVG.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/config/TeX-MML-AM_HTMLorMML-full.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/config/TeX-MML-AM_HTMLorMML.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/config/default.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/config/local /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/config/local/local.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/FontWarnings.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/HTML-CSS /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/HTML-CSS/handle-floats.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/MathEvents.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/MathMenu.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/MathZoom.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/AMSmath.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/AMSsymbols.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/HTML.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/action.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/autobold.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/autoload-all.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/bbox.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/begingroup.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/boldsymbol.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/cancel.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/color.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/enclose.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/extpfeil.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/mathchoice.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/mhchem.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/newcommand.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/noErrors.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/noUndefined.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/unicode.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/TeX/verb.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/asciimath2jax.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/jsMath2jax.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/mml2jax.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/tex2jax.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/toMathML.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/extensions/v1.0-warning.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/images /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/images/CloseX-31.png /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/images/MenuArrow-15.png /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/jax.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/Arrows.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/BasicLatin.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/CombDiacritMarks.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/CombDiactForSymbols.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/Dingbats.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/GeneralPunctuation.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/GeometricShapes.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/GreekAndCoptic.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/Latin1Supplement.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/LetterlikeSymbols.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/MathOperators.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/MiscTechnical.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/SpacingModLetters.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/SuppMathOperators.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/SupplementalArrowsA.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/element/mml/optable/SupplementalArrowsB.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/AsciiMath /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/AsciiMath/config.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/AsciiMath/jax.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/config.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/a.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/b.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/c.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/d.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/e.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/f.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/fr.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/g.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/h.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/i.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/j.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/k.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/l.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/m.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/n.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/o.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/opf.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/p.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/q.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/r.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/s.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/scr.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/t.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/u.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/v.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/w.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/x.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/y.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/entities/z.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/MathML/jax.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/TeX /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/TeX/config.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/input/TeX/jax.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/autoload /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/autoload/annotation-xml.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/autoload/maction.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/autoload/menclose.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/autoload/mglyph.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/autoload/mmultiscripts.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/autoload/ms.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/autoload/mtable.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/autoload/multiline.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/config.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Math /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Math/Italic /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Math/Italic/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Script /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Script/Regular /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Size1 /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Size2 /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Size3 /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Size4 /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/fontdata-extra.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/fonts/TeX/fontdata.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/mathjax/jax/output/SVG/jax.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/move_outline.js /usr/lib/python3.6/site-packages/spyder/utils/help/js/utils.js /usr/lib/python3.6/site-packages/spyder/utils/help/sphinxify.py /usr/lib/python3.6/site-packages/spyder/utils/help/static /usr/lib/python3.6/site-packages/spyder/utils/help/static/css /usr/lib/python3.6/site-packages/spyder/utils/help/static/css/default.css /usr/lib/python3.6/site-packages/spyder/utils/help/static/css/pygments.css /usr/lib/python3.6/site-packages/spyder/utils/help/static/images /usr/lib/python3.6/site-packages/spyder/utils/help/static/images/collapse_expand.png /usr/lib/python3.6/site-packages/spyder/utils/help/static/images/debug-continue.png /usr/lib/python3.6/site-packages/spyder/utils/help/static/images/debug-step-in.png /usr/lib/python3.6/site-packages/spyder/utils/help/static/images/debug-step-out.png /usr/lib/python3.6/site-packages/spyder/utils/help/static/images/debug-step-over.png /usr/lib/python3.6/site-packages/spyder/utils/help/static/images/spyder-hello-docstring.png /usr/lib/python3.6/site-packages/spyder/utils/help/static/images/spyder-nice-docstring-rendering.png /usr/lib/python3.6/site-packages/spyder/utils/help/static/images/spyder-sympy-example.png /usr/lib/python3.6/site-packages/spyder/utils/help/templates /usr/lib/python3.6/site-packages/spyder/utils/help/templates/layout.html /usr/lib/python3.6/site-packages/spyder/utils/help/templates/usage.html /usr/lib/python3.6/site-packages/spyder/utils/help/templates/warning.html /usr/lib/python3.6/site-packages/spyder/utils/help/tutorial.rst /usr/lib/python3.6/site-packages/spyder/utils/icon_manager.py /usr/lib/python3.6/site-packages/spyder/utils/introspection /usr/lib/python3.6/site-packages/spyder/utils/introspection/README.md /usr/lib/python3.6/site-packages/spyder/utils/introspection/__init__.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__ /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/fallback_plugin.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/fallback_plugin.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/jedi_patch.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/jedi_patch.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/jedi_plugin.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/jedi_plugin.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/manager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/manager.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/module_completion.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/module_completion.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/numpy_docstr.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/numpy_docstr.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/plugin_client.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/plugin_client.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/plugin_server.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/plugin_server.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/rope_patch.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/rope_patch.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/rope_plugin.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/rope_plugin.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/__pycache__/utils.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/fallback_plugin.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/jedi_patch.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/jedi_plugin.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/manager.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/module_completion.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/numpy_docstr.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/plugin_client.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/plugin_server.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/rope_patch.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/rope_plugin.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__init__.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__ /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_fallback_plugin.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_fallback_plugin.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_jedi_plugin.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_jedi_plugin.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_manager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_manager.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_modulecompletion.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_modulecompletion.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_plugin_client.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_plugin_client.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_plugin_server.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_plugin_server.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_rope_plugin.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_rope_plugin.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/__pycache__/test_utils.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/test_fallback_plugin.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/test_jedi_plugin.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/test_manager.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/test_modulecompletion.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/test_plugin_client.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/test_plugin_server.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/test_rope_plugin.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/tests/test_utils.py /usr/lib/python3.6/site-packages/spyder/utils/introspection/utils.py /usr/lib/python3.6/site-packages/spyder/utils/iofuncs.py /usr/lib/python3.6/site-packages/spyder/utils/ipython /usr/lib/python3.6/site-packages/spyder/utils/ipython/__init__.py /usr/lib/python3.6/site-packages/spyder/utils/ipython/__pycache__ /usr/lib/python3.6/site-packages/spyder/utils/ipython/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/ipython/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/ipython/__pycache__/kernelspec.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/ipython/__pycache__/kernelspec.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/ipython/__pycache__/spyder_kernel.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/ipython/__pycache__/spyder_kernel.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/ipython/__pycache__/start_kernel.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/ipython/__pycache__/start_kernel.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/ipython/__pycache__/style.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/ipython/__pycache__/style.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/ipython/kernelspec.py /usr/lib/python3.6/site-packages/spyder/utils/ipython/spyder_kernel.py /usr/lib/python3.6/site-packages/spyder/utils/ipython/start_kernel.py /usr/lib/python3.6/site-packages/spyder/utils/ipython/style.py /usr/lib/python3.6/site-packages/spyder/utils/ipython/templates /usr/lib/python3.6/site-packages/spyder/utils/ipython/templates/blank.html /usr/lib/python3.6/site-packages/spyder/utils/ipython/templates/kernel_error.html /usr/lib/python3.6/site-packages/spyder/utils/ipython/templates/loading.html /usr/lib/python3.6/site-packages/spyder/utils/ipython/tests /usr/lib/python3.6/site-packages/spyder/utils/ipython/tests/__init__.py /usr/lib/python3.6/site-packages/spyder/utils/ipython/tests/__pycache__ /usr/lib/python3.6/site-packages/spyder/utils/ipython/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/ipython/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/ipython/tests/__pycache__/test_spyder_kernel.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/ipython/tests/__pycache__/test_spyder_kernel.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/ipython/tests/test_spyder_kernel.py /usr/lib/python3.6/site-packages/spyder/utils/misc.py /usr/lib/python3.6/site-packages/spyder/utils/programs.py /usr/lib/python3.6/site-packages/spyder/utils/qthelpers.py /usr/lib/python3.6/site-packages/spyder/utils/site /usr/lib/python3.6/site-packages/spyder/utils/site/__init__.py /usr/lib/python3.6/site-packages/spyder/utils/site/__pycache__ /usr/lib/python3.6/site-packages/spyder/utils/site/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/site/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/site/__pycache__/osx_app_site.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/site/__pycache__/osx_app_site.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/site/__pycache__/sitecustomize.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/site/__pycache__/sitecustomize.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/site/osx_app_site.py /usr/lib/python3.6/site-packages/spyder/utils/site/sitecustomize.py /usr/lib/python3.6/site-packages/spyder/utils/sourcecode.py /usr/lib/python3.6/site-packages/spyder/utils/stringmatching.py /usr/lib/python3.6/site-packages/spyder/utils/syntaxhighlighters.py /usr/lib/python3.6/site-packages/spyder/utils/system.py /usr/lib/python3.6/site-packages/spyder/utils/test.py /usr/lib/python3.6/site-packages/spyder/utils/tests /usr/lib/python3.6/site-packages/spyder/utils/tests/Big5.txt /usr/lib/python3.6/site-packages/spyder/utils/tests/KOI8-R.txt /usr/lib/python3.6/site-packages/spyder/utils/tests/__init__.py /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__ /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_bsdsocket.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_bsdsocket.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_codeanalysis.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_codeanalysis.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_dochelpers.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_dochelpers.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_encoding.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_encoding.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_environ.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_environ.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_get_words.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_get_words.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_iofuncs.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_iofuncs.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_misc.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_misc.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_programs.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_programs.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_sourcecode.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_sourcecode.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_stringmatching.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_stringmatching.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_syntaxhighlighters.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_syntaxhighlighters.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_system.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/__pycache__/test_system.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/utils/tests/ascii.txt /usr/lib/python3.6/site-packages/spyder/utils/tests/data /usr/lib/python3.6/site-packages/spyder/utils/tests/data/example.R /usr/lib/python3.6/site-packages/spyder/utils/tests/data/example.c /usr/lib/python3.6/site-packages/spyder/utils/tests/data/example.cpp /usr/lib/python3.6/site-packages/spyder/utils/tests/data/example.css /usr/lib/python3.6/site-packages/spyder/utils/tests/data/example.html /usr/lib/python3.6/site-packages/spyder/utils/tests/data/example.java /usr/lib/python3.6/site-packages/spyder/utils/tests/data/example.md /usr/lib/python3.6/site-packages/spyder/utils/tests/test_bsdsocket.py /usr/lib/python3.6/site-packages/spyder/utils/tests/test_codeanalysis.py /usr/lib/python3.6/site-packages/spyder/utils/tests/test_dochelpers.py /usr/lib/python3.6/site-packages/spyder/utils/tests/test_encoding.py /usr/lib/python3.6/site-packages/spyder/utils/tests/test_environ.py /usr/lib/python3.6/site-packages/spyder/utils/tests/test_get_words.py /usr/lib/python3.6/site-packages/spyder/utils/tests/test_iofuncs.py /usr/lib/python3.6/site-packages/spyder/utils/tests/test_misc.py /usr/lib/python3.6/site-packages/spyder/utils/tests/test_programs.py /usr/lib/python3.6/site-packages/spyder/utils/tests/test_sourcecode.py /usr/lib/python3.6/site-packages/spyder/utils/tests/test_stringmatching.py /usr/lib/python3.6/site-packages/spyder/utils/tests/test_syntaxhighlighters.py /usr/lib/python3.6/site-packages/spyder/utils/tests/test_system.py /usr/lib/python3.6/site-packages/spyder/utils/tests/utf-8.txt /usr/lib/python3.6/site-packages/spyder/utils/tests/windows-1252.txt /usr/lib/python3.6/site-packages/spyder/utils/vcs.py /usr/lib/python3.6/site-packages/spyder/utils/windows.py /usr/lib/python3.6/site-packages/spyder/utils/workers.py /usr/lib/python3.6/site-packages/spyder/widgets /usr/lib/python3.6/site-packages/spyder/widgets/__init__.py /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__ /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/arraybuilder.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/arraybuilder.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/browser.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/browser.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/calltip.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/calltip.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/colors.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/colors.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/comboboxes.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/comboboxes.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/dependencies.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/dependencies.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/editor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/editor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/editortools.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/editortools.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/explorer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/explorer.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/fileswitcher.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/fileswitcher.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/findinfiles.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/findinfiles.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/findreplace.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/findreplace.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/helperwidgets.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/helperwidgets.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/internalshell.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/internalshell.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/mixins.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/mixins.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/onecolumntree.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/onecolumntree.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/pathmanager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/pathmanager.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/pydocgui.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/pydocgui.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/reporterror.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/reporterror.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/shell.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/shell.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/shortcutssummary.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/shortcutssummary.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/status.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/status.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/tabs.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/tabs.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/waitingspinner.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/__pycache__/waitingspinner.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/arraybuilder.py /usr/lib/python3.6/site-packages/spyder/widgets/browser.py /usr/lib/python3.6/site-packages/spyder/widgets/calltip.py /usr/lib/python3.6/site-packages/spyder/widgets/colors.py /usr/lib/python3.6/site-packages/spyder/widgets/comboboxes.py /usr/lib/python3.6/site-packages/spyder/widgets/dependencies.py /usr/lib/python3.6/site-packages/spyder/widgets/editor.py /usr/lib/python3.6/site-packages/spyder/widgets/editortools.py /usr/lib/python3.6/site-packages/spyder/widgets/explorer.py /usr/lib/python3.6/site-packages/spyder/widgets/fileswitcher.py /usr/lib/python3.6/site-packages/spyder/widgets/findinfiles.py /usr/lib/python3.6/site-packages/spyder/widgets/findreplace.py /usr/lib/python3.6/site-packages/spyder/widgets/helperwidgets.py /usr/lib/python3.6/site-packages/spyder/widgets/internalshell.py /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__init__.py /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__pycache__ /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__pycache__/client.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__pycache__/client.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__pycache__/control.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__pycache__/control.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__pycache__/debugging.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__pycache__/debugging.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__pycache__/help.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__pycache__/help.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__pycache__/namespacebrowser.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__pycache__/namespacebrowser.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__pycache__/shell.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/__pycache__/shell.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/client.py /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/control.py /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/debugging.py /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/help.py /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/namespacebrowser.py /usr/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/shell.py /usr/lib/python3.6/site-packages/spyder/widgets/mixins.py /usr/lib/python3.6/site-packages/spyder/widgets/onecolumntree.py /usr/lib/python3.6/site-packages/spyder/widgets/pathmanager.py /usr/lib/python3.6/site-packages/spyder/widgets/projects /usr/lib/python3.6/site-packages/spyder/widgets/projects/__init__.py /usr/lib/python3.6/site-packages/spyder/widgets/projects/__pycache__ /usr/lib/python3.6/site-packages/spyder/widgets/projects/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/__pycache__/config.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/__pycache__/config.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/__pycache__/configdialog.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/__pycache__/configdialog.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/__pycache__/explorer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/__pycache__/explorer.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/__pycache__/projectdialog.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/__pycache__/projectdialog.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/config.py /usr/lib/python3.6/site-packages/spyder/widgets/projects/configdialog.py /usr/lib/python3.6/site-packages/spyder/widgets/projects/explorer.py /usr/lib/python3.6/site-packages/spyder/widgets/projects/projectdialog.py /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/__init__.py /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/__pycache__ /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/__pycache__/test_configdialog.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/__pycache__/test_configdialog.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/__pycache__/test_project.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/__pycache__/test_project.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/__pycache__/test_project_explorer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/__pycache__/test_project_explorer.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/__pycache__/test_projectdialog.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/__pycache__/test_projectdialog.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/test_configdialog.py /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/test_project.py /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/test_project_explorer.py /usr/lib/python3.6/site-packages/spyder/widgets/projects/tests/test_projectdialog.py /usr/lib/python3.6/site-packages/spyder/widgets/projects/type /usr/lib/python3.6/site-packages/spyder/widgets/projects/type/__init__.py /usr/lib/python3.6/site-packages/spyder/widgets/projects/type/__pycache__ /usr/lib/python3.6/site-packages/spyder/widgets/projects/type/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/type/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/type/__pycache__/python.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/type/__pycache__/python.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/projects/type/python.py /usr/lib/python3.6/site-packages/spyder/widgets/pydocgui.py /usr/lib/python3.6/site-packages/spyder/widgets/reporterror.py /usr/lib/python3.6/site-packages/spyder/widgets/shell.py /usr/lib/python3.6/site-packages/spyder/widgets/shortcutssummary.py /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/__init__.py /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/__pycache__ /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/__pycache__/base.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/__pycache__/base.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/__pycache__/codeeditor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/__pycache__/codeeditor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/__pycache__/kill_ring.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/__pycache__/kill_ring.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/__pycache__/terminal.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/__pycache__/terminal.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/base.py /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/codeeditor.py /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/kill_ring.py /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/terminal.py /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/__init__.py /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/__pycache__ /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/__pycache__/test_autocolon.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/__pycache__/test_autocolon.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/__pycache__/test_autoindent.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/__pycache__/test_autoindent.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/__pycache__/test_breakpoints.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/__pycache__/test_breakpoints.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/__pycache__/test_codeeditor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/__pycache__/test_codeeditor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/test_autocolon.py /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/test_autoindent.py /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/test_breakpoints.py /usr/lib/python3.6/site-packages/spyder/widgets/sourcecode/tests/test_codeeditor.py /usr/lib/python3.6/site-packages/spyder/widgets/status.py /usr/lib/python3.6/site-packages/spyder/widgets/tabs.py /usr/lib/python3.6/site-packages/spyder/widgets/tests /usr/lib/python3.6/site-packages/spyder/widgets/tests/__init__.py /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__ /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_array_builder.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_array_builder.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_browser.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_browser.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_codeeditor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_codeeditor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_dependencies.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_dependencies.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_editor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_editor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_explorer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_explorer.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_findinfiles.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_findinfiles.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_helperwidgets.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_helperwidgets.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_mixins.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_mixins.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_pathmanager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_pathmanager.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_pydocgui.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_pydocgui.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_reporterror.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_reporterror.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_save.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_save.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_status.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/__pycache__/test_status.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/tests/data /usr/lib/python3.6/site-packages/spyder/widgets/tests/data/ham.txt /usr/lib/python3.6/site-packages/spyder/widgets/tests/data/spam.cpp /usr/lib/python3.6/site-packages/spyder/widgets/tests/data/spam.txt /usr/lib/python3.6/site-packages/spyder/widgets/tests/test_array_builder.py /usr/lib/python3.6/site-packages/spyder/widgets/tests/test_browser.py /usr/lib/python3.6/site-packages/spyder/widgets/tests/test_codeeditor.py /usr/lib/python3.6/site-packages/spyder/widgets/tests/test_dependencies.py /usr/lib/python3.6/site-packages/spyder/widgets/tests/test_editor.py /usr/lib/python3.6/site-packages/spyder/widgets/tests/test_explorer.py /usr/lib/python3.6/site-packages/spyder/widgets/tests/test_findinfiles.py /usr/lib/python3.6/site-packages/spyder/widgets/tests/test_helperwidgets.py /usr/lib/python3.6/site-packages/spyder/widgets/tests/test_mixins.py /usr/lib/python3.6/site-packages/spyder/widgets/tests/test_pathmanager.py /usr/lib/python3.6/site-packages/spyder/widgets/tests/test_pydocgui.py /usr/lib/python3.6/site-packages/spyder/widgets/tests/test_reporterror.py /usr/lib/python3.6/site-packages/spyder/widgets/tests/test_save.py /usr/lib/python3.6/site-packages/spyder/widgets/tests/test_status.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__init__.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__ /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/arrayeditor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/arrayeditor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/collectionseditor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/collectionseditor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/dataframeeditor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/dataframeeditor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/importwizard.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/importwizard.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/namespacebrowser.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/namespacebrowser.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/objecteditor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/objecteditor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/texteditor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/texteditor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/__pycache__/utils.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/arrayeditor.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/collectionseditor.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/dataframeeditor.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/importwizard.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/namespacebrowser.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/objecteditor.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__init__.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__ /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/test_arrayeditor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/test_arrayeditor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/test_collectioneditor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/test_collectioneditor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/test_dataframeeditor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/test_dataframeeditor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/test_importwizard.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/test_importwizard.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/test_namespacebrowser.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/test_namespacebrowser.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/test_texteditor.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/test_texteditor.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/test_utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/__pycache__/test_utils.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/dom_element_test.xml /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/issue_2514.csv /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/issue_3896.csv /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/test_arrayeditor.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/test_collectioneditor.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/test_dataframeeditor.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/test_importwizard.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/test_namespacebrowser.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/test_texteditor.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/tests/test_utils.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/texteditor.py /usr/lib/python3.6/site-packages/spyder/widgets/variableexplorer/utils.py /usr/lib/python3.6/site-packages/spyder/widgets/waitingspinner.py /usr/lib/python3.6/site-packages/spyder/workers /usr/lib/python3.6/site-packages/spyder/workers/__init__.py /usr/lib/python3.6/site-packages/spyder/workers/__pycache__ /usr/lib/python3.6/site-packages/spyder/workers/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/workers/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/workers/__pycache__/updates.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/spyder/workers/__pycache__/updates.cpython-36.pyc /usr/lib/python3.6/site-packages/spyder/workers/updates.py /usr/share/applications/spyder3.desktop /usr/share/doc/packages/spyder3 /usr/share/doc/packages/spyder3/LICENSE /usr/share/doc/packages/spyder3/README.md /usr/share/icons/hicolor/128x128 /usr/share/icons/hicolor/128x128/apps /usr/share/icons/hicolor/128x128/apps/spyder3.png /usr/share/icons/hicolor/scalable /usr/share/icons/hicolor/scalable/apps /usr/share/icons/hicolor/scalable/apps/spyder3.svg /usr/share/icons/spyder3.png /usr/share/metainfo /usr/share/metainfo/spyder3.appdata.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 13:49:26 2024