0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 12 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added caution against using in shell functions More... almost 11 years ago
Switched order of import tests More... about 11 years ago
Bump version information for imminent release More... about 11 years ago
Let's not leave any UNKNOWNs in PKGINFO More... about 11 years ago
Cut the INSTALLATION section if we're playing at being a man page More... about 11 years ago
Removed useless file_get_contents function More... about 11 years ago
Just stdout is clearer than sys_stdout More... about 11 years ago
Looks like I forgot to actually add options_first to the client docopt call More... about 11 years ago
Bump version number up to 0.6.1 to match docopt More... about 11 years ago
Now testes with python3.3, too More... about 11 years ago
Fixed invoking docopts with invalid or missing arguments More... about 11 years ago
Changed this to reflect README.rst better More... over 11 years ago
Prepare for 0.6.0 release More... over 11 years ago
Switch to the new language agnostic testing system More... over 11 years ago
Update the year in the license file too More... over 11 years ago
I think docopts is zipsafe? More... over 11 years ago
Changed -- to : in the usage pattern More... over 11 years ago
Changed PATH to $PATH and deleted unnecessary space More... over 11 years ago
Forgot to replace the old arguments in the documentation here More... over 11 years ago
The table of contents didn't look so nice on GitHub. More... over 11 years ago
Added support for the upcoming `options_first` argument and implemented a (perhaps unwarranted) major interface change: all arguments `docopts` accepts are now options, separated from the arguments to be parsed by a `--`. `--help=<msg>` is now how the doc string is given to `docopts`. The optional version message is given similarly: `--version=<msg>`. `docopts`'s own help and version messages can be read by calling it with the respective options but without any arguments. More... over 11 years ago
Note caveat with language_agnostic_tester.py More... over 11 years ago
Remove Python 2.5 as supported because I haven't actually tested this with it More... over 11 years ago
As I am too lazy to actually write proper unit tests for docopts, enjoy this hotfix to allow running it with language_agnostic_tester with multiple Python versions. More... over 11 years ago
Move modeline to the top More... over 11 years ago
Merge pull request #1 from BPaden/master More... over 11 years ago
Fix import for Python3 More... over 11 years ago
Add modeline for vim users. More... over 11 years ago
Did I never actually test this with invalid docstrings... More... over 11 years ago
And of course I forget to actually the relevant files. More... over 11 years ago