| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck | Yobmod | 2021-07-28 | 1 | -3/+5 |
| * | Rmv with_metaclass shim, make section constraint generic wrt its configparser... | Yobmod | 2021-07-24 | 2 | -8/+8 |
| * | Replace all Typeguard with cast, revert update to typing-extensions==3.10.0 | Yobmod | 2021-07-24 | 2 | -12/+15 |
| * | Rmv old py2.7 __future__ imports | Yobmod | 2021-07-19 | 1 | -2/+0 |
| * | Change remaining type comments to py3.6+ types | Yobmod | 2021-07-19 | 4 | -7/+8 |
| * | Make types in refs compatible with objects | Yobmod | 2021-07-19 | 7 | -23/+30 |
| * | Make traversable and serilizable into protocols | Yobmod | 2021-07-19 | 1 | -24/+54 |
| * | Use TreeCacheTup type alias throughout | Yobmod | 2021-07-09 | 2 | -7/+9 |
| * | Try to distinguation git.diff module from diff.Diff.diff and diff.Daffable.di... | Yobmod | 2021-07-09 | 1 | -2/+2 |
| * | Rmv submodule.base Repo assert | Yobmod | 2021-07-09 | 1 | -1/+1 |
| * | Move TraverseNT to global, cos mypy complained on testing | Yobmod | 2021-07-09 | 2 | -4/+7 |
| * | Flatten list_traverse() | Yobmod | 2021-07-09 | 1 | -0/+1 |
| * | Fix list_traverse() docstring for Autodoc | Yobmod | 2021-07-09 | 1 | -0/+5 |
| * | Rmv circular import, create Has_id_attribute Protocol instead | Yobmod | 2021-07-09 | 2 | -5/+3 |
| * | Add list_traverse() to Tree and TraversableIterableObj. | Yobmod | 2021-07-09 | 2 | -3/+11 |
| * | Change type of list_traverse() again. | Yobmod | 2021-07-09 | 1 | -6/+17 |
| * | Rmv typeguard from list_traverse(), was wrong | Yobmod | 2021-07-09 | 1 | -17/+13 |
| * | improve TraversableIterableObj typeguard | Yobmod | 2021-07-09 | 1 | -4/+6 |
| * | tests TraversableIterableObj typeguard | Yobmod | 2021-07-09 | 1 | -5/+5 |
| * | Change List to MutableSequence in fun.py _find_by_name() | Yobmod | 2021-07-08 | 1 | -7/+7 |
| * | fix base,ours,theirs typing | Yobmod | 2021-07-08 | 2 | -5/+5 |
| * | Use Tuple not tuple | Yobmod | 2021-07-08 | 1 | -2/+3 |
| * | Fix traverse_trees_recursive() again | Yobmod | 2021-07-08 | 1 | -3/+3 |
| * | Fix traverse_trees_recursive() | Yobmod | 2021-07-08 | 1 | -4/+4 |
| * | Mmmmm | Yobmod | 2021-07-08 | 1 | -10/+8 |
| * | Mak EntryTup a froward ref | Yobmod | 2021-07-08 | 1 | -1/+1 |
| * | Mak GitCmdObjectDB a froward ref | Yobmod | 2021-07-08 | 1 | -3/+3 |
| * | Finish initial typing of index folder | Yobmod | 2021-07-08 | 2 | -31/+57 |
| * | Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fi... | Yobmod | 2021-07-08 | 3 | -5/+4 |
| * | Make Repo a forward ref in Submodule.base | Yobmod | 2021-07-06 | 1 | -3/+3 |
| * | Readd submodule.base.py types | Yobmod | 2021-07-06 | 1 | -37/+51 |
| * | Fix submodule.util.py types | Yobmod | 2021-07-06 | 2 | -11/+25 |
| * | Re-add submodule.util.py types | Yobmod | 2021-07-06 | 1 | -7/+16 |
| * | Rmv diff typeguard | Yobmod | 2021-07-06 | 1 | -1/+1 |
| * | Rmv submodule types2 | Yobmod | 2021-07-06 | 1 | -1/+1 |
| * | Rmv submodule types | Yobmod | 2021-07-06 | 2 | -22/+20 |
| * | Rmv base.py types | Yobmod | 2021-07-06 | 1 | -62/+39 |
| * | Rmv root.py types | Yobmod | 2021-07-06 | 2 | -26/+12 |
| * | Rmv runtime_checkable < py3.8 pt2 | Yobmod | 2021-07-06 | 1 | -1/+1 |
| * | Rmv runtime_checkable < py3.8 | Yobmod | 2021-07-06 | 1 | -1/+1 |
| * | Fix for mrepo2 | Yobmod | 2021-07-06 | 1 | -6/+6 |
| * | Fix for mrepo | Yobmod | 2021-07-06 | 1 | -4/+5 |
| * | Add cast(Repo, mrepo) in try block | Yobmod | 2021-07-06 | 1 | -3/+4 |
| * | Improve types of diff.py | Yobmod | 2021-07-06 | 1 | -1/+1 |
| * | Add types to submodule.update() | Yobmod | 2021-07-06 | 1 | -23/+35 |
| * | Add types to submodule.root.py | Yobmod | 2021-07-05 | 1 | -8/+13 |
| * | Make bytesIO forwardref | Yobmod | 2021-07-05 | 2 | -4/+13 |
| * | Add types to submodule.util.py | Yobmod | 2021-07-05 | 1 | -6/+8 |
| * | Fix IndexFile forwardref | Yobmod | 2021-07-05 | 1 | -3/+2 |
| * | Improve typing of config_levels, add assert_never() | Yobmod | 2021-07-05 | 2 | -13/+23 |