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
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Used PyCharms inspectors.
Matěj Cepl
2024-03-30
3
-13
/
+13
*
WIP plenty of clean-ups and porting to Python 3.
Matěj Cepl
2024-01-21
1
-1
/
+1
*
2to3 conversion of the repo.
Matěj Cepl
2024-01-18
3
-41
/
+41
*
remove serve-storage and HTTP storage driver
Matthew Fernandez
2017-11-07
1
-2
/
+1
*
remove support for Arch
Matthew Fernandez
2017-10-25
1
-3
/
+1
*
Make BE working with non-ASCII username.
Matěj Cepl
2013-07-22
1
-0
/
+2
*
ui:util:pager: cleanup pager implementation
W. Trevor King
2012-11-29
1
-28
/
+45
*
ui:util:pager: document Nathan Weizenbaum as author of Ruby inspiration
W. Trevor King
2012-11-29
1
-1
/
+2
*
doc: update :meth: to :py:meth: for modern Sphinx.
W. Trevor King
2012-10-26
1
-1
/
+1
*
doc: update :mod: to :py:mod: for modern Sphinx.
W. Trevor King
2012-10-26
1
-3
/
+3
*
doc: update :func: to :py:func: for modern Sphinx.
W. Trevor King
2012-10-26
1
-1
/
+1
*
Ran update-copyright.py.
W. Trevor King
2012-10-16
6
-6
/
+6
*
ui:command_line: use `be help server` for help with `--server`.
W. Trevor King
2012-09-03
1
-1
/
+1
*
ui:command_line: display help.TOPICS during `be help`.
W. Trevor King
2012-09-03
1
-2
/
+14
*
ui:command_line: use command names in command-list help message.
W. Trevor King
2012-09-03
1
-2
/
+2
*
ui:command_line: add 'html' command to no-pager commands.
W. Trevor King
2012-09-03
1
-1
/
+2
*
command:serve_commands: new command for running a command server.
W. Trevor King
2012-08-24
1
-2
/
+9
*
util:http: pull HTTP helpers from libbe.storage.http into their own module.
W. Trevor King
2012-08-24
1
-3
/
+3
*
I changed my mind and fixed #/03d07e61#.
W. Trevor King
2012-02-25
1
-1
/
+9
*
Keep stdin (file descriptor 0) open in the pager's child process.
W. Trevor King
2012-02-25
1
-1
/
+0
*
Add `new` to list of commands that should not default to using the pager.
W. Trevor King
2012-02-25
1
-1
/
+1
*
Hide the traceback on InvalidURL errors.
W. Trevor King
2012-02-25
1
-0
/
+5
*
Ran update-copyright.py.
W. Trevor King
2012-02-16
6
-60
/
+60
*
Fix my busted 1512c0e2a64e patch to libbe/util/encoding.py.
W. Trevor King
2011-11-13
1
-1
/
+1
*
Fixed #/bc1e6ff4# (extra argument crash).
W. Trevor King
2011-09-07
1
-2
/
+3
*
Run update_copyright.py.
W. Trevor King
2011-05-25
6
-6
/
+12
*
Revive the UserError/UsageError distinction
W. Trevor King
2011-05-02
1
-7
/
+19
*
get_fallback_fullname falls back to get_fallback_username if no interesting f...
W. Trevor King
2011-04-14
1
-2
/
+3
*
get_fallback_email() now uses the EMAIL environmental variable (if set).
W. Trevor King
2011-04-14
1
-3
/
+2
*
Add libbe.ui.util.user.get_fallback_fullname() and use pwd when possible.
W. Trevor King
2011-04-14
1
-4
/
+26
*
Fix command-line encoding processing.
W. Trevor King
2011-04-08
1
-14
/
+32
*
Remove `--complete` from command-line completion unit test.
W. Trevor King
2011-02-22
1
-1
/
+0
*
Bumped to version 1.0.0
1.0.0
Chris Ball
2011-01-08
6
-6
/
+6
*
Ran update_copyright.py
W. Trevor King
2010-06-22
6
-75
/
+77
*
Use os.path.join in libbe.storage.util.config.path.
wking
2010-06-22
1
-1
/
+3
*
Use email.utils.formataddr/parseaddr to generate/parse user IDs
W. Trevor King
2010-02-07
1
-29
/
+60
*
Clearer UnicodeDecodeError message in command_line.dispatch().
W. Trevor King
2010-02-01
1
-0
/
+8
*
Fix editor spawning on null-string EDITOR and VISUAL.
W. Trevor King
2010-01-29
1
-4
/
+3
*
Strip footers (signatures) in be-mail-to-xml
W. Trevor King
2010-01-20
1
-1
/
+1
*
Fixed `be help` (used to raise NotImplementedError)
W. Trevor King
2010-01-20
1
-3
/
+11
*
Add better help message on COMMAND-less be call
W. Trevor King
2010-01-20
1
-1
/
+8
*
Added libbe.command.serve and libbe.storage.http for HTTP backend.
W. Trevor King
2010-01-01
1
-1
/
+1
*
Updated copyright information
W. Trevor King
2010-01-01
6
-6
/
+48
*
Merged be.restructure, major internal reorganization.
W. Trevor King
2009-12-31
1
-1
/
+1
*
Use fragment in base command completion + command io fixups.
W. Trevor King
2009-12-31
1
-2
/
+5
*
Added UserInterface and other improved abstractions for command handling
W. Trevor King
2009-12-31
1
-35
/
+43
*
Removed libbe/ui/base.py. Basic UI definitions are in libbe/command/base.py.
W. Trevor King
2009-12-31
1
-1
/
+0
*
Don't worry about whitespace in `be --help`
W. Trevor King
2009-12-29
1
-1
/
+1
*
Remove libbe.ui.util.cmdutil
W. Trevor King
2009-12-29
1
-129
/
+0
*
Fixed up the completion helpers in libbe.command.util
W. Trevor King
2009-12-29
1
-4
/
+9
[next]