Commits
Branch selector
User selector
Commit history
Commits on May 18, 2019
Use singular command|value|group rather than plural commands|values|groups in usage text
Show description for 25305e4authored andcommitted
Commits on Apr 26, 2019
Migrated the remaining testcases in helputils_test.py to
Show description for 3c12481authored andcommitted
Commits on Apr 20, 2019
Migrate more tests from helputils_test.py to helptext_test.py
Show description for 5972332authored andcommitted
Commits on Apr 19, 2019
Removed docstrings.parse() calls in the tests.
Show description for 1e2053bauthored andcommittedPorted HelpUtilsTest.testHelpStringFunctionWithDefaults over to HelpTest.testHelpTextFunctionWithDefaults
Show description for 4a0ab95authored andcommitted
Commits on Apr 18, 2019
Ported HelpUtilsTest.testHelpStringFunction over to HelpTest.testHelpTextFunction
Show description for 1a14611authored andcommittedPorted HelpUtilsTest.testHelpStringObject to HelpTest.testHelpTextNoDefaultsObject
Show description for 91b59abauthored andcommitted
Commits on Apr 16, 2019
Switch back to pipes.quote
Show description for 925ae49authored andcommittedMore Python 3 support.
Show description for 6434381authored andcommitted
Commits on Apr 11, 2019
Fixed the formatting issue breaking travis build
Show description for 1bfc1d0authored andcommitted
Commits on Apr 10, 2019
Handles the case where IPython's inspector returns '<no docstring>' when there's docstring on the component.
Show description for 82f18d5authored andcommittedMove helptext formatting functions to their own module and add tests
Show description for 20f8ba8authored andcommitted
Commits on Apr 9, 2019
Fixed the helper function names in test class
Show description for f006733authored andcommittedMigrate the test case 'testHelpStringClass' over to new help screen.
Show description for 9eaca74authored andcommittedUse _CreateItem for flags and positional args and adds underlines.
Show description for 2b152ceauthored andcommitted
Commits on Apr 3, 2019
Use singular "VALUE" in synopsis
Show description for 1b185bbauthored andcommitted
Commits on Mar 27, 2019
Add termcolor to travis.yml. Not needed as a dep in setup.py yet.
Show description for d15fa28authored andcommittedStart of clean up and formatting for help text for Python Fire
Show description for d0af027authored andcommitted
Commits on Mar 26, 2019
Split helputils into helputils (old, still used) and helptext (new module, scheduled to replace helputils)
Show description for 669cf28authored andcommitted
Commits on Mar 21, 2019
Fix or ignore type errors generated by the next release of pytype.
Show description for c507c09authored andcommitted
Commits on Mar 19, 2019
Fixed naming of test cases broke travis build
Show description for 2f80522authored andcommittedGenerating flags information for function objects
Show description for 665c497authored andcommitted
Commits on Mar 4, 2019
Resolve no-else-raise linter errors.
Show description for 36fcb19authored andcommittedAdd type-checking to Python Fire via pytype.
Show description for 1c1f6ddauthored andcommitted
Commits on Feb 26, 2019
Mark Python 3.7 support in setup.py
Show description for 2363b5fauthored andcommittedEnable pylint for all Python versions
Show description for 3578817authored andcommittedSupport Python 3.7 in travis tests for Python Fire
Show description for 2bfb82eauthored andcommittedinitial support for Python 3.7 and additional builtins
Show description for 668007aauthored andcommitted
Commits on Feb 22, 2019
disable g-bad-exception-name for FireExit Exception.
Show description for 6dc6531authored andcommittedclean up of completion enhancement
Show description for 9104dafauthored andcommittedDecrease max_examples by 10x
Show description for 7538c3dcommittedCompletion enhancements cleanup (ought to be nearly a no-op). Completion enhancements author: meshde
Show description for 7651785committedReduce number of examples for docstrings fuzzing by 10x.
Show description for cb311f1committedAdds copybara workflow for Python Fire for creating a CL from a PR.
Show description for 8afe885committed
Commits on Feb 21, 2019
Completion Enhancements (#144)
Show description for 5f2fa98authored andcommitted