- 25 Eyl, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 Eyl, 2017 1 kayıt (commit)
-
-
Anthony Sottile yazdı
This fixes a regression from Python 2. To get optional subparsers, use the new parameter ``add_subparsers(required=False)``. Patch by Anthony Sottile.
-
- 07 Eyl, 2017 1 kayıt (commit)
-
-
R. David Murray yazdı
This adds support for parsing a command line where options and positionals are intermixed as is common in many unix commands. This is paul.j3's patch with a few tweaks.
-
- 22 Ock, 2017 1 kayıt (commit)
-
-
Xiang Zhang yazdı
-
- 23 Agu, 2016 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 18 Agu, 2016 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 05 Mar, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
Output of func(*args) stored in the next line: item_help = join([func(*args) for func, args in self.items]) _Section.items only used by HelpFormatter._add_item() and it looks like it doesn't have any side effects. Patch by Yogesh Chaudhari.
-
- 29 Tem, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Matthias Bussonnier.
-
- 13 Şub, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson.
-
- 31 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
implementation in issue #21408 they are redundant.
-
- 20 Eki, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 17 Eki, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
Before, if a default was set on the parent parser, any default for that variable set via set_defaults on a subparser would be ignored. Now the subparser set_defaults is honored. Patch by Jyrki Pullianinen.
-
- 26 May, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types.
-
- 09 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni.
-
- 06 Eyl, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
output to stdout, matching the 'python -v' Reported by Wolfgang Maier
-
- 11 Mar, 2013 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
as reported by Serhiy Storchaka and Matthew Barnett.
-
- 12 Şub, 2013 1 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 15 Ara, 2012 1 kayıt (commit)
-
-
Petri Lehtinen yazdı
Patch by Lucas Maystre.
-
- 01 Eki, 2012 1 kayıt (commit)
-
-
Philip Jenvey yazdı
-
- 12 Eyl, 2012 5 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
on the action's default, reverting it back to previous behavior. Conversion is only done on string defaults. Add a test for this and another test that ensures such type conversions are only called once.
-
Barry Warsaw yazdı
on the action's default, reverting it back to previous behavior. Conversion is only done on string defaults. Add a test for this and another test that ensures such type conversions are only called once.
-
Barry Warsaw yazdı
when action='append', type='str' and default=[].
-
Barry Warsaw yazdı
when action='append', type='str' and default=[].
-
- 08 Eyl, 2012 2 kayıt (commit)
-
-
R David Murray yazdı
This fixes a regression introduced by the fix for issue #13922. Although args is not documented as being allowed to be a tuple, previously this worked and so naturally there are programs in the field that depend on it. Patch by Zbyszek Jędrzejewski-Szmek.
-
R David Murray yazdı
This fixes a regression introduced by the fix for issue #13922. Although args is not documented as being allowed to be a tuple, previously this worked and so naturally there are programs in the field that depend on it. Patch by Zbyszek Jędrzejewski-Szmek.
-
- 02 Eyl, 2012 1 kayıt (commit)
-
-
- 01 Eyl, 2012 2 kayıt (commit)
-
-
R David Murray yazdı
Before, the type function was called twice in the case where the default was specified and the argument was given as well. This was especially problematic for the FileType type, as a default file would always be opened, even if a file argument was specified on the command line. Patch by Arnaud Fontaine, with additional test by Mike Meyer.
-
R David Murray yazdı
Before, the type function was called twice in the case where the default was specified and the argument was given as well. This was especially problematic for the FileType type, as a default file would always be opened, even if a file argument was specified on the command line. Patch by Arnaud Fontaine, with additional test by Mike Meyer.
-
- 22 Tem, 2012 4 kayıt (commit)
-
-
R David Murray yazdı
Patch by Jeff Knupp.
-
R David Murray yazdı
Patch by Jeff Knupp.
-
R David Murray yazdı
Patch by Torsten Landschoff.
-
R David Murray yazdı
Patch by Torsten Landschoff.
-
- 21 Tem, 2012 2 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
-
- 07 Tem, 2012 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 28 Eki, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 28 Eyl, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 09 Haz, 2011 1 kayıt (commit)
-
-
R David Murray yazdı
Fix and initial test patch by Michele Orrù.
-