summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update announcement for release 1.3.3Doug Hellmann2013-05-021-10/+5
| | | | Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Prepare for release 1.3.31.3.3Doug Hellmann2013-05-022-1/+8
| | | | Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* declare support for python 3.3Doug Hellmann2013-05-021-0/+1
| | | | Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Merge pull request #5 from dirkmueller/more-strictDoug Hellmann2013-05-021-1/+1
|\ | | | | cmd2 0.6.5.1 was released, and is compatible
| * cmd2 0.6.5.1 was released, and is compatibleDirk Mueller2013-05-021-1/+1
| |
* | Merge pull request #4 from dirkmueller/prettytableDoug Hellmann2013-05-021-2/+3
|\ \ | |/ |/| Restore compatibility with Prettytable < 0.7.2
| * Restore compatibility with Prettytable < 0.7.2Dirk Mueller2013-05-021-2/+3
|/ | | | | | | Starting with 0.7.2, PrettyTable changed default on how empty tables are rendered. Before they were completely ommitted, now the default is to show the table headers and decoration, just no content. Restore the previous behavior to stay compatible.
* Prepare 1.3.2 release1.3.2Doug Hellmann2013-04-023-8/+14
| | | | | Change-Id: I138c53d12577d9afe698759e1819132ba976c606 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Merge pull request #32 from dtroyer/prettytable-verDoug Hellmann2013-04-021-1/+1
|\ | | | | Bump prettytable version accepted
| * Bump prettytable version acceptedDean Troyer2013-04-021-1/+1
|/
* add python 3.3 to toxDoug Hellmann2013-03-261-1/+1
| | | | | Change-Id: I55c1238e078ade1aff02cb026c32c2e0120b4b17 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* add style checks to testsDoug Hellmann2013-03-165-31/+37
| | | | | Change-Id: I34990c619e66df21148f28bc6d6d743332a4fa16 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Add tests for underscore handlingDoug Hellmann2013-03-161-0/+24
| | | | | | | | Add tests for the convert_underscores option to CommandManager. Change-Id: I5f91bb539bce69936ea86f7a370df2412c3a913c Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* use flake8 for style checksDoug Hellmann2013-03-1612-49/+63
| | | | | Change-Id: I25af2e978a8d11b84b930308516d597c75b387e0 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Merge pull request #31 from jserver/masterDoug Hellmann2013-03-132-2/+13
|\ | | | | Make converting underscores optional in CommandManager
| * update history.rst with convert_underscores changeJoe Server2013-03-081-0/+7
| |
| * make converting underscores optional in CommandManagerJoe Server2013-03-081-2/+6
|/
* fix version in docsDoug Hellmann2013-03-011-1/+1
| | | | | Change-Id: I19cc26b88f80fa3a848713e94d3d1aa1a26de121 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* prepare for 1.3.1 release1.3.1Doug Hellmann2013-02-273-10/+10
| | | | | Change-Id: I809abaef23be9e71b3a9a7f7546bf73728deb6a2 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Fix PyParsing dependencyDoug Hellmann2013-02-272-4/+18
| | | | | | | | | Peg the version of PyParsing based on the Python version, at least until cmd2 can be updated with a release that does the same. Change-Id: Ib9a7aad26ad8247706db16ee52cc385678062c51 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Merge pull request #26 from qneill/patch-1Doug Hellmann2013-01-041-1/+1
|\ | | | | Fix typo.
| * Fix typo.qneill2013-01-031-1/+1
|/
* update history file for previous mergeDoug Hellmann2012-11-091-0/+5
| | | | | Change-Id: I8654dca5929ba7c8f5c4074461fa17b45940d1fc Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Merge pull request #25 from shakhat/masterDoug Hellmann2012-11-091-1/+1
|\ | | | | Make list of application commands lexicographically ordered for help command in interactive mode
| * Make list of application commands lexicographically ordered for help command ↵Ilya Shakhat2012-11-091-1/+1
|/ | | | | | | | | | | | | | in interactive mode. Before fix: Application commands (type help <topic>): ========================================= files two part list files simple show file file error help After fix: Application commands (type help <topic>): ========================================= error file files help list files show file simple two part
* Prepare for 1.3 release1.3Doug Hellmann2012-10-213-6/+10
| | | | | | | | Update version number and finish release notes and announcement blog post. Change-Id: I9c618b0ce950aaaa089588018f013d3a498eb6fc Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* clean up history fileDoug Hellmann2012-10-211-2/+2
| | | | | Change-Id: Ic20cd187aa35a7eef3101437fd25f465224c8203 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Document dependency on distributeDoug Hellmann2012-10-211-0/+14
| | | | | | | | | | Update the installation instructions to include information about using Distribute instead of setuptools. Addresses issue #20 Change-Id: If09d63481fbc961a29be81f6c627c8c1c992020b Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* fix rst formatting in docstringDoug Hellmann2012-10-211-1/+1
| | | | | Change-Id: I203f50df2b6e0b33a37e4b3c53a55e496e639fe5 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Merge pull request #19 from ↵Doug Hellmann2012-09-123-1/+64
|\ | | | | | | | | Kami/allow_user_to_specify_extra_ArgumentParser_kwargs Allow user to specify extra ArgumentParser kwargs
| * Update history file.Tomaz Muraus2012-09-121-0/+7
| |
| * Add tests for new functionality.Tomaz Muraus2012-09-101-0/+50
| |
| * Allow user to pass argparse_kwargs argument to the build_option_parser method.Tomaz Muraus2012-09-101-1/+7
|/ | | | Those arguments gets passed to the ArgumentParser constructor.
* Set up for 1.2.1 release1.2.1Doug Hellmann2012-08-313-7/+9
| | | | | Change-Id: I3787f3451e1e50ea6fc5bd949fe7a2f94640b1f7 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Remove unused logging importDoug Hellmann2012-08-311-2/+0
| | | | | Change-Id: Idaa1d91a25f024b0c274ab7027b7faeac9b42361 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Fix problem with missing izip import in lister.pyDoug Hellmann2012-08-312-0/+57
| | | | | Change-Id: I0a3cece614c77a1dcea8d4436a7b80e60ffc7ecd Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Update announcement file for new release.Doug Hellmann2012-08-301-3/+6
| | | | | Change-Id: I45556b28a16b70377711dc7c08683997e0da4c42 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Set up release 1.21.2Doug Hellmann2012-08-302-2/+4
| | | | | | | | Document python 2.6 support; update version in setup.py and history file. Change-Id: I4fd0e0edf09e041a000f9037bffdbb1d03af1936 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Merge pull request #18 from markmcclain/py26Doug Hellmann2012-08-303-4/+27
|\ | | | | Add python2.6 support
| * Add python2.6 supportMark McClain2012-08-293-4/+27
|/
* Merge pull request #17 from dhellmann/bug/disable-logging-by-defaultmarkmcclain2012-08-153-12/+22
|\ | | | | Fix logging default behavior
| * remove debug printDoug Hellmann2012-08-151-1/+0
| | | | | | | | | | Change-Id: I50e9d11f78482c90dcdab5eb3025a21f0f5c326e Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
| * remove tablib from test requirementsDoug Hellmann2012-08-151-1/+0
| | | | | | | | | | Change-Id: I0a6479f4794114a5453e158bac1edad44bae5e6c Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
| * Fix logging default behaviorDoug Hellmann2012-08-152-11/+23
|/ | | | | | | | | | | | This change turns off logging by default and adds a global application command line switch to re-enable it by specifying the file where the log should be written. Addresses issue #16 Change-Id: I288412f4d6d8ba7c8b00aecf471836067bc4d8e2 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Fix interactive help commandDoug Hellmann2012-08-052-1/+5
| | | | | | | Parse the line sent to default() so the type of the argument matches the expectations of the method. Fixes bug #12. Change-Id: I00437c01a816b70757e9833df0c6544e02e6a774
* bumping version number for release1.1.2Doug Hellmann2012-08-043-3/+3
| | | | Change-Id: I4048267b9621639ba9e75f0d8953b43542f4b73c
* remove the entry point data for the moved formattersDoug Hellmann2012-08-041-6/+0
| | | | Change-Id: Iead2cb83715d744622288cbbb584f98a3c0872fd
* bump the version number to release a clean build1.1.1Doug Hellmann2012-08-044-8/+11
| | | | Change-Id: I300e330421c290eeeee5c6ff1377f99463b30579
* Merge pull request #14 from dhellmann/feature/split-out-tablib-support1.1Jonathan LaCour2012-08-017-162/+24
|\ | | | | Remove tablib formatters from core
| * Update version and status valuesDoug Hellmann2012-07-312-2/+2
| | | | | | | | | | Change-Id: Id90054ec9b13bd8128fc07fa398b11a59f201aec Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>