Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug in textutils.apply_units, raise an Exception if string does not ↵ | Damien Garaud | 2012-02-20 | 1 | -4/+6 |
| | | | | | | match (closes #88808). Update the dedicated unit test. | ||||
* | cleanup | Sylvain Th?nault | 2011-09-06 | 1 | -2/+2 |
| | |||||
* | [packaging] prepare 0.55.1logilab-common-version-0.55.1 | Nicolas Chauvat | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | [textutils] fix unormalize implementation | Adrien Di Mascio | 2011-03-02 | 1 | -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 compatible | Emile Anclin | 2010-11-25 | 1 | -1/+1 |
| | |||||
* | 2to3: fix a lot of white space after comma | Emile Anclin | 2010-11-15 | 1 | -19/+19 |
| | |||||
* | skip comments (eg lines starting with a #) in text_to_dict | Sylvain Th?nault | 2010-10-11 | 1 | -1/+1 |
| | |||||
* | maniac cleanup | Sylvain Th?nault | 2010-10-01 | 1 | -2/+2 |
| | |||||
* | fix deprecation message: meaning of deprecated without arguments has changed | Sylvain Th?nault | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | [textutils] use NFKD decomposition in unormalize() | Julien Jehannet | 2010-09-23 | 1 | -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 textutils | Sylvain Th?nault | 2010-08-25 | 1 | -0/+10 |
| | |||||
* | new text_to_dict function | Sylvain Th?nault | 2010-08-09 | 1 | -4/+32 |
| | |||||
* | fix colorize_ansi w/ only style, no color | Sylvain Th?nault | 2010-05-21 | 1 | -5/+6 |
| | |||||
* | backport default into stable | Sylvain Th?nault | 2010-05-21 | 1 | -3/+6 |
|\ | |||||
| * | [textutils] support 256 colors when available | Nicolas Chauvat | 2010-04-29 | 1 | -3/+6 |
| | | |||||
* | | missing replacement in disclaimer; include COPYING.LESSER in manifest; kill ↵ | Sylvain Th?nault | 2010-04-28 | 1 | -1/+1 |
|/ | | | | DEPENDS file | ||||
* | propre licensing information (LGPL-2.1). Hope I get it right this time. | Sylvain Th?nault | 2010-04-28 | 1 | -4/+21 |
| | |||||
* | fix error on unknown unit | Sylvain Th?nault | 2010-04-20 | 1 | -1/+1 |
| | |||||
* | [textutils] case insensitive units | Sylvain Th?nault | 2010-04-19 | 1 | -6/+6 |
| | |||||
* | update license, logilab-common is licensed under LGPLv2 | Adrien Di Mascio | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | [fix] Remove isinstance call for bytes units | Pierre-Yves David | 2010-01-18 | 1 | -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 patch | Sylvain Th?nault | 2009-11-23 | 1 | -10/+10 |
| | |||||
* | add support for bytes and time to lgc.configuration | Sylvain Th?nault | 2009-09-30 | 1 | -3/+0 |
| | |||||
* | F [textutils] add diff_colorize_ansi() | Nicolas Chauvat | 2009-08-31 | 1 | -0/+18 |
| | |||||
* | rename get_csv into splitstrip | Sylvain Th?nault | 2009-08-01 | 1 | -6/+10 |
| | |||||
* | [cleanup] delete-trailing-whitespace | Nicolas Chauvat | 2009-07-19 | 1 | -13/+13 |
| | |||||
* | improve doc for better epydoc generation (again). | Nicolas Chauvat | 2008-07-14 | 1 | -10/+2 |
| | |||||
* | improve doc for better epydoc generation. | Nicolas Chauvat | 2008-07-13 | 1 | -17/+3 |
| | |||||
* | forgot a coma | Pierre-Yves David | 2008-06-02 | 1 | -1/+1 |
| | |||||
* | adding base unit | Pierre-Yves David | 2008-06-02 | 1 | -0/+2 |
| | |||||
* | raw string for regexp | Pierre-Yves David | 2008-05-30 | 1 | -5/+5 |
| | |||||
* | add the apply_units function | Pierre-Yves David | 2008-05-30 | 1 | -0/+65 |
| | |||||
* | gao fixes | Sylvain | 2008-04-29 | 1 | -1/+4 |
| | |||||
* | cleanup | Sylvain | 2008-01-22 | 1 | -1/+1 |
| | |||||
* | textutils: fix a bug in normalize_[rest_]paragraph which may cause | Sylvain | 2008-01-10 | 1 | -7/+9 |
| | | | | infinite loop if an indent string containing some spaces is given | ||||
* | pytest: let KeyboardInterrupt propagate | Sylvain | 2007-11-30 | 1 | -4/+1 |
| | |||||
* | backport changes to unormalize from ginco | Sylvain | 2007-09-28 | 1 | -8/+27 |
| | |||||
* | backported unormalize from ginco | Sylvain | 2007-09-13 | 1 | -0/+16 |
| | |||||
* | fix rest normalization to avoid data loss | Sylvain | 2007-01-10 | 1 | -4/+10 |
| | |||||
* | textutils: new 'rest' argument to normalize_text to better deal with | Sylvain | 2006-12-11 | 1 | -18/+60 |
| | | | | ReST formated text | ||||
* | reorganize, deprecation warning for deprecated stuff, remove old deprecated ↵ | Sylvain | 2006-11-08 | 1 | -20/+1 |
| | | | | function/methods | ||||
* | * fixed bug in textutils.normalise_[text|paragraph] with unsplitable | Sylvain | 2006-10-02 | 1 | -1/+1 |
| | | | | word larger than the maximum line size | ||||
* | use testlib everywhere | Adrien Di Mascio | 2006-07-06 | 1 | -1/+1 |
| | |||||
* | forget the past. | root | 2006-04-26 | 1 | -0/+321 |
forget the past. |