| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove incorrect comma. (GH-19604) | Benjamin Peterson | 2020-04-19 | 1 | -1/+1 |
|
|
* | [2.7] Doc: Add an optional obsolete header. (GH-19229) | Leonard Richardson | 2020-04-18 | 1 | -0/+10 |
|
|
* | Doc: Change Python 2 status to EOL. (GH-17885) | Miss Islington (bot) | 2020-01-07 | 1 | -1/+1 |
|
|
* | bpo-38557: Improve documentation for list and tuple C API. (GH-16925) | Miss Skeleton (bot) | 2019-10-26 | 1 | -0/+1 |
|
|
* | Update doc switcher list for 3.8.0 (GH-16809) | Miss Islington (bot) | 2019-10-19 | 1 | -1/+1 |
|
|
* | Doc: 3.8 is now stable. (GH-16790) (GH-16794) | Miss Islington (bot) | 2019-10-14 | 1 | -1/+1 |
|
|
* | bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) | Miss Islington (bot) | 2019-10-08 | 1 | -1/+0 |
|
|
* | [2.7] Stop using deprecated logging API in Sphinx suspicious checker (GH-16635) | Benjamin Peterson | 2019-10-08 | 1 | -4/+6 |
|
|
* | Doc: Python 3.9 in sidebar and version switcher. (GH-13824) | Miss Islington (bot) | 2019-06-04 | 2 | -2/+4 |
|
|
* | [2.7] bpo-24712: Doc: Make sidebar sticky using browser support. (GH-13179) | Julien Palard | 2019-05-08 | 1 | -0/+12 |
|
|
* | [2.7] bpo-35605: Fix documentation build for sphinx<1.6 (GH-12413) | Julien Palard | 2019-03-18 | 1 | -1/+5 |
|
|
* | Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810) | Miss Islington (bot) | 2019-02-10 | 1 | -1/+1 |
|
|
* | bpo-31146: Don't fallback switcher to english on not-yet pusblished languages... | Miss Islington (bot) | 2018-11-21 | 1 | -0/+6 |
|
|
* | [2.7] Doc: Make all versions sidebars the same for consistency. (GH-10288) (G... | Julien Palard | 2018-11-08 | 1 | -2/+3 |
|
|
* | bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (G... | Miss Islington (bot) | 2018-10-16 | 1 | -5/+3 |
|
|
* | Update 2.7 doc templates for 3.7.0 (GH-7996) | Ned Deily | 2018-06-28 | 2 | -3/+3 |
|
|
* | [2.7] fix pydoc-topics to work with Sphinx 1.7 (GH-6502) | Benjamin Peterson | 2018-04-17 | 1 | -3/+8 |
|
|
* | Update Doc build for split off of 3.7 branch | Ned Deily | 2018-02-03 | 2 | -2/+4 |
|
|
* | bpo-31766: restore 3.5 to docs version switchers (#3971) | Ned Deily | 2017-10-12 | 2 | -1/+3 |
|
|
* | Remove retired and security branches from active docs (#3881) | Ned Deily | 2017-10-04 | 2 | -4/+0 |
|
|
* | Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3128) | Mariatta | 2017-08-18 | 1 | -1/+1 |
|
|
* | Update the language selection in the docs language switch. (GH-3114) (#3117) | Julien Palard | 2017-08-17 | 1 | -1/+1 |
|
|
* | bpo-31159: fix language switch regex on unknown yet built languages. … (#30... | Julien Palard | 2017-08-13 | 1 | -2/+3 |
|
|
* | bpo-31045: Language switch (#2652) (#3024) | Julien Palard | 2017-08-08 | 3 | -69/+149 |
|
|
* | Update doc download files size estimates. (#2774) | Ned Deily | 2017-07-20 | 1 | -8/+8 |
|
|
* | bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2725) | Ned Deily | 2017-07-16 | 1 | -1/+1 |
|
|
* | [2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616) | Serhiy Storchaka | 2017-05-16 | 1 | -2/+2 |
|
|
* | Update susp-ignored.csv (GH-1564) | Zachary Ware | 2017-05-13 | 1 | -1/+1 |
|
|
* | bpo-30021: Add examples for re.escape(). (#1048) (#1118) | Serhiy Storchaka | 2017-04-13 | 1 | -0/+2 |
|
|
* | bpo-29888: Fix the link referring to "Python download page" (GH-823) | cocoatomo | 2017-03-27 | 1 | -3/+3 |
|
|
* | bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-180) | INADA Naoki | 2017-02-20 | 1 | -2/+9 |
|
|
* | bpo-28929: Link the documentation to its source file on GitHub (#38) | Mariatta | 2017-02-12 | 1 | -2/+3 |
|
|
* | [backport to 2.7] Change documentation's `Show Source` link to GitHub (#44) | Mariatta | 2017-02-12 | 1 | -2/+2 |
|
|
* | Issue #26355: Specify canonical URLs in docs pages | Nick Coghlan | 2017-02-09 | 1 | -0/+1 |
|
|
* | Update documentation index sidebar for 3.6.0 release. | Ned Deily | 2016-12-23 | 1 | -1/+1 |
|
|
* | Issue #28900: Update documentation sidebar for 3.6.0rc. | Ned Deily | 2016-12-08 | 1 | -2/+3 |
|
|
* | Make 3.7 the current dev version in the html version of the docs. | Ned Deily | 2016-09-20 | 1 | -3/+2 |
|
|
* | Fix English spelling and grammar errors | Martin Panter | 2016-06-20 | 1 | -1/+1 |
|
|
* | Issue #26014: Guide 2.7 users to the new packaging documentation: | Ned Deily | 2016-06-06 | 1 | -4/+4 |
|
|
* | Update susp-ignore file (#25910). | Georg Brandl | 2016-02-28 | 1 | -1/+1 |
|
|
* | #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. | Ezio Melotti | 2016-03-13 | 1 | -0/+5 |
|
|
* | Issue #26246: Set initial value of the hidden attr when creating copy button. | Berker Peksag | 2016-03-02 | 1 | -0/+1 |
|
|
* | #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. | Ezio Melotti | 2016-02-27 | 1 | -7/+11 |
|
|
* | Fix rstlint to also look for indented comments that should be directives. | Georg Brandl | 2016-02-25 | 1 | -2/+2 |
|
|
* | Closes #26320: fix stylesheet after Sphinx update. | Georg Brandl | 2016-02-10 | 1 | -4/+4 |
|
|
* | Issue #25179: Preparatory cleanup of existing docs on string formatting | Martin Panter | 2016-02-08 | 1 | -1/+1 |
|
|
* | doc: i18n HTML templates | Victor Stinner | 2016-01-23 | 4 | -92/+133 |
|
|
* | Fix issue18918 : Attach the pydoc documentation for 'FILES' topic. | Senthil Kumaran | 2016-01-06 | 1 | -1/+1 |
|
|
* | Issue #25022: Avoid warning about unused suspicious rule | Martin Panter | 2015-09-11 | 1 | -1/+0 |
|
|
* | Update Docs/tools/susp-ignored.csv | Zachary Ware | 2015-07-06 | 1 | -4/+13 |
|
|