Commits
Branch selector
User selector
Commit history
Commits on Apr 16, 2022
Lint error cleanup following #345 (#390)
Show description for 37c4305authoredAdd custom formatter for Fire result (#345)
Show description for 8bddeecauthoredMove python 3 only component to test_components_py3.py (#389)
Show description for 8469e48authoredFix #315 Change the _KeywordOnlyArguments filtering condition (#316)
Show description for 09f836eauthoredRemove testing for Python 3.4 (#388)
Show description for 21ae57cauthored
Commits on Apr 14, 2022
Remove unused comments related to Python 2 compatibility.
Show description for 703f8a2authored andcommitted
Commits on Jun 17, 2021
Fix typos in test component docstrings.
Show description for ed44d8bauthored andcommitted
Commits on Apr 12, 2021
Clarify docs by giving the grouping example some output.
Show description for c1266d0authored andcommitted
Commits on Jan 25, 2021
- Removed travis config file.
Show description for 8e9b1d5authored andcommitted
Commits on Jan 22, 2021
- Installed mock, required by the tests.
Show description for 58fd850authored andcommittedTrigger copybara
Show description for c97ac31authored andcommittedchmod +x .github/scripts/build.sh
Show description for fbe1bf8authored andcommittedMigrate Python Fire CI from Travis to Github Actions.
Show description for 59eb4daauthored andcommittedTravis pytype bug fix
Show description for 2b5902aauthored andcommittedOnly run pytype on 2.7 and 3.7
Show description for 4c51b89authored andcommittedDocumentation updates for 0.4.0. (python -m fire path/to/file.py)
Show description for fac1ea0authored andcommittedDon't run pytype on Python 3.9, not supported yet.
Show description for b61b68cauthored andcommittedTest Python Fire on Python 3.9
Show description for f2ab298authored andcommittedBump Python Fire version number from 0.3.1 to 0.4.0
Show description for 56d28ebauthored andcommittedissue-261 Fixed missing parts of argument descriptions for Google and Numpy style docstrings.
Show description for c39de6aauthored andcommitted
Commits on Dec 17, 2020
Added detail to CONTRIBUTING.md
Show description for 629d91cauthored andcommitted
Commits on Dec 16, 2020
Support functions even when they override getattr in non-standard ways.
Show description for bc43dcaauthored andcommittedDon't run pytype in Python 3.5.
Show description for a938ef9authored andcommittedAdd :key type name: parameters to help text
Show description for aa18534authored andcommittedSupport asyncio coroutines
Show description for e4cb72aauthored andcommitted
Commits on Oct 30, 2020
Fixed line-too-long linting issue in Python 2.7.
Show description for 3be260eauthored andcommittedCL fixes for pytype and pylint.
Show description for fea0be7authored andcommittedFixed linting issues with import compatibility across multiple Python versions.
Show description for 5aa754aauthored andcommittedUpdated to fix unittest compatibility and Python 3.4 backwards compatibility.
Show description for 6ef90c0authored andcommitted
Commits on Oct 29, 2020
Fixed compatibility issues with unittest module and Python versions below 3.5.
Show description for c1a0450authored andcommittedAdded better error handling for module imports and
Show description for 5311d21authored andcommitted
Commits on Oct 5, 2020
Fix inclusion of enum34 if setup.py.
Show description for 878b8d8authored andcommitted
Commits on Oct 2, 2020
disable lint checks super-with-arguments and raise-missing-from
Show description for 7d5011aauthored andcommittedChange member future check to fix issue 272
Show description for c378906authored andcommittedAdd module-attr disable hints.
Show description for b5d6341committed