python-icu

python-icu 1.0.1

A Python extension wrapping IBM's ICU C++ API

http://pyicu.osafoundation.org/

Packager: Renan Çakırerk

License: as-is

Actions

Build files

Bug reports

Binary packages

python-icu

Release history

ReleaseRelease dateVersionUpdaterComment
52010-11-051.0.1Renan ÇakırerkVersion Bump from 0.9 to 1.0.1:
- removed variable length array uses in regex.cpp (Chandler Carruth)
- fixed bug 12983
- fixed bug with BreakIterator.setText() not keeping reference to text
- fixed incorrect spellings of PyErr_SetFromWindowsErrWithFilename (ditto)
- fixed incorrect declaration of PythonTransliterator (Christian Heimes)
- added support for UnicodeSet, UnicodeFunctor, UnicodeFilter, UnicodeMatcher
- added support for RegexPattern and RegexMatcher
- added support for Normalizer
- added support for UTransPosition (Christoph Burgmer)
- added support for UTransPosition and UnicodeFilter methods to Transliterator
- fixed bug in UnicodeString single character assignment method
- added support for extending Transliterator from Python (Christoph Burgmer)
- improved support for in-place operations on UnicodeStrings
- added support for Transliterator::registerInstance (Christoph Burgmer)
- added support for ICU 4.4
- added support for Normalizer2, FilteredNormalizer2 if ICU version >= 4.4
- added support for SelectFormat if ICU version >= 4.4
- added support for TimeUnitFormat if ICU version >= 4.2
- added support for PluralRules and PluralFormat if ICU version >= 4.0
- added support for DateInterval, DateIntervalFormat if ICU version >= 4.0
- added support for CurrencyPluralInfo if ICU version >= 4.2
- added support for UnicodeSetIterator and UnicodeSet iterates via it
- added support for SearchIterator and StringSearch
- added some missing Collator and RuleBasedCollator methods
- refreshed README and CREDITS
- fixed bugs with UnicodeString-converted text arg ownership in iterators
- added missing conditionals for features in ICU versions >= 4.0
- README now marked-up with reStructuredText (Christoph Burgmer)
- PyICU main module renamed to 'icu' (with deprecation warning for old name)
- UnicodeString objects are now hashable
- reviewed all wrapped ICU setters for parameter ownership
- removed symbol prefixes from wrapped typed enums symbols
- added ResourceBundle.setAppData() implementation that memory maps file
42010-03-010.9Renan ÇakırerkVersion Bump.
32009-05-260.8.1Gökçen EraslanRebuild this, icu4c version bump has broken the ABI.
22008-07-160.8.1Gökçen EraslanVersion bump.
12007-02-220.6İsmail DönmezFirst release.

Patches