summaryrefslogtreecommitdiff
path: root/changelog.py
Commit message (Collapse)AuthorAgeFilesLines
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-1/+1
|
* refactor to ease overridingSylvain Th?nault2011-01-281-11/+13
|
* 2to3: fix a lot of white space after commaEmile Anclin2010-11-151-2/+2
|
* missing replacement in disclaimer; include COPYING.LESSER in manifest; kill ↵Sylvain Th?nault2010-04-281-1/+1
| | | | DEPENDS file
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-3/+20
|
* update license, logilab-common is licensed under LGPLv2Adrien Di Mascio2010-04-131-1/+1
|
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-4/+4
|
* [cleanup] delete-trailing-whitespaceNicolas Chauvat2009-07-191-14/+14
|
* clearer indent definitionPierre-Yves David2008-08-051-1/+1
|
* improve doc for better epydoc generation (again).Nicolas Chauvat2008-07-141-12/+11
|
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-16/+5
|
* basic sub messages managementPierre-Yves David2008-06-301-7/+37
|
* proper changelog formatingPierre-Yves David2008-06-271-1/+1
|
* changelog propertly adds new line at the end of each entryPierre-Yves David2008-06-271-2/+3
|
* gae fix, cf commentSylvain2008-06-051-2/+2
|
* improve error messagePierre-Yves David2008-05-271-1/+5
|
* * clcommands: commands may be hidden (eg not displayed in help), genericSylvain2008-03-201-0/+194
ListCommandsCommand useful to build bash completion helpers * changelog: module to parse ChangeLog file as this one, backported from logilab.devtools