Commits
Branch selector
User selector
Commit history
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
Commits on Mar 13, 2020
Documentation updates for '--help' and 'python -m fire'
Show description for aa72776authored andcommitted
Commits on Mar 9, 2020
Update README.md formatting
Show description for cd008fbauthored andcommitted
Commits on Mar 6, 2020
Set version number in preparation for release.
Show description for 335f6e9authored andcommittedEnable python -m fire <module> <args> to work
Show description for 598937eauthored andcommittedMove colorama import to top
Show description for 0be2244authored andcommittedFix typo in HelpText docstring.
Show description for 41297c7committedSeparate module for formatting_windows.
Show description for d2aa542committedUpdate formatting to use colorama on windows if available.
Show description for 4a5b7c3authored andcommitted
Commits on Feb 29, 2020
Disable wrapped function test for Python 3.4
Show description for b77f5aeauthored andcommittedUse skip_arg for Python 3.4 again.
Show description for bb90d16authored andcommitted
Commits on Feb 28, 2020
Restore support for Python 3.4 and lint for Python 2.7.
Show description for afc34abcommittedpytype: disable=module-attr
Show description for 780a360authored andcommittedDisable pytype in core_test
Show description for 4de6607authored andcommittedhandle NumPy style docstring params containing a colon #189
Show description for b1f3f95authored andcommitteduse a custom getfullargspec that follows wrapped chains #159
Show description for deb33ccauthored andcommittedSatisfy pytype
Show description for 86ac268authored andcommittedMove GetClassAttrsDict to inspectutils.
Show description for c830177authored andcommittedHide future imports in MemberVisible
Show description for c8ea506authored andcommittedTreat objects with custom __str__ methods as Values / SimpleGroups.
Show description for 1c1afd1authored andcommittedCopybara import of the project:
Show description for 7d87eb2authored andcommitted
Commits on Feb 27, 2020
Copybara import of the project:
Show description for a5dba13authored andcommitted
Commits on Feb 26, 2020
Add InvalidProperty test and fix the travis error resulting from pytype not being supported in python 3.4
Show description for 04e2434authored andcommittedQuote lint formatting and fix accidentally reverted docs change.
Show description for 297a1adauthored andcommitted
Commits on Feb 25, 2020
Add InvalidProperty test and sync with GitHub
Show description for 34a10f9authored andcommitted
Commits on Feb 21, 2020
Use "dir()" to get available methods of object (#215)
Show description for 1ac5105authored
Commits on Jan 28, 2020
fix typo in guide (#218)
Show description for 192c020authored andcommitted
Commits on Jan 24, 2020
Print out predefined summary and descriptions for primitive types instead of the real docstring in the object since the docstring of the builtin objects are usually not very useful.
Show description for 420ced0authored andcommitted
Commits on Jan 17, 2020
Ignoring SIGINT in pager process and fire process while the pager process is alive.
Show description for 074f4b2authored andcommitted
Commits on Dec 13, 2019
Fix the type in version comparison in setup script.
Show description for cd95ae2authored andcommittedInstall enum 34 if python version is lower than 3.4.
Show description for 15a6f6bauthored andcommittedsync internal and external
Show description for 48038f5authored andcommitted
Commits on Dec 5, 2019
Add disable=import-outside-toplevel pylint lines.
Show description for 4695f34committed
Commits on Sep 8, 2019
Exposes builtin functions from the standard library (#193)
Show description for 8d372e2authored andcommitted