Commits
Branch selector
User selector
Commit history
Commits on Jul 27, 2018
Consolidate fire trace methods into AddCalledComponent
Show description for 6e0ca73committed
Commits on Jul 23, 2018
Adds useless-object-inheritance and no-else-return to pylintrc disable
Show description for 625b305committed
Commits on Jul 2, 2018
Fixes bug setting stories (#130)
Show description for 80ee256authored andcommitted
Commits on Jun 28, 2018
Copybara generated commit for Python Fire.
Show description for b55cebdcommitted
Commits on Jun 22, 2018
Change unicode() —> six.text_type() for Python 3 (#128)
Show description for eb8f053authored andcommitted
Commits on Jun 21, 2018
Copybara generated commit for Python Fire.
Show description for 021d627committed
Commits on May 21, 2018
Fish completion support (#122)
Show description for 83a8036authored andcommitted
Commits on Feb 23, 2018
- Prepare Fire for v0.1.3 release. by dbieber <dbieber@google.com>
Show description for 6912ccdcommitted
Commits on Jan 11, 2018
unicode() --> six.u() for Python 3 compatibility (#111)
Show description for 9bff9d0authored andcommitted
Commits on Jan 8, 2018
Consistent return statements, keyword-arg-before-vararg lint disables, docstrings, and import order pylintrc.
Show description for 7f166e9committed
Commits on Dec 4, 2017
Lint for continued line, fire.svg badge, and spelling fix.
Show description for 72604f4committedDo not treat arguments that start with '--' as string. (#99)
Show description for fa57593authored andcommitted
Commits on Oct 11, 2017
- authored
Fix for BinOp in args (#96)
Show description for 7400ca8authored andcommitted
Commits on Aug 29, 2017
- Sync docs across readme and index.
Show description for e76a10ccommitted
Commits on Aug 28, 2017
Document supported Python versions (#92)
Show description for 2c7b039authored andcommitted
Commits on Aug 21, 2017
Disabled ASCII conversion in order to improve console output encoding… (#87)
Show description for 379dd0aauthored andcommitted
Commits on Jul 24, 2017
- committed
- committed
Adds MANIFEST.in to Python Fire (properly including LICENSE file in sdist).
Show description for 43c0b8ccommittedUpdates to setup.py in preparation for release 0.1.2.
Show description for 3e98ed5committed
Commits on Jul 21, 2017
Accept a list of arguments for the argument (in addition to continuing to accept a string).
Show description for b5053bacommitted
Commits on Jul 17, 2017
- Rename doc to docs in preparation for adding mkdocs support.
Show description for 84c5a46committedAdd conda forge (#82)
Show description for c43c832authored andcommitted
Commits on May 25, 2017
Make ipython fully optional (#78)
Show description for 952e20dauthored
Commits on May 21, 2017
Commits on Apr 19, 2017
Bug Fix : name was not setting if command is set (#65)
Show description for 1f366f9authored andcommitted
Commits on Apr 17, 2017
Fix no-else-return lint violations.
Show description for d998200committed
Commits on Apr 13, 2017
Fixes part of #51: uses os.path.basename(sys.argv[0]) as default program name (#59)
Show description for 3b04b0eauthored andcommitted
Commits on Apr 11, 2017
Write help and trace messages to stderr (#54)
Show description for b76f1c3authored andcommittedClean up formatting in test and guide.
Show description for 8eb6aa5committedipython<6.0 for #57; fix broken links in guide.md (#58)
Show description for c1f045dauthored andcommitted
Commits on Apr 7, 2017
Added .gitignore file. (#50)
Show description for 8ea4229authored andcommittedFixed Issue 42: Handled another type of exception and added testcase … (#49)
Show description for a0791c9authored andcommitted
Commits on Apr 6, 2017
- authored andcommitted