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
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
2014-10-22
Made testing of stdout and stderr more consistent.
Loic Bistuer
2014-10-21
Fixed #23583 -- More selectively ignored static/media roots
Claude Paroz
2014-08-08
Fixed #22336 -- Added path matching for makemessages ignore option
Justin Hamade
2014-07-16
Ignored STATIC_ROOT and MEDIA_ROOT in makemessages
Claude Paroz
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-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-04
Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers.
Bouke Haarsma
2013-11-30
Enabled makemessages to support several translation directories
Claude Paroz
2013-11-23
Fixed #21488 -- Multiple locales treatment in i18n commands.
Ramiro Morales
2013-11-08
Fixed #5849 -- Strip whitespace from blocktrans
Bouke Haarsma
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-28
Rearranged some i18n tests
Claude Paroz
[prev]