summaryrefslogtreecommitdiff
path: root/tests/i18n/test_extraction.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-8/+6
* Skipped makemessages -l tests when xgettext isn't installed.Marti Raudsepp2016-11-081-0/+1
* Refs #26940 -- Re-allowed makemessages without settingsClaude Paroz2016-10-011-0/+9
* Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham2016-09-171-2/+2
* Replaced 'raise SkipTest' with self.skipTest() in a few tests.Tim Graham2016-08-161-3/+3
* Fixed #27034 -- Made makemessages independent of USE_I18NClaude Paroz2016-08-111-0/+13
* Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file namesClaude Paroz2016-07-141-0/+4
* Refs #26677 -- Simplified i18n test cleanups.Ramiro Morales2016-06-111-115/+4
* Fixed #26677 -- Converted some i18n tests to use disposable FS tree.Ramiro Morales2016-06-091-62/+56
* Fixed #26687 -- Made an i18n test not use a hardcoded path separator.Ramiro Morales2016-05-311-1/+3
* Fixed #26674 -- Corrected a i18n makemessages test.Ramiro Morales2016-05-291-3/+3
* Fixed #26341 -- Fixed makemessages breaking location comments for HTML filesClaude Paroz2016-04-301-2/+13
* Adapted _assertPoLocComment for multi-file source lines in po filesClaude Paroz2016-04-301-6/+13
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-6/+3
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-2/+2
* Fixed #26093 -- Allowed escape sequences extraction by gettext on Python 3Claude Paroz2016-01-231-0/+8
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-14/+40
* Serialized some tests that interact with the filesystem.Aymeric Augustin2015-09-091-6/+10
* Fixed #25297 -- Allowed makemessages to work with {% trans %} tags that use t...Alexandre Pocquet2015-09-041-5/+27
* Fixed #17375 -- Changed makemessages to use xgettext with --files-fromSergey Kolosov2015-08-281-0/+18
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-121-36/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+6
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+1
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Fixed #23271 -- Don't corrupt PO files on Windows when updating them.Ramiro Morales2014-12-291-5/+24
* Fixed #23788 (2) -- Improved gettext version checkerClaude Paroz2014-12-181-6/+31
* Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...wrwrwr2014-11-291-6/+2
* Removed superfluous newline.Aymeric Augustin2014-11-171-1/+0
* Fixed #23840 -- Fixed makemessages find_files methodIlja Maas2014-11-171-0/+24
* Fixed #23788 -- Used new JavaScript support in recent gettextClaude Paroz2014-11-111-0/+1
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-46/+46
* Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT=NoneClaude Paroz2014-10-271-0/+8
* Made testing of stdout and stderr more consistent.Loic Bistuer2014-10-221-9/+9
* Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz2014-10-211-30/+38
* Fixed #22336 -- Added path matching for makemessages ignore optionJustin Hamade2014-08-081-17/+29
* Ignored STATIC_ROOT and MEDIA_ROOT in makemessagesClaude Paroz2014-07-161-4/+16
* Fixed clash caused by the newly introduced -e shorthand for makemessages --ex...Loic Bistuer2014-05-021-0/+13
* Fixed #22328 -- Added --exclude option to compilemessages and makemessages.Ana Krivokapic2014-04-261-2/+67
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers.Bouke Haarsma2013-12-041-20/+46
* Enabled makemessages to support several translation directoriesClaude Paroz2013-11-301-0/+46
* Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales2013-11-231-29/+23
* Fixed #5849 -- Strip whitespace from blocktransBouke Haarsma2013-11-081-0/+11
* PEP8 cleanupJason Myers2013-11-021-6/+12
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Rearranged some i18n testsClaude Paroz2013-10-281-0/+488