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
/
test
/
test_gettext.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-88434: Emit deprecation warnings for non-integer numbers in gettext if tra...
Serhiy Storchaka
2023-10-14
1
-12/+14
*
gh-110519: Improve deprecation warning in the gettext module (#110520)
Serhiy Storchaka
2023-10-09
1
-48/+130
*
gh-109864: Make test_gettext tests order independent (GH-109866)
Serhiy Storchaka
2023-10-07
1
-2/+13
*
gh-62519: Make pgettext search plurals when translation is not found (#107118)
Tomas R
2023-07-23
1
-0/+4
*
bpo-18319: gettext() can retrieve a message even if a plural form exists (#19...
Gilles Bassière
2023-07-23
1
-0/+4
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
1
-5/+2
*
bpo-44235: Remove deprecated functions in the gettext module. (GH-26378)
Dong-hee Na
2021-05-30
1
-188/+5
*
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner
2020-08-17
1
-2/+2
*
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi
2020-07-09
1
-2/+3
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-1/+0
*
bpo-36239: Skip comments in gettext infos (GH-12255)
Julien Palard
2019-05-09
1
-0/+13
*
bpo-2504: Add pgettext() and variants to gettext. (GH-7253)
Cheryl Sabella
2018-11-07
1
-25/+139
*
bpo-33710: Deprecate l*gettext() and related functions in the gettext module....
Serhiy Storchaka
2018-10-27
1
-48/+114
*
bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#...
Serhiy Storchaka
2017-06-20
1
-9/+123
*
bpo-28692: Deprecate using non-integer value for selecting a plural form in g...
Serhiy Storchaka
2017-03-12
1
-3/+6
*
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka
2016-11-14
1
-6/+10
|
\
|
*
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka
2016-11-14
1
-6/+10
|
|
\
|
|
*
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka
2016-11-14
1
-6/+10
|
|
|
\
|
|
|
*
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka
2016-11-14
1
-6/+10
*
|
|
|
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
1
-1/+84
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
1
-1/+84
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
1
-1/+84
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
1
-1/+84
*
|
|
|
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1/+0
*
|
|
|
Issue #23883: Add test.support.check__all__() and test gettext.__all__
Martin Panter
2015-11-14
1
-0/+6
|
/
/
/
*
|
|
Merge from 3.4
Andrew Kuchling
2015-04-14
1
-0/+27
|
\
\
\
|
|
/
/
|
*
|
#17898: reset k and v so that the loop doesn't use an old value
Andrew Kuchling
2015-04-13
1
-0/+27
*
|
|
Issue #18216: gettext now raises an error when a .mo file has an unsupported ...
Antoine Pitrou
2014-10-28
1
-0/+70
|
/
/
*
|
test_gettext: use support.rmtree() instead of shutil.rmtree()
Victor Stinner
2014-07-24
1
-1/+1
|
/
*
Prevent ResourceWarnings in test_gettext
Éric Araujo
2010-11-06
1
-23/+12
*
Fix caching error found by regrtest -R (#10229)
Éric Araujo
2010-11-06
1
-0/+1
*
Fix interaction of custom translation classes and caching (#9042)
Éric Araujo
2010-10-04
1
-0/+31
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-1/+1
*
More codestring -> codebytes.
Georg Brandl
2009-06-04
1
-3/+3
*
Merged revisions 72167 via svnmerge from
Walter Dörwald
2009-05-01
1
-6/+4
*
#2512 implement the 3.0 gettext API
Benjamin Peterson
2008-07-14
1
-5/+5
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
1
-4/+4
*
Fixed gettext module for Windows. The metadata lines always end in \n and not...
Christian Heimes
2007-10-31
1
-0/+1
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
1
-3/+3
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-21/+21
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-13/+2
*
Patch #1349274: gettext.install() now optionally installs additional
Georg Brandl
2006-02-19
1
-0/+8
*
Don't try to create the directory if it already exists, otherwise the test fails
Neal Norwitz
2004-07-19
1
-1/+2
*
Added a test for the fix of SF bug #658233, where continuation lines
Barry Warsaw
2003-05-20
1
-12/+52
*
Make tests clean up after themselves better. This means:
Brett Cannon
2003-04-27
1
-2/+18
*
UnicodeTranslationsTest.setUp(): Removed the coerce flag to the
Barry Warsaw
2003-04-24
1
-1/+1
*
Whitespace normalization.
Tim Peters
2003-04-24
1
-1/+1
*
From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html
Barry Warsaw
2003-04-11
1
-125/+180
*
Patch #633547: Support plural forms. Do TODOs in test suite.
Martin v. Löwis
2002-11-21
1
-111/+248
[next]