summaryrefslogtreecommitdiff
path: root/textutils.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in textutils.apply_units, raise an Exception if string does not ↵Damien Garaud2012-02-201-4/+6
| | | | | | match (closes #88808). Update the dedicated unit test.
* 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
| | | | | | | | Give a chance to NFKD decomposition even if ord(c) > 2**8, this will work with a few more cases. add a substitute optional parameter to provide a replacement char if decomposition fails
* 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
| | | | | The normal form KD (NFKD) will apply the compatibility decomposition, i.e. replace all compatibility characters with their equivalents.
* 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 ↵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-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
| | | | | | The isinstance function was used to detect if a byte required unit application, This was leading to error when the value was a float. isinstance call is replaced by a more pythonix hasattribut __init__ check/
* 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
| | | | infinite loop if an indent string containing some spaces is given
* 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
| | | | ReST formated text
* reorganize, deprecation warning for deprecated stuff, remove old deprecated ↵Sylvain2006-11-081-20/+1
| | | | function/methods
* * fixed bug in textutils.normalise_[text|paragraph] with unsplitableSylvain2006-10-021-1/+1
| | | | word larger than the maximum line size
* use testlib everywhereAdrien Di Mascio2006-07-061-1/+1
|
* forget the past.root2006-04-261-0/+321
forget the past.