summaryrefslogtreecommitdiff
path: root/sphinx/util/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-3/+3
|\
| * merge with stableGeorg Brandl2014-01-261-3/+3
| |\
| | * MergeDmitry Shachnev2014-01-201-3/+3
| | |\
| | | * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-3/+3
* | | | Update copyright year.Georg Brandl2014-03-011-1/+1
|/ / /
* | | Closes #1358: Fix handling of image paths outside of the source directory whe...Georg Brandl2014-01-231-1/+1
|/ /
* | Closes #1330: Fix :confval:`exclude_patterns` behavior with subdirectories in...Georg Brandl2014-01-191-12/+11
|/
* Extend extension info to the module filename for each loaded ext.Georg Brandl2013-10-021-7/+7
* Add list of extensions to the traceback log file on unhandled exceptions.Georg Brandl2013-10-021-2/+8
* Fix again: NFC/NFD normalizing problem. Closes #1142shimizukawa2013-09-181-1/+2
* Fix NFC/NFD normalizing problem of rst filename on Mac OS X. Closes #1142shimizukawa2013-09-171-2/+10
* Closes #1185: Don't crash when a Python module has a wrong or no encoding dec...Georg Brandl2013-09-161-7/+7
* Closes #976: Fix gettext does not extract index entries.shimizukawa2013-01-051-0/+23
* Add verbose option ``-v`` for sphinx-build and some rudimentary debugging sup...Jonathan Waltman2013-01-051-0/+6
* Copyright update.Georg Brandl2013-01-011-1/+1
* Fix test_autodoc with Python 3.3, patches by Jon and Takayuki.Georg Brandl2012-11-011-4/+9
* 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
| | | |\ \ \ \ \ \ \