summaryrefslogtreecommitdiff
path: root/Tools/i18n/msgfmt.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* #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
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-161-2/+1
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-10/+10
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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
* Added -o/--output-file option as per GNU msgfmt to specify the outputBarry Warsaw2001-03-021-9/+18
* Tool to generate binary GNU .mo file from .po template files. WrittenBarry Warsaw2000-09-011-0/+194