utils.FilterEmptyLinesAndComments: Return list
[ganeti-local] / lib / utils / text.py
2012-10-05 Michael Hanselmannutils.FilterEmptyLinesAndComments: Return list
2012-10-04 Michael HanselmannFactorize removing comments and empty lines from string
2012-09-19 Michael HanselmannShellWriter: Add parameter to disable indentation
2012-03-30 Michael HanselmannMerge cli.FormatTimestamp and utils.FormatTime
2012-02-17 Michael Hanselmannutils.text: Add function to truncate string
2012-01-19 Michael HanselmannMerge branch 'devel-2.5'
2012-01-19 Nikos SkalkotosFix a bug in command line option parsing code
2012-01-09 Michael HanselmannMerge branch 'devel-2.4' into stable-2.5
2011-11-30 Nikos SkalkotosFix a bug in command line option parsing code
2011-10-24 Michael Hanselmannutils.ShellWriter: Don't indent empty lines
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-26 René NussbaumerMerge branch 'devel-2.4' into devel-2.5
2011-08-26 Michael Hanselmannutils: Fix UnescapeAndSplit parsing bug
2011-08-25 Michael HanselmannPEP8 style fixes
2011-07-25 Iustin PopMost boring patch ever
2011-04-06 Michael Hanselmannutils: Add function generating regex for DNS name globbing
2011-02-24 Michael HanselmannAdd function to format ordinals
2011-01-11 Michael Hanselmannutils: Move more text-related code
2011-01-10 Michael Hanselmannutils: Move text-related functions into separate file