..
html
Added support for gravatars in the changes, blame and timeline modules.
2013-07-20 11:45:11 +02:00
translations
Fixed some minor annoyances in the Swedish .po file.
2013-07-22 06:38:18 +02:00
__init__.py
Added a setup.py for use with setuptools or Distribute.
2013-06-14 03:16:57 +02:00
basedir.py
File structure rearranged to be more compatible with setuptools/Distribute.
2013-06-14 03:16:30 +02:00
blame.py
HTMLEmbedded output was broken in the blame module.
2013-07-22 15:30:10 +02:00
changes.py
HTMLEmbedded output was broken in the changes module.
2013-07-22 15:32:26 +02:00
comment.py
Added a handle_comment_block() function in the comment module.
2013-07-02 23:03:09 +02:00
config.py
Fixed some pylint violations in some newly added code.
2013-07-14 04:47:34 +02:00
extensions.py
Changed the argument parsing back to using getopt!
2013-07-14 00:07:36 +02:00
filtering.py
Added InvalidRegExpError in the filtering module.
2013-07-14 12:19:31 +02:00
format.py
Exceptions now store messages in self.msg directly.
2013-07-14 04:57:32 +02:00
gitinspector.py
Added support for gravatars in the changes, blame and timeline modules.
2013-07-20 11:45:11 +02:00
gravatar.py
Added support for gravatars in the changes, blame and timeline modules.
2013-07-20 11:45:11 +02:00
help.py
Added a --localize-output flag.
2013-07-10 05:24:18 +02:00
interval.py
Made some changes to ensure compatibility in Python 2 with gettext.
2013-06-25 16:37:18 +02:00
localization.py
Removed a pylint violation in the localization module.
2013-07-10 16:45:46 +02:00
metrics.py
Added the new localization strings to the pot file.
2013-07-10 13:55:23 +02:00
missing.py
Added the new localization strings to the pot file.
2013-07-10 13:55:23 +02:00
optval.py
Exceptions now store messages in self.msg directly.
2013-07-14 04:57:32 +02:00
outputable.py
Added a "htmlembedded" output format.
2013-06-26 02:36:13 +02:00
responsibilities.py
Added the new localization strings to the pot file.
2013-07-10 13:55:23 +02:00
terminal.py
Terminal can now fall back to default size under Windows (Fixes issue 12).
2013-07-23 01:08:53 +02:00
timeline.py
Fixed some behavior that got broken with the implementation of gravatars.
2013-07-22 05:51:56 +02:00
version.py
Bumped the version number to 0.3.0.
2013-07-15 05:33:23 +02:00