History for Lib/cmd.py - python/cpython · GitHub

github.com

GitHub CopilotWrite better code with AI | MCP RegistryIntegrate external tools | ActionsAutomate any workflow | CodespacesInstant dev environments | IssuesPlan and track work | Code ReviewManage code changes | Code QualityEnforce quality at merge | Why GitHub | Marketplace | View all features | Enterprises | Small and medium teams | Startups | View all use cases | View all industries | View all solutions | AI | Software Development | DevOps | Security | View all topics | Customer stories | Events & webinars | Ebooks & reports | Business insights | Trust center | Partners | View all resources

Tin mới

gh-133363: Fix Cmd completion for lines beginning with `! ` (#133364)

gh-133363: Fix Cmd completion for lines beginning with `! ` (#133364)

gh-118761: Improve import time of `cmd` module (#130056)

gh-118761: Improve import time of `cmd` module (#130056)

Remove almost all unpaired backticks in docstrings (#119231)

Remove almost all unpaired backticks in docstrings (#119231)

gh-52161: Enhance Cmd support for docstrings (#110987)

gh-52161: Enhance Cmd support for docstrings (#110987)

gh-102130: Support tab completion in cmd for Libedit. (GH-107748)

gh-102130: Support tab completion in cmd for Libedit. (GH-107748)

gh-80731: Avoid executing code in except block in cmd (GH-111740)

gh-80731: Avoid executing code in except block in cmd (GH-111740)

gh-67248: cmd: Sort miscellaneous help topics (#92254)

gh-67248: cmd: Sort miscellaneous help topics (#92254)

Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)

Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)

Issue #18200: Update the stdlib (except tests) to use

Issue #18200: Update the stdlib (except tests) to use

Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop

Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop

Add docstring to cmd.Cmd.do_help()

Add docstring to cmd.Cmd.do_help()

#8620: Cmd no longer truncates last character if stdin ends without newline

#8620: Cmd no longer truncates last character if stdin ends without newline

Remove redundant import.

Remove redundant import.

Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via svnmerge from

Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via svnmerge from

Patch# 1258 by Christian Heimes: kill basestring.

Patch# 1258 by Christian Heimes: kill basestring.

Raise statement normalization in Lib/.

Raise statement normalization in Lib/.

Fix pdb help command.

Fix pdb help command.

Merged revisions 53952-54987 via svnmerge from

Merged revisions 53952-54987 via svnmerge from

Get rid of a bunch more raw_input references

Get rid of a bunch more raw_input references

Whitespace normalization.

Whitespace normalization.

Whitespace normalization.

Whitespace normalization.

Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out

Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out

Duh. cmdqueue should be an instance variable, not a class variable.

Duh. cmdqueue should be an instance variable, not a class variable.

Add a better columnizer to print_topics().

Add a better columnizer to print_topics().

Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)

SF 563203. Replaced 'has_key()' with 'in'.

Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2).

tighten up except - in this context, AttributeError is the only exception

Flush stdout before reading next command. Closes SF bug 526357.

Whitespace normalization.

Patch #416224: add readline completion to cmd.Cmd.

Use string.ascii_letters instead of string.letters (SF bug #226706).

1 1