index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
i18n
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)
Serhiy Storchaka
2019-03-30
1
-3/+2
*
bpo-2504: Add pgettext() and variants to gettext. (GH-7253)
Cheryl Sabella
2018-11-07
1
-17/+25
*
bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367)
Xtreak
2018-07-21
1
-3/+5
*
Remove mojibake in the locale aliases mapping. (GH-6716)
Serhiy Storchaka
2018-05-06
1
-0/+3
*
bpo-33189: pygettext.py now accepts only literal strings (GH-6364)
Serhiy Storchaka
2018-04-19
1
-5/+9
*
bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip...
Serhiy Storchaka
2018-04-09
1
-19/+11
*
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH...
Tobotimus
2018-02-26
1
-4/+11
*
bpo-20087: Revert "make the glibc alias table take precedence over the X11 on...
Benjamin Peterson
2017-03-20
1
-1/+1
*
make the glibc alias table take precedence over the X11 one (#422)
Benjamin Peterson
2017-03-08
1
-1/+1
*
Merge spelling and grammar fixes from 3.5
Martin Panter
2016-08-05
1
-1/+1
|
\
|
*
Fix spelling and grammar in documentation and code comments
Martin Panter
2016-08-04
1
-1/+1
*
|
Update pygettext.py to get ride of imp
Victor Stinner
2016-04-12
1
-43/+8
|
/
*
#18128: use standard +NNNN timezone format in POT-Creation-Date header.
R David Murray
2015-04-16
1
-3/+1
*
Issue #20079: makelocalealias.py now supports installed SUPPORTED file,
Serhiy Storchaka
2014-10-02
1
-8/+12
*
Issue #20076: Apply optimization in makelocalealias.py repeatedly.
Serhiy Storchaka
2014-10-02
1
-1/+6
|
\
*
\
Issue #20076: Added non derived UTF-8 aliases to locale aliases table.
Serhiy Storchaka
2014-10-01
1
-4/+0
|
\
\
|
|
/
*
|
Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
Serhiy Storchaka
2014-10-01
1
-1/+44
|
/
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-0/+0
|
\
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-0/+0
*
|
Issue #20046: Locale alias table no longer contains entities which can be
Serhiy Storchaka
2013-12-26
1
-0/+27
*
|
Issue #20027: Fixed locale aliases for devanagari locales.
Serhiy Storchaka
2013-12-26
1
-0/+6
|
\
\
|
|
/
|
*
Issue #20027: Fixed locale aliases for devanagari locales.
Serhiy Storchaka
2013-12-26
1
-0/+6
*
|
Issue #20033: makelocalealias.py now works with non-ASCII locales and produces
Serhiy Storchaka
2013-12-23
1
-5/+5
|
\
\
|
|
/
|
*
Issue #20033: makelocalealias.py now works with non-ASCII locales and produces
Serhiy Storchaka
2013-12-23
1
-5/+5
*
|
merge 3.3 (#19563)
Benjamin Peterson
2013-12-23
1
-1/+1
|
\
\
|
|
/
|
*
update Barry's email (#19563)
Benjamin Peterson
2013-12-23
1
-1/+1
*
|
Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write
Serhiy Storchaka
2013-09-05
1
-1/+1
|
/
*
#18803: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-25
1
-1/+1
*
Issue #17156: pygettext.py now uses an encoding of source file and correctly
Serhiy Storchaka
2013-02-09
1
-33/+33
|
\
|
*
Issue #17156: pygettext.py now uses an encoding of source file and correctly
Serhiy Storchaka
2013-02-09
1
-33/+33
*
|
#13301: merge with 3.2.
Ezio Melotti
2012-11-09
1
-3/+3
|
\
\
|
|
/
|
*
#13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Pa...
Ezio Melotti
2012-11-09
1
-3/+3
*
|
Some cleanup in the Tools directory.
Florent Xicluna
2012-07-07
1
-1/+0
|
/
*
Issue #9308: Removed redundant coding cookies. Added tests for
Alexander Belopolsky
2010-10-15
1
-2/+1
*
Issue #8974: fix print calls in msgfmt.py.
Martin v. Löwis
2010-07-11
1
-2/+2
*
Port to Python 3.
Martin v. Löwis
2010-06-04
1
-9/+21
*
Merged revisions 81697 via svnmerge from
Martin v. Löwis
2010-06-04
1
-2/+25
*
Merged revisions 79977 via svnmerge from
Antoine Pitrou
2010-04-11
1
-1/+1
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
3
-3/+3
*
More 2to3 fixes in the Tools directory. Fixes #2893.
Georg Brandl
2008-05-16
3
-11/+6
*
Removed remnants of os.path.walk().
Alexandre Vassalotti
2008-05-09
1
-1/+1
*
- Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been
Trent Nelson
2008-03-18
1
-1/+3
*
Patch #1830 by Peter Harris, fix some 2.x-isms.
Guido van Rossum
2008-01-15
1
-7/+3
*
In followup to #1310: Remove more exception indexing.
Georg Brandl
2007-10-22
1
-1/+2
*
Convert print statements to function calls in Tools/.
Collin Winter
2007-08-03
3
-36/+36
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
2
-5/+5
*
Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.
Guido van Rossum
2006-08-22
1
-3/+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-1/+1
*
Whitespace normalization.
Tim Peters
2005-01-07
1
-2/+1
[next]