summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* | Doc sidebar: point to 3.4 as dev.Georg Brandl2012-09-301-3/+2
| |
* | #14405: remove outdated/broken/duplicate links.Ezio Melotti2012-05-141-5/+0
| |
* | Closes #14289: put a link to the CHM download page on the docs download page.Georg Brandl2012-03-141-1/+5
| |
* | Fix link to global module index.Georg Brandl2012-03-031-1/+1
| |
* | #14114: don't include copybutton.js in the htmlhelp output.Ezio Melotti2012-02-251-1/+1
| |
* | Issue: #12409: remove obsolete susp-entriesSandro Tosi2012-01-161-106/+0
| |
* | remove 'Documenting Python' and its references, it's now on devguideSandro Tosi2012-01-141-2/+0
| |
* | update part of sphinxextSandro Tosi2012-01-142-27/+118
| |
* | update to new C roles and directivesSandro Tosi2012-01-141-3/+3
| |
* | Add a button to the code examples in the doc to show/hide the prompts and ↵Ezio Melotti2011-10-302-0/+57
| | | | | | | | output.
* | Add suspicious entries for the Python Porting HOWTO recently addedÉric Araujo2011-08-291-0/+3
| |
* | Backport source role for linking to files in the cpython repo.Éric Araujo2011-08-181-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | Georg added this role in our 3.2 doc tools and gave the greenlight for a backport on python-dev. This code is a simplified version of the 3.2 code; the version of Sphinx used with Python 2.7 doesn’t have the function used to parse markup like :role:`text to be displayed <text to be processed>` (I was persuaded it was a standard reST construct, but it is actually a Sphinx innovation that has to be supported explicitly in role code —I’ll be damned). It is thus not possible to write for example :source:`the NEWS file <Misc/NEWS>`, but :source:`Misc/NEWS` will work.
* | Turn raw URI into real linkÉric Araujo2011-07-281-1/+0
| |
* | Merged revisions ↵Georg Brandl2011-02-252-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 87627,87638,87760,87986,88108,88115,88165,88263,88329,88364-88365,88423-88424 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87627 | georg.brandl | 2011-01-02 15:23:43 +0100 (So, 02 Jan 2011) | 1 line #1665333: add more docs for optparse.OptionGroup. ........ r87638 | georg.brandl | 2011-01-02 20:07:51 +0100 (So, 02 Jan 2011) | 1 line Fix code indentation. ........ r87760 | georg.brandl | 2011-01-05 11:59:48 +0100 (Mi, 05 Jan 2011) | 1 line Fix duplicate end tag. ........ r87986 | georg.brandl | 2011-01-13 08:31:18 +0100 (Do, 13 Jan 2011) | 1 line Fix the example output of count(). ........ r88108 | georg.brandl | 2011-01-19 09:42:03 +0100 (Mi, 19 Jan 2011) | 1 line Suppress trailing spaces in table paragraphs. ........ r88115 | georg.brandl | 2011-01-19 21:05:49 +0100 (Mi, 19 Jan 2011) | 1 line #10944: add c_bool to types table. ........ r88165 | georg.brandl | 2011-01-24 20:53:18 +0100 (Mo, 24 Jan 2011) | 1 line Typo fix. ........ r88263 | georg.brandl | 2011-01-30 13:19:35 +0100 (So, 30 Jan 2011) | 1 line #10680: fix mutually exclusive arguments in argument groups. ........ r88329 | georg.brandl | 2011-02-03 08:08:25 +0100 (Do, 03 Feb 2011) | 1 line Punctuation typos. ........ r88364 | georg.brandl | 2011-02-07 13:10:46 +0100 (Mo, 07 Feb 2011) | 1 line #11138: fix order of fill and align specifiers. ........ r88365 | georg.brandl | 2011-02-07 13:13:58 +0100 (Mo, 07 Feb 2011) | 1 line #8691: document that right alignment is default for numbers. ........ r88423 | georg.brandl | 2011-02-15 13:41:17 +0100 (Di, 15 Feb 2011) | 1 line Apply logging SocketHandler doc update by Vinay. ........ r88424 | georg.brandl | 2011-02-15 13:44:43 +0100 (Di, 15 Feb 2011) | 1 line Remove editing slip. ........
* | Update versions in sidebar.Georg Brandl2011-02-201-2/+2
| |
* | Update daily build locations.Georg Brandl2011-02-201-2/+2
| |
* | Merged revisions 87984 via svnmerge fromGeorg Brandl2011-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87984 | georg.brandl | 2011-01-13 08:24:40 +0100 (Do, 13 Jan 2011) | 1 line Add semicolon for consistency. ........
* | Merged revisions 87027 via svnmerge fromR. David Murray2010-12-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87027 | gregory.p.smith | 2010-12-04 06:36:58 -0500 (Sat, 04 Dec 2010) | 3 lines issue10622: fix superflous scrollbar on the right side of <pre> boxes in the generated html docs. visible in chrome, possibly other webkit browsers. ........
* | Update suspicious file.Georg Brandl2010-11-261-2/+2
| |
* | Merged revisions 85276 via svnmerge fromGeorg Brandl2010-10-062-22/+164
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85276 | georg.brandl | 2010-10-06 12:35:24 +0200 (Mi, 06 Okt 2010) | 1 line Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile. ........
* | Merged revisions ↵Georg Brandl2010-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82798 | georg.brandl | 2010-07-11 11:23:11 +0200 (So, 11 Jul 2010) | 1 line #6774: explain shutdown() behavior varying with platform. ........ r82805 | georg.brandl | 2010-07-11 11:42:10 +0200 (So, 11 Jul 2010) | 1 line #7935: cross-reference to ast.literal_eval() from eval() docs. ........ r83659 | georg.brandl | 2010-08-03 14:06:29 +0200 (Di, 03 Aug 2010) | 1 line Terminology fix: exceptions are raised, except in generator.throw(). ........ r83977 | georg.brandl | 2010-08-13 17:10:49 +0200 (Fr, 13 Aug 2010) | 1 line Fix copy-paste error. ........ r84015 | georg.brandl | 2010-08-14 17:44:34 +0200 (Sa, 14 Aug 2010) | 1 line Add some maintainers. ........ r84018 | georg.brandl | 2010-08-14 17:48:49 +0200 (Sa, 14 Aug 2010) | 1 line Typo fix. ........ r84141 | georg.brandl | 2010-08-17 16:11:59 +0200 (Di, 17 Aug 2010) | 1 line Markup nits. ........ r84264 | georg.brandl | 2010-08-22 22:23:38 +0200 (So, 22 Aug 2010) | 1 line #9649: fix default value description. ........ r84326 | georg.brandl | 2010-08-26 16:30:15 +0200 (Do, 26 Aug 2010) | 1 line #9689: add links from overview to in-depth class API descriptions. ........ r84327 | georg.brandl | 2010-08-26 16:30:56 +0200 (Do, 26 Aug 2010) | 1 line #9681: typo. ........ r84480 | georg.brandl | 2010-09-04 00:33:27 +0200 (Sa, 04 Sep 2010) | 1 line More inclusive title. ........ r84482 | georg.brandl | 2010-09-04 00:40:02 +0200 (Sa, 04 Sep 2010) | 1 line #9760: clarify what context expression is. ........ r84484 | georg.brandl | 2010-09-04 00:49:27 +0200 (Sa, 04 Sep 2010) | 1 line Fix missing word. ........ r84530 | georg.brandl | 2010-09-05 19:07:12 +0200 (So, 05 Sep 2010) | 1 line #9747: fix copy-paste error in getresgid() doc. ........ r84531 | georg.brandl | 2010-09-05 19:09:18 +0200 (So, 05 Sep 2010) | 1 line #9776: fix some spacing. ........ r84553 | georg.brandl | 2010-09-06 08:49:07 +0200 (Mo, 06 Sep 2010) | 1 line #9780: both { and } are not valid fill characters. ........ r84619 | georg.brandl | 2010-09-08 12:43:45 +0200 (Mi, 08 Sep 2010) | 1 line Add Lukasz. ........ r84915 | georg.brandl | 2010-09-20 08:27:02 +0200 (Mo, 20 Sep 2010) | 1 line Fix typo. ........ r84916 | georg.brandl | 2010-09-20 08:29:01 +0200 (Mo, 20 Sep 2010) | 1 line Mention % as string formatting. ........
* | More descriptive title.Raymond Hettinger2010-09-011-2/+2
| |
* | Update dailybuild script to newest version from dinsdale.Georg Brandl2010-08-031-4/+3
| |
* | Merged revisions 83660 via svnmerge fromGeorg Brandl2010-08-031-1/+5
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83660 | georg.brandl | 2010-08-03 14:31:59 +0200 (Di, 03 Aug 2010) | 1 line Get rid of UserWarnings when running Sphinx from tools dir. ........
* | Add "report a bug" links in some prominent places. Make it clear that doc ↵Georg Brandl2010-04-222-0/+13
| | | | | | | | bugs can be mailed to docs@python.org. Clarify tracker usage.
* | Update for new download location.Georg Brandl2010-03-131-1/+2
| |
* | Change/fix handling of docs download location: for daily builds, put them ↵Georg Brandl2010-03-131-9/+6
| | | | | | | | right next to the HTML.
* | Add Makefile targets for automatic doc build. Add script that will be used ↵Georg Brandl2010-03-131-0/+81
| | | | | | | | for daily build.
* | Make printout margin important.Georg Brandl2009-10-221-1/+1
| |
* | Fix stylesheet for multi-paragraph impl-details.Georg Brandl2009-10-221-2/+6
| |
* | Allow short form with text as argument.Georg Brandl2009-10-221-0/+3
| |
* | Make it more robust.Georg Brandl2009-10-221-1/+7
| |
* | Add a new directive marking up implementation details and start using it.Georg Brandl2009-10-222-0/+35
| |
* | Add the Python FAQ lists to the documentation. Copied from sandbox/faq. ↵Georg Brandl2009-10-111-0/+2
| | | | | | | | Many thanks to AMK for the preparation work.
* | Make deprecation notices as visible as warnings are right now.Georg Brandl2009-09-162-10/+21
| |
* | Add donation link to docs footer.Georg Brandl2009-08-041-0/+11
| |
* | mark 3.1 as stable docsBenjamin Peterson2009-06-261-2/+2
| |
* | use 'rc' for release candidates for consistencyBenjamin Peterson2009-06-131-1/+1
| |
* | Use the preferred form of raise statements in the docs.Georg Brandl2009-06-032-6/+6
| |
* | switch library reference and language referenceBenjamin Peterson2009-05-281-2/+2
| |
* | Remove two dead linksAndrew M. Kuchling2009-05-061-2/+0
| |
* | Move pydoc_topics module to its own subdirectory, so that no generated code ↵Georg Brandl2009-04-261-2/+2
| | | | | | | | is in Lib/.
* | IE needs the border-left:0 for some reason.Raymond Hettinger2009-04-101-1/+2
| |
* | More table clean-upRaymond Hettinger2009-04-101-6/+2
| |
* | Center table headings.Raymond Hettinger2009-04-091-0/+4
| |
* | More table formatting.Raymond Hettinger2009-04-091-1/+6
| |
* | Add a custom stylesheet with better table formatting.Georg Brandl2009-04-091-0/+415
| |
* | Update ignore file for suspicious builder.Georg Brandl2009-04-081-0/+2
| |
* | use the awesome new status iteratorBenjamin Peterson2009-03-291-1/+3
| |
* | Add links to the other versions we have in stock.Georg Brandl2009-02-131-3/+8
| |