summaryrefslogtreecommitdiff
path: root/babel/localedata.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023Aarni Koskela2023-02-281-1/+1
* Replace babel.localedata.locale_identifiers cache with LRU cacheAarni Koskela2023-02-071-13/+10
* Apply some simplification fixes courtesy of RuffAarni Koskela2023-01-251-4/+1
* Minor cleanups (#948)Aarni Koskela2023-01-181-1/+1
* Add type annotations (#934)Jonah Lawrence2023-01-111-20/+23
* Replace %/.format/concatenation with f-strings where feasible (#927)Aarni Koskela2022-11-231-3/+3
* Fix up some Python2-isms using pyupgradeAarni Koskela2022-05-101-2/+1
* Update copyright year to 2022Aarni Koskela2022-01-251-1/+1
* Remove redundant _compat.pyHugo van Kemenade2021-09-141-4/+4
* Become 2.9.1Aarni Koskela2021-04-281-1/+1
* Disallow special filenames on Windowslocale-basenameAarni Koskela2021-04-281-3/+21
* Run locale identifiers through `os.path.basename()`Aarni Koskela2021-04-281-0/+2
* Bump copyright year from 2019 to 2020Aarni Koskela2020-11-111-1/+1
* Bump copyright year from 2018 to 2019Aarni Koskela2019-05-271-1/+1
* Cache locale_identifiers()Aarni Koskela2019-05-271-3/+14
* Using ABCs from collections instead of collections.abc is deprecated.Julien Palard2018-10-301-3/+2
* Update copyright header years, and include the Babel teamAarni Koskela2018-02-021-1/+1
* Revert "Merge pull request #505 from wodo/pi_support"Jakob Schnitzer2017-09-281-11/+1
* Revert "Also check for `sys._MEIPASS` before assuming PyInstallerness (#526)"Jakob Schnitzer2017-09-281-1/+1
* Also check for `sys._MEIPASS` before assuming PyInstallerness (#526)Aarni Koskela2017-09-141-1/+1
* Allow normalize_locale and exists to handle various unexpected input (#523)Jungmo Ku2017-09-121-1/+5
* Introduce PyInstaller support. Fixes #500Wolfgang Doll2017-06-241-1/+11
* Handle file open/close with "with"Ville Skyttä2016-07-271-4/+1
* Close files earlierVille Skyttä2016-07-271-1/+1
* Merge pull request #355 from lukas-b/lukas_add_pre_commit_and_apply_fixesAarni Koskela2016-03-031-3/+3
|\
| * Apply pre-commit fixes.Lukas Balaga2016-02-271-3/+3
* | Only attempt a normalization search if filesystem lookup fails.Kevin Deldycke2016-03-031-1/+4
* | Explicit normalize_locale() documentation.Kevin Deldycke2016-03-031-1/+5
* | Force normalization of locale ID.Kevin Deldycke2016-03-021-5/+13
|/
* Test/CI: Make doctests run on both Py2 and Py3Aarni Koskela2015-12-211-1/+1
* localedata: Rename to locale-datasils/wheelLasse Schuirmann2015-09-251-1/+1
* Revert "Fixed issue #109: `ImportWarning` warned when `import babel`"Lasse Schuirmann2015-09-251-0/+212
* Fixed issue #109: `ImportWarning` warned when `import babel`Philip_Tzou2015-08-011-209/+0
* Some codestyle updates in babel.localedataArmin Ronacher2013-07-251-9/+4
* License clarification and cleanupArmin Ronacher2013-07-241-16/+11
* First pass on python 3 supportArmin Ronacher2013-07-061-6/+18
* Started work on cleanups for Python 3Armin Ronacher2013-07-061-2/+2
* Removed __docformat__ markersArmin Ronacher2013-07-051-1/+1
* Removed trailing whitespaceArmin Ronacher2013-07-051-12/+12
* add a compat module to shield the code from changes in different versions of ...Felix Schwarz2011-09-261-4/+2
* use cPickle instead of pickle for better performance (fixes #225)Felix Schwarz2011-03-201-1/+1
* rename babel.localedata.list() to ease Python 3 transition (fixes #250)Felix Schwarz2011-03-191-2/+2
* Update the copyright line.Jeroen Ruigrok van der Werven2011-03-051-1/+1
* remove sorted and don't assume dict ordering (Python 2.3 & Jython compat)Philip Jenvey2009-09-251-2/+2
* Fix for memory leak reported in #128. Thanks to Manlio Perillo for reporting ...Christopher Lenz2008-07-181-3/+8
* Implement support for aliases in the CLDR data. Closes #68. Also, update to C...Christopher Lenz2008-07-071-10/+91
* Upgraded to CLDR 1.5 and improved timezone formatting.Christopher Lenz2007-08-011-1/+1
* Add a command-line option that prints out all available locales. Closes #24.Christopher Lenz2007-06-281-0/+12
* unused importPhilip Jenvey2007-06-131-1/+0
* Add new function to module exports.Christopher Lenz2007-06-061-1/+1