Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | Takeshi KOMIYA | 2016-07-07 | 1 | -7/+11 | |
| |/ | | | | | | | changed (ref: #2510, #2753) | |||||
| * | 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 canonical relative paths for .pot | |||||
| | * | 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 ↵ | shimizukawa | 2015-10-27 | 1 | -2/+9 | |
| | | | | | | | | | | | | will raise UnicodeEncodeError. | |||||
| * | | Add support for SOURCE_DATE_EPOCH environment variable to ustrftime function | Dmitry Shachnev | 2015-07-09 | 1 | -4/+12 | |
| |/ | | | | | | | See https://wiki.debian.org/ReproducibleBuilds/TimestampsProposal. | |||||
* | | Introduce FileAvoidWrite class | Gregory Szorc | 2015-06-02 | 1 | -0/+74 | |
|/ | | | | | | | | | | | | | Sphinx relies on file mtimes to determine whether operations such as source reading need to occur. When tools like sphinx-apidoc run, they blindly write files, updating the mtime of files, even if the final file content does not change. In this patch, we introduce a FileAvoidWrite class that can be used to only write files if content has changed. This opens the door to less cache invalidation via mtime changes and thus better performance. This will be realized in a subsequent commit. | |||||
* | 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 | |
| | | | | | | | | one source. refs #1350. | |||||
* | | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+4 | |
| | | | | | | | | refs #1350. | |||||
* | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | |||||
* | | Fix: The application now check extra Python versions (3.0, 3.1) to stop ↵ | Takayuki Shimizukawa | 2014-01-18 | 1 | -4/+3 | |
| | | | | | | | | invoking. And fix a trivial comment. | |||||
* | | 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 ↵ | Takayuki Shimizukawa | 2013-10-03 | 1 | -1/+1 | |
| | | | | 'non-ASCII filename'. refs #703 | |||||
* | small grammar fix in multibyte filename messages | Georg Brandl | 2013-10-01 | 1 | -2/+2 | |
| | ||||||
* | When Sphinx couldn't decode multibyte filename, now Sphinx notices ↵ | Takayuki Shimizukawa | 2013-09-28 | 1 | -1/+8 | |
| | | | | UnicodeError and continuing if possible instead of raise exception. Closes #703 | |||||
* | Fix again: NFC/NFD normalizing problem. Closes #1142 | Takayuki Shimizukawa | 2013-09-18 | 1 | -0/+13 | |
| | ||||||
* | Fix: Output TeX/texinfo/man filename has no basename (only extention) when ↵ | Takayuki Shimizukawa | 2013-06-13 | 1 | -1/+1 | |
| | | | | using multibyte characters to "Project name" on quickstart. Closes #1190 | |||||
* | Rebuild i18n target document when catalog updated | Takayuki Shimizukawa | 2013-04-15 | 1 | -0/+14 | |
| | ||||||
* | Closes #1128: Fix Unicode errors when trying to format time strings with a ↵ | Georg Brandl | 2013-03-30 | 1 | -4/+6 | |
| | | | | non-standard locale. | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | merge heads | Takayuki Shimizukawa | 2012-12-10 | 1 | -3/+12 | |
|\ | ||||||
| * | Fix whitespace / line length issues reported by "make test" | Jonathan Waltman | 2012-11-03 | 1 | -1/+1 | |
| | | ||||||
| * | merge with stable | Georg Brandl | 2012-10-28 | 1 | -2/+10 | |
| |\ | ||||||
| | * | relative_uri patch. Fixes #916. | Freek Dijkstra | 2012-04-28 | 1 | -2/+10 | |
| | | | ||||||
| | * | Changed Conditional Expressions | togakushi | 2011-11-26 | 1 | -1/+6 | |
| | | | ||||||
| * | | * fix for Python2.5: test failed by using os.path.relpath that introduced at ↵ | Takayuki Shimizukawa | 2012-05-02 | 1 | -1/+2 | |
| | | | | | | | | | | | | Python-2.6. | |||||
* | | | support multibyte filename handling. | Takayuki Shimizukawa | 2012-05-01 | 1 | -0/+3 | |
|/ / | | | | | | | https://bitbucket.org/birkenfeld/sphinx/issue/703 | |||||
* | | Changed Conditional Expressions | togakushi | 2011-11-26 | 1 | -1/+6 | |
|/ | ||||||
* | Respect gettext_compact in message patching too. | Robert Lehmann | 2011-10-03 | 1 | -2/+2 | |
| | ||||||
* | Closes #561: Add configuration option to prevent catalog bundling. | Robert Lehmann | 2011-10-03 | 1 | -0/+3 | |
| |