COMMITS
/ Lib/test/test_gettext.py July 20, 2025
D
gh-130655: gettext: Add fallback testcase (#136857)
Dominic H. committed
May 5, 2025
D
gh-118761: Add test_lazy_import for more modules (#133057)
Daniel Hollas committed
May 1, 2025
T
gh-130655: Add a test for big-endian MO files in gettext (GH-132469)
Tomas R. committed
April 10, 2025
T
gh-130320: gettext: Test fallback translations (GH-130321)
Tomas R. committed
April 4, 2025
T
gh-130655: Add a test for corrupt `.mo` files in `gettext` (#131911)
Tomas R. committed
T
F
GH-131770: increase assumed WASI stack size to 131072 (wasi-sdk default) (#131844)
Filipe Laíns 🇵🇸 committed
March 19, 2025
S
gh-130655: Add tests for `gettext.find()` (GH-130691)
Stan Ulbrych committed
February 28, 2025
T
gh-130655: Increase test coverage of gettext._expand_lang() (GH-130656)
Tomas R. committed
February 17, 2025
T
gh-130193: Increase test coverage of gettext.c2py (GH-130208)
Tomas R. committed
February 16, 2025
T
gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178)
Tomas R. committed
February 14, 2025
T
gh-107510: gettext: Remove unnecessary tests (GH-127965)
Tomas R. committed
October 14, 2023
S
gh-88434: Emit deprecation warnings for non-integer numbers in gettext if translation not found (GH-110574)
Serhiy Storchaka committed
October 9, 2023
S
gh-110519: Improve deprecation warning in the gettext module (#110520)
Serhiy Storchaka committed
October 7, 2023
S
gh-109864: Make test_gettext tests order independent (GH-109866)
Serhiy Storchaka committed
July 23, 2023
T
G
bpo-18319: gettext() can retrieve a message even if a plural form exists (#19869)
Gilles Bassière committed
May 8, 2022
S
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka committed
May 30, 2021
D
bpo-44235: Remove deprecated functions in the gettext module. (GH-26378)
Dong-hee Na committed
August 17, 2020
V
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner committed
July 9, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi committed
July 1, 2019
V
Remove unused imports in tests (GH-14518)
Victor Stinner committed
May 9, 2019
J
bpo-36239: Skip comments in gettext infos (GH-12255)
Julien Palard committed
November 7, 2018
C
bpo-2504: Add pgettext() and variants to gettext. (GH-7253)
Cheryl Sabella committed
October 27, 2018
S
bpo-33710: Deprecate l*gettext() and related functions in the gettext module. (GH-10139)
Serhiy Storchaka committed
June 20, 2017
S
bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#2266)
Serhiy Storchaka committed
March 12, 2017
S
bpo-28692: Deprecate using non-integer value for selecting a plural form in gettext. (#507)
Serhiy Storchaka committed
November 14, 2016
S
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka committed
S
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka committed
S
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka committed
S
Issue #28563: Make plural form selection more lenient and accepting
Serhiy Storchaka committed
November 8, 2016
S
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka committed
S
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka committed
S
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka committed
S
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
Serhiy Storchaka committed
April 24, 2016
S
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka committed
November 14, 2015
M
Issue #23883: Add test.support.check__all__() and test gettext.__all__
Martin Panter committed
April 14, 2015
A
Merge from 3.4
Andrew Kuchling committed
April 13, 2015
A
#17898: reset k and v so that the loop doesn't use an old value
Andrew Kuchling committed
October 28, 2014
July 24, 2014
V
test_gettext: use support.rmtree() instead of shutil.rmtree()
Victor Stinner committed
November 6, 2010
É
Prevent ResourceWarnings in test_gettext
Éric Araujo committed
É
Fix caching error found by regrtest -R (#10229)
Éric Araujo committed
October 4, 2010
É
Fix interaction of custom translation classes and caching (#9042)
Éric Araujo committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
June 4, 2009
G
More codestring -> codebytes.
Georg Brandl committed
May 1, 2009
W
Merged revisions 72167 via svnmerge from
Walter Dörwald committed
July 14, 2008
B
#2512 implement the 3.0 gettext API
Benjamin Peterson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
December 2, 2007
G
#1535: rename __builtin__ module to builtins.
Georg Brandl committed