Commits
Branch selector
User selector
Commit history
Commits on Sep 8, 2019
Exposes builtin functions from the standard library (#193)
Show description for 8d372e2authored andcommitted
Commits on Sep 5, 2019
- authored andcommitted
Commits on Aug 8, 2019
Set version number to 0.2.2
Show description for a781058authored andcommitted
Commits on Aug 5, 2019
Prevent error when all lines are blank in _strip_blank_lines.
Show description for f01aad3authored andcommitted
Commits on Jul 30, 2019
Set version to 0.2.1.
Show description for c1a7e2fauthored andcommitted
Commits on Jul 29, 2019
robustify docstring parser to blank lines after section starts. Resolves https://github.com/google/python-fire/issues/183
Show description for 0fa5c42authored andcommitted
Commits on Jul 26, 2019
Adds BinaryCanvas as test component.
Show description for a54ef58authored andcommittedmake pytype happy w/ __str__ feature.
Show description for d774539authored andcommittedAllow custom types to define their own serialization with __str__.
Show description for 18ba635authored andcommitted
Commits on Jul 25, 2019
Triple double-quotes, not triple single-quotes and linter error for callable_with_keyword_argument
Show description for 9629074authored andcommittedSet version to 0.2.0.
Show description for 86e2c35authored andcommittedenable test for callable object usage
Show description for 88f3923authored andcommittedDon't show properties on uninstantiated classes outside verbose mode / completion scripts.
Show description for 05080ecauthored andcommittedSupport for callable objects in usage test. Refactor of usage text.
Show description for 8de8836authored andcommittedfix external lint errors.
Show description for ba22c78authored andcommitteddisable protected-access check for docstrings_test
Show description for 283e3a7authored andcommittedfix line-too-long lint error
Show description for c3d6b2dauthored andcommittedUse kwargs for calling HelpText and UsageText.
Show description for b05ae0dauthored andcommittedShow a separator as the continuation if no args are needed by a callable.
Show description for 8d47ddbauthored andcommittedPrint "3+4j" instead of "(3+4j)".
Show description for 88999fdauthored andcommittedShow both call syntax and members for callable objects in help and usage screens.
Show description for 3d74ae8authored andcommittedDon't strip whitespace when collecting descriptions in docstring
Show description for dbc8022authored andcommitted
Commits on Jul 24, 2019
resolve inconsistent-return-statements lint error.
Show description for ed3cd74authored andcommittedAdds hello world example to readme. Shows that --help works for help without isolated --.
Show description for eea8951authored andcommittedswitch from marking optional flags to marking required flags.
Show description for 97a401eauthored andcommittedInclude kwargs in help screens and usage screens.
Show description for c1a4acfauthored andcommittedcall super in setUp to make internal linter happy
Show description for ce030f6authored andcommittedInclude varargs in help screens and usage screens.
Show description for 970d292authored andcommittedAdds test for static and class methods.
Show description for 01651a2authored andcommittedmore explicit check for fields
Show description for 73dde2cauthored andcommitted
Commits on Jul 23, 2019
Support for namedtuples in Python 2.
Show description for 337342eauthored andcommittedAdds the oft-neglected frozenset to the list of types needing custom descriptions.
Show description for a9b4819authored andcommittedFirst step toward custom descriptions and summaries for primitive types with messy builtin docstrings.
Show description for 46d100eauthored andcommitted
Commits on Jul 22, 2019
Fix broken b-key induced typo.
Show description for f547c68authored andcommittedUnifies function and object help string building to make supporting callable functions more natural in a follow up CL. Refactor of helptext module to reduce redundant action collection logic and or…
Show description for b80d596authored andcommitted