COMMITS
/ Tools/i18n/pygettext.py 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
B
write(): A patch inspired by Tokio Kikuchi that sorts location entries
Barry Warsaw committed
March 1, 2001
M
Put current date into POT-Creation-Date; leave PO-Revision-Date for
Martin v. Löwis committed
February 26, 2001
B
main(): Slightly more informative error message when TokenError
Barry Warsaw committed
October 27, 2000
B
Added the -D/--docstrings option for extraction of unmarked module,
Barry Warsaw committed
October 26, 2000
F
Remove bogus stdout redirection and use of sys.__stdout__; use
Fred Drake committed
May 2, 2000
B
Added an unused Unicode string for testing.
Barry Warsaw committed
March 8, 2000
B
A bunch of changes, primarily to command line argument parsing
Barry Warsaw committed
February 27, 2000
B
Two buglet fixes. Peter Funk caught the bug in make_escapes:
Barry Warsaw committed
February 26, 2000
B
Changes submitted by Peter Funk (some fixes/additions by B.Warsaw) to
Barry Warsaw committed
December 6, 1999
B
Added \" to escapes so embedded escaped double quotes are handled
Barry Warsaw committed
November 3, 1999
B
Several improvements, some of where were contributed by Bernhard
Barry Warsaw committed
B
Python equivalent of xgettext(1). This was originally released
Barry Warsaw committed
August 13, 1999
B
Initial implementation
Barry Warsaw committed
August 11, 1999
B
Initial revision
Barry Warsaw committed