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