summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect comma. (GH-19604)Benjamin Peterson2020-04-191-1/+1
* [2.7] Doc: Add an optional obsolete header. (GH-19229)Leonard Richardson2020-04-183-0/+21
* Doc: Change Python 2 status to EOL. (GH-17885)Miss Islington (bot)2020-01-071-1/+1
* [2.7] Bring Python into the next decade. (GH-17805)Benjamin Peterson2020-01-032-2/+2
* [2.7] Minor C API documentation improvements. (GH-17699)Benjamin Peterson2019-12-251-1/+1
* document threading.Lock.locked() (GH-17427)Miss Islington (bot)2019-12-011-0/+4
* bpo-38557: Improve documentation for list and tuple C API. (GH-16925)Miss Skeleton (bot)2019-10-263-12/+19
* Fix Zope URL (GH-16880)Miss Skeleton (bot)2019-10-221-1/+1
* Update doc switcher list for 3.8.0 (GH-16809)Miss Islington (bot)2019-10-191-1/+1
* bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the inte...Ashley Whetter2019-10-181-0/+10
* bpo-32758: Warn that compile() can crash when compiling to an AST object (GH-...Ashley Whetter2019-10-181-0/+6
* Doc: 3.8 is now stable. (GH-16790) (GH-16794)Miss Islington (bot)2019-10-141-1/+1
* [2.7] bpo-31036: Allow sphinx and blurb to be found automatically (GH-16638)Benjamin Peterson2019-10-081-3/+10
* bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024)Miss Islington (bot)2019-10-081-1/+0
* bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940)Miss Islington (bot)2019-10-081-3/+2
* [2.7] Stop using deprecated logging API in Sphinx suspicious checker (GH-16635)Benjamin Peterson2019-10-082-5/+7
* bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16236)Miss Islington (bot)2019-09-181-2/+2
* [2.7] bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15...Benjamin Peterson2019-09-091-1/+1
* [2.7] bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)...Serhiy Storchaka2019-09-091-0/+4
* bpo-37823: Fix open() link in telnetlib doc (GH-15281)Miss Islington (bot)2019-08-211-1/+1
* [2.7] bpo-37730: Fix usage of NotImplemented instead of NotImplementedError i...David H2019-08-051-3/+3
* bpo-34369: make kqueue.control() docs better reflect that timeout is position...Miss Islington (bot)2019-07-111-3/+4
* Document default parameter of .seek() in the signature. (GH-14691)Miss Islington (bot)2019-07-111-2/+2
* bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615)Miss Islington (bot)2019-07-071-1/+1
* bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14626)Miss Islington (bot)2019-07-061-3/+3
* bpo-37149: Replace dead link for online Tkinter reference (GH-14616)Miss Islington (bot)2019-07-061-2/+2
* [2.7] bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) (GH...Miss Islington (bot)2019-06-301-0/+3
* [2.7] Update link in colorsys docs to be https (GH-14062) (GH-14110)Alex Gaynor2019-06-181-1/+1
* [2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...Zackery Spytz2019-06-071-0/+6
* Update outdated reference to Mercurial (GH-12857)Anthony Sottile2019-06-051-1/+1
* Doc: Python 3.9 in sidebar and version switcher. (GH-13824)Miss Islington (bot)2019-06-042-2/+4
* [2.7] bpo-33071: remove outdated PyPI docs (GH-13087) (GH-13584)Hai Shi2019-05-292-241/+6
* [2.7] bpo-24712: Doc: Make sidebar sticky using browser support. (GH-13179)Julien Palard2019-05-081-0/+12
* closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-...Miss Islington (bot)2019-04-301-1/+1
* bpo-30134: fix BytesWarning doc, docstring and message (GH-12739)Inada Naoki2019-04-092-2/+2
* bpo-30134: add BytesWarning in warnings.rst (GH-12738)Inada Naoki2019-04-091-0/+3
* bpo-30134: add an explanation of BytesWarning (GH-1249)cocoatomo2019-04-091-0/+7
* bpo-33832: Add "magic method" glossary entry (GH-7630)Miss Islington (bot)2019-03-271-0/+7
* [2.7] bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x (GH-9821...Miss Islington (bot)2019-03-261-8/+4
* bpo-34085: Improve wording on classmethod/staticmethod (GH-8228)Miss Islington (bot)2019-03-251-12/+10
* [2.7] bpo-35564: add master_doc='contents' to conf.py (GH-12462)Julien Palard2019-03-201-0/+2
* [2.7] bpo-35605: Fix documentation build for sphinx<1.6 (GH-12413)Julien Palard2019-03-182-2/+6
* bpo-36216: Add check for characters in netloc that normalize to separators (G...Steve Dower2019-03-071-0/+20
* Fix the documentation for set.copy() (GH-12176)Miss Islington (bot)2019-03-071-1/+1
* [2.7] bpo-36019: Use pythontest.net in urllib network tests (GH-11941) (GH-12...Stéphane Wirtel2019-03-051-0/+5
* Document the surprising sideeffect PyErr_Print(). (GH-12081)Miss Islington (bot)2019-02-271-2/+6
* Update FAQ to point to Infrastructure Team website. (GH-12079)Ned Deily2019-02-271-8/+2
* bpo-36089: Fix formatting/spelling on SimpleHTTPServer docs. (GH-11995)Alan Grgic2019-02-231-1/+1
* bpo-35584: Clarify role of caret in a class class (GH-11946) (GH-11948)Miss Islington (bot)2019-02-191-2/+3
* [2.7] bpo-35126: Fix a mistake in FAQ about converting number to string (GH-1...Stéphane Wirtel2019-02-191-3/+21