summaryrefslogtreecommitdiff
path: root/Tools/i18n
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-31920: Fixed handling directories as arguments in the ``pygettext``...Serhiy Storchaka2018-04-101-20/+14
* Spelling and grammar fixes in code comments and documentationMartin Panter2016-07-281-1/+1
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
* Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-0/+6
* update Barry's email (closes #19563)Benjamin Peterson2013-12-221-1/+1
* #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-261-1/+1
* Issue #17156: pygettext.py now correctly escapes non-ascii characters.Serhiy Storchaka2013-02-091-6/+5
* #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Pa...Ezio Melotti2012-11-091-3/+3
* Issue #5464: Implement plural forms in msgfmt.py.Martin v. Löwis2010-06-041-2/+25
* Issue #8374: Update the internal alias table in the :mod:`locale` moduleAntoine Pitrou2010-04-111-1/+1
* Bug #1451341: find fuzzy marks correctly.Georg Brandl2006-04-061-1/+1
* Whitespace normalization.Tim Peters2005-01-071-2/+1
* Correct mapping of Python codec name to C encoding name for UTF-8 (the C libMarc-André Lemburg2004-12-131-0/+4
* locale.py now uses an updated locale alias table (built usingMarc-André Lemburg2004-12-101-0/+70
* - pygettext.py: Generate POT-Creation-Date header in ISO format.Matthias Klose2004-08-161-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-2/+2
* Declare encoding. Use unsigned long constants. Fixes #728277.Martin v. Löwis2003-05-091-3/+3
* Mostly reformatting, splitting long lines, whitespace normalizationBarry Warsaw2003-04-161-33/+35
* Patch #494845: Support string concatenation, detect non-string data,Martin v. Löwis2002-11-221-37/+163
* Added the -X/--no-docstrings flag which takes a filename containing aBarry Warsaw2001-07-271-13/+32
* write(): Karl Eichwalder points out that the #, flag comments shouldBarry Warsaw2001-06-201-1/+4
* write(): It's been generally agreed on the i18n-sig that the docstringBarry Warsaw2001-06-191-1/+1
* write(): Aggressively sort all catalog entries, and fix the bug whereBarry Warsaw2001-05-241-35/+37
* write(): Do two levels of sorting: first sort the individual locationBarry Warsaw2001-05-231-0/+10
* main(): default-domain argument to getopt.getopt() was missing a = toBarry Warsaw2001-05-211-1/+1
* __addentry(): add optional keyword arg `isdocstring' which is a flagBarry Warsaw2001-05-211-4/+10
* write(): A patch inspired by Tokio Kikuchi that sorts location entriesBarry Warsaw2001-05-211-7/+12
* Added -o/--output-file option as per GNU msgfmt to specify the outputBarry Warsaw2001-03-021-9/+18
* Put current date into POT-Creation-Date; leave PO-Revision-Date forMartin v. Löwis2001-03-011-2/+3
* main(): Slightly more informative error message when TokenErrorBarry Warsaw2001-02-261-1/+5
* Added the -D/--docstrings option for extraction of unmarked module,Barry Warsaw2000-10-271-40/+82
* Remove bogus stdout redirection and use of sys.__stdout__; useFred Drake2000-10-261-32/+28
* Tool to generate binary GNU .mo file from .po template files. WrittenBarry Warsaw2000-09-011-0/+194
* Added an unused Unicode string for testing.Barry Warsaw2000-05-021-0/+2
* A bunch of changes, primarily to command line argument parsingBarry Warsaw2000-03-081-64/+100
* Two buglet fixes. Peter Funk caught the bug in make_escapes:Barry Warsaw2000-02-271-7/+9
* Changes submitted by Peter Funk (some fixes/additions by B.Warsaw) toBarry Warsaw2000-02-261-40/+140
* Added \" to escapes so embedded escaped double quotes are handledBarry Warsaw1999-12-061-0/+1
* Several improvements, some of where were contributed by BernhardBarry Warsaw1999-11-031-44/+86
* Python equivalent of xgettext(1). This was originally releasedBarry Warsaw1999-11-031-0/+1
* Initial implementationBarry Warsaw1999-08-131-0/+268
* Initial revisionBarry Warsaw1999-08-111-0/+1