summaryrefslogtreecommitdiff
path: root/sphinx/util/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix force_decode() to work on Python 3.1.1.3Georg Brandl2012-03-101-1/+2
* Merge with 1.0Georg Brandl2011-09-221-2/+2
|\
| * Fix #704: image file duplication bug.Georg Brandl2011-09-221-2/+2
* | Merge with 1.0Georg Brandl2011-09-211-22/+62
|\ \ | |/ |/|
| * merge with 1.0Georg Brandl2011-05-151-1/+54
| |\
| * \ merge with 1.0Georg Brandl2011-01-071-21/+62
| |\ \
| | * | #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-071-0/+8
| | * | merge with 1.0Georg Brandl2011-01-041-1/+1
| | |\ \
| | * \ \ merge with 1.0Georg Brandl2010-10-221-1/+1
| | |\ \ \
| | * \ \ \ merge with 1.0Georg Brandl2010-10-161-0/+3
| | |\ \ \ \
| | * | | | | Docstring harmonization.Georg Brandl2010-08-221-13/+6
| | * | | | | Small code style changes, remove unused imports.Georg Brandl2010-08-211-8/+4
| | * | | | | Initial version tracking implementationDasIch2010-08-101-0/+36
| | * | | | | Decode templates using utf-8 as jinja2 requires that for python3. This change...DasIch2010-06-171-2/+3
| | * | | | | 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
* | | | | | | Fix #544: allow .pyw extension for importable modules.Georg Brandl2011-09-211-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Closes #657: viewcode now works correctly with source files that have non-ASC...Georg Brandl2011-05-151-0/+54
|/ / / / /
* | | | | Fix a bug where the removal of download files and images wasn't noticed.Georg Brandl2011-01-071-3/+3
| |_|_|/ |/| | |
* | | | New year update.Georg Brandl2011-01-041-1/+1
| |_|/ |/| |
* | | #544: Allow ``.pyw`` as a source file extension.Georg Brandl2010-10-221-1/+1
| |/ |/|
* | Record Python version in save_traceback(), to better debug 2 vs 3 issues.Georg Brandl2010-10-161-0/+2
|/
* merge with trunkGeorg Brandl2010-01-171-0/+33
|\
| * merge with trunkGeorg Brandl2010-01-171-424/+101
| |\
| * \ merge with trunkGeorg Brandl2010-01-171-0/+28
| |\ \
| * \ \ merge with trunkGeorg Brandl2010-01-171-0/+1
| |\ \ \
| * | | | Fix test suite errors.Georg Brandl2010-01-131-0/+1
| * | | | Move getting module source to util.Georg Brandl2010-01-131-0/+32
| * | | | merge with trunkGeorg Brandl2010-01-081-5/+20
| |\ \ \ \
| | * \ \ \ merge with trunk (not working perfectly yet)Georg Brandl2010-01-071-33/+75
| | |\ \ \ \
| | * \ \ \ \ merge with trunkGeorg Brandl2010-01-071-2/+0
| | |\ \ \ \ \
| | * \ \ \ \ \ merge with trunkGeorg Brandl2010-01-071-5/+20
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ merge with trunkGeorg Brandl2010-01-021-1/+1
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ merge with trunkGeorg Brandl2009-12-281-5/+21
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ merge with trunkGeorg Brandl2009-11-091-2/+4
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | Small beauty fixes.Georg Brandl2009-09-081-2/+2
| | | | * | | | | | | | util: fix explicit_title_re to allow newlines.Georg Brandl2009-09-071-1/+1
| | | | * | | | | | | | merge with trunkGeorg Brandl2009-09-041-5/+21
| | | | |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ merge with trunkGeorg Brandl2009-09-031-14/+7
| | | | | |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ merge with trunkGeorg Brandl2009-08-091-5/+21
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ merge with 0.6Georg Brandl2009-08-051-15/+47
| | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | First step of domain handling in environment.Georg Brandl2009-07-131-5/+6
| | | | | | | * | | | | | | | | PEP 8Georg Brandl2009-07-131-2/+4
| | | | | | | * | | | | | | | | Add make_refnode() utility function.Georg Brandl2009-07-131-0/+15
* | | | | | | | | | | | | | | | Rename os to osutil, thanks to relative imports.Georg Brandl2010-01-171-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Refactor util package.Georg Brandl2010-01-171-407/+98
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Refactor toctree inlining to into a util function.Georg Brandl2010-01-171-0/+29
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | merge with 0.6Georg Brandl2010-01-121-42/+94
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Record jinja2 version.Georg Brandl2010-01-081-0/+3
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | The ``html_sidebars`` config value can now contain patterns as keys, and the ...Georg Brandl2010-01-071-1/+17