summaryrefslogtreecommitdiff
path: root/textutils.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in textutils.apply_units, raise an Exception if string does not match...Damien Garaud2012-02-201-4/+6
* cleanupSylvain Th?nault2011-09-061-2/+2
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-1/+1
* [textutils] fix unormalize implementationAdrien Di Mascio2011-03-021-5/+15
* py3k: make doctest py3k compatibleEmile Anclin2010-11-251-1/+1
* 2to3: fix a lot of white space after commaEmile Anclin2010-11-151-19/+19
* skip comments (eg lines starting with a #) in text_to_dictSylvain Th?nault2010-10-111-1/+1
* maniac cleanupSylvain Th?nault2010-10-011-2/+2
* fix deprecation message: meaning of deprecated without arguments has changedSylvain Th?nault2010-09-241-1/+1
* [textutils] use NFKD decomposition in unormalize()Julien Jehannet2010-09-231-1/+9
* new split_url_or_path function into textutilsSylvain Th?nault2010-08-251-0/+10
* new text_to_dict functionSylvain Th?nault2010-08-091-4/+32
* fix colorize_ansi w/ only style, no colorSylvain Th?nault2010-05-211-5/+6
* backport default into stableSylvain Th?nault2010-05-211-3/+6
|\
| * [textutils] support 256 colors when availableNicolas Chauvat2010-04-291-3/+6
* | missing replacement in disclaimer; include COPYING.LESSER in manifest; kill D...Sylvain Th?nault2010-04-281-1/+1
|/
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-4/+21
* fix error on unknown unitSylvain Th?nault2010-04-201-1/+1
* [textutils] case insensitive unitsSylvain Th?nault2010-04-191-6/+6
* update license, logilab-common is licensed under LGPLv2Adrien Di Mascio2010-04-131-1/+1
* [fix] Remove isinstance call for bytes unitsPierre-Yves David2010-01-181-1/+5
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-10/+10
* add support for bytes and time to lgc.configurationSylvain Th?nault2009-09-301-3/+0
* F [textutils] add diff_colorize_ansi()Nicolas Chauvat2009-08-311-0/+18
* rename get_csv into splitstripSylvain Th?nault2009-08-011-6/+10
* [cleanup] delete-trailing-whitespaceNicolas Chauvat2009-07-191-13/+13
* improve doc for better epydoc generation (again).Nicolas Chauvat2008-07-141-10/+2
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-17/+3
* forgot a comaPierre-Yves David2008-06-021-1/+1
* adding base unitPierre-Yves David2008-06-021-0/+2
* raw string for regexpPierre-Yves David2008-05-301-5/+5
* add the apply_units functionPierre-Yves David2008-05-301-0/+65
* gao fixesSylvain2008-04-291-1/+4
* cleanupSylvain2008-01-221-1/+1
* textutils: fix a bug in normalize_[rest_]paragraph which may causeSylvain2008-01-101-7/+9
* pytest: let KeyboardInterrupt propagateSylvain2007-11-301-4/+1
* backport changes to unormalize from gincoSylvain2007-09-281-8/+27
* backported unormalize from gincoSylvain2007-09-131-0/+16
* fix rest normalization to avoid data lossSylvain2007-01-101-4/+10
* textutils: new 'rest' argument to normalize_text to better deal withSylvain2006-12-111-18/+60
* reorganize, deprecation warning for deprecated stuff, remove old deprecated f...Sylvain2006-11-081-20/+1
* * fixed bug in textutils.normalise_[text|paragraph] with unsplitableSylvain2006-10-021-1/+1
* use testlib everywhereAdrien Di Mascio2006-07-061-1/+1
* forget the past.root2006-04-261-0/+321