index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
i18n
/
test_compilation.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-06-11
Fixed #36421 -- Made test_msgfmt_error_including_non_ascii compatible with ms...
Jericho Serrano
2025-01-23
Fixed #36010 -- Avoided touching mo files while checking writability.
Claude Paroz
2024-08-30
Dropped safeguards against very old versions of gettext.
Claude Paroz
2023-11-13
Fixed #34952 -- Copied dir list when processing locale folders to avoid missi...
Andrew Cordery
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-05-26
Fixed #32762 -- Fixed locale reset in compilemessages test.
Nilo César Teixeira
2020-06-22
Fixed #31692 -- Prevented unneeded .po file compilation.
Claude Paroz
2020-06-22
Refs #31692 -- Updated compilemessages and tests to use pathlib.
Claude Paroz
2020-04-20
Disabled management commands output with verbosity 0 in various tests.
François Freitag
2019-11-07
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2019-01-28
Fixed #29973 -- Added compilemessages --ignore option.
rsiemens
2018-06-13
Fixed #24384 -- Allowed compilemessages to continue running after nonfatal er...
Claude Paroz
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-08-16
Replaced 'raise SkipTest' with self.skipTest() in a few tests.
Tim Graham
2016-06-11
Refs #26677 -- Simplified i18n test cleanups.
Ramiro Morales
2016-06-09
Fixed #26677 -- Converted some i18n tests to use disposable FS tree.
Ramiro Morales
2016-06-01
Fixed #26692 -- Relaxed an i18n compilemessages test.
Ramiro Morales
2016-05-28
Fixed #26673 -- Fixed a I18N test case error on Windows+Python 2.7.
Ramiro Morales
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-02-23
Fixed #26232 -- Fixed Popen mocking environment in i18n tests
Claude Paroz
2015-12-13
Fixed #25925 -- Forced LANG=C for test_msgfmt_error_including_non_ascii.
Sergey Fedoseev
2015-12-04
Refs #25677 -- Skipped an i18n test on older gettext versions.
Tim Graham
2015-11-19
Refs #25677 -- Fixed Python 2 i18n test failure on non-ASCII path.
Tim Graham
2015-11-19
Fixed #25677 -- Prevented decoding errors in/after Popen calls
Claude Paroz
2015-08-12
Fixed #24257 -- Corrected i18n handling of percent signs.
Doug Beck
2015-06-04
Fixed #24159 -- Made compilemessages run across all apps.
Matthew Somerville
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2014-11-29
Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...
wrwrwr
2014-11-18
Fixed #18714 -- Added 'fuzzy' compilemessages option
Anton Baklanov
2014-05-02
Fixed clash caused by the newly introduced -e shorthand for makemessages --ex...
Loic Bistuer
2014-04-26
Fixed #22328 -- Added --exclude option to compilemessages and makemessages.
Ana Krivokapic
2014-02-18
Fixed #21732 -- Made compilemessages complain about non-writable location
Claude Paroz
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-23
Fixed #21488 -- Multiple locales treatment in i18n commands.
Ramiro Morales
2013-10-28
Rearranged some i18n tests
Claude Paroz