index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_gettext.py
Commit message (
Expand
)
Author
Age
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
*
bpo-44235: Remove deprecated functions in the gettext module. (GH-26378)
Dong-hee Na
2021-05-30
*
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner
2020-08-17
*
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi
2020-07-09
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
*
bpo-36239: Skip comments in gettext infos (GH-12255)
Julien Palard
2019-05-09
*
bpo-2504: Add pgettext() and variants to gettext. (GH-7253)
Cheryl Sabella
2018-11-07
*
bpo-33710: Deprecate l*gettext() and related functions in the gettext module....
Serhiy Storchaka
2018-10-27
*
bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#...
Serhiy Storchaka
2017-06-20
*
bpo-28692: Deprecate using non-integer value for selecting a plural form in g...
Serhiy Storchaka
2017-03-12
*
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka
2016-11-14
|
\
|
*
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka
2016-11-14
|
|
\
|
|
*
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka
2016-11-14
|
|
|
\
|
|
|
*
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka
2016-11-14
*
|
|
|
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
|
\
|
|
|
|
*
|
|
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
|
|
\
|
|
|
|
*
|
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
|
|
|
\
|
|
|
|
*
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka
2016-11-08
*
|
|
|
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
*
|
|
|
Issue #23883: Add test.support.check__all__() and test gettext.__all__
Martin Panter
2015-11-14
|
/
/
/
*
|
|
Merge from 3.4
Andrew Kuchling
2015-04-14
|
\
|
|
|
*
|
#17898: reset k and v so that the loop doesn't use an old value
Andrew Kuchling
2015-04-13
*
|
|
Issue #18216: gettext now raises an error when a .mo file has an unsupported ...
Antoine Pitrou
2014-10-28
|
/
/
*
/
test_gettext: use support.rmtree() instead of shutil.rmtree()
Victor Stinner
2014-07-24
|
/
*
Prevent ResourceWarnings in test_gettext
Éric Araujo
2010-11-06
*
Fix caching error found by regrtest -R (#10229)
Éric Araujo
2010-11-06
*
Fix interaction of custom translation classes and caching (#9042)
Éric Araujo
2010-10-04
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
*
More codestring -> codebytes.
Georg Brandl
2009-06-04
*
Merged revisions 72167 via svnmerge from
Walter Dörwald
2009-05-01
*
#2512 implement the 3.0 gettext API
Benjamin Peterson
2008-07-14
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
*
Fixed gettext module for Windows. The metadata lines always end in \n and not...
Christian Heimes
2007-10-31
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
Patch #1349274: gettext.install() now optionally installs additional
Georg Brandl
2006-02-19
*
Don't try to create the directory if it already exists, otherwise the test fails
Neal Norwitz
2004-07-19
*
Added a test for the fix of SF bug #658233, where continuation lines
Barry Warsaw
2003-05-20
*
Make tests clean up after themselves better. This means:
Brett Cannon
2003-04-27
*
UnicodeTranslationsTest.setUp(): Removed the coerce flag to the
Barry Warsaw
2003-04-24
*
Whitespace normalization.
Tim Peters
2003-04-24
*
From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html
Barry Warsaw
2003-04-11
*
Patch #633547: Support plural forms. Do TODOs in test suite.
Martin v. Löwis
2002-11-21
*
Move the setting of os.environ['LANGUAGE'] to setup(), and reset it to
Guido van Rossum
2002-07-20
*
Update an email address.
Barry Warsaw
2001-08-28
*
Quick and dirty fix for test_extcall failures trigged by Guido's
Barry Warsaw
2001-08-24
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
*
For current directory use os.curdir, not ".".
Jack Jansen
2000-09-15
[next]