| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix force_decode() to work on Python 3.1.1.3 | Georg Brandl | 2012-03-10 | 1 | -1/+2 |
| * | Closes #810: fix deprecation warnings with Python 3. What is left over is fro... | Georg Brandl | 2012-01-29 | 2 | -1/+9 |
| * | Closes #853: Restore compatibility with docutils trunk. | Georg Brandl | 2012-01-29 | 1 | -0/+4 |
| * | Changed Conditional Expressions | togakushi | 2011-11-26 | 1 | -1/+6 |
| * | PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII charac... | Georg Brandl | 2012-01-29 | 1 | -1/+3 |
| * | merge | Robert Lehmann | 2011-10-03 | 1 | -0/+7 |
| |\ | |||||
| | * | Re-add monkey patch whose removal made latex build fail. | Georg Brandl | 2011-10-02 | 1 | -0/+7 |
| * | | Respect gettext_compact in message patching too. | Robert Lehmann | 2011-10-03 | 1 | -2/+2 |
| * | | Closes #561: Add configuration option to prevent catalog bundling. | Robert Lehmann | 2011-10-03 | 1 | -0/+3 |
| |/ | |||||
| * | More version-compatibility hack removals. | Georg Brandl | 2011-09-25 | 1 | -1/+0 |
| * | Remove docutils monkey-patches that are no longer needed with >= 0.7. | Georg Brandl | 2011-09-25 | 1 | -54/+5 |
| * | Remove compatibility code for Pygments < 1.2. | Georg Brandl | 2011-09-25 | 1 | -4/+1 |
| * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 11 | -65/+351 |
| |\ | |||||
| | * | Merge with 1.0 | Georg Brandl | 2011-09-22 | 1 | -2/+2 |
| | |\ | |||||
| | * \ | Merge with 1.0 | Georg Brandl | 2011-09-21 | 11 | -65/+351 |
| | |\ \ | |||||
| | | * | | Fix #765: on Windows, relpath() does not always succeed. | Georg Brandl | 2011-09-21 | 1 | -0/+7 |
| | | * | | Fix #767: safely encode SphinxErrors when printing to sys.stderr. | Georg Brandl | 2011-09-21 | 1 | -0/+6 |
| | | * | | Fix #705: read module source in ModuleAnalyzer in binary mode, decode afterwa... | Georg Brandl | 2011-09-19 | 1 | -0/+6 |
| | | * | | graphviz: also catch IOError with Errno 22 (invalid parameter) | Benoit Allard | 2011-07-14 | 1 | -0/+1 |
| | | * | | Move node filtering into extract_messages. | Robert Lehmann | 2011-07-06 | 1 | -2/+11 |
| | | * | | merge with 1.0 | Georg Brandl | 2011-05-15 | 1 | -1/+54 |
| | | |\ \ | |||||
| | | * | | | #437: autodoc now shows values of class data attributes. | Georg Brandl | 2011-01-08 | 1 | -0/+9 |
| | | * | | | merge with https://bitbucket.org/langacore/sphinx | Georg Brandl | 2011-01-08 | 1 | -1/+5 |
| | | |\ \ \ | |||||
| | | * | | | | getargspec moved to sphinx.util.inspect | ?ukasz Langa | 2011-01-08 | 1 | -0/+34 |
| | | |/ / / | |||||
| | | * | | | merge with 1.0 | Georg Brandl | 2011-01-07 | 10 | -65/+276 |
| | | |\ \ \ | |||||
| | | | * | | | #454: Add more index markup capabilities: marking see/seealso entries, and ma... | Georg Brandl | 2011-01-07 | 2 | -5/+22 |
| | | | * | | | merge with 1.0 | Georg Brandl | 2011-01-04 | 16 | -16/+16 |
| | | | |\ \ \ | |||||
| | | | * \ \ \ | merge with 1.0 | Georg Brandl | 2011-01-04 | 10 | -65/+259 |
| | | | |\ \ \ \ | |||||
| | | | | * | | | | Fix docstring preparation with included signature: ignore indentation of two ... | Georg Brandl | 2011-01-04 | 1 | -12/+15 |
| | | | | * | | | | For now, do not allow comments on literals. | Georg Brandl | 2010-11-20 | 1 | -1/+2 |
| | | | | * | | | | Fix loading JS searchindex data in Py3k. | Georg Brandl | 2010-10-29 | 2 | -1/+6 |
| | | | | * | | | | merge with 1.0 | Georg Brandl | 2010-10-22 | 1 | -1/+1 |
| | | | | |\ \ \ \ | |||||
| | | | | * \ \ \ \ | merge with 1.0 | Georg Brandl | 2010-10-16 | 1 | -0/+3 |
| | | | | |\ \ \ \ \ | |||||
| | | | | * | | | | | | #504: Add an ``index`` role, to make inline index entries. | Georg Brandl | 2010-08-25 | 1 | -0/+32 |
| | | | | * | | | | | | merge with 1.0 | Georg Brandl | 2010-08-23 | 9 | -56/+208 |
| | | | | |\ \ \ \ \ \ | |||||
| | | | | | * | | | | | | Make chunks bytestrings | DasIch | 2010-08-23 | 1 | -2/+4 |
| | | | | | * | | | | | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 8 | -36/+30 |
| | | | | | * | | | | | | Next is new in 2.6. | Georg Brandl | 2010-08-21 | 1 | -7/+8 |
| | | | | | * | | | | | | Group conditional sections in pycompat. | Georg Brandl | 2010-08-21 | 1 | -72/+65 |
| | | | | | * | | | | | | merge | Georg Brandl | 2010-08-21 | 1 | -12/+14 |
| | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | * | | | | | | Supply substitute implementation of itertools.(i)zip_longest. | Georg Brandl | 2010-08-21 | 1 | -3/+26 |
| | | | | | * | | | | | | | Added a fallback for itertools.izip_longest to pycompat for python versions <... | DasIch | 2010-08-21 | 1 | -0/+21 |
| | | | | | |/ / / / / / | |||||
| | | | | | * | | | | | | Added a fallback for itertools product to pycompat for python versions < 2.6 | DasIch | 2010-08-21 | 1 | -0/+12 |
| | | | | | * | | | | | | merge with sphinx-i18n | Georg Brandl | 2010-08-21 | 2 | -0/+42 |
| | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | * | | | | | | Small code style changes, remove unused imports. | Georg Brandl | 2010-08-21 | 1 | -8/+4 |
| | | | | | | * | | | | | | Automated merge with ssh://bitbucket.org/jacobmason/sphinx-web-support | DasIch | 2010-08-14 | 2 | -0/+46 |
| | | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | | * | | | | | | Put literal_blocks under versioning | DasIch | 2010-08-13 | 1 | -0/+10 |
| | | | | | | | * | | | | | | Automated merge with ssh://bitbucket.org/birkenfeld/sphinx | DasIch | 2010-08-10 | 3 | -9/+40 |
| | | | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | | * | | | | | | | Initial version tracking implementation | DasIch | 2010-08-10 | 1 | -0/+36 |
| | | | | | * | | | | | | | | | Code style nits. | Georg Brandl | 2010-08-21 | 1 | -0/+1 |
