summaryrefslogtreecommitdiff
path: root/sphinx/util
Commit message (Expand)AuthorAgeFilesLines
* graphviz: also catch IOError with Errno 22 (invalid parameter)Benoit Allard2011-07-141-0/+1
* Move node filtering into extract_messages.Robert Lehmann2011-07-061-2/+11
* merge with 1.0Georg Brandl2011-05-151-1/+54
|\
| * Closes #657: viewcode now works correctly with source files that have non-ASC...Georg Brandl2011-05-151-0/+54
* | #437: autodoc now shows values of class data attributes.Georg Brandl2011-01-081-0/+9
* | merge with https://bitbucket.org/langacore/sphinxGeorg Brandl2011-01-081-1/+5
|\ \
* | | getargspec moved to sphinx.util.inspect?ukasz Langa2011-01-081-0/+34
|/ /
* | merge with 1.0Georg Brandl2011-01-0710-65/+276
|\ \ | |/ |/|
| * #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-072-5/+22
| * merge with 1.0Georg Brandl2011-01-0416-16/+16
| |\
| * \ merge with 1.0Georg Brandl2011-01-0410-65/+259
| |\ \
| | * | Fix docstring preparation with included signature: ignore indentation of two ...Georg Brandl2011-01-041-12/+15
| | * | For now, do not allow comments on literals.Georg Brandl2010-11-201-1/+2
| | * | Fix loading JS searchindex data in Py3k.Georg Brandl2010-10-292-1/+6
| | * | merge with 1.0Georg Brandl2010-10-221-1/+1
| | |\ \
| | * \ \ merge with 1.0Georg Brandl2010-10-161-0/+3
| | |\ \ \
| | * | | | #504: Add an ``index`` role, to make inline index entries.Georg Brandl2010-08-251-0/+32
| | * | | | merge with 1.0Georg Brandl2010-08-239-56/+208
| | |\ \ \ \
| | | * | | | Make chunks bytestringsDasIch2010-08-231-2/+4
| | | * | | | Docstring harmonization.Georg Brandl2010-08-228-36/+30
| | | * | | | Next is new in 2.6.Georg Brandl2010-08-211-7/+8
| | | * | | | Group conditional sections in pycompat.Georg Brandl2010-08-211-72/+65
| | | * | | | mergeGeorg Brandl2010-08-211-12/+14
| | | |\ \ \ \
| | | | * | | | Supply substitute implementation of itertools.(i)zip_longest.Georg Brandl2010-08-211-3/+26
| | | * | | | | Added a fallback for itertools.izip_longest to pycompat for python versions <...DasIch2010-08-211-0/+21
| | | |/ / / /
| | | * | | | Added a fallback for itertools product to pycompat for python versions < 2.6DasIch2010-08-211-0/+12
| | | * | | | merge with sphinx-i18nGeorg Brandl2010-08-212-0/+42
| | | |\ \ \ \
| | | | * | | | Small code style changes, remove unused imports.Georg Brandl2010-08-211-8/+4
| | | | * | | | Automated merge with ssh://bitbucket.org/jacobmason/sphinx-web-supportDasIch2010-08-142-0/+46
| | | | |\ \ \ \
| | | | | * | | | Put literal_blocks under versioningDasIch2010-08-131-0/+10
| | | | | * | | | Automated merge with ssh://bitbucket.org/birkenfeld/sphinxDasIch2010-08-103-9/+40
| | | | | |\ \ \ \
| | | | | * | | | | Initial version tracking implementationDasIch2010-08-101-0/+36
| | | * | | | | | | Code style nits.Georg Brandl2010-08-211-0/+1
| | | * | | | | | | merge with trunkRobert Lehmann2010-08-177-19/+148
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / /
| | | | * | | | | | merge with 1.0Georg Brandl2010-08-144-13/+83
| | | | |\ \ \ \ \ \ | | | | | | |/ / / / | | | | | |/| | | |
| | | | | * | | | | merge with 1.0Georg Brandl2010-08-052-3/+8
| | | | | |\ \ \ \ \
| | | | | * | | | | | Improve support for automatic 2to3 conversion of config files. It now kicks ...Georg Brandl2010-07-311-48/+17
| | | | | * | | | | | Run 2to3 on config files which contain Python 2.x unicode literals.Georg Brandl2010-07-301-5/+62
| | | | | | |/ / / / | | | | | |/| | | |
| | | | | * | | | | Unify version_info checks.Georg Brandl2010-07-281-1/+1
| | | | | * | | | | Move bytes to pycompat.Georg Brandl2010-07-281-0/+5
| | | | | * | | | | Decode templates using utf-8 as jinja2 requires that for python3. This change...DasIch2010-06-171-2/+3
| | | | | * | | | | Fix assignment.Georg Brandl2010-07-281-1/+1
| | | | | * | | | | Use next() function instead of iter.next().Georg Brandl2010-07-281-0/+8
| | | | | * | | | | fix line lengthDasIch2010-05-251-1/+2
| | | | | * | | | | Move the "b" function to pycompat.Georg Brandl2010-07-282-1/+9
| | | | | * | | | | fixed test_markup testDasIch2010-05-241-4/+7
| | | | | * | | | | Add a constant for class types, which lacks types.ClassType in Py3k.Georg Brandl2010-07-282-2/+14
| | | | | * | | | | Take string constant out of function.Georg Brandl2010-07-281-7/+10
| | | | | * | | | | Encode even bytestrings containing ascii tests, they are unicode in python3Daniel Neuh?user2010-05-081-5/+8
| | | * | | | | | | Switch from normalized representation to rawsource.Robert Lehmann2010-06-301-1/+1