python-collate.git
2010-02-18 Joe WreschnigMinor tweaks for better numeric-following-split-strings.
2010-02-17 Joe WreschnigNew approach - find split points based on Unicode categ...
2010-02-16 Joe WreschnigCategory-based splitting.
2010-02-16 Joe WreschnigTypo.
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 Wreschniguca is not going to make the cut.
2010-02-15 Joe Wreschnigpycollate: Options to set backend, locale, and encoding.
2010-02-15 Joe Wreschnigsyslocale: setlocale for LC_COLLATE requires encoding...
2010-02-15 Joe Wreschniguca: Share DUCET data; ensure it exists at import time.
2010-02-15 Joe Wreschnigicu: Document and tab-fix.
2010-02-15 Joe Wreschnigsyslocale: Normalize encoding based on the locale.
2010-02-15 Joe Wreschnigsyslocale: Standardize API.
2010-02-13 Joe WreschnigRemove NAME, just use __name__.
2010-02-13 Joe Wreschnigset_default: Forgot to break.
2010-02-13 Joe WreschnigPrint locale, backend.
2010-02-13 Joe Wreschnigset_default: Forgot to break.
2010-02-12 Joe WreschnigRaw codepoint test backend. Tweaks to constructor argum...
2010-02-11 Joe WreschnigTest script. Add NAME to backends. Some smarter system...
2010-02-11 Joe WreschnigICU backend; uses Pyrex, based on zope.ucol.
2010-02-10 Joe Wreschnigpycollate: Initial import. Unstable/unfinished uca...