summaryrefslogtreecommitdiff
path: root/libbe/diff.py
Commit message (Expand)AuthorAge
* doc: clean up top level module docstringsW. Trevor King2012-10-26
* doc: update :class: to :py:class: for modern Sphinx.W. Trevor King2012-10-26
* Ran update-copyright.py.W. Trevor King2012-10-16
* Ran update-copyright.py.W. Trevor King2012-02-16
* Run update_copyright.py.W. Trevor King2011-05-25
* Bumped to version 1.0.0Chris Ball2011-01-08
* Ran update_copyright.pyW. Trevor King2010-06-22
* Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute"W. Trevor King2010-02-07
* Fix Diff.comment_body_change_string's difflib.unified_diff callW. Trevor King2010-01-24
* Fix modified ID reference in libbe.diff.Diff._changed_bugsW. Trevor King2010-01-18
* Optimized libbe.diff.Diff._changed when old bugdir is a RevisionedBugDirW. Trevor King2010-01-18
* Updated copyright informationW. Trevor King2010-01-01
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-15
* Fixed up libbe.diffW. Trevor King2009-12-15
* Transition to Command-format complete.W. Trevor King2009-12-15
* Transitioned diff and subscribe to Command-format"W. Trevor King2009-12-15
* Fix libbe.diff.Diff._changed_bugs() to handle subscriptions by bug shortname.W. Trevor King2009-12-05
* Adjust libbe.diff.DiffTree to fix failed doctest.W. Trevor King2009-12-05
* Use new libbe.diff.Diff.report_tree(subscriptions) in be-handle-mail.W. Trevor King2009-12-05
* Added libbe.diff.Diff.full_report() for speed with several subscription lists.W. Trevor King2009-12-05
* Created diff.subscriptions_from_string()W. Trevor King2009-12-05
* Added BUGDIR_TYPE_MOD and BUGDIR_TYPE_REM to libbe.diff.W. Trevor King2009-12-05
* Adjusted diff.Subscription.__init__() to guess type_root if required.W. Trevor King2009-12-05
* Added subscriptions option to diff.Diff.report_tree().W. Trevor King2009-12-05
* Moved subscription types from becommands/subscribe.py to libbe/diff.py.W. Trevor King2009-12-05
* Fixed removed comment listing in libbe/diff.py.W. Trevor King2009-12-04
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-03
* BugDir.list_uuids() -> BugDir.uuids()W. Trevor King2009-11-28
* Ran the new update_copyright.pyW. Trevor King2009-11-19
* Added docstrings to libbe submodules.W. Trevor King2009-08-31
* RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-31
* Improved unittest cleanup by adding BugDir.cleanup().W. Trevor King2009-07-31
* Fixed indent spacing in libbe.diff.report().W. Trevor King2009-07-31
* Cleaned up be-handle-mail's subscriber notification emails (fewer attachments).W. Trevor King2009-07-27
* Tweaked the output text for modified bugs in libbe.diff and be-handle-mail.W. Trevor King2009-07-27
* Added cmp functions to libbe.comment, and fleshed them out in libbe.bug.W. Trevor King2009-07-27
* Cache data strings in libbe.diff.DiffTree.W. Trevor King2009-07-27
* Major rewrite of libbe.diff introduces DiffTree and Diff classes.W. Trevor King2009-07-27
* Added bugdir setting comparision to libbe.diff.W. Trevor King2009-07-23
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-14
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-11
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-01
* Per-tree status levels working.W. Trevor King2008-12-04
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-25
* Added Bug.comments(), BugDir.has_bug() & cleaned up diff.diff().W. Trevor King2008-11-24
* libbe/diff.diff() was missing newly created bugs. Fixed.W. Trevor King2008-11-23
* Go back to lazy bug loading to get execution speed back up.W. Trevor King2008-11-23
* Explicit rcs.cleanup() in bugdir test.W. Trevor King2008-11-22
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-21
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-18