summaryrefslogtreecommitdiff
path: root/sphinx/util/osutil.py
Commit message (Expand)AuthorAgeFilesLines
* Prefer ``contextlib.chdir`` to ``sphinx.util.osutil.cd``Adam Turner2023-03-051-7/+21
* Fix COM812Adam Turner2023-02-181-1/+1
* Run pyupgrade (#11070)Adam Turner2023-01-021-1/+1
* Use PEP 604 typesAdam Turner2023-01-011-3/+3
* Use PEP 595 typesAdam Turner2023-01-011-3/+3
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* remove blanket 'noqas'Daniel Eades2022-12-161-1/+3
* Improve static typing strictness (#10569)danieleades2022-07-181-1/+1
* Add `include_patterns` as the opposite of `exclude_patterns` (#10518)Adam Turner2022-07-171-0/+7
* Merge branch '4.x'Takeshi KOMIYA2022-03-191-9/+1
|\
| * Collapse single line docstringsAdam Turner2022-02-201-2/+1
| * Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
| * Fix module docstring indentationAdam Turner2022-02-201-2/+2
| * Fix module docstring first lineAdam Turner2022-02-201-2/+1
| * Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* | Merge branch '4.x'Takeshi KOMIYA2022-01-171-1/+1
|\ \ | |/
| * address some unused loop control variables (B007)Daniel Eades2022-01-121-1/+1
* | Merge branch '4.x'Takeshi KOMIYA2022-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* | refactor: Remove RemovedInSphinx50Warning (partially)Takeshi KOMIYA2021-12-171-16/+0
|/
* 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
|/