Thu, 18 Nov 2010 22:19:30 +0100 Alexander Solovyov fix sysname to not display full path to command
Thu, 18 Nov 2010 22:15:57 +0100 Alexander Solovyov fix exception handling
Mon, 15 Nov 2010 14:56:57 +0100 Alexander Solovyov small docs update
Mon, 15 Nov 2010 14:48:13 +0100 Alexander Solovyov README update
Sat, 13 Nov 2010 01:40:52 +0300 Andrey Vlasovskikh Arch Linux package for 0.9.12
Sat, 06 Nov 2010 12:14:40 -0700 Dmitriy Morozov Merged upstream
Tue, 02 Nov 2010 13:38:19 +0100 Alexander Solovyov Added tag 0.9.12 for changeset 8d3e644647f8
Tue, 02 Nov 2010 13:38:15 +0100 Alexander Solovyov 0.9.12 release 0.9.12
Tue, 02 Nov 2010 13:38:05 +0100 Alexander Solovyov better run function in tests
Tue, 02 Nov 2010 13:26:42 +0100 Alexander Solovyov use utf-8 instead of ascii as default output encoding
Mon, 01 Nov 2010 17:44:08 +0100 Alexander Solovyov merge arch linux pkgbuild from Andrey Vlasovskikh
Tue, 19 Oct 2010 17:45:55 +0400 Andrey Vlasovskikh Explicit use of Python 2 for Arch Linux
Sun, 17 Oct 2010 15:30:28 +0400 Andrey Vlasovskikh Corrected the license field in the Arch Linux package
Sun, 17 Oct 2010 15:15:11 +0400 Andrey Vlasovskikh Added a package file for Arch Linux
Mon, 01 Nov 2010 17:41:57 +0100 Alexander Solovyov locale troubles fixed, test suite moved to cram
Fri, 01 Oct 2010 09:45:26 -0700 Dmitriy Morozov Merged upstream
Sun, 19 Sep 2010 20:17:49 +0300 Alexander Solovyov Added tag 0.9.11 for changeset bf6908d12aae
Sun, 19 Sep 2010 20:17:45 +0300 Alexander Solovyov 0.9.11 0.9.11
Sat, 11 Sep 2010 15:16:24 +0400 Andrey Vlasovskikh Fixed catching unnececcary exceptions
Sun, 19 Sep 2010 19:25:02 +0300 Alexander Solovyov fix some pep8 warnings
Tue, 14 Sep 2010 14:35:54 -0700 Dmitriy Morozov Merged upstream
Sat, 11 Sep 2010 10:39:15 +0300 Alexander Solovyov merge completer improvements
Sat, 10 Apr 2010 12:15:59 +0300 Alexander Solovyov Added tag 0.9.10 for changeset 95653a562a05
Sat, 10 Apr 2010 12:15:54 +0300 Alexander Solovyov version 0.9.10 0.9.10
Tue, 06 Apr 2010 16:26:07 +0300 Alexander Solovyov some cleanup for completion
Tue, 06 Apr 2010 16:08:33 +0300 Alexander Solovyov handle floats along with ints and strings in default arguments; thx Jungle
Tue, 06 Apr 2010 16:02:08 +0300 Alexander Solovyov revert changes from 0178ac: don't require argv=sys.argv[1:]
Tue, 06 Apr 2010 15:57:48 +0300 Alexander Solovyov hide completion from help
Tue, 06 Apr 2010 15:49:50 +0300 Alexander Solovyov fix completion
Wed, 08 Sep 2010 17:39:56 -0700 Dmitriy Morozov Autocompletion of options works for prefixes of full command names
Wed, 08 Sep 2010 17:30:13 -0700 Dmitriy Morozov Fixed a bug in help_options
Fri, 03 Sep 2010 18:17:31 -0700 Dmitriy Morozov Augmented Bash completion script to exclude : from word breaks
Sat, 29 May 2010 15:46:31 -0700 Dmitriy Morozov Added the ability to provide a completer for arguments to options
Thu, 25 Feb 2010 10:13:55 -0800 Dmitriy Morozov Added FloatType as a possible option type
Fri, 19 Feb 2010 16:54:13 -0800 Dmitriy Morozov _completion skips middleware
Mon, 15 Feb 2010 15:31:21 -0800 Dmitriy Morozov Initial attempt at autocompletion (borrowed from PIP)
Thu, 11 Feb 2010 18:48:44 +0200 Alexander Solovyov Fix help for options with functions as their default arguments
Wed, 10 Feb 2010 10:31:27 +0200 Alexander Solovyov index.rst: fix link to overview
Sun, 24 Jan 2010 11:05:51 +0200 Alexander Solovyov fix help output
Sun, 10 Jan 2010 23:05:37 +0200 Alexander Solovyov update tests
Mon, 09 Nov 2009 23:31:37 +0200 Anton Dutov various py3k incompatibilities removed
Sun, 11 Oct 2009 14:19:47 +0300 Alexander Solovyov automate test system
Sun, 11 Oct 2009 11:53:36 +0300 Alexander Solovyov switch to setuptools (to distribute actually)
Sun, 27 Sep 2009 23:24:44 +0300 Alexander Solovyov backward incompatible change: require argv=sys.argv[1:] for @wrapped command to parse command line
Tue, 22 Sep 2009 14:24:57 +0300 Alexander Solovyov always call a function if it's default argument for an option
Tue, 15 Sep 2009 19:38:41 +0300 Alexander Solovyov multiple arguments example
Sat, 12 Sep 2009 08:54:47 +0300 Alexander Solovyov test_cmd.py update to reflect updates in opster
Fri, 11 Sep 2009 22:50:51 +0300 Alexander Solovyov Added tag 0.9.9 for changeset 472a33d66076
Fri, 11 Sep 2009 22:50:48 +0300 Alexander Solovyov release 0.9.9 0.9.9
Thu, 10 Sep 2009 00:17:29 +0300 Alexander Solovyov support calling commands from python when options are defined in list
Sun, 06 Sep 2009 16:32:32 +0300 Alexander Solovyov when calling command from python set not supplied options to proper defaults
Sun, 06 Sep 2009 15:08:49 +0300 Alexander Solovyov Fix bug introduced in previous changeset
Thu, 03 Sep 2009 23:21:31 +0300 Alexander Solovyov changelog update
Thu, 03 Sep 2009 23:20:02 +0300 Alexander Solovyov respect empty strings as usage
Thu, 03 Sep 2009 23:19:29 +0300 Alexander Solovyov replace _ with - in command names, same as in options names
Thu, 03 Sep 2009 22:14:59 +0300 Alexander Solovyov fix example ui middleware
Thu, 03 Sep 2009 22:06:14 +0300 Alexander Solovyov globaloptions were simply dropped after parsing, fold them in regular options
Wed, 02 Sep 2009 12:50:52 +0300 Alexander Solovyov Added tag 0.9.8 for changeset cc24c392fd45
Wed, 02 Sep 2009 12:50:48 +0300 Alexander Solovyov release 0.9.8 0.9.8
Wed, 02 Sep 2009 12:50:02 +0300 Alexander Solovyov fix bug with option names clashing with call_cmd argument names
(0) -100 -60 tip