summaryrefslogtreecommitdiff
path: root/babel/plural.py
Commit message (Expand)AuthorAgeFilesLines
* Some codestyle updates in babel.pluralArmin Ronacher2013-07-251-8/+1
* License clarification and cleanupArmin Ronacher2013-07-241-14/+9
* make sure rules are always sortedAlex Morega2013-07-071-2/+2
* Fixed a regression in the pluralization supportArmin Ronacher2013-07-061-1/+3
* First pass on python 3 supportArmin Ronacher2013-07-061-2/+4
* Fixed missing support for some pluralization partsArmin Ronacher2013-07-061-12/+36
* Removed __docformat__ markersArmin Ronacher2013-07-051-1/+1
* Removed trailing whitespaceArmin Ronacher2013-07-051-1/+1
* Made babel work with the latest version of the CLDR (23)Armin Ronacher2013-07-041-32/+60
* use decorators (as we require Python 2.4+ anyway)Felix Schwarz2012-07-311-2/+2
* Update the copyright line.Jeroen Ruigrok van der Werven2011-03-051-1/+1
* Cleanup round #1: get rid of the frozenset/set utility code and imports.Jeroen Ruigrok van der Werven2011-03-051-2/+0
* fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decodePhilip Jenvey2008-10-081-4/+2
* More plural module cleanup and fixes.Christopher Lenz2008-08-251-34/+40
* Fix some epydoc usage in the `plural` module.Christopher Lenz2008-08-251-3/+3
* alternative repr for plural rulesArmin Ronacher2008-07-151-1/+6
* Fixed not in plural rulesArmin Ronacher2008-07-151-2/+7
* Fixed a bug in plural.py that caused a traceback for some locales, changed th...Armin Ronacher2008-07-141-1/+1
* Preliminary support for timedelta formatting (see #126), and import/expose th...Christopher Lenz2008-07-141-1/+5
* Some refactoring in plural.pyArmin Ronacher2008-07-141-26/+31
* Added pluralization support module for the plural definitions from the latest...Armin Ronacher2008-07-111-0/+424