summaryrefslogtreecommitdiff
path: root/babel/core.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed territory aliases not working properlyArmin Ronacher2013-07-291-1/+1
* Fixed #37 (likely subtag resolving)Armin Ronacher2013-07-281-15/+25
* New API docsArmin Ronacher2013-07-251-0/+5
* Added reversal method for parse_locale and use it where appropriate.Armin Ronacher2013-07-251-12/+28
* Some codestyle updates in babel.coreArmin Ronacher2013-07-251-14/+16
* Some codestyle updates in babel.coreArmin Ronacher2013-07-251-67/+41
* Fixed a bug in the subtag resolvingArmin Ronacher2013-07-241-3/+7
* Added basic likely-subtag resolvingArmin Ronacher2013-07-241-4/+81
* License clarification and cleanupArmin Ronacher2013-07-241-13/+9
* Added an early failure for non existing dataArmin Ronacher2013-07-241-0/+11
* fix doctests, the return value is unicodeAlex Morega2013-07-061-2/+2
* Made another pass on the Python 3 supportArmin Ronacher2013-07-061-2/+2
* Started work on cleanups for Python 3Armin Ronacher2013-07-061-1/+1
* copy babel.core doctests as unit testsAlex Morega2013-07-061-1/+1
* Don't expose plural names for currencies on the locale objectArmin Ronacher2013-07-051-14/+0
* Expanded currency formatting to support full currency namesArmin Ronacher2013-07-051-1/+18
* Territory name and script name addedArmin Ronacher2013-07-051-10/+38
* Apparently zh_CN does not existArmin Ronacher2013-07-051-1/+1
* Fixed docstringsArmin Ronacher2013-07-051-1/+4
* Added support for get_language_name()Armin Ronacher2013-07-051-0/+20
* Removed __docformat__ markersArmin Ronacher2013-07-051-1/+1
* Removed trailing whitespaceArmin Ronacher2013-07-051-143/+143
* handle 'at' value from en date formatAlex Morega2013-07-051-1/+1
* changes in CLDR dataAlex Morega2013-07-041-2/+2
* fix Locale.default to return Locales with correct territory informationFelix Schwarz2012-08-091-2/+3
* change Locale comparison: Locales are now considered equal if all of their at...Felix Schwarz2012-08-091-1/+7
* change repr output for babel.Locale so all attributes (territory, script, var...Felix Schwarz2012-08-091-9/+15
* use decorators (as we require Python 2.4+ anyway)Felix Schwarz2012-07-311-147/+119
* use cPickle instead of pickle for better performance (fixes #225)Felix Schwarz2011-03-201-1/+1
* catch exception if environment contains an invalid locale setting (fixes #200)Felix Schwarz2011-03-111-1/+4
* Update the copyright line.Jeroen Ruigrok van der Werven2011-03-051-1/+1
* Current CDLR has implemented the full type specifiers on the dateTimeFormats,Jeroen Ruigrok van der Werven2009-08-221-2/+2
* Add a __ne__ method for the Locale class.Jeroen Ruigrok van der Werven2009-08-191-0/+3
* First changes to accomodate CLDR 1.7's changes.Jeroen Ruigrok van der Werven2009-07-291-1/+1
* Strip locale modifiers when parsing (#136), and treat 'C' and 'POSIX' as alia...Christopher Lenz2008-08-061-6/+32
* Doc improvements for the new `format_timedelta` function.Christopher Lenz2008-07-151-0/+2
* Preliminary support for timedelta formatting (see #126), and import/expose th...Christopher Lenz2008-07-141-0/+15
* Clarify first_week_day, weekend_start, and weekend_end to point out thatJeroen Ruigrok van der Werven2008-07-111-3/+3
* Implement support for aliases in the CLDR data. Closes #68. Also, update to C...Christopher Lenz2008-07-071-3/+3
* In `Locale.parse()`, only parse the argument if it's a string, otherwise just...Christopher Lenz2007-09-051-3/+3
* Fix typo in docstring.Christopher Lenz2007-08-221-1/+1
* Fix minor glitch in docstring.Christopher Lenz2007-08-201-1/+1
* Apply patch for #26 to implement locale aliases.Christopher Lenz2007-08-201-6/+58
* Back out [251] which contained an accidential commit.Christopher Lenz2007-08-071-56/+6
* Properly implement week-in-year (#46).Christopher Lenz2007-08-071-6/+56
* Upgraded to CLDR 1.5 and improved timezone formatting.Christopher Lenz2007-08-011-14/+58
* Add a command-line option that prints out all available locales. Closes #24.Christopher Lenz2007-06-281-17/+29
* More robust locale string parsing, with support for scripts. Closes #27.Christopher Lenz2007-06-281-21/+49
* Minor improvements to locale negotation.Christopher Lenz2007-06-211-5/+19
* The `LANGUAGE` environment variable may contain a colon-separated list of lan...Christopher Lenz2007-06-201-0/+4