COMMITS
/ Tools/i18n/pygettext.py August 31, 2025
S
gh-138286: Run ``ruff`` on ``Tools/i18n`` (#138287)
Stan Ulbrych committed
April 24, 2025
S
gh-130195: Fix typo in warning message (#130254)
Stan Ulbrych committed
April 10, 2025
April 6, 2025
T
gh-132121: Always escape non-printable characters in pygettext (GH-132122)
Tomas R. committed
April 2, 2025
T
gh-130197: pygettext: Test the --escape option (GH-131902)
Tomas R. committed
March 3, 2025
February 25, 2025
T
February 18, 2025
S
gh-130195: Remove unimplemented option from pygettext (#130196)
Stan Ulbrych committed
February 17, 2025
T
gh-130057: Pygettext: Support translator comments (GH-130061)
Tomas R. committed
February 14, 2025
T
gh-129911: pygettext: Fix the keyword entry in help output (GH-129914)
Tomas R. committed
February 11, 2025
T
gh-104400: pygettext: use an AST parser instead of a tokenizer (GH-104402)
Tomas R. committed
February 4, 2025
T
February 2, 2025
A
gh-104400: Remove ``fintl.gettext`` from pygettext (#129580)
Adam Turner committed
November 22, 2024
T
gh-126700: pygettext: Support more gettext functions (GH-126912)
Tomas R. committed
November 14, 2024
March 8, 2023
J
gh-102507 Remove invisible pagebreak characters (#102531)
JosephSBoyle committed
October 15, 2022
J
gh-95731: Fix module docstring extraction in pygettext (#95732)
Jakub Kuczys committed
July 30, 2021
N
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz committed
November 9, 2020
J
March 30, 2019
S
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)
Serhiy Storchaka committed
April 19, 2018
S
bpo-33189: pygettext.py now accepts only literal strings (GH-6364)
Serhiy Storchaka committed
April 9, 2018
S
bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259)
Serhiy Storchaka committed
February 26, 2018
T
August 5, 2016
M
Merge spelling and grammar fixes from 3.5
Martin Panter committed
August 4, 2016
M
Fix spelling and grammar in documentation and code comments
Martin Panter committed
April 12, 2016
V
Update pygettext.py to get ride of imp
Victor Stinner committed
April 16, 2015
R
#18128: use standard +NNNN timezone format in POT-Creation-Date header.
R David Murray committed
December 23, 2013
B
update Barry's email (#19563)
Benjamin Peterson committed
February 9, 2013
S
Issue #17156: pygettext.py now uses an encoding of source file and correctly
Serhiy Storchaka committed
S
Issue #17156: pygettext.py now uses an encoding of source file and correctly
Serhiy Storchaka committed
July 7, 2012
F
Some cleanup in the Tools directory.
Florent Xicluna 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
May 9, 2008
A
Removed remnants of os.path.walk().
Alexandre Vassalotti committed
March 18, 2008
T
- Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been
Trent Nelson committed
January 15, 2008
G
Patch #1830 by Peter Harris, fix some 2.x-isms.
Guido van Rossum committed
October 22, 2007
G
In followup to #1310: Remove more exception indexing.
Georg Brandl committed
August 3, 2007
C
Convert print statements to function calls in Tools/.
Collin Winter committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
August 22, 2006
G
Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.
Guido van Rossum committed
August 16, 2004
M
- pygettext.py: Generate POT-Creation-Date header in ISO format.
Matthias Klose committed
April 16, 2003
B
Mostly reformatting, splitting long lines, whitespace normalization
Barry Warsaw committed
November 22, 2002
M
Patch #494845: Support string concatenation, detect non-string data,
Martin v. Löwis committed
July 27, 2001
B
Added the -X/--no-docstrings flag which takes a filename containing a
Barry Warsaw committed
June 20, 2001
B
write(): Karl Eichwalder points out that the #, flag comments should
Barry Warsaw committed
June 19, 2001
B
write(): It's been generally agreed on the i18n-sig that the docstring
Barry Warsaw committed
May 24, 2001
B
write(): Aggressively sort all catalog entries, and fix the bug where
Barry Warsaw committed
May 23, 2001
B
write(): Do two levels of sorting: first sort the individual location
Barry Warsaw committed
May 21, 2001
B
main(): default-domain argument to getopt.getopt() was missing a = to
Barry Warsaw committed
B
__addentry(): add optional keyword arg `isdocstring' which is a flag
Barry Warsaw committed