| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
| | | |||||
| * | Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple ↵ | Senthil Kumaran | 2015-06-15 | 1 | -1/+1 |
| | | | | | | | | | | documentation typos. Related Issues: #issue21528 #issue24453 | ||||
| * | Issue #23356: Simplify convert_arg_line_to_args example. | Berker Peksag | 2015-04-26 | 1 | -4/+1 |
| | | | | | Patch by py.user. | ||||
| * | Issue #22317: Document the action parameter in ↵ | Berker Peksag | 2015-01-20 | 1 | -3/+6 |
| | | | | | | | ArgumentParser.add_subparsers() docs. Patch by Mike Short. | ||||
| * | Revert #22251 | Berker Peksag | 2014-09-27 | 1 | -1/+0 |
| | | |||||
| * | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 1 | -0/+1 |
| | | |||||
| * | Issue #17462: Add a paragraph about advantages of argparse over optparse. | Berker Peksag | 2014-09-26 | 1 | -0/+10 |
| | | | | | Patch by Anastasia Filatova. | ||||
| * | Issue #13540: add missing markup. | Terry Jan Reedy | 2014-08-24 | 1 | -2/+2 |
| | | |||||
| * | Fix markup. | Raymond Hettinger | 2014-08-04 | 1 | -2/+2 |
| | | |||||
| * | Issue #13540: Merge changes from 3.3 | Jason R. Coombs | 2014-08-03 | 1 | -19/+53 |
| |\ | |||||
| | * | Issue #13540: Merge changes from 3.2 | Jason R. Coombs | 2014-08-03 | 1 | -19/+53 |
| | |\ | |||||
| | | * | Issue #13540: Update references to Action class to match syntax used for ↵ | Jason R. Coombs | 2014-08-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | other classes in this file. | ||||
| | | * | Issue #13540: Removed redundant documentation about Action instance ↵ | Jason R. Coombs | 2014-07-20 | 1 | -49/+26 |
| | | | | | | | | | | | | | attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524. | ||||
| | | * | Issue #13540: Expanded argparse documents to clarify the action API | Jason R. Coombs | 2011-12-14 | 1 | -19/+76 |
| | | | | |||||
| * | | | whatsnew: argparse FileType accepts errors and encodings args. | R David Murray | 2013-12-31 | 1 | -0/+3 |
| | | | | |||||
| * | | | Issue #19814: Clarify argparse's docs w.r.t prefix matching | Eli Bendersky | 2013-12-02 | 1 | -3/+11 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #19814: Clarify argparse's docs w.r.t prefix matching | Eli Bendersky | 2013-12-02 | 1 | -3/+11 |
| | | | | |||||
| * | | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -4/+4 |
| |\ \ \ | |/ / | |||||
| | * | | Use the platform-independent way of calling a script from the shell: "python ↵ | Georg Brandl | 2013-10-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | prog.py", not "prog.py" Found by Micheal Wells on docs@. | ||||
| * | | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+28 |
| |\ \ \ | |/ / | |||||
| | * | | Closes #11807: document argparse add_subparsers method better. | Georg Brandl | 2013-10-06 | 1 | -1/+28 |
| | | | | | | | | | | | | | Patch by Filip Gruszczyński. | ||||
| * | | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Fix missing class name in markup. Found by Tanky Woo on docs@. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
| |\ \ \ | |/ / | |||||
| | * | | Fix prefix_chars not being applied in help text example (reported by John ↵ | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | Kooker on docs@) | ||||
| * | | | Update argparse docs to follow order of ArgumentParser() arguments. | Andrew Svetlov | 2013-04-07 | 1 | -202/+203 |
| |\ \ \ | |/ / | |||||
| | * | | Update argparse docs to follow order of ArgumentParser() arguments. | Andrew Svetlov | 2013-04-07 | 1 | -202/+203 |
| | | | | |||||
| * | | | #16940: merge with 3.3. | Ezio Melotti | 2013-01-12 | 1 | -2/+2 |
| |\ \ \ | |/ / | |||||
| | * | | #16940: merge with 3.2. | Ezio Melotti | 2013-01-12 | 1 | -2/+2 |
| | |\ \ | | |/ | |||||
| | | * | #16940: fix indentation in example. | Ezio Melotti | 2013-01-12 | 1 | -2/+2 |
| | | | | |||||
| * | | | Issue #16933 (merge from 3.3): Improve choices examples in argparse docs. | Chris Jerdonek | 2013-01-12 | 1 | -23/+24 |
| |\ \ \ | |/ / | |||||
| | * | | Issue #16933 (merge from 3.2): Improve choices examples in argparse docs. | Chris Jerdonek | 2013-01-12 | 1 | -23/+24 |
| | |\ \ | | |/ | |||||
| | | * | Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs. | Chris Jerdonek | 2013-01-12 | 1 | -23/+24 |
| | | | | |||||
| * | | | merge with 3.3 | Sandro Tosi | 2013-01-11 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | merge with 3.2 | Sandro Tosi | 2013-01-11 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | grammatical fix; thanks to Alex Rudnick from docs@ | Sandro Tosi | 2013-01-11 | 1 | -1/+1 |
| | | | | |||||
| * | | | #16796: merge with 3.3. | Ezio Melotti | 2012-12-28 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | #16796: merge with 3.2. | Ezio Melotti | 2012-12-28 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | #16796: fix typo. Patch by Michael Schurter. | Ezio Melotti | 2012-12-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | #11175: argparse.FileType now accepts encoding and errors arguments. | Petri Lehtinen | 2012-12-15 | 1 | -9/+11 |
| |/ / | | | | | | | Patch by Lucas Maystre. | ||||
| * | | Revert duplicate changes in argparse docs. | Andrew Svetlov | 2012-11-28 | 1 | -15/+0 |
| |\ \ | |/ | |||||
| | * | Revert duplicate changes in argparse docs. | Andrew Svetlov | 2012-11-28 | 1 | -15/+0 |
| | | | |||||
| * | | Merge issue #11076: document the way to convert argparse.Namespace to a dict. | Andrew Svetlov | 2012-11-28 | 1 | -0/+15 |
| |\ \ | |/ | | | | | Initial patch by Virgil Dupras. | ||||
| | * | Issue #11076: document the way to convert argparse.Namespace to a dict. | Andrew Svetlov | 2012-11-28 | 1 | -0/+15 |
| | | | | | | | | | Initial patch by Virgil Dupras. | ||||
| * | | Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry. | Barry Warsaw | 2012-09-25 | 1 | -0/+14 |
| |\ \ | |/ | |||||
| | * | - Issue #15935: Clarification of argparse docs, re: add_argument() type and | Barry Warsaw | 2012-09-25 | 1 | -0/+14 |
| | | | | | | | | | default arguments. Patch contributed by Chris Jerdonek. | ||||
| * | | #15831: merge with 3.2 | Ezio Melotti | 2012-09-14 | 1 | -3/+6 |
| |\ \ | |/ | |||||
| | * | #15831: document multiple signatures on different lines. Patch by Chris ↵ | Ezio Melotti | 2012-09-14 | 1 | -3/+6 |
| | | | | | | | | | Jerdonek. | ||||
| * | | merge with 3.2 | Sandro Tosi | 2012-08-12 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ | Sandro Tosi | 2012-08-12 | 1 | -1/+1 |
| | | | |||||
