COMMITS
/ Doc/howto/argparse.rst December 23, 2024
A
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
Alyssa Coghlan committed
October 17, 2024
S
gh-95836: Add custom type converter examples to argparse tutorial (GH-125376)
Savannah Ostrowski committed
September 13, 2024
S
GH-101599: Update docs to remove redundant option in argparse tutorial (#124025)
Savannah Ostrowski committed
July 23, 2023
T
gh-54738: Add argparse i18n howto (#104562)
Tomas R committed
April 24, 2023
H
gh-101100: Fix Sphinx warnings in `argparse` module (#103289)
Hugo van Kemenade committed
January 11, 2023
M
gh-98763: Prefer "python" over "python3" for command line examples in docs. (#98761)
Mariusz Felisiak committed
November 3, 2022
S
argparse howto: Use f-string in preference to "...".format() (#98883)
Skip Montanaro committed
October 5, 2022
T
I changed my surname early this year (#96671)
Tshepang Mbambo committed
May 13, 2022
S
bpo-9182: Add a section on specifying positional arguments (#31810)
slateny committed
December 23, 2020
R
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
Raymond Hettinger committed
May 21, 2020
R
Use f-strings in argparse HOWTO (GH-20070)
Rémi Lapeyre committed
April 8, 2018
S
Improve highlighting of some code blocks. (GH-6401)
Serhiy Storchaka committed
April 20, 2017
B
Remove redundant comma in argparse HOWTO (#1141)
Berker Peksag committed
September 11, 2016
B
Issue #27991: Merge from 3.5
Berker Peksag committed
B
Issue #27991: Remove incorrect sentence about store_true
Berker Peksag committed
February 28, 2016
G
merge with 3.5
Georg Brandl committed
October 14, 2015
V
Issue #25210: Change error message of do_richcompare()
Victor Stinner committed
October 8, 2013
G
Minor grammar fix.
Georg Brandl committed
July 14, 2013
N
Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).
Ned Deily committed
April 6, 2013
A
Change wording as Eli Bendersky suggests.
Andrew Svetlov committed
April 5, 2013
January 4, 2013
B
drop email (closes #16857)
Benjamin Peterson committed
May 6, 2012
G
Fix document title for Sphinx.
Georg Brandl committed
E
#14034: fix indentation.
Ezio Melotti committed
E
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
Ezio Melotti committed