summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_gettext.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-130655: gettext: Add fallback testcase (GH-136857) (#136863)Miss Islington (bot)2025-07-201-0/+7
* [3.13] gh-130655: Add a test for big-endian MO files in gettext (GH-132469) (...Miss Islington (bot)2025-05-011-0/+26
* [3.13] gh-130320: gettext: Test fallback translations (GH-130321) (GH-132359)Miss Islington (bot)2025-04-101-0/+56
* [3.13] gh-130655: Add a test for corrupt `.mo` files in `gettext` (GH-131911)...Miss Islington (bot)2025-04-041-0/+39
* [3.13] gh-130655: Add a test for bad magic numbers in `.mo` files parsed by `...Miss Islington (bot)2025-04-041-0/+16
* [3.13] gh-130655: Add tests for `gettext.find()` (GH-130691) (#132084)Miss Islington (bot)2025-04-041-0/+70
* [3.13] gh-130655: Increase test coverage of gettext._expand_lang() (GH-130656...Miss Islington (bot)2025-02-281-0/+27
* [3.13] gh-130193: Increase test coverage of gettext.c2py (GH-130208) (GH-130217)Miss Islington (bot)2025-02-171-1/+7
* [3.13] gh-130177: Fix unintentionally skipped tests in test_gettext (GH-13017...Miss Islington (bot)2025-02-161-1/+1
* gh-88434: Emit deprecation warnings for non-integer numbers in gettext if tra...Serhiy Storchaka2023-10-141-12/+14
* gh-110519: Improve deprecation warning in the gettext module (#110520)Serhiy Storchaka2023-10-091-48/+130
* gh-109864: Make test_gettext tests order independent (GH-109866)Serhiy Storchaka2023-10-071-2/+13
* gh-62519: Make pgettext search plurals when translation is not found (#107118)Tomas R2023-07-231-0/+4
* bpo-18319: gettext() can retrieve a message even if a plural form exists (#19...Gilles Bassière2023-07-231-0/+4
* bpo-45046: Support context managers in unittest (GH-28045)Serhiy Storchaka2022-05-081-5/+2
* bpo-44235: Remove deprecated functions in the gettext module. (GH-26378)Dong-hee Na2021-05-301-188/+5
* bpo-41521: Rename blacklist parameter to not_exported (GH-21824)Victor Stinner2020-08-171-2/+2
* bpo-40275: Use new test.support helper submodules in tests (GH-21412)Hai Shi2020-07-091-2/+3
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-1/+0
* bpo-36239: Skip comments in gettext infos (GH-12255)Julien Palard2019-05-091-0/+13
* bpo-2504: Add pgettext() and variants to gettext. (GH-7253)Cheryl Sabella2018-11-071-25/+139
* bpo-33710: Deprecate l*gettext() and related functions in the gettext module....Serhiy Storchaka2018-10-271-48/+114
* bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#...Serhiy Storchaka2017-06-201-9/+123
* bpo-28692: Deprecate using non-integer value for selecting a plural form in g...Serhiy Storchaka2017-03-121-3/+6
* Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-141-6/+10
|\
| * Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-141-6/+10
| |\
| | * Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-141-6/+10
| | |\
| | | * Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-141-6/+10
* | | | Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-1/+84
|\ \ \ \ | |/ / /
| * | | Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-1/+84
| |\ \ \ | | |/ /
| | * | Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-1/+84
| | |\ \ | | | |/
| | | * Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-1/+84
* | | | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* | | | Issue #23883: Add test.support.check__all__() and test gettext.__all__Martin Panter2015-11-141-0/+6
|/ / /
* | | Merge from 3.4Andrew Kuchling2015-04-141-0/+27
|\ \ \ | |/ /
| * | #17898: reset k and v so that the loop doesn't use an old valueAndrew Kuchling2015-04-131-0/+27
* | | Issue #18216: gettext now raises an error when a .mo file has an unsupported ...Antoine Pitrou2014-10-281-0/+70
|/ /
* | test_gettext: use support.rmtree() instead of shutil.rmtree()Victor Stinner2014-07-241-1/+1
|/
* Prevent ResourceWarnings in test_gettextÉric Araujo2010-11-061-23/+12
* Fix caching error found by regrtest -R (#10229)Éric Araujo2010-11-061-0/+1
* Fix interaction of custom translation classes and caching (#9042)Éric Araujo2010-10-041-0/+31
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* More codestring -> codebytes.Georg Brandl2009-06-041-3/+3
* Merged revisions 72167 via svnmerge fromWalter Dörwald2009-05-011-6/+4
* #2512 implement the 3.0 gettext APIBenjamin Peterson2008-07-141-5/+5
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-4/+4
* Fixed gettext module for Windows. The metadata lines always end in \n and not...Christian Heimes2007-10-311-0/+1
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-3/+3
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-21/+21