summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed a broken test on 3.x1.x-maintenanceArmin Ronacher2014-05-241-1/+1
* This is 1.2-devArmin Ronacher2014-05-231-1/+1
* This is 1.11.1Armin Ronacher2014-05-232-2/+2
* Fixed a bug that caused text files on 2.x to not accept bytestrings.Armin Ronacher2014-05-233-3/+31
* Added changelogArmin Ronacher2014-05-231-0/+16
* This is 1.1-devArmin Ronacher2014-05-231-1/+1
* This is version 1.01.0Armin Ronacher2014-05-221-1/+1
* Updated the exampleArmin Ronacher2014-05-221-2/+15
* Updated README for complex appsArmin Ronacher2014-05-221-0/+6
* Added a complex example for plugin loading.Armin Ronacher2014-05-227-0/+113
* Added filename format functionArmin Ronacher2014-05-225-3/+51
* Fixed lack of clear reporting for pathsArmin Ronacher2014-05-212-7/+7
* Fixed a broken exampleArmin Ronacher2014-05-211-1/+1
* Added multi envvar docsArmin Ronacher2014-05-212-0/+38
* Also added support for nargs != for values from environment.Armin Ronacher2014-05-213-8/+71
* Apply the same splitting logic for explicit envvarsArmin Ronacher2014-05-212-6/+15
* Added support for lists from envvars. This fixes #87Armin Ronacher2014-05-213-1/+47
* Added a base command for dispatching to other parsers.Armin Ronacher2014-05-164-125/+233
* read1 calls into read now but line buffering gets enabled.Armin Ronacher2014-05-141-2/+3
* Use detach for TextIOWrapper. See http://bugs.python.org/issue21363Armin Ronacher2014-05-141-6/+4
* Added readmes for examplesArmin Ronacher2014-05-144-0/+45
* Merge pull request #83 from julen/doc-fixesArmin Ronacher2014-05-142-11/+11
|\
| * Docs: docstring fixesJulen Ruiz Aizpuru2014-05-132-11/+11
|/
* This is 0.7Armin Ronacher2014-05-131-1/+1
* Merge pull request #80 from dirn/patch-1Armin Ronacher2014-05-131-2/+2
|\
| * Fix typo in docsAndy Dirnberger2014-05-121-2/+2
* | Merge pull request #78 from julen/doc-fixesArmin Ronacher2014-05-131-2/+2
|\ \ | |/ |/|
| * Docs: minor fixesJulen Ruiz Aizpuru2014-05-121-2/+2
* | Fixed argument handling for "-" and added test. This fixes #77Armin Ronacher2014-05-122-2/+26
|/
* Added example on how to supress newlines.Armin Ronacher2014-05-111-0/+7
* Added echo testsArmin Ronacher2014-05-111-0/+11
* Made the echo function accept bytes transparently on 3.xArmin Ronacher2014-05-111-10/+34
* Added docs for input stream testing.Armin Ronacher2014-05-112-3/+27
* Added tests for promptsArmin Ronacher2014-05-111-0/+22
* Added tests for stream wrapping.Armin Ronacher2014-05-113-22/+113
* Merge pull request #76 from julen/doc-fixesArmin Ronacher2014-05-112-3/+3
|\
| * Docs: minor fixesJulen Ruiz Aizpuru2014-05-102-3/+3
* | Updated docs for streamsArmin Ronacher2014-05-112-0/+50
* | Improved stream support and added it to public API.Armin Ronacher2014-05-115-74/+331
|/
* Added testing docsArmin Ronacher2014-05-103-6/+82
* Moved the test code into the APIArmin Ronacher2014-05-103-151/+228
* Added nicer error handling for group commands with arguments.Armin Ronacher2014-05-102-7/+53
* Delay resolve versionArmin Ronacher2014-05-101-16/+17
* Ported naval example from docopt and expanded itArmin Ronacher2014-05-102-0/+85
* Implemented automatic version detectionArmin Ronacher2014-05-102-2/+23
* Fixed a bug with forwarding and added a testArmin Ronacher2014-05-102-3/+23
* Updated the repo example a littleArmin Ronacher2014-05-101-4/+4
* Implemented the Path typeArmin Ronacher2014-05-105-4/+137
* Uppercase parameters are lowercased for keyword args.Armin Ronacher2014-05-101-2/+2
* This is 0.6Armin Ronacher2014-05-101-1/+1