summaryrefslogtreecommitdiff
path: root/sphinx/util/osutil.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-041-1/+1
* refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA2021-03-101-1/+1
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Fix a flake8 violationTakeshi KOMIYA2020-12-201-0/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-12-201-0/+5
|\ \ | |/
| * Deprecate sphinx.util.osutil.movefile() in favor of os.replace()Jon Dufresne2020-12-131-1/+4
* | Merge branch '3.x'Takeshi KOMIYA2020-12-141-2/+2
|\ \ | |/
| * explicitly specify encoding=utf-8 in apidocwolfpan2020-11-231-2/+2
* | Merge branch '3.x'Takeshi KOMIYA2020-07-051-2/+2
|\ \ | |/
| * Fix exception causes all over the codebaseRam Rachum2020-06-141-2/+2
| * Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-2/+2
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-24/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-04-271-2/+2
|\ \ | |/
| * refactor: Add Optional to type annotationsTakeshi KOMIYA2020-04-191-2/+2
* | Merge branch '3.x'Takeshi KOMIYA2020-03-211-2/+2
|\ \ | |/
| * Fix #3842: singlehtml: Path to images broken when master doc is not in source...Takeshi KOMIYA2020-03-191-2/+2
* | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-5/+1
|/
* Merge branch '2.0'Takeshi KOMIYA2020-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
| * mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-11-171-2/+7
|\ \ | |/
| * Close #6712: Allow not to install sphinx.testing as runtime (for ALT Linux)Takeshi KOMIYA2019-10-131-2/+7
* | Merge branch '2.0'jfbu2019-08-011-2/+6
|\ \ | |/
| * Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-2/+6
* | Merge branch '2.0'Takeshi KOMIYA2019-06-091-48/+24
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.util.osutilTakeshi KOMIYA2019-06-051-50/+25
* | Merge branch '2.0'Takeshi KOMIYA2019-04-071-9/+13
|\ \ | |/
| * Show deprecation warning for sphinx.application.CONFIG_FILENAMETakeshi KOMIYA2019-03-301-9/+13
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-24/+1
|/
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace EnvironmentError and IOError by OSErrorTakeshi KOMIYA2018-12-191-4/+4
* | Merge pull request #5804 from jdufresne/file-avoid-strTakeshi KOMIYA2018-12-171-21/+7
|\ \
| * | Remove unnecessary bytes/str type check in FileAvoidWrite.write()Jon Dufresne2018-12-161-21/+7
* | | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ /
* | Replace ENOENT errno checks with Python 3 FileNotFoundErrorJon Dufresne2018-12-151-2/+2
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-22/+21
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-4/+4
* | Merge pull request #5607 from tk0miya/smart_texinfo_conf_pyTakeshi KOMIYA2018-12-021-0/+6
|\ \
| * | quickstart: Simplify generated conf.py (for texinfo)Takeshi KOMIYA2018-11-111-0/+6
* | | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | | Simplify ensuredir() with Python3 stdlib featuresJon Dufresne2018-11-201-7/+1
|/ /
* | Merge branch '1.8'Takeshi KOMIYA2018-11-011-4/+5
|\ \ | |/
| * Fix flake8 violationTakeshi KOMIYA2018-10-281-1/+1
| * Merge pull request #5548 from jdemeyer/ensuredir_check_dirTakeshi KOMIYA2018-10-281-2/+3
| |\
| | * Fix ensuredir() in case of pre-existing fileJeroen Demeyer2018-10-171-2/+3
| * | Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-1/+1
| |/