summaryrefslogtreecommitdiff
path: root/Tools/i18n
Commit message (Expand)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
|\
* | Issue #20046: Locale alias table no longer contains entities which can beSerhiy Storchaka2013-12-271-0/+27
* | Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-0/+6
|\ \ | |/
| * Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-0/+6
* | Issue #20033: makelocalealias.py now works with non-ASCII locales and producesSerhiy Storchaka2013-12-231-5/+5
|\ \ | |/
| * Issue #20033: makelocalealias.py now works with non-ASCII locales and producesSerhiy Storchaka2013-12-231-5/+5
* | merge 3.3 (#19563)Benjamin Peterson2013-12-221-1/+1
|\ \ | |/
| * update Barry's email (#19563)Benjamin Peterson2013-12-221-1/+1
* | Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts writeSerhiy Storchaka2013-09-051-1/+1
|/
* #18803: fix more typos. Patch by F?vry Thibault.Ezio Melotti2013-08-261-1/+1
* Issue #17156: pygettext.py now uses an encoding of source file and correctlySerhiy Storchaka2013-02-091-1/+0
|\
| * #13301: merge with 3.2.Ezio Melotti2012-11-091-3/+3
| |\
| * | Some cleanup in the Tools directory.Florent Xicluna2012-07-071-1/+0
* | | Issue #17156: pygettext.py now uses an encoding of source file and correctlySerhiy Storchaka2013-02-091-33/+33
| |/ |/|
* | #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Pa...Ezio Melotti2012-11-091-3/+3
|/
* Issue #9308: Removed redundant coding cookies. Added tests forAlexander Belopolsky2010-10-151-2/+1
* Issue #8974: fix print calls in msgfmt.py.Martin v. Löwis2010-07-111-2/+2
* Port to Python 3.Martin v. Löwis2010-06-041-9/+21
* Merged revisions 81697 via svnmerge fromMartin v. Löwis2010-06-041-2/+25
* Merged revisions 79977 via svnmerge fromAntoine Pitrou2010-04-111-1/+1
* convert shebang lines: python -> python3Benjamin Peterson2010-03-113-3/+3
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-163-11/+6
* Removed remnants of os.path.walk().Alexandre Vassalotti2008-05-091-1/+1
* - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has beenTrent Nelson2008-03-181-1/+3
* Patch #1830 by Peter Harris, fix some 2.x-isms.Guido van Rossum2008-01-151-7/+3
* In followup to #1310: Remove more exception indexing.Georg Brandl2007-10-221-1/+2
* Convert print statements to function calls in Tools/.Collin Winter2007-08-033-36/+36
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-102-5/+5
* Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.Guido van Rossum2006-08-221-3/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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