summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replaced the merging algorithm with one that handles similarities better, it'...DasIch2010-08-151-86/+26
* Added a test for the behavior described by Jacob and it does failDasIch2010-08-153-0/+27
* Check also for the length and explicitly check that the first uids are differentDasIch2010-08-151-0/+2
* Added a test for paragraphs inserted at the beginning of a documentDasIch2010-08-153-0/+26
* Return doctree in get_old_doctreeDasIch2010-08-151-0/+1
* Fix an errorDasIch2010-08-151-2/+2
* Added a VersioningBuilderMixinDasIch2010-08-151-0/+71
* Added a test to make sure pickled doctrees still have their uidsDasIch2010-08-141-0/+17
* Fixed NameError introduced by last changesetDasIch2010-08-121-2/+2
* Fallback to zip_longest for python3DasIch2010-08-121-1/+5
* Automated merge with ssh://bitbucket.org/birkenfeld/sphinxDasIch2010-08-101-1/+2
|\
| * Fix test_config under 2.x.Georg Brandl2010-08-101-1/+2
* | Removed unnecessary checkDasIch2010-08-101-1/+0
* | Delete remaining files in the _build directoryDasIch2010-08-101-0/+1
* | Fixed algorithm test_insert passes now and everything seems to be working fineDasIch2010-08-102-4/+2
* | Fix line lengthDasIch2010-08-101-1/+2
* | Fixed documentationDasIch2010-08-101-2/+1
* | Automated merge with ssh://bitbucket.org/birkenfeld/sphinxDasIch2010-08-1036-170/+368
|\ \ | |/
| * Make the dot command part of the caching system for dot output generationAli Afshar2010-08-061-0/+1
| * merge with 1.0Georg Brandl2010-08-0531-155/+298
| |\
| | * Allow breaking long signatures, continuing with backlash-escaped newlines.Georg Brandl2010-08-055-6/+27
| | * Fix unwanted styling of C domain references (because of a namespace clash wit...Georg Brandl2010-08-052-1/+4
| | * Allow references to PEPs and RFCs with explicit anchors.Georg Brandl2010-08-053-4/+18
| | * Add Tau.Georg Brandl2010-08-051-0/+1
| | * Fix references to reST domain items.Georg Brandl2010-08-051-2/+3
| | * Better references to tables, as well.Georg Brandl2010-08-051-1/+14
| | * Include hypcap package, to get better references to floats.Georg Brandl2010-08-051-0/+1
| | * #471: Fix LaTeX references to figures.Georg Brandl2010-08-052-2/+14
| | * #481, #482: fix ``.name`` reference matching.Georg Brandl2010-08-0515-104/+124
| | * #484: Fix crash when duplicating a parameter in an info field list.Georg Brandl2010-08-054-3/+10
| | * #487: Fix setting the default role to one provided by the ``oldcmarkup`` exte...Georg Brandl2010-08-052-0/+5
| | * #488: Fix crash when json-py is installed, which provides a ``json`` module b...Georg Brandl2010-08-052-1/+6
| | * #480: Fix handling of target naming in intersphinx.Georg Brandl2010-08-055-30/+57
| | * #486: Fix removal of ``!`` for all cross-reference roles.Georg Brandl2010-08-052-2/+5
| | * Fix ASCII diagram?ric Araujo2010-08-021-1/+1
| | * Describe the "deprecated" directive.Georg Brandl2010-07-291-3/+13
| * | Improve support for automatic 2to3 conversion of config files. It now kicks ...Georg Brandl2010-07-313-63/+45
| * | Run 2to3 on config files which contain Python 2.x unicode literals.Georg Brandl2010-07-303-15/+87
* | | Initial version tracking implementationDasIch2010-08-1011-0/+374
|/ /
* | Update phony targets list.Georg Brandl2010-07-282-2/+3
* | Fix raw_input which is not converted by 2to3 if not called.Georg Brandl2010-07-282-3/+12
* | Ignore distribute files.Georg Brandl2010-07-281-0/+1
* | Keep sphinx/__init__.py executable with Python 3.Georg Brandl2010-07-281-8/+12
* | Add some changes not picked up in the transplantation process.Georg Brandl2010-07-284-9/+22
* | Move item to the correct section.Georg Brandl2010-07-281-2/+3
* | Fix SyntaxError in config generated by quickstart and the quickstart testDasIch2010-05-282-3/+15
* | Implemented sphinx.ext.autodoc.MethodDocumenter.import_object for python3DasIch2010-06-191-18/+39
* | Unify version_info checks.Georg Brandl2010-07-282-2/+2
* | Mode "Ub" does not exist.Georg Brandl2010-07-282-2/+2
* | only decode if possibleDasIch2010-06-161-0/+2