summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 145: Added new CLI.parse() method; added corresponding unit testsJason Gerard DeRose2008-08-132-1/+32
| * 144: Made properties in example plugins all requiredJason Gerard DeRose2008-08-131-0/+4
| * 143: Added errors.RequirementError exception; cmd.validate() now raises Requi...Jason Gerard DeRose2008-08-133-16/+43
| * 142: python2.4: Fixed custom exceptions in errors.py as exceptions in Python2...Jason Gerard DeRose2008-08-131-3/+3
| * 141: Fixed unit tests for CLI.finalize()Jason Gerard DeRose2008-08-131-0/+3
| * 140: Added a skeleton help command in cli.pyJason Gerard DeRose2008-08-131-0/+5
| * 139: Removed dummy gettext _() func from cli.py; improved CLI.print_commands()Jason Gerard DeRose2008-08-131-6/+3
| * 138: Added ProxyTarget.doc property; CLI.print_commands() now uses cmd.doc in...Jason Gerard DeRose2008-08-135-49/+49
| * 137: Removed depreciated PublicAPI.max_cmd_len propertyJason Gerard DeRose2008-08-131-11/+0
| * 136: CLI.print_commands() now prints cmd.get_doc() as wellJason Gerard DeRose2008-08-131-1/+4
| * 135: Added unit test for CLI dictoinary interfaceJason Gerard DeRose2008-08-131-0/+16
| * 134: Added CLI.mcl (Max Command Length) property; added corresponding unit testsJason Gerard DeRose2008-08-132-0/+53
| * 133: Renamed run.py to api.pyJason Gerard DeRose2008-08-134-6/+8
| * 132: Removed test util.py fileJason Gerard DeRose2008-08-131-57/+0
| * 131: Renamed Plugins/ to plugins/Jason Gerard DeRose2008-08-133-1/+1
| * 130: Renamed startup.py to load_plugins.pyJason Gerard DeRose2008-08-132-6/+5
| * 129: Deleted the test mod1.py, mod2.py filesJason Gerard DeRose2008-08-132-48/+0
| * 128: Fixed startup.py, example.py to work with new plugin locationsJason Gerard DeRose2008-08-133-5/+6
| * 127: Removed depreciated identity.pyJason Gerard DeRose2008-08-131-54/+0
| * 126: Renamed plugins.py to Plugins/example.pyJason Gerard DeRose2008-08-131-0/+0
| * 125: Added some generic auto-import stuffJason Gerard DeRose2008-08-134-0/+129
| * 124: Fixed case in example in ReadOnly class docstringJason Gerard DeRose2008-08-121-1/+1
| * 123: API.finalize() now raises AssetionError if called more than once; added ...Jason Gerard DeRose2008-08-122-0/+7
| * 122: The dictorary interface to CLI now has keys build using to_cli(), rather...Jason Gerard DeRose2008-08-122-4/+15
| * 121: Renamed API.__call__() method to API.finalize()Jason Gerard DeRose2008-08-124-4/+4
| * 120: Moved ProxyTarget below Proxy to emphasize relationship with Plugin; add...Jason Gerard DeRose2008-08-121-37/+81
| * 119: Added ProxyTarget.implemented_by() classmethod; added corresponding unit...Jason Gerard DeRose2008-08-122-0/+55
| * 118: Added user_login.default() method as another example; print_call() now p...Jason Gerard DeRose2008-08-122-6/+12
| * 117: Improved readability of cmd.print_call()Jason Gerard DeRose2008-08-121-6/+8
| * 116: Added a user_initials property plugin to demostrate default() methodJason Gerard DeRose2008-08-122-9/+24
| * 115: CLI now parses out kw args; cmd.__call__() now uses print_n_call() to gi...Jason Gerard DeRose2008-08-123-20/+32
| * 114: Fixed cmd.__get_options(); more work on CLIJason Gerard DeRose2008-08-123-10/+31
| * 113: Fixed regex used in attr.__init__(); added unit tests for mthd.get_optio...Jason Gerard DeRose2008-08-112-2/+42
| * 112: More work on cli.pyJason Gerard DeRose2008-08-111-9/+15
| * 111: Minor changes to mthd and prop classes; updated mthd and prop unit testsJason Gerard DeRose2008-08-112-17/+30
| * 110: Started fleshing out more in cli.pyJason Gerard DeRose2008-08-115-3/+65
| * 109: Cleanups in cmd; added unit tests for cmd.validate()Jason Gerard DeRose2008-08-112-5/+35
| * 108: Changed cmd.default() so that it now only return dictionary of values fo...Jason Gerard DeRose2008-08-112-14/+12
| * 107: Some cleanup in cmd; added unit tests for cmd.default() methodJason Gerard DeRose2008-08-112-10/+40
| * 106: Fixed some typos in cmd.__get_options(); added unit tests for cmd.option...Jason Gerard DeRose2008-08-112-6/+42
| * 105: Added a default implementation of cmd.get_options; added corresponding u...Jason Gerard DeRose2008-08-112-12/+43
| * 104: public.option now subclasses from plugable.Plugin; cleaned up unit tests...Jason Gerard DeRose2008-08-102-10/+13
| * 103: Fixed missing API.__keys assignmentJason Gerard DeRose2008-08-091-1/+1
| * 102: After the API instance calls plugin.finalize(), it also calls plugin.__l...Jason Gerard DeRose2008-08-091-0/+2
| * 101: Registrar now subclasses from ReadOnlyJason Gerard DeRose2008-08-091-1/+2
| * 100: Cleaned up NameSpace docstrings; cleanup up NameSpace unit testsJason Gerard DeRose2008-08-092-57/+68
| * 99: Cleaned up unit tests for plugable.PluginJason Gerard DeRose2008-08-092-25/+35
| * 98: Completed docstrings in ProxyJason Gerard DeRose2008-08-091-5/+19
| * 97: Some whitespace and docstring cleanup; Plugin now subclasses from ProxyTa...Jason Gerard DeRose2008-08-091-18/+5
| * 96: Fixed typo is ReadOnly docstringJason Gerard DeRose2008-08-091-1/+1