|
__init__(self,
changelog_file,
title='')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
add_entry(self,
entry)
add a new entry to the change log |
source code
|
|
|
|
|
add(self,
msg,
create=None)
add a new message to the latest opened entry |
source code
|
|
|
load(self)
read a logilab's ChangeLog from file |
source code
|
|
|
|
|
|
|
write(self,
stream=sys.stdout)
write changelog to stream |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__str__
|