summaryrefslogtreecommitdiff
path: root/sphinx/versioning.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.0'Takeshi KOMIYA2020-01-011-2/+2
|\
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
| * mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-1/+1
* | Fix flake8 violationsTakeshi KOMIYA2019-12-251-1/+0
* | Merge branch '2.0'Takeshi KOMIYA2019-12-251-15/+11
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.versioningTakeshi KOMIYA2019-12-251-17/+12
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-11/+0
|/
* refactor: Remove lists of transforms from SphinxStandalonReaderTakeshi KOMIYA2019-03-171-1/+13
* 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-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-3/+2
* | refactor: Replace six.moves.zip_longest by itertools.zip_longestTakeshi KOMIYA2018-12-151-3/+1
* | Fix annotations (in some modules)Takeshi KOMIYA2018-12-011-2/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Adjust type annotations for transforms to docutils'Takeshi KOMIYA2018-11-231-2/+2
* | Remove use six.move moduleTakeshi KOMIYA2018-11-121-2/+2
* | Merge branch '1.8'Takeshi KOMIYA2018-11-011-1/+1
|\ \ | |/
| * Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-1/+1
* | Merge pull request #5478 from jdufresne/movesTakeshi KOMIYA2018-09-241-1/+1
|\ \
| * | Remove uses of six.moves that did not cause any type errorsJon Dufresne2018-09-231-1/+1
* | | Deprecate suffix for env.doc2path()Takeshi KOMIYA2018-09-221-1/+2
|/ /
* | Remove use of six.iteritems()Jon Dufresne2018-09-111-2/+1
|/
* Change priority of versioning doctreesTakeshi KOMIYA2018-04-211-1/+8
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* | Update type annotationsTakeshi KOMIYA2018-02-041-0/+2
|/
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-3/+3
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Move UIDs assigning to sphinx.versioningTakeshi KOMIYA2017-10-311-0/+32
|/
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-2/+11
|/
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | If the ``python-levenshtein`` 3rd-party package is installed, it will improve...Takayuki Shimizukawa2014-10-051-1/+10
* | Incompatibility. Now :confval:`gettext_uuid` is set False by default. If Fals...Takayuki Shimizukawa2014-10-051-0/+3
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa2014-04-291-1/+2
* | use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa2014-04-291-3/+3
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-2/+2
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | Drop python-2.5 and remove 2.4,2.5 support codesTakayuki Shimizukawa2013-12-151-1/+2
|/
* Copyright update.Georg Brandl2013-01-011-1/+1
* Import all from pycompatDaniel Neuhäuser2011-01-081-1/+1