Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
810fde1
gh-140281: Doc: Update free-threading how-to
Krishna-web-hub Oct 24, 2025
b9ca059
gh-140281: Doc: Update free-threading how-to
Krishna-web-hub Oct 24, 2025
bfbf864
Merge branch 'main' into doc-fix-140281
Krishna-web-hub Oct 24, 2025
16a1c46
Fix trailing whitespace
Krishna-web-hub Oct 24, 2025
639865d
Merge branch 'doc-fix-140281' of https://github.com/Krishna-web-hub/c…
Krishna-web-hub Oct 24, 2025
3f0aa48
doc fixing of the cpython fixes#84116
Krishna-web-hub Oct 25, 2025
343648b
Docs: Document help and aliases for argparse.add_parser() (gh-84116)
Krishna-web-hub Oct 25, 2025
4b07ba3
Docs: Document help and aliases for argparse.add_parser() (gh-84116)
Krishna-web-hub Oct 25, 2025
8bb4bae
Fix trailing whitespace
Krishna-web-hub Oct 25, 2025
3361447
Fix trailing whitespace
Krishna-web-hub Oct 25, 2025
100207d
Fix trailing whitespace
Krishna-web-hub Oct 25, 2025
0f27e63
Fix trailing whitespace
Krishna-web-hub Oct 25, 2025
7e6102a
Fix trailing whitespace
Krishna-web-hub Oct 25, 2025
a76954c
Fix trailing whitespace
Krishna-web-hub Oct 25, 2025
ac2b754
Fix trailing errors
Krishna-web-hub Oct 25, 2025
b08e8ed
Fix trailing errors and spaces
Krishna-web-hub Oct 25, 2025
fa1d877
Fix docutils formatting, NEWS ref, and trailing whitespace
Krishna-web-hub Oct 25, 2025
e955fb0
Docs: Update argparse.rst and add NEWS entry
Krishna-web-hub Oct 25, 2025
3d4cf26
Delete Doc/howto/free-threading-python.rst
Krishna-web-hub Oct 25, 2025
e3af10b
Delete Misc/NEWS.d/next/Documentation/2025-10-25-00-49-43.gh-issue-14…
Krishna-web-hub Oct 25, 2025
59a1ad9
adding the depreceated tag
Krishna-web-hub Dec 8, 2025
defd2c3
The error indexing was fixed
Krishna-web-hub Dec 8, 2025
cd445fc
Fix trailing whitespace
Krishna-web-hub Dec 8, 2025
2e270ef
Restore missing free-threading documentation
Krishna-web-hub Dec 8, 2025
3e87e19
fixing some minor error
Krishna-web-hub Dec 8, 2025
1867c71
fixing some minor error part 2
Krishna-web-hub Dec 8, 2025
ef450f6
fixing some minor error part 3
Krishna-web-hub Dec 8, 2025
4d27843
Fix NEWS entry format
Krishna-web-hub Dec 8, 2025
83ff9bf
Final cleanup of NEWS entry format 2
Krishna-web-hub Dec 8, 2025
77cc182
changes in the argparse.rst
Krishna-web-hub Dec 8, 2025
1a5c449
Remove unnecessary NEWS entry
Krishna-web-hub Dec 8, 2025
2dd07bb
Fixing the issue as requested
Krishna-web-hub Dec 11, 2025
850c986
Added the Changes done before.
Krishna-web-hub Dec 26, 2025
7f95d28
done the changes
Krishna-web-hub Dec 26, 2025
18cbbae
done the changes#1
Krishna-web-hub Dec 26, 2025
554a3ca
Apply suggestion from @picnixz
Krishna-web-hub Jan 1, 2026
312aa0f
Apply suggestion from @picnixz
Krishna-web-hub Jan 1, 2026
53031db
Done the changes
Krishna-web-hub Jan 2, 2026
6afe4d5
Done the new changes
Krishna-web-hub Jan 2, 2026
a10e6a5
The versionadded is rectified
Krishna-web-hub Jan 2, 2026
d551718
Merge branch 'main' into doc-fix-84116
Krishna-web-hub Jan 2, 2026
6f94eda
Update Doc/library/argparse.rst
Krishna-web-hub Jan 3, 2026
d0ccf81
Merge branch 'main' into doc-fix-84116
Krishna-web-hub Jan 5, 2026
99af040
Docs editing
Krishna-web-hub Jan 12, 2026
57d971d
Docs fixing whitespace
Krishna-web-hub Jan 12, 2026
2325383
Merge branch 'main' into doc-fix-84116
Krishna-web-hub Jan 12, 2026
f8c3bdd
Merge branch 'main' into doc-fix-84116
Krishna-web-hub Jan 12, 2026
2bea80e
Docs rectifiying
Krishna-web-hub Jan 12, 2026
1363eb8
little bit rectification
Krishna-web-hub Jan 13, 2026
6bf969c
Indentation rectification
Krishna-web-hub Jan 14, 2026
05213dd
Indentation rectification 1
Krishna-web-hub Jan 15, 2026
a3ae75b
Apply suggestion from @picnixz
Krishna-web-hub Jan 16, 2026
37e88c2
deprecated rectification
Krishna-web-hub Jan 16, 2026
8b05541
Remove mistakenly added NEWS entry
Krishna-web-hub Jan 16, 2026
2e7f2b0
Merge branch 'main' into doc-fix-84116
Krishna-web-hub Jan 16, 2026
e3e5071
Merge branch 'main' into doc-fix-84116
Krishna-web-hub Jan 17, 2026
b6975a7
Update Doc/library/argparse.rst
Krishna-web-hub Jan 18, 2026
04a0482
changes #1
Krishna-web-hub Jan 18, 2026
0d4fcb5
Update Doc/library/argparse.rst 2
Krishna-web-hub Jan 18, 2026
7d3982f
removed useless thing
Krishna-web-hub Jan 18, 2026
b2ff463
changed according to the request
Krishna-web-hub Jan 18, 2026
5709cc6
Merge branch 'main' into doc-fix-84116
Krishna-web-hub Jan 18, 2026
bc50109
Merge branch 'main' into doc-fix-84116
Krishna-web-hub Feb 3, 2026
c69d057
Updated the test part
Krishna-web-hub Feb 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/argparse.rst
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
  • Loading branch information
Krishna-web-hub and picnixz authored Jan 18, 2026
commit b6975a73dc024afba92cda13a5a818cb73036ad3
2 changes: 1 addition & 1 deletion Doc/library/argparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@ Subcommands
.. method:: _SubParsersAction.add_parser(name, *, help=None, aliases=None,
Comment thread
Krishna-web-hub marked this conversation as resolved.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing backslash, fixed at #144572.

deprecated=False, **kwargs)

Creates and returns a new :class:`!ArgumentParser` object for the
Create and return a new :class:`ArgumentParser` object for the
subcommand *name*.

The *name* argument is the name of the sub-command.
Expand Down
Loading