| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump to 3.3.7rc1v3.3.7rc1 | Ned Deily | 2017-09-06 | 1 | -4/+4 |
| | | |||||
| * | Remove unused suspicious rules | Ned Deily | 2017-09-06 | 1 | -6/+0 |
| | | |||||
| * | Backport changes to pyspecific.py | Ned Deily | 2017-09-06 | 1 | -58/+66 |
| | | |||||
| * | Update NEWS.d and suspicious doc filter | Ned Deily | 2017-09-06 | 1 | -4/+4 |
| | | |||||
| * | Update doc version switcher for 3.4/3.5. | Georg Brandl | 2014-03-17 | 1 | -1/+2 |
| | | |||||
| * | Closes #20090: update Doc/README and the error message in sphinx-build.py to ↵ | Georg Brandl | 2014-03-10 | 1 | -1/+1 |
| | | | | | | | make it clear that any Python 3.x is not usable with the checked out Sphinx. | ||||
| * | Closes #20755: port sphinx-1.1 fixes from default | Georg Brandl | 2014-02-24 | 1 | -11/+11 |
| | | |||||
| * | doc: pydoc topic and suspicious markup update | Georg Brandl | 2014-01-25 | 1 | -0/+1 |
| | | |||||
| * | fix deprecated-removed directive with sphinx 1.2 | Georg Brandl | 2014-01-21 | 2 | -10/+24 |
| | | |||||
| * | Fix markup errors in the docs and amend suspicious ignores. | Georg Brandl | 2013-10-27 | 1 | -15/+13 |
| | | |||||
| * | #4965: Implement intelligent scrolling of the sidebar in the docs. | Ezio Melotti | 2013-10-13 | 2 | -6/+46 |
| | | |||||
| * | Closes #19248: actually check for Python 3.x in tools/sphinx-build.py. | Georg Brandl | 2013-10-13 | 1 | -1/+1 |
| | | |||||
| * | Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. | Georg Brandl | 2013-10-13 | 1 | -1/+5 |
| | | |||||
| * | Fix display of deprecated blocks with Sphinx 1.2. | Georg Brandl | 2013-10-13 | 2 | -2/+2 |
| | | |||||
| * | Invert logic of new limited-API annotation and call it "stable ABI". | Georg Brandl | 2013-10-12 | 2 | -8/+8 |
| | | |||||
| * | Fix compatibility with upcoming Sphinx 1.2. | Georg Brandl | 2013-10-12 | 1 | -16/+17 |
| | | |||||
| * | Introduce support for documenting which C API elements are not part of the ↵ | Georg Brandl | 2013-10-12 | 2 | -0/+125 |
| | | | | | stable/limited API. | ||||
| * | Update the suspicious builder to detect unused rules, and remove currently ↵ | Ezio Melotti | 2013-03-28 | 2 | -101/+11 |
| | | | | | unusued rules. | ||||
| * | Update suspicious ignore file. | Ezio Melotti | 2013-03-28 | 1 | -0/+21 |
| |\ | |||||
| | * | Update suspicious ignore file. | Ezio Melotti | 2013-03-28 | 1 | -9/+8 |
| | | | |||||
| * | | #4711: merge with 3.2. | Ezio Melotti | 2012-11-03 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | #4711: break long words in the docs sidebar to avoid overflow. | Ezio Melotti | 2012-11-03 | 1 | -0/+1 |
| | | | |||||
| * | | merge with 3.2 | Georg Brandl | 2012-10-28 | 1 | -8/+10 |
| |\ \ | |/ | |||||
| | * | #8040: fix jQuery incompatibility | Georg Brandl | 2012-10-28 | 1 | -8/+10 |
| | | | |||||
| * | | #8040: merge with 3.2. | Ezio Melotti | 2012-10-27 | 1 | -2/+6 |
| |\ \ | |/ | |||||
| | * | #8040: fix the version. | Ezio Melotti | 2012-10-27 | 1 | -2/+6 |
| | | | |||||
| * | | #8040: merge with 3.2. | Ezio Melotti | 2012-10-27 | 2 | -1/+69 |
| |\ \ | |/ | |||||
| | * | #8040: add a version switcher to the documentation. Patch by Yury Selivanov. | Ezio Melotti | 2012-10-27 | 2 | -2/+70 |
| | | | |||||
| | * | Issue #12947: revert earlier workaround and use a monkey-patch to enable ↵ | Georg Brandl | 2012-10-10 | 1 | -0/+29 |
| | | | | | | | | | showing doctest directives only in the doctest docs. | ||||
| * | | Issue #12947: revert earlier workaround and use a monkey-patch to enable ↵ | Georg Brandl | 2012-10-10 | 1 | -0/+29 |
| | | | | | | | | | showing doctest directives only in the doctest docs. | ||||
| * | | Fix/improve the changelog filtering. | Ezio Melotti | 2012-10-01 | 1 | -13/+53 |
| | | | |||||
| * | | Fix template syntax. | Georg Brandl | 2012-10-01 | 1 | -1/+1 |
| | | | |||||
| * | | The default reST role `foo` can now be used in NEWS to refer to Python ↵ | Georg Brandl | 2012-10-01 | 1 | -1/+1 |
| | | | | | | | | | objects. Use it for a fraction of the current NEWS file. | ||||
| * | | Fix page name. | Georg Brandl | 2012-10-01 | 1 | -1/+1 |
| | | | |||||
| * | | Several improvements to the HTML NEWS version: | Georg Brandl | 2012-10-01 | 1 | -5/+7 |
| | | | | | | | | | | | | | * rename to "Changelog" * recognize more issue links * add NEWS as a dependency for Sphinx | ||||
| * | | Update suspicious ignore file. | Ezio Melotti | 2012-10-01 | 1 | -0/+12 |
| | | | |||||
| * | | Add a filterable HTML version of Misc/NEWS to the docs "whatsnew" section. | Georg Brandl | 2012-09-30 | 2 | -0/+57 |
| | | | |||||
| * | | Doc sidebar: point to 3.4 as dev. | Georg Brandl | 2012-09-30 | 1 | -1/+1 |
| | | | |||||
| * | | Merge with main repo default branch. | Georg Brandl | 2012-09-29 | 1 | -2/+1 |
| |\ \ | |||||
| | * | | Update suspicious ignore file. | Ezio Melotti | 2012-09-20 | 1 | -2/+1 |
| | | | | |||||
| * | | | Point "source" links in the docs to the 3.3 versions in the repo. | Georg Brandl | 2012-09-29 | 1 | -1/+1 |
| |/ / | |||||
| * | | Update pydoc topics and suspicious markup file. | Georg Brandl | 2012-08-25 | 1 | -0/+1 |
| | | | |||||
| * | | Update suspicious ignore file. | Ezio Melotti | 2012-08-22 | 1 | -0/+3 |
| | | | |||||
| * | | Fix markup errors and update pydoc topics. | Georg Brandl | 2012-08-11 | 1 | -0/+18 |
| | | | |||||
| * | | Update suspicious ignore file and pydoc topics. | Georg Brandl | 2012-06-26 | 1 | -0/+26 |
| | | | |||||
| * | | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 2 | -26/+4 |
| | | | | | | | | | | | | | Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html | ||||
| * | | Update pydoc topics and fix new suspicious markup. | Georg Brandl | 2012-05-30 | 1 | -0/+34 |
| | | | |||||
| * | | #14405: merge with 3.2. | Ezio Melotti | 2012-05-14 | 1 | -5/+0 |
| |\ \ | |/ | |||||
| | * | #14405: remove outdated/broken/duplicate links. | Ezio Melotti | 2012-05-14 | 1 | -5/+0 |
| | | | |||||
| | * | 3.2 sidebar: link to 3.3, not 3.1 | Georg Brandl | 2012-04-12 | 1 | -1/+1 |
| | | | |||||
