Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | document individual 2to3 fixers | Benjamin Peterson | 2009-02-07 | 1 | -0/+1 | |
| | | ||||||
* | | fix download link | Benjamin Peterson | 2009-02-06 | 1 | -1/+1 | |
| | | ||||||
* | | #4563: disable alpha and roman lists, fixes wrong formatting of contributor ↵ | Georg Brandl | 2009-02-05 | 1 | -0/+8 | |
| | | | | | | | | list. | |||||
* | | fix download url | Benjamin Peterson | 2009-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | #4976: union() and intersection() take multiple args, but talk about "the ↵ | Georg Brandl | 2009-01-18 | 1 | -0/+3 | |
| | | | | | | | | other". | |||||
* | | use new sphinx modules | Benjamin Peterson | 2009-01-08 | 2 | -10/+4 | |
| | | ||||||
* | | Add "suspicious" builder which finds leftover markup in the HTML files. | Georg Brandl | 2009-01-04 | 3 | -0/+405 | |
| | | | | | | | | Patch by Gabriel Genellina. | |||||
* | | only check the actual compile() call for a SyntaxError | Benjamin Peterson | 2009-01-04 | 1 | -5/+5 | |
| | | ||||||
* | | Disable the line length checker by default. | Georg Brandl | 2009-01-03 | 1 | -2/+7 | |
| | | ||||||
* | | Recognize usage of the default role. | Georg Brandl | 2009-01-03 | 1 | -2/+10 | |
| | | ||||||
* | | Add rstlint, a little tool to find subtle markup problems and ↵ | Georg Brandl | 2009-01-03 | 1 | -0/+217 | |
| | | | | | | | | inconsistencies in the Doc sources. | |||||
* | | python version is included in file name now | Benjamin Peterson | 2008-12-26 | 1 | -7/+7 | |
| | | ||||||
* | | sphinx.web is long gone | Benjamin Peterson | 2008-12-21 | 1 | -14/+0 | |
| | | ||||||
* | | silence annoying DeprecationWarning | Benjamin Peterson | 2008-12-20 | 1 | -1/+5 | |
| | | ||||||
* | | Add link to the favicon to the docs. | Georg Brandl | 2008-12-07 | 1 | -1/+7 | |
| | | ||||||
* | | let people using SVN Sphinx still build the docs | Benjamin Peterson | 2008-12-01 | 1 | -1/+5 | |
| | | ||||||
* | | fix pyspecific extensions that were broken by Sphinx's grand renaming | Benjamin Peterson | 2008-11-30 | 1 | -1/+1 | |
| | | ||||||
* | | a few fixes on the download page | Benjamin Peterson | 2008-11-17 | 1 | -2/+2 | |
| | | ||||||
* | | Make all whatsnew docs accessible. | Georg Brandl | 2008-10-08 | 1 | -1/+1 | |
| | | ||||||
* | | Forward-port r66736. | Georg Brandl | 2008-10-02 | 2 | -4/+3 | |
|/ | ||||||
* | Don't show version in title. | Georg Brandl | 2008-09-28 | 1 | -2/+3 | |
| | ||||||
* | No downloads for RCs. | Georg Brandl | 2008-09-28 | 1 | -0/+6 | |
| | ||||||
* | Fill out download page. | Georg Brandl | 2008-09-21 | 1 | -18/+24 | |
| | ||||||
* | Move opcode handling to Python's extension. | Georg Brandl | 2008-07-23 | 1 | -0/+22 | |
| | ||||||
* | Fix opensearch template. | Georg Brandl | 2008-07-06 | 1 | -14/+4 | |
| | ||||||
* | Generate pydoc's topic help from the reST docs via Sphinx' | Georg Brandl | 2008-06-01 | 1 | -0/+66 | |
| | | | | new text writer. | |||||
* | Add OpenSearch and a Python logo to the HTML output. | Georg Brandl | 2008-04-27 | 3 | -0/+19 | |
| | ||||||
* | Use correct XHTML tags. | Georg Brandl | 2008-04-27 | 1 | -16/+16 | |
| | ||||||
* | Update template for newest Sphinx. | Georg Brandl | 2008-04-19 | 1 | -0/+3 | |
| | ||||||
* | Add :issue: directive for easy linking to bugs.python.org. | Georg Brandl | 2008-04-09 | 1 | -0/+24 | |
| | ||||||
* | Make patchlevel print out the release if called as a script. | Georg Brandl | 2008-03-02 | 1 | -0/+3 | |
| | ||||||
* | Until we got downloadable docs, stop confusing viewers by talking about a ↵ | Georg Brandl | 2008-02-29 | 1 | -11/+5 | |
| | | | | nonexisting table. | |||||
* | Adapt to latest doctools refactoring. | Georg Brandl | 2008-01-21 | 1 | -0/+68 | |
| | ||||||
* | Doc build should work with 2.4 now. | Georg Brandl | 2008-01-16 | 1 | -8/+8 | |
| | ||||||
* | Add Python-specific content to Doc dir. Update configuration file | Georg Brandl | 2008-01-16 | 4 | -8/+136 | |
| | | | | to work with the newest Sphinx. | |||||
* | Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers. | Georg Brandl | 2007-08-21 | 1 | -2/+2 | |
| | ||||||
* | Clarify the comment about setting the PYTHON variable for the Doc Makefile. | Brett Cannon | 2007-08-17 | 1 | -2/+3 | |
| | ||||||
* | Add the roman.py module which docutils require. | Georg Brandl | 2007-08-15 | 1 | -0/+80 | |
| | ||||||
* | Fail somewhat more gracefully when using Python < 2.5. | Georg Brandl | 2007-08-15 | 1 | -0/+9 | |
| | ||||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 2 | -0/+28 | |
| | ||||||
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 45 | -10490/+0 | |
| | ||||||
* | Remove references to stdwin which was removed long ago. | Neal Norwitz | 2007-05-13 | 1 | -7/+6 | |
| | ||||||
* | - Fix the build of the library reference in info format. | Matthias Klose | 2006-12-09 | 1 | -12/+31 | |
| | ||||||
* | Add 2.5 libraries. | Martin v. Löwis | 2006-03-31 | 1 | -0/+16 | |
| | ||||||
* | improve reporting of illegal section nesting (provide location which | Fred Drake | 2006-03-31 | 1 | -1/+18 | |
| | | | | caused detection of the error) | |||||
* | Add tool to check documentation against declaration. | Martin v. Löwis | 2006-03-01 | 1 | -0/+157 | |
| | ||||||
* | module list utility | Fredrik Lundh | 2006-01-24 | 1 | -0/+126 | |
| | ||||||
* | update to reflect move to Subversion | Fred Drake | 2006-01-02 | 3 | -272/+8 | |
| | ||||||
* | update URL into the Python wiki | Fred Drake | 2005-09-22 | 1 | -1/+1 | |
| | | | | (forward port revision 1.10.4.1) | |||||
* | - fix generated Texinfo markup for \deprecated | Fred Drake | 2005-03-10 | 1 | -1/+10 | |
| | | | | | | - add support for additional markup: \leq, \textbar, \textit - add a comment about the non-support for the Euro character (ported from release24-maint branch release 1.10.4.2) |