summaryrefslogtreecommitdiff
path: root/tests/test_intl.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix flake8 violationsTakeshi KOMIYA2019-07-011-1/+1
|
* Fix #6444: test: replace example.com by existing pageTakeshi KOMIYA2019-06-051-2/+2
|
* Merge branch '2.0'Takeshi KOMIYA2019-03-211-0/+2
|\
| * Merge branch '2.0' into 6178_hidden_tocsTakeshi KOMIYA2019-03-191-2/+1
| |\
| | * Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension
| * | Fix #6178: i18n: Captions missing in translations for hidden TOCsTakeshi KOMIYA2019-03-171-0/+2
| |/
* | Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension
* | refactor: Use CatalogRepository instead of find_catalog_source_file()Takeshi KOMIYA2019-02-271-38/+27
|/
* test: Use get_doctree() to load doctree filesTakeshi KOMIYA2019-02-171-9/+6
|
* Merge branch '1.8'Takeshi KOMIYA2019-01-261-1/+3
|\
| * refactor: compile .mo file only if needed on testingTakeshi KOMIYA2019-01-201-1/+3
| |
* | encoding keyword for path.text() and path.write_text() is no longer neededTakeshi KOMIYA2019-01-031-30/+30
| |
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
| |
* | #5660 adjust expected result to new classesTimotheus Kampik2018-12-231-3/+3
| | | | | | | | Also, fix formating glitch
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie.
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-143/+141
| |
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
| |
* | Merge branch '1.8'jfbu2018-11-061-3/+7
|\ \ | |/
| * Fix #3002: i18n: multiple footnote_references referring same footnote causes ↵Takeshi KOMIYA2018-11-011-3/+7
| | | | | | | | duplicated node_ids
* | Merge branch 'master' into change_master_doc_to_indexTakeshi KOMIYA2018-09-291-15/+1
|\ \
| * | Remove Python 2.6 compat shim for ElementTree.itertextJon Dufresne2018-09-221-15/+1
| |/
* | The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-041-8/+8
|/
* Fix i18n: warnings for translation catalogs have wrong line numbersTakeshi KOMIYA2018-08-221-2/+2
|
* Merge branch '1.7'Takeshi KOMIYA2018-07-171-1/+6
|\
| * Fix #3329: i18n: crashed by auto-symbol footnote referencesTakeshi KOMIYA2018-07-151-1/+6
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-05-141-0/+79
|\ \ | |/
| * Merge branch '1.7' into 4913_literal_block_under_bullet_listTakeshi KOMIYA2018-05-121-0/+63
| |\
| | * fix #4938: i18n doesn't handle node.title correctly (#4939)Takayuki SHIMIZUKAWA2018-05-111-0/+63
| | |
| * | Fix #4913: i18n: literal blocks in bullet list are not translatedTakeshi KOMIYA2018-05-071-0/+16
| |/
* | Deprecate env.update()!Takeshi KOMIYA2018-02-241-3/+6
|/ | | | | To make BuildEnvironment simple, the responsibility of converting source files to doctrees is moved to Builder class.
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-3/+3
|
* test: Fix broken testcasesTakeshi KOMIYA2018-01-151-29/+29
|
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| |
* | Fix flake8 violationsTakeshi KOMIYA2017-12-231-0/+1
|/
* diet test-root: Move .mo files to new testroot (for test_html_rebuild_mo)Takeshi KOMIYA2017-12-151-2/+2
|
* Fix flake8 and style-check violationsTakeshi KOMIYA2017-10-231-11/+11
|
* Add (optional) u prefixes for Python 2.7cocoatomo2017-10-081-7/+7
|
* Wrap the line too longcocoatomo2017-10-081-1/+2
|
* Display reference texts of original and translated messagescocoatomo2017-10-081-5/+24
|
* Re-arrange WARNING messages about reference inconsistenciescocoatomo2017-10-071-2/+6
|
* Mark tests as xfail/skip to allow successful runAndy Neebel2017-06-141-0/+3
|
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-3/+3
|
* Rename test-image-glob to test-imagesTakeshi KOMIYA2017-04-161-4/+4
|
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| |
| * Fix #3421: Could not translate a caption of tablesTakeshi KOMIYA2017-02-261-0/+12
| |
* | BuildEnvironment always own application object (after read phase)Takeshi KOMIYA2017-03-081-3/+3
| |
* | Merge branch 'master' into 3421_translate_table_captionTakeshi KOMIYA2017-02-261-5/+8
|\ \