aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/diff.py
Commit message (Expand)AuthorAgeFilesLines
* Fix two more Py2->Py3 conversionsMatěj Cepl2024-03-301-1/+1
* Used PyCharms inspectors.Matěj Cepl2024-03-301-7/+7
* WIP plenty of clean-ups and porting to Python 3.Matěj Cepl2024-01-211-24/+42
* conversion of cmp() functionMatěj Cepl2024-01-181-10/+16
* 2to3 conversion of the repo.Matěj Cepl2024-01-181-5/+5
* doc: clean up top level module docstringsW. Trevor King2012-10-261-1/+1
* doc: update :class: to :py:class: for modern Sphinx.W. Trevor King2012-10-261-1/+1
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+1
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Run update_copyright.py.W. Trevor King2011-05-251-0/+1
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
* Ran update_copyright.pyW. Trevor King2010-06-221-12/+13
* Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute"W. Trevor King2010-02-071-9/+23
* Fix Diff.comment_body_change_string's difflib.unified_diff callW. Trevor King2010-01-241-1/+4
* Fix modified ID reference in libbe.diff.Diff._changed_bugsW. Trevor King2010-01-181-1/+1
* Optimized libbe.diff.Diff._changed when old bugdir is a RevisionedBugDirW. Trevor King2010-01-181-21/+57
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-151-2/+2
* Fixed up libbe.diffW. Trevor King2009-12-151-85/+83
* Transition to Command-format complete.W. Trevor King2009-12-151-4/+0
* Transitioned diff and subscribe to Command-format"W. Trevor King2009-12-151-8/+9
* Fix libbe.diff.Diff._changed_bugs() to handle subscriptions by bug shortname.W. Trevor King2009-12-051-3/+8
* Adjust libbe.diff.DiffTree to fix failed doctest.W. Trevor King2009-12-051-2/+5
* Use new libbe.diff.Diff.report_tree(subscriptions) in be-handle-mail.W. Trevor King2009-12-051-4/+9
* Added libbe.diff.Diff.full_report() for speed with several subscription lists.W. Trevor King2009-12-051-2/+67
* Created diff.subscriptions_from_string()W. Trevor King2009-12-051-0/+23
* Added BUGDIR_TYPE_MOD and BUGDIR_TYPE_REM to libbe.diff.W. Trevor King2009-12-051-8/+19
* Adjusted diff.Subscription.__init__() to guess type_root if required.W. Trevor King2009-12-051-2/+7
* Added subscriptions option to diff.Diff.report_tree().W. Trevor King2009-12-051-20/+77
* Moved subscription types from becommands/subscribe.py to libbe/diff.py.W. Trevor King2009-12-051-0/+46
* Fixed removed comment listing in libbe/diff.py.W. Trevor King2009-12-041-2/+2
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-031-2/+5
* BugDir.list_uuids() -> BugDir.uuids()W. Trevor King2009-11-281-2/+2
* Ran the new update_copyright.pyW. Trevor King2009-11-191-0/+1
* Added docstrings to libbe submodules.W. Trevor King2009-08-311-3/+7
* RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-311-2/+2
* Improved unittest cleanup by adding BugDir.cleanup().W. Trevor King2009-07-311-1/+2
* Fixed indent spacing in libbe.diff.report().W. Trevor King2009-07-311-20/+22
* Cleaned up be-handle-mail's subscriber notification emails (fewer attachments).W. Trevor King2009-07-271-20/+20
* Tweaked the output text for modified bugs in libbe.diff and be-handle-mail.W. Trevor King2009-07-271-1/+3
* Added cmp functions to libbe.comment, and fleshed them out in libbe.bug.W. Trevor King2009-07-271-6/+14
* Cache data strings in libbe.diff.DiffTree.W. Trevor King2009-07-271-0/+3
* Major rewrite of libbe.diff introduces DiffTree and Diff classes.W. Trevor King2009-07-271-94/+368
* Added bugdir setting comparision to libbe.diff.W. Trevor King2009-07-231-20/+29
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-111-1/+0
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+2
* Per-tree status levels working.W. Trevor King2008-12-041-9/+8
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-11/+15
* Added Bug.comments(), BugDir.has_bug() & cleaned up diff.diff().W. Trevor King2008-11-241-7/+6