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
/
Lib
/
gettext.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix old-style `print` statement in `gettext` comments (#122939)
sobolevn
2024-08-12
1
-1/+1
*
gh-88434: Emit deprecation warnings for non-integer numbers in gettext if tra...
Serhiy Storchaka
2023-10-14
1
-0/+11
*
gh-110519: Improve deprecation warning in the gettext module (#110520)
Serhiy Storchaka
2023-10-09
1
-3/+11
*
gh-62519: Make pgettext search plurals when translation is not found (#107118)
Tomas R
2023-07-23
1
-4/+6
*
bpo-18319: gettext() can retrieve a message even if a plural form exists (#19...
Gilles Bassière
2023-07-23
1
-4/+6
*
bpo-44235: Remove deprecated functions in the gettext module. (GH-26378)
Dong-hee Na
2021-05-30
1
-169/+15
*
bpo-40275: Import locale module lazily in gettext (GH-19905)
Hai Shi
2020-05-14
1
-1/+7
*
bpo-36239: Skip comments in gettext infos (GH-12255)
Julien Palard
2019-05-09
1
-0/+3
*
bpo-2504: Add pgettext() and variants to gettext. (GH-7253)
Cheryl Sabella
2018-11-07
1
-9/+75
*
bpo-33710: Deprecate l*gettext() and related functions in the gettext module....
Serhiy Storchaka
2018-10-27
1
-16/+79
*
bpo-30152: Reduce the number of imports for argparse. (#1269)
Serhiy Storchaka
2017-09-25
1
-5/+9
*
bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#...
Serhiy Storchaka
2017-06-20
1
-17/+23
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
1
-1/+6
*
bpo-28692: Deprecate using non-integer value for selecting a plural form in g...
Serhiy Storchaka
2017-03-12
1
-0/+4
*
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka
2016-11-14
1
-2/+10
|
\
|
*
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka
2016-11-14
1
-2/+10
|
|
\
|
|
*
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka
2016-11-14
1
-2/+10
*
|
|
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
1
-44/+128
|
\
\
\
|
|
/
/
|
*
|
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
1
-44/+128
|
|
\
\
|
|
|
/
|
|
*
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
1
-44/+128
*
|
|
Merge from 3.4
Andrew Kuchling
2015-04-14
1
-1/+2
|
\
\
\
|
|
/
/
|
*
|
#17898: reset k and v so that the loop doesn't use an old value
Andrew Kuchling
2015-04-13
1
-1/+2
*
|
|
Merge from 3.4
Andrew Kuchling
2015-04-14
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
#23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset)
Andrew Kuchling
2015-04-13
1
-1/+3
*
|
|
Issue #18216: gettext now raises an error when a .mo file has an unsupported ...
Antoine Pitrou
2014-10-28
1
-0/+13
|
/
/
*
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-7/+7
|
/
*
Implemented PEP 405 (Python virtual environments).
Vinay Sajip
2012-05-26
1
-1/+1
*
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
1
-1/+1
|
\
|
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
|
*
Merged revisions 85223 via svnmerge from
Éric Araujo
2010-10-04
1
-1/+1
*
|
update comment
Benjamin Peterson
2010-12-23
1
-1/+1
*
|
kill some function imports
Benjamin Peterson
2010-12-23
1
-16/+14
*
|
use native tenary condition
Benjamin Peterson
2010-12-23
1
-16/+2
*
|
Fix interaction of custom translation classes and caching (#9042)
Éric Araujo
2010-10-04
1
-1/+1
|
/
*
Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...
Benjamin Peterson
2009-06-01
1
-2/+2
*
Use true booleans.
Georg Brandl
2009-05-17
1
-2/+2
*
Make gettext Unicode interface consistent and clean up the docs.
Georg Brandl
2008-07-17
1
-18/+8
*
#2512 implement the 3.0 gettext API
Benjamin Peterson
2008-07-14
1
-27/+9
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
1
-6/+6
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-1/+1
*
Fixed gettext module for Windows. The metadata lines always end in \n and not...
Christian Heimes
2007-10-31
1
-1/+1
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
1
-4/+3
*
Make gettext work with strict str/bytes.
Guido van Rossum
2007-08-29
1
-3/+3
*
Fixes for str/uni/bytes for gettext.py. test_gettext.py passes.
Guido van Rossum
2007-07-12
1
-33/+13
*
Change some uses of cStringIO.StringIO to io.StringIO.
Guido van Rossum
2007-05-18
1
-4/+1
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-1/+1
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-15/+15
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2/+2
*
Patch #1349274: gettext.install() now optionally installs additional
Georg Brandl
2006-02-19
1
-3/+13
*
Use cStringIO where available.
Raymond Hettinger
2004-12-31
1
-1/+4
[next]