summaryrefslogtreecommitdiff
path: root/sphinx/util/jsdump.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA2021-03-101-3/+3
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-1/+1
* Migrate to py3 style type annotation: sphinx.util.jsdumpTakeshi KOMIYA2019-06-031-18/+8
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-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-2/+1
* | refactor: Replace six.integer_types by intTakeshi KOMIYA2018-12-151-3/+1
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-1/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Replace six.string_types with native strJon Dufresne2018-11-211-4/+4
* | Deprecate sphinx.util.pycompat.uJon Dufresne2018-11-121-3/+1
* | Remove use of six.iteritems()Jon Dufresne2018-09-111-2/+2
|/
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* 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
* | Fix mypy violationTakeshi KOMIYA2017-03-031-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-2/+2
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-2/+3
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-2/+2
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-2/+2
* | Add type-check annotations to sphinx.utilTakeshi KOMIYA2016-11-161-4/+15
|/
* #2902: jsdump.loads fails to load search index if keywords starts with unders...Takeshi KOMIYA2016-08-271-1/+1
* Make javascript search work in more contextsSilvio Tomatis2016-07-081-1/+1
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* util: pep8 fixesGeorg Brandl2015-03-081-0/+4
* Remove non-determinismDmitry Shachnev2015-01-281-3/+5
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-4/+3
* | use six privided functions/classes to support py2/py3 in one source. refs #1350Takayuki Shimizukawa2014-04-301-2/+2
* | 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-2/+4
|/
* Update copyright year.Georg Brandl2014-03-011-1/+1
* Copyright update.Georg Brandl2013-01-011-1/+1
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | Fix loading JS searchindex data in Py3k.Georg Brandl2010-10-291-1/+3
|/
* Happy new year!Georg Brandl2010-01-011-1/+1
* Fix a few remaining copyrights and add 2009 to license.Georg Brandl2009-01-041-1/+1
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-3/+3
* Fix a bug in jsdump.Georg Brandl2008-11-221-1/+4
* Group changelog entries and fix docstring for jsdump.Georg Brandl2008-09-241-8/+3
* Rename util.json to util.jsdump because it doesn't generate valid JSON anymore.Georg Brandl2008-09-241-0/+195