aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_gettext.py
Commit message (Expand)AuthorAge
* bpo-45046: Support context managers in unittest (GH-28045)Serhiy Storchaka2022-05-08
* bpo-44235: Remove deprecated functions in the gettext module. (GH-26378)Dong-hee Na2021-05-30
* bpo-41521: Rename blacklist parameter to not_exported (GH-21824)Victor Stinner2020-08-17
* bpo-40275: Use new test.support helper submodules in tests (GH-21412)Hai Shi2020-07-09
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-01
* bpo-36239: Skip comments in gettext infos (GH-12255)Julien Palard2019-05-09
* bpo-2504: Add pgettext() and variants to gettext. (GH-7253)Cheryl Sabella2018-11-07
* bpo-33710: Deprecate l*gettext() and related functions in the gettext module....Serhiy Storchaka2018-10-27
* bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#...Serhiy Storchaka2017-06-20
* bpo-28692: Deprecate using non-integer value for selecting a plural form in g...Serhiy Storchaka2017-03-12
* Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-14
|\
| * Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-14
| |\
| | * Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-14
| | |\
| | | * Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-14
* | | | Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-08
|\| | |
| * | | Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-08
| |\| |
| | * | Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-08
| | |\|
| | | * Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-08
* | | | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-24
* | | | Issue #23883: Add test.support.check__all__() and test gettext.__all__Martin Panter2015-11-14
|/ / /
* | | Merge from 3.4Andrew Kuchling2015-04-14
|\| |
| * | #17898: reset k and v so that the loop doesn't use an old valueAndrew Kuchling2015-04-13
* | | Issue #18216: gettext now raises an error when a .mo file has an unsupported ...Antoine Pitrou2014-10-28
|/ /
* / test_gettext: use support.rmtree() instead of shutil.rmtree()Victor Stinner2014-07-24
|/
* Prevent ResourceWarnings in test_gettextÉric Araujo2010-11-06
* Fix caching error found by regrtest -R (#10229)Éric Araujo2010-11-06
* Fix interaction of custom translation classes and caching (#9042)Éric Araujo2010-10-04
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* More codestring -> codebytes.Georg Brandl2009-06-04
* Merged revisions 72167 via svnmerge fromWalter Dörwald2009-05-01
* #2512 implement the 3.0 gettext APIBenjamin Peterson2008-07-14
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-02
* Fixed gettext module for Windows. The metadata lines always end in \n and not...Christian Heimes2007-10-31
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-27
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Patch #1349274: gettext.install() now optionally installs additionalGeorg Brandl2006-02-19
* Don't try to create the directory if it already exists, otherwise the test failsNeal Norwitz2004-07-19
* Added a test for the fix of SF bug #658233, where continuation linesBarry Warsaw2003-05-20
* Make tests clean up after themselves better. This means:Brett Cannon2003-04-27
* UnicodeTranslationsTest.setUp(): Removed the coerce flag to theBarry Warsaw2003-04-24
* Whitespace normalization.Tim Peters2003-04-24
* From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.htmlBarry Warsaw2003-04-11
* Patch #633547: Support plural forms. Do TODOs in test suite.Martin v. Löwis2002-11-21
* Move the setting of os.environ['LANGUAGE'] to setup(), and reset it toGuido van Rossum2002-07-20
* Update an email address.Barry Warsaw2001-08-28
* Quick and dirty fix for test_extcall failures trigged by Guido'sBarry Warsaw2001-08-24
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* For current directory use os.curdir, not ".".Jack Jansen2000-09-15