Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a broken test on 3.x1.x-maintenance | Armin Ronacher | 2014-05-24 | 1 | -1/+1 |
* | This is 1.2-dev | Armin Ronacher | 2014-05-23 | 1 | -1/+1 |
* | This is 1.11.1 | Armin Ronacher | 2014-05-23 | 2 | -2/+2 |
* | Fixed a bug that caused text files on 2.x to not accept bytestrings. | Armin Ronacher | 2014-05-23 | 3 | -3/+31 |
* | Added changelog | Armin Ronacher | 2014-05-23 | 1 | -0/+16 |
* | This is 1.1-dev | Armin Ronacher | 2014-05-23 | 1 | -1/+1 |
* | This is version 1.01.0 | Armin Ronacher | 2014-05-22 | 1 | -1/+1 |
* | Updated the example | Armin Ronacher | 2014-05-22 | 1 | -2/+15 |
* | Updated README for complex apps | Armin Ronacher | 2014-05-22 | 1 | -0/+6 |
* | Added a complex example for plugin loading. | Armin Ronacher | 2014-05-22 | 7 | -0/+113 |
* | Added filename format function | Armin Ronacher | 2014-05-22 | 5 | -3/+51 |
* | Fixed lack of clear reporting for paths | Armin Ronacher | 2014-05-21 | 2 | -7/+7 |
* | Fixed a broken example | Armin Ronacher | 2014-05-21 | 1 | -1/+1 |
* | Added multi envvar docs | Armin Ronacher | 2014-05-21 | 2 | -0/+38 |
* | Also added support for nargs != for values from environment. | Armin Ronacher | 2014-05-21 | 3 | -8/+71 |
* | Apply the same splitting logic for explicit envvars | Armin Ronacher | 2014-05-21 | 2 | -6/+15 |
* | Added support for lists from envvars. This fixes #87 | Armin Ronacher | 2014-05-21 | 3 | -1/+47 |
* | Added a base command for dispatching to other parsers. | Armin Ronacher | 2014-05-16 | 4 | -125/+233 |
* | read1 calls into read now but line buffering gets enabled. | Armin Ronacher | 2014-05-14 | 1 | -2/+3 |
* | Use detach for TextIOWrapper. See http://bugs.python.org/issue21363 | Armin Ronacher | 2014-05-14 | 1 | -6/+4 |
* | Added readmes for examples | Armin Ronacher | 2014-05-14 | 4 | -0/+45 |
* | Merge pull request #83 from julen/doc-fixes | Armin Ronacher | 2014-05-14 | 2 | -11/+11 |
|\ | |||||
| * | Docs: docstring fixes | Julen Ruiz Aizpuru | 2014-05-13 | 2 | -11/+11 |
|/ | |||||
* | This is 0.7 | Armin Ronacher | 2014-05-13 | 1 | -1/+1 |
* | Merge pull request #80 from dirn/patch-1 | Armin Ronacher | 2014-05-13 | 1 | -2/+2 |
|\ | |||||
| * | Fix typo in docs | Andy Dirnberger | 2014-05-12 | 1 | -2/+2 |
* | | Merge pull request #78 from julen/doc-fixes | Armin Ronacher | 2014-05-13 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | Docs: minor fixes | Julen Ruiz Aizpuru | 2014-05-12 | 1 | -2/+2 |
* | | Fixed argument handling for "-" and added test. This fixes #77 | Armin Ronacher | 2014-05-12 | 2 | -2/+26 |
|/ | |||||
* | Added example on how to supress newlines. | Armin Ronacher | 2014-05-11 | 1 | -0/+7 |
* | Added echo tests | Armin Ronacher | 2014-05-11 | 1 | -0/+11 |
* | Made the echo function accept bytes transparently on 3.x | Armin Ronacher | 2014-05-11 | 1 | -10/+34 |
* | Added docs for input stream testing. | Armin Ronacher | 2014-05-11 | 2 | -3/+27 |
* | Added tests for prompts | Armin Ronacher | 2014-05-11 | 1 | -0/+22 |
* | Added tests for stream wrapping. | Armin Ronacher | 2014-05-11 | 3 | -22/+113 |
* | Merge pull request #76 from julen/doc-fixes | Armin Ronacher | 2014-05-11 | 2 | -3/+3 |
|\ | |||||
| * | Docs: minor fixes | Julen Ruiz Aizpuru | 2014-05-10 | 2 | -3/+3 |
* | | Updated docs for streams | Armin Ronacher | 2014-05-11 | 2 | -0/+50 |
* | | Improved stream support and added it to public API. | Armin Ronacher | 2014-05-11 | 5 | -74/+331 |
|/ | |||||
* | Added testing docs | Armin Ronacher | 2014-05-10 | 3 | -6/+82 |
* | Moved the test code into the API | Armin Ronacher | 2014-05-10 | 3 | -151/+228 |
* | Added nicer error handling for group commands with arguments. | Armin Ronacher | 2014-05-10 | 2 | -7/+53 |
* | Delay resolve version | Armin Ronacher | 2014-05-10 | 1 | -16/+17 |
* | Ported naval example from docopt and expanded it | Armin Ronacher | 2014-05-10 | 2 | -0/+85 |
* | Implemented automatic version detection | Armin Ronacher | 2014-05-10 | 2 | -2/+23 |
* | Fixed a bug with forwarding and added a test | Armin Ronacher | 2014-05-10 | 2 | -3/+23 |
* | Updated the repo example a little | Armin Ronacher | 2014-05-10 | 1 | -4/+4 |
* | Implemented the Path type | Armin Ronacher | 2014-05-10 | 5 | -4/+137 |
* | Uppercase parameters are lowercased for keyword args. | Armin Ronacher | 2014-05-10 | 1 | -2/+2 |
* | This is 0.6 | Armin Ronacher | 2014-05-10 | 1 | -1/+1 |