aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/tree.py
Commit message (Expand)AuthorAgeFilesLines
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-193/+0
* Add __eq__ and __ne__ methods to Tree.W. Trevor King2009-12-051-0/+6
* Use __cmp__ instead of __eq__ for Tree comparison.W. Trevor King2009-12-041-2/+2
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-031-2/+5
* Ran the new update_copyright.pyW. Trevor King2009-11-191-1/+2
* Added docstrings to libbe submodules.W. Trevor King2009-08-311-0/+4
* Added libbe.tree.Tree.has_descendant().W. Trevor King2009-07-231-0/+19
* libbe/tree.Tree.traverse(depthFirst)->depth_first & stripped trailing spaces.W. Trevor King2009-07-231-7/+7
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-12/+11
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+1
* Oops, should be passing libbe.tree.Tree.sort() args to children. Fixed.W. Trevor King2008-11-251-1/+4
* Oops, these new submods are used by the new, classified Bug & BugDir.W. Trevor King2008-11-221-0/+158