summaryrefslogtreecommitdiff
path: root/sphinx/highlighting.py
Commit message (Expand)AuthorAgeFilesLines
* merge with stableGeorg Brandl2014-03-251-17/+1
|\
| * Update copyright year.Georg Brandl2014-03-011-17/+1
| |\
| | * merge headsshimizukawa2014-01-151-11/+11
| | |\
| | * | Drop python-3.1 and remove support codesshimizukawa2013-12-151-6/+0
| | * | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-151-11/+1
* | | | Closes #636: Keep straight single quotes in literal blocks in the LaTeX build.Georg Brandl2014-03-251-1/+7
|/ / /
* | | Update copyright year.Georg Brandl2014-03-011-1/+1
| |/ |/|
* | Closes #845: In code blocks, when the selected lexer fails, display line numb...Georg Brandl2014-01-111-11/+11
|/
* Copyright update.Georg Brandl2013-01-011-1/+1
* Only select 3.x versions.Georg Brandl2012-10-281-2/+2
* Merged in shimizukawa/sphinx-fix-testing-fork (pull request #62)Georg Brandl2012-10-281-0/+6
|\
| * fix for Python3.1: Python 3.1 can't proceess '\r' at parser; `parser.suite("p...shimizukawa2012-05-031-0/+6
* | Closes #905: work around Pygments bug returning str instead of Unicode from L...Georg Brandl2012-08-191-0/+2
|/
* Closes #810: fix deprecation warnings with Python 3. What is left over is fro...Georg Brandl2012-01-291-2/+2
* Closes #695: When the highlight language "python" is specified explicitly, do...Georg Brandl2012-01-291-2/+4
* More version-compatibility hack removals.Georg Brandl2011-09-251-7/+1
* Remove compatibility code for Pygments < 1.2.Georg Brandl2011-09-251-13/+10
* Add changelog entry for emphasize-lines and some coding style fixes.Georg Brandl2011-09-221-5/+4
* PygmentsBridge: pass keyword arguments to PygmentsMark Lodato2011-07-061-2/+2
* PygmentsBridge: construct new formatter each timeMark Lodato2011-07-061-13/+18
* changeset: 3201:2a38261315baGeorg Brandl2011-01-091-3/+3
* Add ``pyramid`` theme.Georg Brandl2011-01-041-21/+1
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | merge with 1.0Georg Brandl2010-10-221-1/+1
|\ \ | |/
| * #534: warning message instead of crash if invalid Pygments lexer name is used.Georg Brandl2010-10-221-1/+1
* | merge with 1.0Georg Brandl2010-08-051-1/+1
|\ \ | |/
| * Fix unwanted styling of C domain references (because of a namespace clash wit...Georg Brandl2010-08-051-1/+1
* | encode source code for parsing only on python 2.xDasIch2010-05-301-1/+1
* | Check if a string is not unicode as a workaround for 3.xDasIch2010-05-301-1/+1
|/
* merge with 0.6Georg Brandl2010-04-061-3/+12
|\
| * Add warning facility on unknown Pygments lexer names.Georg Brandl2010-04-041-3/+12
* | merge with 0.6Georg Brandl2010-01-061-1/+12
|\ \ | |/ |/|
| * merge with 0.6Georg Brandl2010-01-011-1/+12
| |\
| | * merge with 0.6Georg Brandl2009-11-091-1/+9
| | |\
| | * | #169: Added the ``trim_doctest_flags`` config value, which is true by default.Georg Brandl2009-06-161-1/+12
* | | | Restore compatibility with Pygments >= 1.2.Georg Brandl2010-01-061-3/+6
|/ / /
* | | Happy new year!Georg Brandl2010-01-011-1/+1
| |/ |/|
* | #265: restore Jython compatibility.Georg Brandl2009-11-081-1/+9
|/
* When highlighting Python code, ignore extra indentation beforeGeorg Brandl2009-06-041-0/+5
* Convert strings to unicode in highlighting.Georg Brandl2009-04-281-0/+2
* Reformat to EOL80.Georg Brandl2009-01-101-1/+2
* Split stylesheets into basic, default and sphinxdoc.Georg Brandl2009-01-101-1/+1
* Add Pygments style selection to theming.Georg Brandl2009-01-101-2/+7
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|\
| * Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* | Fix NameError if Pygments is not installed.Georg Brandl2008-12-161-1/+2
* | Allow using different Pygments formatters.Georg Brandl2008-11-301-10/+18
* | Add Sphinx.add_lexer().Georg Brandl2008-11-301-0/+1