-
Notifications
You must be signed in to change notification settings - Fork 127
Comparing changes
Open a pull request
base repository: python-cmd2/cmd2
base: 3.x
head repository: python-cmd2/cmd2
compare: main
- 11 commits
- 16 files changed
- 3 contributors
Commits on Dec 29, 2025
-
Bump actions/checkout from 5.0.0 to 6.0.1 (#1550)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e320c82 - Browse repository at this point
Copy the full SHA e320c82View commit details -
Bump actions/create-github-app-token from 2.1.1 to 2.2.1 (#1551)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.1 to 2.2.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@a8d6161...29824e6) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Todd Leonhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45f04e3 - Browse repository at this point
Copy the full SHA 45f04e3View commit details -
Bump actions/github-script from 7.0.1 to 8.0.0 (#1552)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...ed59741) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f32c65 - Browse repository at this point
Copy the full SHA 9f32c65View commit details
Commits on Dec 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dc05bba - Browse repository at this point
Copy the full SHA dc05bbaView commit details
Commits on Jan 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 852f339 - Browse repository at this point
Copy the full SHA 852f339View commit details -
Configuration menu - View commit details
-
Copy full SHA for a99a17e - Browse repository at this point
Copy the full SHA a99a17eView commit details
Commits on Jan 17, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0da9b6d - Browse repository at this point
Copy the full SHA 0da9b6dView commit details
Commits on Jan 18, 2026
-
Fix example, documentation, and CHANGELOG for removed ppretty
The cmd2.Cmd.ppretty method was removed in the 3.0 release and we did not sufficiently document this.
Configuration menu - View commit details
-
Copy full SHA for e4fdece - Browse repository at this point
Copy the full SHA e4fdeceView commit details -
Fix TypeError in CustomInitCommandSet.do_show_arg* methods
Remove the extra '_cmd' argument from 'do_show_arg1' and 'do_show_arg2' in 'examples/modular_commands/commandset_custominit.py'. This fixes a TypeError where the commands expected 3 arguments but were called with 2 during execution.
Configuration menu - View commit details
-
Copy full SHA for b61793c - Browse repository at this point
Copy the full SHA b61793cView commit details -
Fix module_commands.py example
Not sure where it got broken along the line, but this fixes it.
Configuration menu - View commit details
-
Copy full SHA for 37afbd6 - Browse repository at this point
Copy the full SHA 37afbd6View commit details
Commits on Jan 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2352d7f - Browse repository at this point
Copy the full SHA 2352d7fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.x...main