summaryrefslogtreecommitdiff
path: root/tests/i18n/test_extraction.py
AgeCommit message (Expand)Author
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
2014-10-22Made testing of stdout and stderr more consistent.Loic Bistuer
2014-10-21Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz
2014-08-08Fixed #22336 -- Added path matching for makemessages ignore optionJustin Hamade
2014-07-16Ignored STATIC_ROOT and MEDIA_ROOT in makemessagesClaude Paroz
2014-05-02Fixed clash caused by the newly introduced -e shorthand for makemessages --ex...Loic Bistuer
2014-04-26Fixed #22328 -- Added --exclude option to compilemessages and makemessages.Ana Krivokapic
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-04Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers.Bouke Haarsma
2013-11-30Enabled makemessages to support several translation directoriesClaude Paroz
2013-11-23Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales
2013-11-08Fixed #5849 -- Strip whitespace from blocktransBouke Haarsma
2013-11-02PEP8 cleanupJason Myers
2013-11-02Fixed all E261 warningscoagulant
2013-10-28Rearranged some i18n testsClaude Paroz