summaryrefslogtreecommitdiff
path: root/babel/dates.py
Commit message (Expand)AuthorAgeFilesLines
* Add format_timedelta(format='narrow') supportAlex Willmer2015-09-101-3/+10
* Merge branch 'pr/136'Armin Ronacher2015-07-271-19/+28
|\
| * Fix doctestsbenselme2015-01-111-5/+5
| * Fixed doctestsbenselme2015-01-111-4/+4
| * Fixed import and format_timedelta to handle new time unit patterns in cldr-24.benselme2015-01-091-10/+19
* | Fixed a bunch of broken timezone tests.Armin Ronacher2015-07-271-4/+4
|/
* specify localeAlex Morega2014-01-061-2/+2
* Some codestyle updates in babel.datesArmin Ronacher2013-07-251-62/+59
* Renamed a parameter (variation -> variant)Armin Ronacher2013-07-241-12/+12
* Fixed a missing call to get_timezoneArmin Ronacher2013-07-241-1/+1
* License clarification and cleanupArmin Ronacher2013-07-241-20/+15
* Fixed a broken sphinx directiveArmin Ronacher2013-07-241-1/+1
* Improved timezone name supportArmin Ronacher2013-07-131-19/+29
* Made another pass on the Python 3 supportArmin Ronacher2013-07-061-8/+9
* Make get_timezone_name use the current time if not given argumentsArmin Ronacher2013-07-061-2/+2
* Updated date documentation for the new timezone supportArmin Ronacher2013-07-061-2/+8
* Make local time the default for some functions that previously did not have itArmin Ronacher2013-07-061-2/+8
* Added fallback support for local timezonesArmin Ronacher2013-07-061-4/+4
* Added some documentation for timezone transition functionsArmin Ronacher2013-07-061-2/+20
* Fixed timezone test breakages and a few other small thingsArmin Ronacher2013-07-061-12/+11
* Started work on improving timezone support and made pytz a requirementArmin Ronacher2013-07-061-10/+80
* Greatly improved timedelta formattingArmin Ronacher2013-07-051-5/+40
* Removed __docformat__ markersArmin Ronacher2013-07-051-1/+1
* Removed trailing whitespaceArmin Ronacher2013-07-051-72/+72
* fix expected values for timezone namesAlex Morega2013-07-051-3/+3
* more changes in the french dataAlex Morega2013-07-051-2/+2
* handle 'at' value from en date formatAlex Morega2013-07-051-0/+1
* datetime format changed in cldrAlex Morega2013-07-041-1/+1
* changes in CLDR dataAlex Morega2013-07-041-5/+5
* ignore `uncommon` parameterAlex Morega2013-07-041-14/+2
* format_time() and format_datetime() now accept also floats (#242)Felix Schwarz2012-08-091-2/+2
* fix format_date() with a datetime parameter (#282)Felix Schwarz2012-07-301-1/+1
* Update the copyright line.Jeroen Ruigrok van der Werven2011-03-051-1/+1
* Change occurence of 'metainfo' to 'metazone_info'. 'metainfo' was notJeroen Ruigrok van der Werven2011-03-051-1/+1
* fixed spelling in docstringFelix Schwarz2011-03-051-1/+1
* Import of tzinfo is not necessary.Jeroen Ruigrok van der Werven2011-03-051-1/+1
* Small speed improvement for format_date() by getting rid of duplicate parse_p...Jeroen Ruigrok van der Werven2011-02-221-1/+1
* Workaround for a weird bug with newer versions of pytz, which fails when `utc...Christopher Lenz2010-04-061-1/+1
* Fix some more typos.Jeroen Ruigrok van der Werven2010-02-271-1/+1
* Typo correction.Pedro Algarvio2010-02-271-1/+1
* Mark up two docstrings as raw (r""") in order to get the escaped charactersJeroen Ruigrok van der Werven2009-08-211-4/+4
* First changes to accomodate CLDR 1.7's changes.Jeroen Ruigrok van der Werven2009-07-291-10/+10
* Fixed quarters in date formatting.Christopher Lenz2008-07-151-0/+8
* The `format_timedelta` function now returns, for example, “1 day” instead...Christopher Lenz2008-07-151-1/+3
* Doc improvements for the new `format_timedelta` function.Christopher Lenz2008-07-151-17/+42
* Fixed a bug in plural.py that caused a traceback for some locales, changed th...Armin Ronacher2008-07-141-1/+2
* Preliminary support for timedelta formatting (see #126), and import/expose th...Christopher Lenz2008-07-141-1/+37
* Fix conversion of timestamp to `datetime` in `format_datetime()`Christopher Lenz2008-07-071-1/+1
* Implement support for aliases in the CLDR data. Closes #68. Also, update to C...Christopher Lenz2008-07-071-3/+3
* Fixes for timezone calculations in time formatting (#83).Christopher Lenz2008-06-161-21/+51