summaryrefslogtreecommitdiff
path: root/babel
Commit message (Expand)AuthorAgeFilesLines
* Become 2.5.3v2.5.3maint-25Aarni Koskela2018-01-151-1/+1
* Become 2.5.2Aarni Koskela2018-01-151-1/+1
* Revert "Merge pull request #505 from wodo/pi_support"Jakob Schnitzer2018-01-152-12/+2
* Revert "Also check for `sys._MEIPASS` before assuming PyInstallerness (#526)"Jakob Schnitzer2018-01-151-1/+1
* Become 2.5.1 (#527)v2.5.1Aarni Koskela2017-09-141-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
* Fixed docstring of validate_currency function (#522)Simeon Visser2017-08-281-1/+1
* Parse multi-line __future__ imports better (#519)Aarni Koskela2017-08-211-2/+15
* Become 2.5.0 (#518)v2.5.0Aarni Koskela2017-08-181-1/+1
* Date format: Use * parametrized format patterns instead of %%0%... (#517)Aarni Koskela2017-08-181-3/+3
* Merge pull request #505 from wodo/pi_supportAarni Koskela2017-08-182-2/+12
|\
| * Introduce PyInstaller support. Fixes #500Wolfgang Doll2017-06-242-2/+12
* | Add __str__ to DateTimePattern (#515)Stefane Fermigier2017-08-031-2/+7
|/
* Fix an invalid string to bytes comparison in Python 3Roy Williams2017-05-261-1/+1
* Merge pull request #491 from kdeldycke/currency-utilsAarni Koskela2017-05-172-12/+98
|\
| * Add currency utilities and helpers.Kevin Deldycke2017-05-172-12/+98
* | Fixed in-place editing of dir list while iteratingMarc-André Dufresne2017-04-101-3/+4
* | Allow both dash and underscore separated locale identifiers in pofileslenient-po-locale-parseAarni Koskela2017-04-061-0/+1
* | Fix extraction bug on nested messagesHeungsub Lee2017-03-311-1/+4
|/
* Merge pull request #482 from xavfernandez/order_by_contextAarni Koskela2017-03-241-14/+6
|\
| * When msgid are equal, sort according to msgctxtXavier Fernandez2017-03-211-2/+2
| * Simplify Message.__cmp__Xavier Fernandez2017-03-211-14/+6
* | Merge pull request #433 from akx/no-inheritance-markerAarni Koskela2017-03-241-2/+17
|\ \
| * | Properly fall back to `long` metazone names when short forms are no-inheritAarni Koskela2016-07-151-2/+17
* | | Become version 2.4.0release/2.4Aarni Koskela2017-03-141-1/+1
| |/ |/|
* | Merge pull request #462 from singingwolfboy/regex-flagsAarni Koskela2017-03-104-11/+11
|\ \
| * | Pull flags out of regular expressionsDavid Baumgold2016-12-294-11/+11
* | | Merge pull request #466 from abhishekcs10/winmapAarni Koskela2017-03-101-1/+1
|\ \ \
| * | | Issue #463. Changed win_mapping to windows_zone_mapping in core.py line 48Abhishek Tiwari2017-01-101-1/+1
| |/ /
* | | Fix setup.py option 'add_location'Alex Kuzmenko2016-12-151-1/+1
|/ /
* | Fix read_pofile handling of missing pluralsMichael Birtwell2016-11-211-7/+7
* | pofile reader: Fix multi line msgctxtMichael Birtwell2016-11-211-0/+3
* | pofile parsing. Fix handling of obsolete + refactorMichael Birtwell2016-11-211-53/+99
* | Merge pull request #438 from rrader/add_location_optionAarni Koskela2016-11-212-5/+27
|\ \
| * | Add option 'add_location' for location line formattingRoman Rader2016-08-092-5/+27
* | | Merge pull request #435 from akx/exopAarni Koskela2016-11-181-7/+30
|\ \ \
| * | | Fix float conversion in `extract_operands` (and the relevant test)Aarni Koskela2016-07-151-7/+30
| | |/ | |/|
* | | jslexer.py: Change jsx_tag regex againKO. Mattsson2016-10-241-1/+1
* | | Fix spelling word into Raise TypeErrorRodrigo Ramírez Norambuena2016-10-051-1/+1
* | | Merge pull request #436 from akx/correct-liesAarni Koskela2016-09-211-3/+10
|\ \ \ | |_|/ |/| |
| * | Straighten up lying extraction docstringsAarni Koskela2016-07-151-3/+10
| |/
* | Abort catalog update earlier if there are no message catalogsVille Skyttä2016-07-271-3/+3
* | Handle file open/close with "with"Ville Skyttä2016-07-274-44/+11
* | Close files earlierVille Skyttä2016-07-272-3/+3
* | Avoid reading files entirely into memoryVille Skyttä2016-07-272-16/+14
* | Let logging format messages on demandVille Skyttä2016-07-271-1/+1
|/
* Updated plurals.py to match Mozilla and CLDR referencesMax Shenfield2016-07-112-10/+15
* Merge pull request #427 from sublee/issue-426Aarni Koskela2016-07-092-3/+28
|\
| * Fix #426Heungsub Lee2016-07-092-3/+28