aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/comment.py
Commit message (Expand)AuthorAgeFilesLines
* Better dealing with bytes/str dichotomy in Python 3.Matěj Cepl2024-03-301-1/+2
* WIP plenty of clean-ups and porting to Python 3.Matěj Cepl2024-01-211-112/+138
* conversion of cmp() functionMatěj Cepl2024-01-181-29/+27
* 2to3 conversion of the repo.Matěj Cepl2024-01-181-8/+7
* Transition to libbe.LOG for loggingW. Trevor King2013-01-241-5/+6
* doc: clean up top level module docstringsW. Trevor King2012-10-261-1/+1
* doc: update :meth: to :py:meth: for modern Sphinx.W. Trevor King2012-10-261-1/+1
* doc: update :class: to :py:class: for modern Sphinx.W. Trevor King2012-10-261-2/+2
* doc: update :func: to :py:func: for modern Sphinx.W. Trevor King2012-10-261-1/+1
* bugdir|bug|comment: update default settings string to be value JSON.W. Trevor King2012-10-251-1/+1
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+2
* Rewrite commands to use bugdirs instead of a single bugdir.W. Trevor King2012-08-291-12/+17
* Apply Niall's earlier fix for comment XML loading to bug XML loading.W. Trevor King2012-03-031-1/+0
* Fix `be import_xml` bugs.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)2012-03-031-1/+4
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Run update_copyright.py.W. Trevor King2011-05-251-1/+2
* Revert 54801289, which makes it impossible to save new bugs/comments.W. Trevor King2011-04-161-1/+2
* Remove old exception types from libbe.bug and libbe.comment.W. Trevor King2011-04-161-12/+0
* Raise exceptions if bug or comment value files are missing.W. Trevor King2011-04-161-2/+1
* Add --preserve-uuids to `be import-xml`.W. Trevor King2011-04-161-2/+6
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
* Ran update_copyright.pyW. Trevor King2010-06-221-11/+12
* Use numpydoc and generate-libbe-txt.py to autogenerate API documentationW. Trevor King2010-02-061-1/+1
* Added bugdir and comment modules to Sphinx docsW. Trevor King2010-02-061-16/+21
* Sort comments in `be html`.W. Trevor King2010-02-021-8/+0
* Restore "content_type" kwarg to Comment.new_reply().W. Trevor King2010-02-021-7/+24
* Fixed #bea/8fc# : be crashes on outdated id-cacheW. Trevor King2010-01-241-0/+4
* Fix broken handling of non-text/plain commentsW. Trevor King2010-01-231-2/+9
* Move BugDir, Bug, and Comment to new _setup_saved_settingsW. Trevor King2010-01-221-3/+3
* Reworked settings_object module, but command.init tests still fail:W. Trevor King2010-01-221-2/+0
* Add Comment.safe_in_reply_to to improve comment xml output.W. Trevor King2010-01-211-1/+18
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Propogate long_to_short_user() -> long_to_short_text() and inverseW. Trevor King2009-12-291-2/+2
* Restored post-colon spaces in doctestsW. Trevor King2009-12-291-9/+9
* Add most comments with ignore_missing_references=True.W. Trevor King2009-12-281-1/+1
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-151-21/+25
* Transitioned merge to Command-formatW. Trevor King2009-12-141-1/+6
* Transitioned comment to Command formatW. Trevor King2009-12-141-13/+5
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-131-3/+5
* Moved be to libbe.ui.command_line and transitioned to Command format.W. Trevor King2009-12-121-1/+1
* Moved bugdir, bug, and comment over to new id implementation.W. Trevor King2009-12-101-133/+54
* Reworked test.py to handle deeper directory structureW. Trevor King2009-12-081-1/+1
* Moved properties.py and settings_object.py to libbe/storage/util/W. Trevor King2009-12-081-2/+2
* Transitioned bugdir.py to new storage format.W. Trevor King2009-12-081-19/+38
* Transitioned bug.py to new storage format.W. Trevor King2009-12-081-7/+11
* Transitioned comment.py to new storage format.W. Trevor King2009-12-081-73/+53
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-031-2/+5
* Avoid redundant Comment.alt_idsW. Trevor King2009-11-301-1/+3
* Changed Bug and Comment.merge() kwargs.W. Trevor King2009-11-301-9/+27
* Moved comment.list_to_root() to Bug.add_comments() with some cleanups.W. Trevor King2009-11-291-48/+3