2010-11-02 |
Alexander Solovyov |
Added tag 0.9.12 for changeset 8d3e644647f8
|
changeset |
files
|
2010-11-02 |
Alexander Solovyov |
0.9.12 release
0.9.12
|
changeset |
files
|
2010-11-02 |
Alexander Solovyov |
better run function in tests
|
changeset |
files
|
2010-11-02 |
Alexander Solovyov |
use utf-8 instead of ascii as default output encoding
|
changeset |
files
|
2010-11-01 |
Alexander Solovyov |
merge arch linux pkgbuild from Andrey Vlasovskikh
|
changeset |
files
|
2010-10-19 |
Andrey Vlasovskikh |
Explicit use of Python 2 for Arch Linux
|
changeset |
files
|
2010-10-17 |
Andrey Vlasovskikh |
Corrected the license field in the Arch Linux package
|
changeset |
files
|
2010-10-17 |
Andrey Vlasovskikh |
Added a package file for Arch Linux
|
changeset |
files
|
2010-11-01 |
Alexander Solovyov |
locale troubles fixed, test suite moved to cram
|
changeset |
files
|
2010-10-01 |
Dmitriy Morozov |
Merged upstream
|
changeset |
files
|
2010-09-19 |
Alexander Solovyov |
Added tag 0.9.11 for changeset bf6908d12aae
|
changeset |
files
|
2010-09-19 |
Alexander Solovyov |
0.9.11
0.9.11
|
changeset |
files
|
2010-09-11 |
Andrey Vlasovskikh |
Fixed catching unnececcary exceptions
|
changeset |
files
|
2010-09-19 |
Alexander Solovyov |
fix some pep8 warnings
|
changeset |
files
|
2010-09-14 |
Dmitriy Morozov |
Merged upstream
|
changeset |
files
|
2010-09-11 |
Alexander Solovyov |
merge completer improvements
|
changeset |
files
|
2010-04-10 |
Alexander Solovyov |
Added tag 0.9.10 for changeset 95653a562a05
|
changeset |
files
|
2010-04-10 |
Alexander Solovyov |
version 0.9.10
0.9.10
|
changeset |
files
|
2010-04-06 |
Alexander Solovyov |
some cleanup for completion
|
changeset |
files
|
2010-04-06 |
Alexander Solovyov |
handle floats along with ints and strings in default arguments; thx Jungle
|
changeset |
files
|
2010-04-06 |
Alexander Solovyov |
revert changes from 0178ac: don't require argv=sys.argv[1:]
|
changeset |
files
|
2010-04-06 |
Alexander Solovyov |
hide completion from help
|
changeset |
files
|
2010-04-06 |
Alexander Solovyov |
fix completion
|
changeset |
files
|
2010-09-09 |
Dmitriy Morozov |
Autocompletion of options works for prefixes of full command names
|
changeset |
files
|
2010-09-09 |
Dmitriy Morozov |
Fixed a bug in help_options
|
changeset |
files
|
2010-09-04 |
Dmitriy Morozov |
Augmented Bash completion script to exclude : from word breaks
|
changeset |
files
|
2010-05-29 |
Dmitriy Morozov |
Added the ability to provide a completer for arguments to options
|
changeset |
files
|
2010-02-25 |
Dmitriy Morozov |
Added FloatType as a possible option type
|
changeset |
files
|
2010-02-20 |
Dmitriy Morozov |
_completion skips middleware
|
changeset |
files
|
2010-02-15 |
Dmitriy Morozov |
Initial attempt at autocompletion (borrowed from PIP)
|
changeset |
files
|
2010-02-11 |
Alexander Solovyov |
Fix help for options with functions as their default arguments
|
changeset |
files
|
2010-02-10 |
Alexander Solovyov |
index.rst: fix link to overview
|
changeset |
files
|
2010-01-24 |
Alexander Solovyov |
fix help output
|
changeset |
files
|
2010-01-10 |
Alexander Solovyov |
update tests
|
changeset |
files
|
2009-11-09 |
Anton Dutov |
various py3k incompatibilities removed
|
changeset |
files
|
2009-10-11 |
Alexander Solovyov |
automate test system
|
changeset |
files
|
2009-10-11 |
Alexander Solovyov |
switch to setuptools (to distribute actually)
|
changeset |
files
|
2009-09-27 |
Alexander Solovyov |
backward incompatible change: require argv=sys.argv[1:] for @wrapped command to parse command line
|
changeset |
files
|
2009-09-22 |
Alexander Solovyov |
always call a function if it's default argument for an option
|
changeset |
files
|
2009-09-15 |
Alexander Solovyov |
multiple arguments example
|
changeset |
files
|
2009-09-12 |
Alexander Solovyov |
test_cmd.py update to reflect updates in opster
|
changeset |
files
|
2009-09-11 |
Alexander Solovyov |
Added tag 0.9.9 for changeset 472a33d66076
|
changeset |
files
|
2009-09-11 |
Alexander Solovyov |
release 0.9.9
0.9.9
|
changeset |
files
|
2009-09-09 |
Alexander Solovyov |
support calling commands from python when options are defined in list
|
changeset |
files
|
2009-09-06 |
Alexander Solovyov |
when calling command from python set not supplied options to proper defaults
|
changeset |
files
|
2009-09-06 |
Alexander Solovyov |
Fix bug introduced in previous changeset
|
changeset |
files
|
2009-09-03 |
Alexander Solovyov |
changelog update
|
changeset |
files
|
2009-09-03 |
Alexander Solovyov |
respect empty strings as usage
|
changeset |
files
|
2009-09-03 |
Alexander Solovyov |
replace _ with - in command names, same as in options names
|
changeset |
files
|
2009-09-03 |
Alexander Solovyov |
fix example ui middleware
|
changeset |
files
|
2009-09-03 |
Alexander Solovyov |
globaloptions were simply dropped after parsing, fold them in regular options
|
changeset |
files
|
2009-09-02 |
Alexander Solovyov |
Added tag 0.9.8 for changeset cc24c392fd45
|
changeset |
files
|
2009-09-02 |
Alexander Solovyov |
release 0.9.8
0.9.8
|
changeset |
files
|
2009-09-02 |
Alexander Solovyov |
fix bug with option names clashing with call_cmd argument names
|
changeset |
files
|
2009-08-19 |
Alexander Solovyov |
Added tag 0.9.7 for changeset d4bdbbf7a500
|
changeset |
files
|
2009-08-19 |
Alexander Solovyov |
release 0.9.7
0.9.7
|
changeset |
files
|
2009-08-19 |
Alexander Solovyov |
rename from finaloption to opster
|
changeset |
files
|
2009-08-07 |
Alexander Solovyov |
Added tag 0.9.6 for changeset d283be877fc5
|
changeset |
files
|
2009-08-07 |
Alexander Solovyov |
0.9.6 changelog and version bump
0.9.6
|
changeset |
files
|
2009-08-07 |
Alexander Solovyov |
check that option has a name
|
changeset |
files
|