Commits
Branch selector
User selector
Commit history
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
Commits on Apr 5, 2017
Adds new line separating note about flags from table.
Show description for 309d571committed
Commits on Mar 31, 2017
Provide completion scripts for fire.Fire(fn).
Show description for 9eb7886committedLazy import IPython
Show description for 3db47f8committed
Commits on Mar 29, 2017
Consistent colon usage in FireErrors.
Show description for 5e65a31committed- authored andcommitted
Commits on Mar 28, 2017
- authored andcommitted
- authored
Commits on Mar 27, 2017
Adds pylintrc and moves towards conforming to the pylintrc (#36)
Show description for 4198d5aauthored
Commits on Mar 24, 2017
- authored andcommitted
Commits on Mar 23, 2017
Update guide.md (#31)
Show description for 35a3ec9authored andcommittedExit with a status code if Fire encounters an error (#27)
Show description for c399562authored andcommitted
Commits on Mar 22, 2017
Fix failing tests on Windows due to hardcoded file paths (#30)
Show description for c3f158aauthored andcommitted
Commits on Mar 20, 2017
Fix keyword-only arguments (#18)
Show description for babf4f1authored andcommitted
Commits on Mar 14, 2017
Replace an instance of self with object (typo)
Show description for 6feced7committedFix a typo in guide.md (#20)
Show description for d5f5638authored andcommitted
Commits on Mar 11, 2017
Handles looking up source file of components w/o source gracefully by dbieber <dbieber@google.com>
Show description for 1239bddcommittedIntroduces The Python Fire Guide, by David Bieber <dbieber@google.com>
Show description for d0968d7committed
Commits on Mar 9, 2017
Use 'is' in place of '==' for determining whether Python object has changed in Fire.
Show description for 88f6574committed
Commits on Mar 7, 2017
Cleans up formatting and adds requirements.txt file.
Show description for 8e29478committed
Commits on Mar 6, 2017
Allow Fire to serialize empty dictionaries (#5)
Show description for 59d9095authored andcommittedCombine logic for printing lists, generators, and sets (#9)
Show description for f8ad6b7authored andcommittedSupport annotations in functions. (#8)
Show description for 63aba49authored andcommitted
Commits on Mar 2, 2017
Updates documentation and fixes example CLI main syntax.
Show description for 48dd662committed
Commits on Feb 23, 2017
Adds .travis.yml to Python Fire and updates setup.py
Show description for 421bbaecommitted