Collator.lstripwords: Strip words off the start and append to the end.
[python-collate.git] / collate / _abcollator.py
2010-02-26 Joe WreschnigCollator.lstripwords: Strip words off the start and...
2010-02-22 Joe WreschnigCleanup in preparation for release. Add docstrings...
2010-02-22 Joe WreschnigFix some pychecker errors.
2010-02-22 Joe WreschnigSimplify algorithm. No changes to sort behavior or...
2010-02-19 Joe WreschnigMore tweaks; notably try to insert paragraph breaks...
2010-02-17 Joe WreschnigNew approach - find split points based on Unicode categ...
2010-02-16 Joe WreschnigCategory-based splitting.
2010-02-16 Joe WreschnigCalculate sortemes using simply alnum splitting rather...
2010-02-16 Joe Wreschnig'Advanced' sorteme functions.
2010-02-16 Joe Wreschnig_strings: Numeric string extraction routines.
2010-02-15 Joe WreschnigWord-splitting.
2010-02-15 Joe Wreschnigsyslocale: Standardize API.
2010-02-10 Joe Wreschnigpycollate: Initial import. Unstable/unfinished uca...