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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added comment import to Bug.from_xml().
W. Trevor King
2009-11-28
2
-10
/
+93
*
test.py now uses unittest.TestSuite 'suite' in becommands if present.
W. Trevor King
2009-11-28
1
-1
/
+4
*
BugDir.list_uuids() -> BugDir.uuids()
W. Trevor King
2009-11-28
4
-9
/
+9
*
Added Bug.merge() and Comment.merge().
W. Trevor King
2009-11-28
2
-16
/
+185
*
Added restrict_file_access to becommands' execute() args.
W. Trevor King
2009-11-21
26
-27
/
+57
*
Fix libbe.vcs.VCS.get_file_contents(allow_no_vcs=True,binary=True).
W. Trevor King
2009-11-21
1
-1
/
+8
*
Updated interfaces/email/interactive/README for [be-bug:xml] interface
W. Trevor King
2009-11-21
1
-2
/
+13
*
Added [be-tag:xml] processing to be-handle-mail.
W. Trevor King
2009-11-21
1
-4
/
+25
*
Adjusted `be import-xml` to properly handle croot_bug==None.
W. Trevor King
2009-11-21
1
-26
/
+31
*
Fixed bug in be-handle-mail.Message.parse_comment() for emails w/o Message-id.
W. Trevor King
2009-11-21
1
-2
/
+4
*
Added interfaces/email/interactive/examples/email_bugs
W. Trevor King
2009-11-21
1
-0
/
+37
*
`be email-bugs` now uses `be show` internals to produce consistent XML.
W. Trevor King
2009-11-21
3
-66
/
+78
*
Upgraded `be show --xml` to new <be-xml> format.
W. Trevor King
2009-11-21
3
-55
/
+128
*
Broke `be comment --xml` out and extended into `be import-xml`.
W. Trevor King
2009-11-21
18
-126
/
+373
*
Added Bug.from_xml() + some .from_xml() fixups.
W. Trevor King
2009-11-20
3
-72
/
+152
*
Import os in libbe.subproc if _POSIX == True
W. Trevor King
2009-11-20
1
-0
/
+1
*
Fix typo in becommands.init's doctest
W. Trevor King
2009-11-20
1
-0
/
+1
*
Import select in libbe.subproc if _POSIX == True
W. Trevor King
2009-11-20
1
-0
/
+3
*
Adjusted test.py to use an installed vcs by default.
W. Trevor King
2009-11-20
5
-19
/
+30
*
Added becommands/email_bugs.py
W. Trevor King
2009-11-20
1
-0
/
+231
*
Broke subprocess handling out into its own submodule libbe.subproc.
W. Trevor King
2009-11-20
6
-186
/
+233
*
Removed superfluous 'import time' from becommands/commit.py doctest.
W. Trevor King
2009-11-20
1
-1
/
+1
*
Created bug 56506b73-36cc-4e32-a578-258a219edba8 describing problem
W. Trevor King
2009-11-20
3
-0
/
+43
*
Have release.py update copyrights as well.
W. Trevor King
2009-11-20
2
-15
/
+18
*
Added release.py script automating release process
W. Trevor King
2009-11-20
1
-0
/
+159
*
Merged updated READMEs and new update_copyright.py (and its results).
W. Trevor King
2009-11-19
47
-204
/
+536
|
\
|
*
Ran the new update_copyright.py
W. Trevor King
2009-11-19
43
-26
/
+60
|
*
Translated update_copyright.sh to Python update_copyright.py
W. Trevor King
2009-11-19
2
-158
/
+454
|
*
Updated README and Bugs-Everywhere-Web/README.
W. Trevor King
2009-11-19
2
-20
/
+22
*
|
Updated NEWS file
W. Trevor King
2009-11-17
1
-0
/
+30
|
/
*
Fixed bug with unicode handling reported by Nicolas Alvarez.
W. Trevor King
2009-11-17
9
-34
/
+48
|
\
|
*
Use unicode_output=False in some Darcs._u_invoke_client() calls.
W. Trevor King
2009-11-17
6
-21
/
+19
|
*
Cleanup temp. dir. in libbe.vcs tests.
W. Trevor King
2009-11-17
1
-1
/
+2
|
*
"CommandStderr" -> "CommandError" in VCS._u_invoke()
W. Trevor King
2009-11-17
1
-1
/
+1
|
*
Don't attempt to convert unicode objects to strings in *._setting_attr_string()
W. Trevor King
2009-11-17
2
-2
/
+6
|
*
Set binary=True for mapfile file handling
W. Trevor King
2009-11-17
1
-4
/
+9
|
*
Added unicode_output option to VCS._u_invoke()
W. Trevor King
2009-11-17
1
-2
/
+8
|
*
rename "output","error" -> "stdout","stderr" in VCS._u_invoke()
W. Trevor King
2009-11-17
1
-4
/
+4
|
/
*
Merged Gianluca's nested directory fix.
W. Trevor King
2009-10-24
1
-1
/
+1
|
\
|
*
- Merged Trevor branch
Gianluca Montecchi
2009-10-22
1
-83
/
+93
|
|
\
|
|
/
|
/
|
*
|
Merged Gianluca's recent `be html` work.
W. Trevor King
2009-10-21
1
-49
/
+97
|
\
\
|
|
*
Fixed a typo in the --export-dir-template options
Gianluca Montecchi
2009-10-21
1
-1
/
+1
|
|
*
Fixed a problem with the creation of nested directory
Gianluca Montecchi
2009-10-21
1
-1
/
+1
|
|
/
|
*
test for bzr merge
gian
2009-10-21
288
-6842
/
+4855
|
|
\
|
|
/
|
/
|
*
|
Merged my cleanup of Gianluca's HTML branch.
W. Trevor King
2009-10-20
6
-517
/
+497
|
\
\
|
*
|
Save non-text/ comments as separate files. Inline images.
W. Trevor King
2009-10-20
1
-29
/
+57
|
*
|
Pass content_type to Comment.new_reply() to fix error adding non-text/ comments
W. Trevor King
2009-10-20
2
-4
/
+4
|
*
|
Restructured becommands/html to make templating more flexible + general clean...
W. Trevor King
2009-10-20
1
-437
/
+363
|
*
|
General cleanup of becommands/html.py
W. Trevor King
2009-10-19
1
-172
/
+141
|
*
|
Merged Gianluca's html becommand with templates.
W. Trevor King
2009-10-19
4
-368
/
+425
|
/
|
|
[next]