https://github.com/spyder-ide/spyder

sort by:
Revision Author Date Message Commit Date
9312466 Release 4.5.2 18 January 2023, 21:16:10 UTC
83395d8 Update README and remove extra blank on the Changelog 18 January 2023, 21:14:54 UTC
0abfebf Update Announcements 18 January 2023, 21:12:26 UTC
2e13e32 Update Changelog 18 January 2023, 21:08:36 UTC
30fd514 Merge pull request #20395 from dalthviz/update-core-deps-542 PR: Update core dependencies for 5.4.2 18 January 2023, 20:39:17 UTC
0a80f2a git subrepo pull external-deps/python-lsp-server subrepo: subdir: "external-deps/python-lsp-server" merged: "d28ce21e1" upstream: origin: "https://github.com/python-lsp/python-lsp-server.git" branch: "develop" commit: "d28ce21e1" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" 18 January 2023, 18:49:43 UTC
bcd8c4f git subrepo pull external-deps/spyder-kernels subrepo: subdir: "external-deps/spyder-kernels" merged: "a16a0b7a9" upstream: origin: "https://github.com/spyder-ide/spyder-kernels.git" branch: "2.x" commit: "a16a0b7a9" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" 18 January 2023, 18:49:31 UTC
0c21164 Update core dependencies 18 January 2023, 18:49:19 UTC
4159528 Constraint PyZMQ to be <25 to prevent potential issues 18 January 2023, 18:45:27 UTC
34c052c Merge pull request #20303 from spyder-ide/translate/5.x PR: Update translations from Crowdin 18 January 2023, 18:34:02 UTC
0f854bf Update and compile translations [ci skip] 18 January 2023, 18:31:50 UTC
8ce602c Merge pull request #20350 from ccordoba12/issue-20331 PR: Introduce completions correctly for autocompletion characters and improve file completions (Editor) 17 January 2023, 22:52:19 UTC
e6cb35c git subrepo pull --remote=https://github.com/python-lsp/python-lsp-server.git --branch=develop --update --force external-deps/python-lsp-server subrepo: subdir: "external-deps/python-lsp-server" merged: "11b54415d" upstream: origin: "https://github.com/python-lsp/python-lsp-server.git" branch: "develop" commit: "11b54415d" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" 17 January 2023, 20:06:09 UTC
814cbbb Testing: Add a test for directory completions 17 January 2023, 18:45:16 UTC
60d53fe Merge pull request #20391 from ccordoba12/issue-20359 PR: Rely on `jupyter-client` 7.4.9+ because it's compatible with PyZMQ 25 (IPython console) 17 January 2023, 17:53:26 UTC
37d53ab git subrepo pull (merge) external-deps/spyder-kernels subrepo: subdir: "external-deps/spyder-kernels" merged: "7a85b588e" upstream: origin: "https://github.com/spyder-ide/spyder-kernels.git" branch: "2.x" commit: "7a85b588e" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" [ci skip] 17 January 2023, 17:47:05 UTC
645b018 git subrepo pull --remote=https://github.com/ccordoba12/python-lsp-server.git --branch=improve-file-completions --update --force external-deps/python-lsp-server subrepo: subdir: "external-deps/python-lsp-server" merged: "dbf75cf19" upstream: origin: "https://github.com/ccordoba12/python-lsp-server.git" branch: "improve-file-completions" commit: "dbf75cf19" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" 17 January 2023, 17:36:03 UTC
783e244 Editor: Fix file completions next to path separators on Windows 16 January 2023, 15:38:12 UTC
c182d9d Editor: Don't insert quote if it's written after a escaped backslash - This eases writing Windows paths. - Add tests for this and also to check that we can correctly insert escaped quotes. 16 January 2023, 15:38:12 UTC
d1a7167 Editor: Fix file completions next to path separators on Unix systems 16 January 2023, 15:37:35 UTC
d37af0f Editor: Fix file completions when requesting them to the right of a dot Also add tests for that case. 15 January 2023, 16:13:22 UTC
19e2a2e Fix a couple of issues detected by our tests 15 January 2023, 16:13:22 UTC
79885b7 Testing: Fix issues with conda env tests on Windows 15 January 2023, 16:13:22 UTC
876af8a Editor: Fix introducing file completions - This correctly introduces completions for files that start with a dot and when completions are requested at the beginning of a string. - Expand tests to cover those cases. 15 January 2023, 16:13:22 UTC
0d22b99 Editor: Fix introducing completions after a dot Also, expand test to check that an entry selected in the completion widget when it's shown after a dot is introduced as expected. 15 January 2023, 16:13:22 UTC
d06c83a Editor: Minor improvements to TextEditBaseWidget.insert_completion 15 January 2023, 16:13:22 UTC
d8db7d6 Merge pull request #20376 from mrclary/fix-icp PR: Fix patch for conda-based installers 15 January 2023, 16:08:13 UTC
0510ab5 Use diff instead of format-patch. This is the correct way to do what I want, anyway; much more reliable for Linux 15 January 2023, 01:12:03 UTC
00a9702 Merge pull request #20319 from mrclary/issue-20176 PR: Improvements to Conda-based Linux installer 12 January 2023, 05:12:27 UTC
263a092 Alias uninstall-spyder.sh in shell startup file Remove aliases from shell startup file in uninstall-spyder.sh 11 January 2023, 21:31:14 UTC
009c50d Apply suggestions from code review Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com> 11 January 2023, 19:16:04 UTC
faebf9a Add SPY_BRANCH and SPY_COMMIT environment variables to standalone runtime environments. - Patch spyder-menu.json in build_conda_pkgs.py instead of build.sh and bld.bat, i.e. patching the feedstock rather than having the feedstock patch the build. This is more efficient since these variables are not available to conda-build. - Move the build.sh patch to build_conda_pkgs.py from a separate script file. Note that handling the application icon for Windows as this will never be executed. 11 January 2023, 17:30:22 UTC
c362b85 menuinst now provides python symbolic link. Add symbolic link directive to json. Post-install script for macOS now obsolete. Constructor variable replacement does not apply to Linux. 11 January 2023, 17:30:18 UTC
6493c97 Add uninstall script for Linux 11 January 2023, 15:19:42 UTC
d947100 Add alias to .bashrc file. Add instructions at end of post-install script. 11 January 2023, 15:19:42 UTC
c666a55 Fix desktop file name on Linux. Note that constructor does not replace dunder variables on Linux when building the installer (why?). Using INSTALLER_NAME as proxy for __NAME__. Also, DSTROOT is not available, so assuming desktop is always in $HOME/.local/share/applications. 11 January 2023, 15:19:42 UTC
d30e92b Use only 3 lines of context when creating the patch to avoid errors on Linux when applying the patch. 11 January 2023, 15:19:42 UTC
b338bf7 Use the logomark background png for Linux 11 January 2023, 15:19:42 UTC
20b8043 Merge pull request #20315 from mrclary/release-candidate-workflow PR: Update installer workflows to run as release on push of `pre` tag 11 January 2023, 00:51:09 UTC
1ff41d5 Merge pull request #20329 from ccordoba12/issue-20309 PR: Catch any possible error when trying to get the user environment variables (Utils) 10 January 2023, 17:32:21 UTC
4ec9249 Merge pull request #20335 from ccordoba12/move-ipyconsole-fixture PR: Move ipyconsole fixture to conftest (Testing) 10 January 2023, 15:07:08 UTC
65a887c Add release candidate step to RELEASE.md 10 January 2023, 02:12:25 UTC
795af85 Use pre instead of rc, per review suggestion 10 January 2023, 02:12:25 UTC
24075c9 Run workflows as release on push of release candidate tag 10 January 2023, 02:12:25 UTC
2bb3542 Merge pull request #20317 from ccordoba12/issue-20282 PR: Fix restoring current cursor line after autoformat takes place (Editor) 09 January 2023, 23:31:49 UTC
85dfbd8 IPython console: Make backend tests pass with the new IPykernel version 09 January 2023, 18:19:22 UTC
c95126f IPython console: Move ipyconsole fixture to conftest 09 January 2023, 15:53:12 UTC
0c7c1fb Utils: Catch any possible error when trying to get the user env vars This function is now used by the Pythonpath plugin, so any error causes a crash at startup. 07 January 2023, 22:36:27 UTC
da661cc Merge pull request #20324 from ccordoba12/issue-20296 PR: Fix getting object signature from kernel in Python 3.11 (IPython console) 07 January 2023, 22:20:52 UTC
024c0c8 git subrepo pull (merge) --remote=https://github.com/spyder-ide/spyder-kernels.git --branch=2.x --update --force external-deps/spyder-kernels subrepo: subdir: "external-deps/spyder-kernels" merged: "ef13337fa" upstream: origin: "https://github.com/spyder-ide/spyder-kernels.git" branch: "2.x" commit: "ef13337fa" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" 07 January 2023, 19:00:44 UTC
469ab53 IPython console: Check if kernel_manager is available before interrupting kernel This was giving an error in the teardown phase of some tests. 07 January 2023, 18:59:45 UTC
5dcbac7 git subrepo pull --remote=https://github.com/juliangilbey/spyder-kernels.git --branch=replace-deprecated-formatargspec --update --force external-deps/spyder-kernels subrepo: subdir: "external-deps/spyder-kernels" merged: "688448601" upstream: origin: "https://github.com/juliangilbey/spyder-kernels.git" branch: "replace-deprecated-formatargspec" commit: "688448601" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" 07 January 2023, 16:31:07 UTC
e55be4d Editor: Fix restoring current cursor line after autoformat takes place - The previous solution was giving a segfault when auto-formatting on save is enabled. - Add test to check this functionality and auto-formatting on save. 06 January 2023, 23:46:18 UTC
20ffa5c Merge pull request #20298 from ccordoba12/issue-20285 PR: Fix automatic completions after a dot is written next to a module 05 January 2023, 04:17:55 UTC
b462b20 Merge pull request #20297 from mrclary/issue-20291 PR: Fix installer issues and bug when getting environment variables 05 January 2023, 04:07:58 UTC
da60eb9 Apply suggestions from code review Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com> 05 January 2023, 02:02:27 UTC
d8b2c16 Fix "ValueError: not enough values to unpack". This is the same issue that should be addressed by PR 20106. 05 January 2023, 02:02:27 UTC
cc6d2f8 Implied success() causes job to skip. Use "! failure() && ! cancelled()". 05 January 2023, 02:02:27 UTC
b00ba02 Fix issue "./codesign.sh: line 39: pcregrep: command not found". For some reason, pcregrep was available on macOS Github images previously, but no longer. Ensure that pcregrep is installed. 05 January 2023, 02:02:27 UTC
54c3c3c Fix issue where python was improperly called. Note that liblzma.5.dylib has not been copied for any releases. I'm not sure why codesigning did not fail. Perhaps copying the dylib was required on a local build but not on CI :shrug:. Nevertheless, let's see if this causes any issues. 05 January 2023, 02:02:27 UTC
9670d5b Merge pull request #20301 from ccordoba12/fix-pydocstyle PR: Fix pydocstyle linting 05 January 2023, 00:14:34 UTC
4416a2c git subrepo pull --remote=https://github.com/python-lsp/python-lsp-server.git --branch=develop --update --force external-deps/python-lsp-server subrepo: subdir: "external-deps/python-lsp-server" merged: "ce913f163" upstream: origin: "https://github.com/python-lsp/python-lsp-server.git" branch: "develop" commit: "ce913f163" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" [ci skip] 05 January 2023, 00:11:29 UTC
1542699 git subrepo pull --remote=https://github.com/ccordoba12/python-lsp-server.git --branch=fix-pydocstyle --update --force external-deps/python-lsp-server subrepo: subdir: "external-deps/python-lsp-server" merged: "67772fa0c" upstream: origin: "https://github.com/ccordoba12/python-lsp-server.git" branch: "fix-pydocstyle" commit: "67772fa0c" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" 03 January 2023, 17:00:59 UTC
9de3241 Editor: Fix dot completions and preserve file ones that start with numbers 02 January 2023, 17:38:36 UTC
4246562 Editor: Improve code style of several if blocks Also, remove unused variable. 02 January 2023, 01:28:01 UTC
9c37bf3 Merge pull request #20288 from ccordoba12/issue-20284 PR: Catch error when trying to revert unexisting files (Editor) 01 January 2023, 16:03:15 UTC
4306894 Merge pull request #20287 from ccordoba12/issue-20286 PR: Avoid showing a `logger.error` message when auto-saving (Editor) 01 January 2023, 15:03:37 UTC
4a5566c Editor: Catch error when trying to revert unexisting files Also improve style of revert message. 01 January 2023, 00:38:48 UTC
d292592 Editor: Avoid showing a logger.error message when auto-saving This can be annoying for users and doesn't give any relevant information to them. 01 January 2023, 00:09:28 UTC
7e0bc6c Back to work [ci skip] 30 December 2022, 00:20:13 UTC
798297e Release 5.4.1 30 December 2022, 00:15:28 UTC
e523d31 Update Announcements 30 December 2022, 00:14:28 UTC
379238a Update Changelog 30 December 2022, 00:09:43 UTC
8696c7f Merge pull request #20277 from dalthviz/update-core-deps-541 PR: Update core dependencies for 5.4.1 29 December 2022, 23:34:38 UTC
9a4b489 Merge pull request #20276 from spyder-ide/translate/5.x New Crowdin updates 29 December 2022, 22:28:07 UTC
7a70272 Update and compile missing sync translations [ci skip] 29 December 2022, 22:25:11 UTC
99fb433 CI: Remove 'use-only-tar-bz2' since now the artifacts in conda-forge are '.conda' 29 December 2022, 22:10:56 UTC
177bb03 CI: Update conda cache key from *.txt to *.yml 29 December 2022, 21:37:31 UTC
1a4d534 git subrepo pull external-deps/python-lsp-server subrepo: subdir: "external-deps/python-lsp-server" merged: "2b3ac737a" upstream: origin: "https://github.com/python-lsp/python-lsp-server.git" branch: "develop" commit: "2b3ac737a" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" 29 December 2022, 21:08:58 UTC
0a63a22 Update core dependencies 29 December 2022, 21:08:25 UTC
ed589a4 Installer: Remove restriction for numpy (<1.23) 29 December 2022, 20:57:46 UTC
13ff69d Merge pull request #20252 from spyder-ide/translate/5.x PR: Update translations from Crowdin 29 December 2022, 20:50:36 UTC
f17a848 Merge pull request #20274 from ccordoba12/pylsp-adjustments PR: Improve completions for scientific modules (Code completion) 29 December 2022, 20:48:03 UTC
917eb0d Update and compile translations [ci skip] 29 December 2022, 20:20:22 UTC
31bf0c0 git subrepo pull --remote=https://github.com/python-lsp/python-lsp-server.git --branch=develop --update --force external-deps/python-lsp-server subrepo: subdir: "external-deps/python-lsp-server" merged: "7e7399896" upstream: origin: "https://github.com/python-lsp/python-lsp-server.git" branch: "develop" commit: "7e7399896" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" 29 December 2022, 19:04:48 UTC
452997e git subrepo pull --remote=https://github.com/ccordoba12/python-lsp-server.git --branch=no-signatures-for-modules --update --force external-deps/python-lsp-server subrepo: subdir: "external-deps/python-lsp-server" merged: "8e51d5bdb" upstream: origin: "https://github.com/ccordoba12/python-lsp-server.git" branch: "no-signatures-for-modules" commit: "8e51d5bdb" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" 29 December 2022, 17:21:18 UTC
3ee2af1 LSP: Pass list of scientific modules to Jedi to be imported directly 29 December 2022, 17:13:17 UTC
9c2e0e4 LSP: Disable PyLSP plugin for ruff 29 December 2022, 16:47:41 UTC
9b0b7ce Merge pull request #20271 from ccordoba12/ipython-8 PR: Add support for IPython 8 29 December 2022, 04:44:08 UTC
e7a1926 git subrepo pull --remote=https://github.com/spyder-ide/spyder-kernels.git --branch=2.x --update --force external-deps/spyder-kernels subrepo: subdir: "external-deps/spyder-kernels" merged: "e00fdd802" upstream: origin: "https://github.com/spyder-ide/spyder-kernels.git" branch: "2.x" commit: "e00fdd802" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" 29 December 2022, 03:40:41 UTC
9434669 Merge pull request #20221 from ccordoba12/editor-window-fixes PR: Several fixes for new Editor windows 28 December 2022, 23:05:05 UTC
43085bb Editor: Improve comment and fix typo in another one 28 December 2022, 20:46:45 UTC
dd801ea Testing: Skip test_shutdown_kernel when using Spyder-kernels 2 The test is too flaky with that version and more robust with the upcoming Spyder-kernels 3. 28 December 2022, 19:20:37 UTC
d1d14ea Editor: Set current editor as the one used by find_widget when unregistering editorstacks - This fixes a RuntimeError when closing editorstacks, which was detected by our tests. - Also, remove a linting warning in the main file we use to run our tests. 28 December 2022, 19:20:37 UTC
8e318f7 Outline: Don't update it when the main window is minimized Also add test that checks this new behavior. 28 December 2022, 19:20:37 UTC
95c5fa2 API: Add sig_mainwindow_state_changed to plugins This will let them take different actions when the main window state has changed. 28 December 2022, 19:20:37 UTC
bc925f3 Editor: Update Outline in EditorMainWindow only when it's visible - Add tests to check this. - Also, remove an unused import. 28 December 2022, 19:20:37 UTC
c81bb13 Outline: Update symbols when switching between cloned files Also, expand tests to check that. 28 December 2022, 19:20:37 UTC
01ff9cb Editor: Update Outline for cloned editors after editing text in them Also fix a small typo in a log message 28 December 2022, 19:20:37 UTC
25168f9 Editor: Fix showing symbols for the Outline in EditorMainWindow - Only show the Outline if its corresponding plugin is available. - Start symbol services for all supported languages in the Outline. - Set the Outline's treewidget visibility to True so that symbols are displayed after the window is created. 28 December 2022, 19:20:37 UTC
back to top