Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix flake8 violations | Takeshi KOMIYA | 2019-07-01 | 1 | -1/+1 | |
| | ||||||
* | Fix #6444: test: replace example.com by existing page | Takeshi KOMIYA | 2019-06-05 | 1 | -2/+2 | |
| | ||||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2019-03-21 | 1 | -0/+2 | |
|\ | ||||||
| * | Merge branch '2.0' into 6178_hidden_tocs | Takeshi KOMIYA | 2019-03-19 | 1 | -2/+1 | |
| |\ | ||||||
| | * | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-19 | 1 | -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 TOCs | Takeshi KOMIYA | 2019-03-17 | 1 | -0/+2 | |
| |/ | ||||||
* | | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-17 | 1 | -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 KOMIYA | 2019-02-27 | 1 | -38/+27 | |
|/ | ||||||
* | test: Use get_doctree() to load doctree files | Takeshi KOMIYA | 2019-02-17 | 1 | -9/+6 | |
| | ||||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-26 | 1 | -1/+3 | |
|\ | ||||||
| * | refactor: compile .mo file only if needed on testing | Takeshi KOMIYA | 2019-01-20 | 1 | -1/+3 | |
| | | ||||||
* | | encoding keyword for path.text() and path.write_text() is no longer needed | Takeshi KOMIYA | 2019-01-03 | 1 | -30/+30 | |
| | | ||||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | #5660 adjust expected result to new classes | Timotheus Kampik | 2018-12-23 | 1 | -3/+3 | |
| | | | | | | | | Also, fix formating glitch | |||||
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -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 strings | Takeshi KOMIYA | 2018-12-16 | 1 | -143/+141 | |
| | | ||||||
* | | Remove print_function feature | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+0 | |
| | | ||||||
* | | Merge branch '1.8' | jfbu | 2018-11-06 | 1 | -3/+7 | |
|\ \ | |/ | ||||||
| * | Fix #3002: i18n: multiple footnote_references referring same footnote causes ↵ | Takeshi KOMIYA | 2018-11-01 | 1 | -3/+7 | |
| | | | | | | | | duplicated node_ids | |||||
* | | Merge branch 'master' into change_master_doc_to_index | Takeshi KOMIYA | 2018-09-29 | 1 | -15/+1 | |
|\ \ | ||||||
| * | | Remove Python 2.6 compat shim for ElementTree.itertext | Jon Dufresne | 2018-09-22 | 1 | -15/+1 | |
| |/ | ||||||
* | | The default setting for master_doc is changed to 'index' | Takeshi KOMIYA | 2018-09-04 | 1 | -8/+8 | |
|/ | ||||||
* | Fix i18n: warnings for translation catalogs have wrong line numbers | Takeshi KOMIYA | 2018-08-22 | 1 | -2/+2 | |
| | ||||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-07-17 | 1 | -1/+6 | |
|\ | ||||||
| * | Fix #3329: i18n: crashed by auto-symbol footnote references | Takeshi KOMIYA | 2018-07-15 | 1 | -1/+6 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-05-14 | 1 | -0/+79 | |
|\ \ | |/ | ||||||
| * | Merge branch '1.7' into 4913_literal_block_under_bullet_list | Takeshi KOMIYA | 2018-05-12 | 1 | -0/+63 | |
| |\ | ||||||
| | * | fix #4938: i18n doesn't handle node.title correctly (#4939) | Takayuki SHIMIZUKAWA | 2018-05-11 | 1 | -0/+63 | |
| | | | ||||||
| * | | Fix #4913: i18n: literal blocks in bullet list are not translated | Takeshi KOMIYA | 2018-05-07 | 1 | -0/+16 | |
| |/ | ||||||
* | | Deprecate env.update()! | Takeshi KOMIYA | 2018-02-24 | 1 | -3/+6 | |
|/ | | | | | To make BuildEnvironment simple, the responsibility of converting source files to doctrees is moved to Builder class. | |||||
* | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -3/+3 | |
| | ||||||
* | test: Fix broken testcases | Takeshi KOMIYA | 2018-01-15 | 1 | -29/+29 | |
| | ||||||
* | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
|\ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Fix flake8 violations | Takeshi KOMIYA | 2017-12-23 | 1 | -0/+1 | |
|/ | ||||||
* | diet test-root: Move .mo files to new testroot (for test_html_rebuild_mo) | Takeshi KOMIYA | 2017-12-15 | 1 | -2/+2 | |
| | ||||||
* | Fix flake8 and style-check violations | Takeshi KOMIYA | 2017-10-23 | 1 | -11/+11 | |
| | ||||||
* | Add (optional) u prefixes for Python 2.7 | cocoatomo | 2017-10-08 | 1 | -7/+7 | |
| | ||||||
* | Wrap the line too long | cocoatomo | 2017-10-08 | 1 | -1/+2 | |
| | ||||||
* | Display reference texts of original and translated messages | cocoatomo | 2017-10-08 | 1 | -5/+24 | |
| | ||||||
* | Re-arrange WARNING messages about reference inconsistencies | cocoatomo | 2017-10-07 | 1 | -2/+6 | |
| | ||||||
* | Mark tests as xfail/skip to allow successful run | Andy Neebel | 2017-06-14 | 1 | -0/+3 | |
| | ||||||
* | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -3/+3 | |
| | ||||||
* | Rename test-image-glob to test-images | Takeshi KOMIYA | 2017-04-16 | 1 | -4/+4 | |
| | ||||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | | ||||||
| * | Fix #3421: Could not translate a caption of tables | Takeshi KOMIYA | 2017-02-26 | 1 | -0/+12 | |
| | | ||||||
* | | BuildEnvironment always own application object (after read phase) | Takeshi KOMIYA | 2017-03-08 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch 'master' into 3421_translate_table_caption | Takeshi KOMIYA | 2017-02-26 | 1 | -5/+8 | |
|\ \ |