| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge branch '1.7-release' | Takeshi KOMIYA | 2018-01-31 | 1 | -6/+7 | |
| |\ \ | |/ | ||||||
| | * | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -6/+7 | |
| * | | Merge pull request #4469 from kurtmckee/use-https-urls | Takeshi KOMIYA | 2018-01-21 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Convert in-code HTTP URL's to HTTPS, including examples | Kurt McKee | 2018-01-20 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | app: Centralize directory validation | Stephen Finucane | 2018-01-20 | 1 | -1/+6 | |
| |/ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
| * | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| * | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 | |
| * | | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -3/+9 | |
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-12 | 1 | -2/+2 | |
| |\ \ | |/ | ||||||
| | * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -1/+1 | |
| | * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -1/+1 | |
| * | | Add type-check annotations to sphinx.util | Takeshi KOMIYA | 2016-11-16 | 1 | -4/+26 | |
| |/ | ||||||
| * | Fix #2919: Drop py26 support | Takeshi KOMIYA | 2016-09-15 | 1 | -2/+2 | |
| * | Refactor FileAvoidWrite | Takeshi KOMIYA | 2016-08-22 | 1 | -9/+3 | |
| * | Fix flake8 violation | Takeshi KOMIYA | 2016-08-22 | 1 | -1/+1 | |
| * | Merge branch 'master' into HEAD | Takeshi KOMIYA | 2016-08-22 | 1 | -13/+44 | |
| |\ | ||||||
| | * | Merge branch 'stable' | Takeshi KOMIYA | 2016-07-21 | 1 | -0/+7 | |
| | |\ | ||||||
| | | * | fix make clean abort when build dir contains files like .DS_Store. | Yoshiki Shibukawa | 2016-07-16 | 1 | -0/+7 | |
| | * | | ``sphinx.util.osutil.filecopy()`` skips copying if the file has not been chan... | Takeshi KOMIYA | 2016-07-07 | 1 | -7/+11 | |
| | |/ | ||||||
| | * | Fix #794: Date formatting in latex output is not localized | Takeshi KOMIYA | 2016-02-14 | 1 | -1/+2 | |
| | * | Merge pull request #2074 from techtonik/patch-1 | Takayuki SHIMIZUKAWA | 2016-02-09 | 1 | -0/+5 | |
| | |\ | ||||||
| | | * | gettext: use new osutil.canon_path() | anatoly techtonik | 2016-02-09 | 1 | -1/+2 | |
| | | * | add inverse of util.os_path for canonical path generation | anatoly techtonik | 2016-02-09 | 1 | -0/+4 | |
| | * | | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | * | | | Merge branch 'stable' | shimizukawa | 2015-11-15 | 1 | -2/+8 | |
| | |\ \ \ | | |/ / | | | / | | |/ | |/| | ||||||
| | | * | Fixed #2102: On Windows + Py3, using ``|today|`` and non-ASCII date format wi... | shimizukawa | 2015-10-27 | 1 | -2/+9 | |
| | * | | Add support for SOURCE_DATE_EPOCH environment variable to ustrftime function | Dmitry Shachnev | 2015-07-09 | 1 | -4/+12 | |
| | |/ | ||||||
| * | | Introduce FileAvoidWrite class | Gregory Szorc | 2015-06-02 | 1 | -0/+74 | |
| |/ | ||||||
| * | refactoring: move i18n related function from osutil into i18n | shimizukawa | 2015-03-16 | 1 | -21/+0 | |
| * | util: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -1/+4 | |
| * | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| |\ | ||||||
| | * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| * | | merge with stable | Takayuki Shimizukawa | 2014-09-26 | 1 | -0/+11 | |
| |\ \ | |/ | ||||||
| | * | refactoring by using `with cd` | Takayuki Shimizukawa | 2014-09-26 | 1 | -0/+12 | |
| * | | Fix a few missing Unicode/bytes filename problems. | Georg Brandl | 2014-09-21 | 1 | -0/+6 | |
| * | | tiny fix for py2/py3 compatibility in one source. | Takayuki Shimizukawa | 2014-05-01 | 1 | -6/+0 | |
| * | | remove 'six' name except importing line. | Takayuki Shimizukawa | 2014-04-30 | 1 | -4/+3 | |
| * | | use six privided text_type() to replace with unicode() to support py2/py3 in ... | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+2 | |
| * | | introduce the six module and reduce sphinx.util.pycompat implementation. refs... | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+4 | |
| * | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| |\ \ | |/ | ||||||
| | * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| * | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -4/+5 | |
| * | | Fix: The application now check extra Python versions (3.0, 3.1) to stop invok... | Takayuki Shimizukawa | 2014-01-18 | 1 | -4/+3 | |
| * | | Drop python-3.1 and remove support codes | Takayuki Shimizukawa | 2013-12-15 | 1 | -1/+1 | |
| * | | Drop python-2.5 and remove 2.4,2.5 support codes | Takayuki Shimizukawa | 2013-12-15 | 1 | -4/+6 | |
| |/ | ||||||
| * | grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-A... | Takayuki Shimizukawa | 2013-10-03 | 1 | -1/+1 | |
| * | small grammar fix in multibyte filename messages | Georg Brandl | 2013-10-01 | 1 | -2/+2 | |
