Commits
User selector
Commit history
Commits on Dec 30, 2023
Update formatting_windows.py
Show description for 71c721fcommitted
Commits on Nov 13, 2023
Fix missing `$` sign in bash completion (#472)
Show description for d44d33dandauthored
Commits on Oct 5, 2023
Commits on Feb 13, 2023
Commits on Feb 1, 2023
Use literal dict (#430)
Show description for 2d2fa61authored
Commits on Dec 9, 2022
- authored
docs: Fix a few typos (#399)
Show description for 7b5d4f7authoredFix #317 Help text short args (#318)
Show description for 0ad0571authored
Commits on Nov 28, 2022
Remove extra newline (#417)
Show description for 82e2d87authoredShow default values for kwonly arguments in help text (#414)
Show description for a491847authoredPython Fire Version Bump (#416)
Show description for c4bd14bauthoredBring continuous integration to working state (#415)
Show description for c367ce9authored
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 Jan 25, 2021
- Removed travis config file.
Show description for 8e9b1d5authored andcommitted
Commits on Jan 22, 2021
Bump 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 16, 2020
Support functions even when they override getattr in non-standard ways.
Show description for bc43dcaauthored 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 2, 2020
Change 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