COMMITS
/ Tools/i18n/msgfmt.py April 7, 2025
M
[3.12] gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880) (GH-132216)
Miss Islington (bot) committed
March 13, 2025
S
[3.12] gh-85012: Properly reset msgctxt when compiling messages with msgfmt (GH-130525) (GH-131206)
Serhiy Storchaka committed
November 7, 2018
C
bpo-2504: Add pgettext() and variants to gettext. (GH-7253)
Cheryl Sabella committed
July 21, 2018
X
bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367)
Xtreak committed
September 5, 2013
S
Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write
Serhiy Storchaka committed
August 25, 2013
E
#18803: fix more typos. Patch by Févry Thibault.
Ezio Melotti committed
November 9, 2012
October 15, 2010
A
Issue #9308: Removed redundant coding cookies. Added tests for
Alexander Belopolsky committed
July 11, 2010
M
Issue #8974: fix print calls in msgfmt.py.
Martin v. Löwis committed
June 4, 2010
M
Port to Python 3.
Martin v. Löwis committed
M
Merged revisions 81697 via svnmerge from
Martin v. Löwis committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
May 16, 2008
G
More 2to3 fixes in the Tools directory. Fixes #2893.
Georg Brandl committed
August 3, 2007
C
Convert print statements to function calls in Tools/.
Collin Winter committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
July 18, 2004
T
Whitespace normalization, via reindent.py.
Tim Peters committed
May 9, 2003
M
Declare encoding. Use unsigned long constants. Fixes #728277.
Martin v. Löwis committed
March 2, 2001
B
Added -o/--output-file option as per GNU msgfmt to specify the output
Barry Warsaw committed
September 1, 2000
B
Tool to generate binary GNU .mo file from .po template files. Written
Barry Warsaw committed