Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include subsections in TOC for PDF version of docs. (GH-9629) | Cheryl Sabella | 2020-02-18 | 1 | -0/+1 |
| | |||||
* | Doc: Keep the venv/* exclude pattern. (GH-15229) | Julien Palard | 2019-08-26 | 1 | -2/+4 |
| | | | In case it has been previously created. | ||||
* | bpo-36567: Use manpages_url to create links for man pages (GH-13339) | Batuhan Taşkaya | 2019-05-18 | 1 | -0/+3 |
| | |||||
* | bpo-36007: Bump minimum sphinx version to 1.8 (GH-11887) | Anthony Sottile | 2019-02-15 | 1 | -2/+2 |
| | | | https://bugs.python.org/issue36007 | ||||
* | bpo-35564: add master_doc='contents' to conf.py (GH-11290) | Jean-François B | 2018-12-22 | 1 | -0/+2 |
| | |||||
* | Doc: Disable smartquotes for zh-tw, zh-cn, fr and ja translations (GH-9423) | Adrian Liaw | 2018-11-04 | 1 | -2/+7 |
| | |||||
* | bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806) | Stéphane Wirtel | 2018-10-12 | 1 | -0/+7 |
| | |||||
* | bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758) | animalize | 2018-10-08 | 1 | -1/+1 |
| | | | | | Let .chm document display non-ASCII characters properly Escape the `body` part of .chm source file to 7-bit ASCII, to fix visual effect on some MBCS Windows systems. | ||||
* | bpo-30607: Use external python-doc-theme (GH-2017) | Jon Wayne Parrott | 2018-03-01 | 1 | -2/+6 |
| | |||||
* | bpo-31589 : Build PDF using xelatex for better UTF8 support. (#3940) | Julien Palard | 2017-12-02 | 1 | -3/+2 |
| | | | Also addresses doc build failures documented in bpo-32200. | ||||
* | Exclude non-default VENVDIR in Doc builds (#3974) | Ned Deily | 2017-10-12 | 1 | -1/+2 |
| | |||||
* | bpo-31423: Fix building the PDF documentation (GH-3693) | François Magimel | 2017-09-22 | 1 | -4/+8 |
| | | | Use prefixed macro names for the `authoraddress` function, add T2A to the font encoding in LaTeX sources to support Cyrillic characters in the PDF documentation, and replace the deprecated `font_size` config option with `pointsize`. | ||||
* | bpo-27200: Fix doctests in programming.rst and datetime.rst (#401) | Marco Buttu | 2017-03-18 | 1 | -0/+1 |
| | |||||
* | Rename Doc/README.txt to Doc/README.rst and add formatting (#104) | Roger | 2017-02-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Reformat Doc/README.txt to Doc/README.rst * Update mention of Doc/README.rst * Update mention of README.txt to README.rst * Make line fold * rstlint ignore Doc/README.rst * conf.py ignore Doc/README.rst * Update issue tracker url in Docs/README.rst | ||||
* | Fix some sphinx warnings (#9) | Ryan Gonzalez | 2017-02-11 | 1 | -15/+15 |
| | | | | * Fix some deprecation warnings in Doc/conf.py * Fix an rst error in Misc/NEWS | ||||
* | Issue #19489: Move the search box from sidebar to header and footer. | Zachary Ware | 2016-09-09 | 1 | -1/+4 |
| | |||||
* | issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and ↵ | Senthil Kumaran | 2016-06-05 | 1 | -3/+2 |
| | | | | | | | | | 2bb806539ca6 (3.6) exclude_patterns in Sphinx conf.py will exclude the .rsts from the build. It was incorrect exclude 2.x rsts in that. This fix contributed again Jelle Zijlstra, excludes doctests in whatsnew/2.7.rst from being exercised by using doctests skip option. | ||||
* | issue27202 - Exclude 2.x release notes from python3 make doctests. | Senthil Kumaran | 2016-06-05 | 1 | -2/+3 |
| | | | | Patch contributed by Jelle Zijlstra. | ||||
* | Issue #19731: Update copyright year in docs.p.o footer | Berker Peksag | 2016-04-24 | 1 | -1/+1 |
| | | | | | | | See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html for details. Patch by Antoine Pitrou. | ||||
* | Issue20969 - Set the Epub Author and Epub Publisher in Python docs. | Senthil Kumaran | 2016-01-08 | 1 | -0/+5 |
| | |||||
* | docs/conf: Undo changes in b2a3baa1c2b0; issue #24400 | Yury Selivanov | 2015-07-02 | 1 | -1/+1 |
| | |||||
* | Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and ↵ | Yury Selivanov | 2015-07-01 | 1 | -1/+1 |
| | | | | Coroutine | ||||
* | Ignore .rst files in the venv directory. | Brett Cannon | 2015-03-30 | 1 | -0/+3 |
| | |||||
* | linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on ↵ | Georg Brandl | 2014-10-29 | 1 | -0/+10 |
| | | | | www.python.org again). | ||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Adjust the author field of the .tex files to reflect that docs are now ↵ | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | | | | maintained by all of us | ||||
* | Move HTML templates to their own subdir. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Move Sphinx extensions to their own subdir. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Remove a few config values that keep the default values, move values to the ↵ | Georg Brandl | 2014-10-29 | 1 | -14/+11 |
| | | | | correct section | ||||
* | Remove deprecated and now unnecessary config value from conf.py. | Georg Brandl | 2014-10-29 | 1 | -10/+0 |
| | |||||
* | Remove unused and now removed config value. | Georg Brandl | 2014-10-02 | 1 | -7/+1 |
| | |||||
* | Fix overlooked conf.py setting in flattening of Doc directory. | Ned Deily | 2014-10-01 | 1 | -1/+1 |
| | |||||
* | Move Doc/tools/sphinxext content to Doc/tools, there is no need for the ↵ | Georg Brandl | 2014-09-30 | 1 | -3/+3 |
| | | | | nested subdirectory anymore. | ||||
* | Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder to | Georg Brandl | 2014-09-22 | 1 | -1/+1 |
| | | | | return Unicode strings on Python 3. | ||||
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -2/+4 |
| | |||||
* | Introduce support for documenting which C API elements are not part of the ↵ | Georg Brandl | 2013-10-12 | 1 | -2/+2 |
| | | | | stable/limited API. | ||||
* | Determine opensearch URL from current version. | Georg Brandl | 2012-04-07 | 1 | -1/+1 |
| | |||||
* | Closes #14511: merge with 3.2 | Georg Brandl | 2012-04-07 | 1 | -1/+1 |
|\ | |||||
| * | Closes #14511: fix wrong opensearch link for 3.2 docs. | Georg Brandl | 2012-04-07 | 1 | -1/+1 |
|/ | |||||
* | Switch to new "lighter" doc design. | Georg Brandl | 2012-03-25 | 1 | -1/+4 |
| | |||||
* | Remove "documenting" latex document. | Georg Brandl | 2012-01-16 | 1 | -2/+0 |
| | |||||
* | Build a PDF of the FAQs too. | Georg Brandl | 2010-11-12 | 1 | -0/+2 |
| | |||||
* | Issue #9308: Removed redundant coding cookies. Added tests for | Alexander Belopolsky | 2010-10-15 | 1 | -1/+0 |
| | | | | | importing encoded modules that do not depend on specific stdlib modules being encoded in a certain way. | ||||
* | More inclusive title. | Georg Brandl | 2010-09-03 | 1 | -1/+1 |
| | |||||
* | More descriptive title. | Raymond Hettinger | 2010-09-01 | 1 | -1/+1 |
| | |||||
* | #3143: enable "collapsible sidebar" feature of new Sphinx version. | Georg Brandl | 2010-07-30 | 1 | -0/+3 |
| | |||||
* | Update Sphinx to 1.0.1. | Georg Brandl | 2010-07-27 | 1 | -1/+1 |
| | |||||
* | more stable url | Benjamin Peterson | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | fix opensearch version | Benjamin Peterson | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Merged revisions ↵ | Benjamin Peterson | 2009-09-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74277 | sean.reifschneider | 2009-08-01 18:54:55 -0500 (Sat, 01 Aug 2009) | 3 lines - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with NUL: Bogus TypeError detail string. ........ r74321 | guilherme.polo | 2009-08-05 11:51:41 -0500 (Wed, 05 Aug 2009) | 1 line Easier reference to find (at least while svn continues being used). ........ r74323 | guilherme.polo | 2009-08-05 18:48:26 -0500 (Wed, 05 Aug 2009) | 1 line Typo. ........ r74326 | jesse.noller | 2009-08-05 21:05:56 -0500 (Wed, 05 Aug 2009) | 1 line Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address ........ r74355 | gregory.p.smith | 2009-08-12 12:02:37 -0500 (Wed, 12 Aug 2009) | 2 lines comment typo fix ........ r74465 | vinay.sajip | 2009-08-15 18:23:12 -0500 (Sat, 15 Aug 2009) | 1 line Added section on logging to one file from multiple processes. ........ r74467 | vinay.sajip | 2009-08-15 18:34:47 -0500 (Sat, 15 Aug 2009) | 1 line Refined section on logging to one file from multiple processes. ........ r74488 | vinay.sajip | 2009-08-17 08:14:37 -0500 (Mon, 17 Aug 2009) | 1 line Further refined section on logging to one file from multiple processes. ........ r74492 | r.david.murray | 2009-08-17 14:26:49 -0500 (Mon, 17 Aug 2009) | 2 lines Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation. ........ r74513 | skip.montanaro | 2009-08-18 09:37:52 -0500 (Tue, 18 Aug 2009) | 1 line missing module ref (issue6723) ........ r74531 | vinay.sajip | 2009-08-20 17:04:32 -0500 (Thu, 20 Aug 2009) | 1 line Added section on exceptions raised during logging. ........ r74549 | benjamin.peterson | 2009-08-24 12:42:36 -0500 (Mon, 24 Aug 2009) | 1 line fix pdf building by teaching latex the right encoding package ........ r74553 | r.david.murray | 2009-08-26 20:04:59 -0500 (Wed, 26 Aug 2009) | 2 lines Remove leftover text from end of sentence. ........ r74625 | benjamin.peterson | 2009-09-01 17:27:57 -0500 (Tue, 01 Sep 2009) | 1 line remove the check that classmethod's argument is a callable ........ r74632 | georg.brandl | 2009-09-03 02:27:26 -0500 (Thu, 03 Sep 2009) | 1 line #6828: fix wrongly highlighted blocks. ........ r74643 | georg.brandl | 2009-09-04 01:59:20 -0500 (Fri, 04 Sep 2009) | 2 lines Issue #2666: Handle BROWSER environment variable properly for unknown browser names in the webbrowser module. ........ r74644 | georg.brandl | 2009-09-04 02:55:14 -0500 (Fri, 04 Sep 2009) | 1 line #5047: remove Monterey support from configure. ........ r74647 | georg.brandl | 2009-09-04 03:17:04 -0500 (Fri, 04 Sep 2009) | 2 lines Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments as documented. ........ r74652 | georg.brandl | 2009-09-04 06:25:37 -0500 (Fri, 04 Sep 2009) | 1 line #6756: add some info about the "acct" parameter. ........ r74666 | georg.brandl | 2009-09-05 04:04:09 -0500 (Sat, 05 Sep 2009) | 1 line #6841: remove duplicated word. ........ r74671 | georg.brandl | 2009-09-05 11:47:17 -0500 (Sat, 05 Sep 2009) | 1 line #6843: add link from filterwarnings to where the meaning of the arguments is covered. ........ r74727 | benjamin.peterson | 2009-09-08 18:04:22 -0500 (Tue, 08 Sep 2009) | 1 line #6865 fix ref counting in initialization of pwd module ........ r74739 | georg.brandl | 2009-09-11 02:55:20 -0500 (Fri, 11 Sep 2009) | 1 line Move function back to its section. ........ |