summaryrefslogtreecommitdiff
path: root/taskflow/types/tree.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-4/+3
* Fix code to support networkx > 1.0Michal Arbet2018-07-111-1/+1
* Remove vim header from source fileshowardlee2016-11-091-2/+0
* Fix some misspellings in the function name and descriptionsPablo Iranzo Gómez2016-06-301-1/+1
* Merge "Enable conversion of the tree nodes into a digraph"Jenkins2015-11-181-0/+18
|\
| * Enable conversion of the tree nodes into a digraphJoshua Harlow2015-11-181-0/+18
* | Ensure node 'remove' and 'disassociate' can not be called when frozenJoshua Harlow2015-10-141-0/+2
|/
* Use the node built-in 'dfs_iter' instead of recursionJoshua Harlow2015-10-021-14/+34
* Replace the tree 'pformat()' recursion with non-recursive variantJoshua Harlow2015-07-271-44/+121
* Allow providing a node stringify function to tree pformatJoshua Harlow2015-03-291-6/+11
* Add node removal/disassociate functionsJoshua Harlow2015-03-041-0/+38
* Merge "Add a frozen checking decorator"Jenkins2015-03-041-2/+7
|\
| * Add a frozen checking decoratorJoshua Harlow2015-03-021-2/+7
* | Allow node finding to not do a deep searchJoshua Harlow2015-03-031-2/+13
|/
* Merge "Add a BFS tree iterator"Jenkins2015-02-151-0/+26
|\
| * Add a BFS tree iteratorJoshua Harlow2015-02-101-0/+26
* | Merge "Docstrings should document parameters return values"Jenkins2015-02-121-1/+9
|\ \ | |/ |/|
| * Docstrings should document parameters return valuesVilobh Meshram2015-02-111-1/+9
* | DFS in right order when not starting at the provided nodeJoshua Harlow2015-02-101-2/+1
* | Use class constants during pformatting a tree nodeJoshua Harlow2015-02-011-6/+13
|/
* Use platform neutral line separator(s)Joshua Harlow2015-01-121-1/+3
* Avoid creating a temporary list(s) for tree typeJoshua Harlow2014-12-291-5/+4
* Merge "Better handle the tree freeze method"Jenkins2014-10-181-7/+12
|\
| * Better handle the tree freeze methodJoshua Harlow2014-09-181-7/+12
* | Merge "Revamp the symbol lookup mechanism"Jenkins2014-10-181-0/+5
|\ \
| * | Revamp the symbol lookup mechanismJoshua Harlow2014-09-081-0/+5
| |/
* | Typos "searchs"Rafael Rivero2014-09-201-1/+1
* | Add existing types to generated documentationJoshua Harlow2014-09-121-15/+16
|/
* Add a tree typeJoshua Harlow2014-06-181-0/+182