Commits
Branch selector
User selector
Commit history
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
Commits on Jul 14, 2020
Added types and defaults to function help text.
Show description for 79d85dfauthored andcommitted
Commits on Jun 12, 2020
Support for Python 3.8
Show description for 457b156authored andcommitted
Commits on Apr 3, 2020
Bump version number to 0.3.1.
Show description for fb7ee3aauthored andcommittedRemove preexec_fn from subprocess call in console_io.py
Show description for af9d848committed
Commits on Mar 19, 2020
Switch from unittest to testutils.
Show description for 61785e6authored andcommittedFix the issue where keyword only arguments with default value is incorrectly marked as required.
Show description for b978161authored andcommitted