summaryrefslogtreecommitdiff
path: root/tests/i18n/test_extraction.py
AgeCommit message (Expand)Author
2018-06-11Fixed #29452 -- Fixed makemessages setting charset of .pot files.Bartosz Grabski
2018-05-13Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2017-06-29Fixed crash in i18n tests skip condition if gettext isn't installed.Tim Graham
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2017-05-22Fixed #28015 -- Added makemessages --add-location option.Ling-Xiao Yang
2017-02-23Fixed #27868 -- Filtered locale path subdirectoriesClaude Paroz
2017-01-25Refs #23919 -- Removed misc Python 2/3 references.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-24Removed unneeded force_text calls in the test suiteClaude Paroz
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-18Refs #23919 -- Replaced io.open() with open().Aymeric Augustin
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-11-08Skipped makemessages -l tests when xgettext isn't installed.Marti Raudsepp
2016-10-01Refs #26940 -- Re-allowed makemessages without settingsClaude Paroz
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-08-16Replaced 'raise SkipTest' with self.skipTest() in a few tests.Tim Graham
2016-08-11Fixed #27034 -- Made makemessages independent of USE_I18NClaude Paroz
2016-07-14Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file namesClaude Paroz
2016-06-11Refs #26677 -- Simplified i18n test cleanups.Ramiro Morales
2016-06-09Fixed #26677 -- Converted some i18n tests to use disposable FS tree.Ramiro Morales
2016-05-31Fixed #26687 -- Made an i18n test not use a hardcoded path separator.Ramiro Morales
2016-05-29Fixed #26674 -- Corrected a i18n makemessages test.Ramiro Morales
2016-04-30Fixed #26341 -- Fixed makemessages breaking location comments for HTML filesClaude Paroz
2016-04-30Adapted _assertPoLocComment for multi-file source lines in po filesClaude Paroz
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-01-29Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan
2016-01-23Fixed #26093 -- Allowed escape sequences extraction by gettext on Python 3Claude Paroz
2015-11-03Fixed #25668 -- Misc spelling errorsVille Skyttä
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-09Serialized some tests that interact with the filesystem.Aymeric Augustin
2015-09-04Fixed #25297 -- Allowed makemessages to work with {% trans %} tags that use t...Alexandre Pocquet
2015-08-28Fixed #17375 -- Changed makemessages to use xgettext with --files-fromSergey Kolosov
2015-08-12Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-20Fixed typos in code comments.Adam Taylor
2014-12-29Fixed #23271 -- Don't corrupt PO files on Windows when updating them.Ramiro Morales
2014-12-18Fixed #23788 (2) -- Improved gettext version checkerClaude Paroz
2014-11-29Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...wrwrwr
2014-11-17Removed superfluous newline.Aymeric Augustin
2014-11-17Fixed #23840 -- Fixed makemessages find_files methodIlja Maas
2014-11-11Fixed #23788 -- Used new JavaScript support in recent gettextClaude Paroz
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-27Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT=NoneClaude Paroz