summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix tox configurationbaserock/morphDaniel Neuhäuser2013-08-221-1/+2
| | | | | Re-using the pickled data across 2.x and 3.x causes errors when running the tests.
* Merge branch '1.x-maintenance'Armin Ronacher2013-07-312-1/+10
|\
| * Fixed a CLDR import error on windows.Armin Ronacher2013-07-312-1/+10
| | | | | | | | | | | | | | When building the CLDR data from scratch the process would break on windows because the timezone mapping is not available yet. This fixes #43.
* | Fixed a typoArmin Ronacher2013-07-301-1/+1
| |
* | Renamed a chapter in the docsArmin Ronacher2013-07-301-2/+2
| |
* | Added support for territory currency lookups.Armin Ronacher2013-07-305-1/+144
| | | | | | | | | | | | | | | | The main usecase of this is to figure out at what point in time did a country use a certain currency. The default behavior is to use the current date. This fixes #42
* | Merge branch '1.x-maintenance'Armin Ronacher2013-07-293-1/+16
|\ \ | |/
| * Fixed territory aliases not working properlyArmin Ronacher2013-07-293-1/+11
| |
| * Added changelog line for 1.4Armin Ronacher2013-07-291-0/+5
| |
* | Merge branch '1.x-maintenance'Armin Ronacher2013-07-291-1/+1
|\ \ | |/
| * Ready for 1.4Armin Ronacher2013-07-292-2/+2
| |
| * Bump version number to 1.31.3Armin Ronacher2013-07-292-2/+2
| |
| * Release is todayArmin Ronacher2013-07-291-1/+1
| |
| * Added a missing changelog entryArmin Ronacher2013-07-291-0/+2
| |
| * Fixed a bug on Python 3 when writing to stdoutArmin Ronacher2013-07-292-3/+15
| |
| * Added another testcase for subtag expansion.Armin Ronacher2013-07-291-0/+5
| |
* | Added a missing changelog entryArmin Ronacher2013-07-291-0/+2
| |
* | Fixed a bug on Python 3 when writing to stdoutArmin Ronacher2013-07-292-3/+15
| |
* | Added another testcase for subtag expansion.Armin Ronacher2013-07-281-0/+5
| |
* | Merge branch '1.x-maintenance'Armin Ronacher2013-07-283-15/+39
|\ \ | |/
| * Fixed #37 (likely subtag resolving)Armin Ronacher2013-07-283-15/+35
| | | | | | | | | | This fixes some locales not loading correctly (like zh_CN) that are defined through simplified rules in the likely-subtag mapping.
| * Prepare 1.3Armin Ronacher2013-07-281-0/+5
| |
* | Merge branch '1.x-maintenance'Armin Ronacher2013-07-278-16/+40
|\ \ | |/
| * If we need a 1.3Armin Ronacher2013-07-272-2/+2
| |
| * Bump version number to 1.21.2Armin Ronacher2013-07-272-2/+2
| |
| * 1.2 is today as wellArmin Ronacher2013-07-271-1/+1
| |
| * Make sure release script runs cldr importingArmin Ronacher2013-07-271-1/+1
| |
| * Added changelog entryArmin Ronacher2013-07-271-0/+3
| |
| * Fixed make tox-test on new pip versionsArmin Ronacher2013-07-272-3/+1
| |
| * Invoke download_import_cldr.py through pythonArmin Ronacher2013-07-271-1/+1
| |
| * Make tests work without installationArmin Ronacher2013-07-272-1/+9
| |
| * Improved standalone test commandArmin Ronacher2013-07-271-5/+8
| |
| * Added standalone test commandArmin Ronacher2013-07-273-3/+12
| |
| * Added tox.ini to MANIFESTArmin Ronacher2013-07-271-1/+1
| |
| * Fixed MANIFEST.in to not work for the tests and docs properlyArmin Ronacher2013-07-271-2/+4
| |
| * Make sure data files are included as wellArmin Ronacher2013-07-271-1/+3
| |
| * -dev is now explicitly in the version, no need for setup.cfg to add itArmin Ronacher2013-07-271-1/+0
| |
| * Fixed MANIFEST.in recursive includeArmin Ronacher2013-07-271-1/+1
| |
* | Added 2.0 to the changelogArmin Ronacher2013-07-271-0/+6
| |
* | Merge branch '1.x-maintenance'Armin Ronacher2013-07-272-1/+9
|\ \ | |/
| * Fixed not all tests being includedArmin Ronacher2013-07-272-1/+9
| |
* | Merge branch '1.0-maintenance'Armin Ronacher2013-07-274-3/+9
|\ \ | |/
| * Ready for 1.2 if we need itArmin Ronacher2013-07-272-2/+2
| |
| * Bump version number to 1.11.1Armin Ronacher2013-07-272-2/+2
| |
| * Fixed a changelog entryArmin Ronacher2013-07-271-2/+2
| |
| * Changed logic for bumping version numbers in release scriptArmin Ronacher2013-07-271-1/+4
| |
| * Added __pycache__ to clean-pycArmin Ronacher2013-07-271-0/+1
| |
| * Added a changelog entry for the testsArmin Ronacher2013-07-271-0/+1
| |
| * Include tests in tarballs.Dirkjan Ochtman2013-07-271-0/+1
| | | | | | | | | | | | This is a regression from Babel-0.9.6. Please include tests and any required files in the tarball, so the distribution can be tested. Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
| * Release for 1.1 is todayArmin Ronacher2013-07-271-1/+1
| |