summaryrefslogtreecommitdiff
path: root/sphinx/util/osutil.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch '1.7-release'Takeshi KOMIYA2018-01-311-6/+7
|\ \ | |/
| * Use flake8-import-orderTakeshi KOMIYA2018-01-281-6/+7
* | Merge pull request #4469 from kurtmckee/use-https-urlsTakeshi KOMIYA2018-01-211-1/+1
|\ \
| * | Convert in-code HTTP URL's to HTTPS, including examplesKurt McKee2018-01-201-1/+1
| |/
* | app: Centralize directory validationStephen Finucane2018-01-201-1/+6
|/
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-3/+9
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-2/+2
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-1/+1
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-1/+1
* | Add type-check annotations to sphinx.utilTakeshi KOMIYA2016-11-161-4/+26
|/
* Fix #2919: Drop py26 supportTakeshi KOMIYA2016-09-151-2/+2
* Refactor FileAvoidWriteTakeshi KOMIYA2016-08-221-9/+3
* Fix flake8 violationTakeshi KOMIYA2016-08-221-1/+1
* Merge branch 'master' into HEADTakeshi KOMIYA2016-08-221-13/+44
|\
| * Merge branch 'stable'Takeshi KOMIYA2016-07-211-0/+7
| |\
| | * fix make clean abort when build dir contains files like .DS_Store.Yoshiki Shibukawa2016-07-161-0/+7
| * | ``sphinx.util.osutil.filecopy()`` skips copying if the file has not been chan...Takeshi KOMIYA2016-07-071-7/+11
| |/
| * Fix #794: Date formatting in latex output is not localizedTakeshi KOMIYA2016-02-141-1/+2
| * Merge pull request #2074 from techtonik/patch-1Takayuki SHIMIZUKAWA2016-02-091-0/+5
| |\
| | * gettext: use new osutil.canon_path()anatoly techtonik2016-02-091-1/+2
| | * add inverse of util.os_path for canonical path generationanatoly techtonik2016-02-091-0/+4
| * | Merge branch 'stable'Georg Brandl2016-01-141-1/+1
| |\ \
| | * | Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| * | | Merge branch 'stable'shimizukawa2015-11-151-2/+8
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fixed #2102: On Windows + Py3, using ``|today|`` and non-ASCII date format wi...shimizukawa2015-10-271-2/+9
| * | Add support for SOURCE_DATE_EPOCH environment variable to ustrftime functionDmitry Shachnev2015-07-091-4/+12
| |/
* | Introduce FileAvoidWrite classGregory Szorc2015-06-021-0/+74
|/
* refactoring: move i18n related function from osutil into i18nshimizukawa2015-03-161-21/+0
* util: pep8 fixesGeorg Brandl2015-03-081-1/+4
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | merge with stableTakayuki Shimizukawa2014-09-261-0/+11
|\ \ | |/
| * refactoring by using `with cd`Takayuki Shimizukawa2014-09-261-0/+12
* | Fix a few missing Unicode/bytes filename problems.Georg Brandl2014-09-211-0/+6
* | tiny fix for py2/py3 compatibility in one source.Takayuki Shimizukawa2014-05-011-6/+0
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-4/+3
* | use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa2014-04-291-1/+2
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-2/+4
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-4/+5
* | Fix: The application now check extra Python versions (3.0, 3.1) to stop invok...Takayuki Shimizukawa2014-01-181-4/+3
* | Drop python-3.1 and remove support codesTakayuki Shimizukawa2013-12-151-1/+1
* | Drop python-2.5 and remove 2.4,2.5 support codesTakayuki Shimizukawa2013-12-151-4/+6
|/
* grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-A...Takayuki Shimizukawa2013-10-031-1/+1
* small grammar fix in multibyte filename messagesGeorg Brandl2013-10-011-2/+2