index
:
bugseverywhere
aaiyer_master
master
python3
Bugtracker built on distributed version control
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libbe
/
bug.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some more Bug.target references from libbe/bug.py
W. Trevor King
2009-12-05
1
-6
/
+2
*
This addresses the following portion of 22b:7:
W. Trevor King
2009-12-05
1
-4
/
+1
*
Added libbe.TESTING (defaults to False).
W. Trevor King
2009-12-03
1
-2
/
+5
*
Changed Bug and Comment.merge() kwargs.
W. Trevor King
2009-11-30
1
-16
/
+42
*
Moved comment.list_to_root() to Bug.add_comments() with some cleanups.
W. Trevor King
2009-11-29
1
-17
/
+42
*
Added comment import to Bug.from_xml().
W. Trevor King
2009-11-28
1
-9
/
+89
*
Added Bug.merge() and Comment.merge().
W. Trevor King
2009-11-28
1
-9
/
+110
*
Added Bug.from_xml() + some .from_xml() fixups.
W. Trevor King
2009-11-20
1
-23
/
+89
*
Ran the new update_copyright.py
W. Trevor King
2009-11-19
1
-1
/
+1
*
Don't attempt to convert unicode objects to strings in *._setting_attr_string()
W. Trevor King
2009-11-17
1
-1
/
+3
*
Added docstrings to libbe submodules.
W. Trevor King
2009-08-31
1
-0
/
+5
*
RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2
W. Trevor King
2009-08-31
1
-12
/
+12
*
Made get_path() definitions consistent between bugdirs, bugs, and comments.
W. Trevor King
2009-08-31
1
-6
/
+6
*
Added cmp functions to libbe.comment, and fleshed them out in libbe.bug.
W. Trevor King
2009-07-27
1
-1
/
+6
*
Added DiskAccessRequired errors to libbe.bug.Bug and .comment.Comment.
W. Trevor King
2009-07-26
1
-24
/
+47
*
Added libbe.bug.cmp_comments(), and added that to default bug comparison.
W. Trevor King
2009-07-23
1
-1
/
+18
*
Bug._extra_strings_check_fn() guts now utility.iterable_full_of_strings().
W. Trevor King
2009-07-21
1
-9
/
+2
*
Cleaned up saving/sync_with_disk.
W. Trevor King
2009-07-21
1
-2
/
+14
*
Cleaned up some outdated libbe.settings_object.EMPTY cruft.
W. Trevor King
2009-07-20
1
-4
/
+3
*
Updated GPLv2 to current GPLv2.
W. Trevor King
2009-07-14
1
-11
/
+11
*
Removed <abentley@panoramicfeedback.com> from copyright blurbs.
W. Trevor King
2009-07-11
1
-1
/
+0
*
Adjustments to new versioned_property behavior.
W. Trevor King
2009-07-11
1
-8
/
+8
*
Updated copyright blurbs and AUTHORS and included script for future updates
W. Trevor King
2009-07-01
1
-1
/
+3
*
Remove blank line from bug.xml() output when bug has no comments.
W. Trevor King
2009-06-30
1
-2
/
+2
*
Added ability to handle non text/* MIME types.
W. Trevor King
2009-06-26
1
-1
/
+1
*
Added extra_strings functionality to libbe.bug.xml and be-xml-to-mbox.
W. Trevor King
2009-06-25
1
-1
/
+2
*
tag --remove now returns bug.settings["extra_strings"] to EMPTY.
W. Trevor King
2009-06-25
1
-4
/
+4
*
Use generator instead of default for libbe.bug.Bug.extra_strings.
W. Trevor King
2009-06-23
1
-1
/
+3
*
Added Bug.extra_strings to support add-on functionality, e.g. `be tag`.
W. Trevor King
2009-06-23
1
-0
/
+20
*
Added `be list --sort *` for user-selectable sorting.
W. Trevor King
2009-06-22
1
-16
/
+34
*
Only print RFC 2822 date in bug xml output.
W. Trevor King
2009-06-22
1
-3
/
+1
*
Escape XML strings.
W. Trevor King
2009-06-22
1
-1
/
+2
*
Fixed libbe.settings_object.EMPTY output in bug/comment XML.
W. Trevor King
2009-06-22
1
-1
/
+1
*
Merged Thomas Habets 2009-01-07 XML output for "be show".
W. Trevor King
2009-06-19
1
-0
/
+36
|
\
|
*
XML output for "be show"
Thomas Habets
2009-01-07
1
-0
/
+37
*
|
Per-tree status levels working.
W. Trevor King
2008-12-04
1
-9
/
+26
*
|
bug severity verification now works with per-tree severities.
W. Trevor King
2008-12-04
1
-5
/
+1
*
|
Per-tree settings now passed into bug module.
W. Trevor King
2008-12-04
1
-6
/
+18
*
|
Added per-tree configurable severities.
W. Trevor King
2008-12-04
1
-1
/
+1
*
|
Added support for bug reporter field.
W. Trevor King
2008-12-02
1
-0
/
+1
*
|
Fixed comparison bug in Bug._get_time.
W. Trevor King
2008-12-02
1
-3
/
+8
*
|
Bug moved to the settings_object system.
W. Trevor King
2008-12-02
1
-56
/
+31
*
|
Added decorator-style properties to bugdir. Created settings_object module.
W. Trevor King
2008-12-02
1
-1
/
+1
*
|
Added decorator-style properties to libbe/comment.py.
W. Trevor King
2008-12-01
1
-11
/
+15
*
|
Added libbe/properties to make property management easier.
W. Trevor King
2008-11-28
1
-105
/
+168
*
|
Added becommands/comment completion.
W. Trevor King
2008-11-27
1
-1
/
+8
*
|
Added libbe/encoding.py to wrap input/output/file access appropriately.
W. Trevor King
2008-11-25
1
-1
/
+4
*
|
Added becommands/merge to join duplicate bugs.
W. Trevor King
2008-11-24
1
-11
/
+26
|
/
*
Added Bug.comments(), BugDir.has_bug() & cleaned up diff.diff().
W. Trevor King
2008-11-24
1
-0
/
+6
*
Added 'allow_no_rcs' flag to RCS file system access methods.
W. Trevor King
2008-11-24
1
-1
/
+1
[next]