summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* move todo list to github issuesDoug Hellmann2012-05-011-13/+0
|
* update todo listDoug Hellmann2012-04-291-8/+0
|
* Merge branch 'refactor-display'Doug Hellmann2012-04-295-81/+94
|\
| * refactor ShowOne and Lister to share a common base classDoug Hellmann2012-04-295-81/+94
| |
* | note about prettytable and python3Doug Hellmann2012-04-291-0/+1
|/
* Merge branch 'adding-tests'Doug Hellmann2012-04-298-14/+338
|\
| * tests for cliff.helpDoug Hellmann2012-04-291-0/+75
| |
| * pass the App to the help action instead of passing just the command manager, ↵Doug Hellmann2012-04-292-7/+7
| | | | | | | | since the app has the stout handle we want to use for printing the help
| * 100% coverage of cliff.commandDoug Hellmann2012-04-291-0/+22
| |
| * 100% coverage for commandmanager.pyDoug Hellmann2012-04-291-0/+46
| |
| * 100% coverage of cliff.app moduleDoug Hellmann2012-04-293-12/+111
| |
| * let the interactive app set its own promptDoug Hellmann2012-04-292-1/+1
| |
| * add tests for App and fix an issue with error handling and clean_up() in ↵Doug Hellmann2012-04-293-2/+84
| | | | | | | | python 3.
| * use the stderr handle given to the app instead of assuming the defaultDoug Hellmann2012-04-291-1/+1
| |
* | more todo notesDoug Hellmann2012-04-291-1/+2
|/
* version number and release note updates for 0.4Doug Hellmann2012-04-284-7/+7
|
* documentation improvementsDoug Hellmann2012-04-2810-19/+189
|
* simplify packaging file for demo appDoug Hellmann2012-04-281-101/+0
|
* ignore files generated by dev environmentDoug Hellmann2012-04-281-0/+2
|
* first pass at interactive appDoug Hellmann2012-04-285-13/+129
|
* note to add more options to csv formatterDoug Hellmann2012-04-281-0/+1
|
* add --prefix option for shell formatter; add docs for shell formatterDoug Hellmann2012-04-283-4/+36
|
* clean up help text for the other formattersDoug Hellmann2012-04-283-3/+7
|
* add shell output formatter for single itemsDoug Hellmann2012-04-282-0/+33
|
* add longer docstring to show how it is printed by helpDoug Hellmann2012-04-281-2/+4
|
* update todo listDoug Hellmann2012-04-271-3/+2
|
* Merge branch 'master' of github.com:dreamhost/cliffDoug Hellmann2012-04-2714-21/+271
|\
| * update blog announcementDoug Hellmann2012-04-271-5/+4
| |
| * bump the version number and update the release notesDoug Hellmann2012-04-273-3/+9
| |
| * add ShowOne base class for commands that need to show properties of an ↵Doug Hellmann2012-04-2710-4/+244
| | | | | | | | | | | | | | individual object make the table formatter work as a single object formatter update the docs for the new features
| * handle an empty data setDoug Hellmann2012-04-271-8/+12
| |
| * correct the doctoringDoug Hellmann2012-04-271-1/+2
| |
* | fix typo in blog postDoug Hellmann2012-04-271-1/+1
|/
* fix version # in doc build scriptDoug Hellmann2012-04-261-2/+2
|
* 0.2 release announcement postDoug Hellmann2012-04-261-6/+23
|
* bump version numberDoug Hellmann2012-04-261-1/+1
|
* start a release logDoug Hellmann2012-04-262-0/+17
|
* update doc instructions for getting helpDoug Hellmann2012-04-261-5/+5
|
* only show the one-line description in the command list; add a description of ↵Doug Hellmann2012-04-261-1/+5
| | | | "help"
* register a custom help action that knows how to print the list of commands ↵Doug Hellmann2012-04-262-13/+49
| | | | available and a help command to generate help for the other commands
* provide an internal API for applications to register commands without going ↵Doug Hellmann2012-04-261-1/+16
| | | | through setuptools (used for help handler)
* Merge branch 'argparse' of git://github.com/dtroyer/cliffDoug Hellmann2012-04-261-17/+16
|\
| * Use argparse for global argumentsDean Troyer2012-04-261-17/+16
| |
* | fix doc build instructionsDoug Hellmann2012-04-261-2/+2
| |
* | add some developer instructions and links ot the source repo and bug trackerDoug Hellmann2012-04-253-0/+114
|/
* add announcement blog post sourceDoug Hellmann2012-04-251-0/+21
|
* advice from the distutils list was to stick with distribute for nowDoug Hellmann2012-04-251-3/+0
|
* add Makefile with some common release operationsDoug Hellmann2012-04-251-0/+20
|
* add example output to the list formattersDoug Hellmann2012-04-251-0/+21
|
* add a requirements file for doc build on readthedocs.orgDoug Hellmann2012-04-251-0/+2
|