summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix documented signatures for C API functions. (GH-11236) (GH-11240)Miss Islington (bot)2018-12-202-5/+5
* bpo-35461: Document C API functions which suppress exceptions. (GH-11119) (GH...Miss Islington (bot)2018-12-207-4/+35
* bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) (GH-11199)Miss Islington (bot)2018-12-201-0/+28
* bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (...Steve Dower2018-12-203-7/+29
* bpo-35450: reflect in docs that venv module is not always creating a copy of ...Miss Islington (bot)2018-12-141-3/+4
* Fix numbered lists in stdtypes.rst. (GH-10989)Miss Islington (bot)2018-12-101-14/+10
* bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...Miss Islington (bot)2018-12-071-0/+6
* Add missing period in distutils.dep_util.newer_group doc (GH-11003)Miss Islington (bot)2018-12-061-1/+1
* [3.6] Fix typo in xml.dom.minidom documentation (GH-10956) (GH-10962)Mariatta2018-12-051-1/+1
* [3.6] Fix typos in concurrent.Futures documentation (GH-10920) (GH-10958)Mariatta2018-12-051-1/+7
* [3.6] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10945)Andre Delfino2018-12-0511-15/+15
* Move __missing__ after __delitem__ in Data model. (GH-10923)Miss Islington (bot)2018-12-051-8/+8
* bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555)Miss Islington (bot)2018-12-032-0/+22
* [3.6] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (G...E Kawashima2018-12-011-1/+1
* bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10790)Miss Islington (bot)2018-11-291-1/+4
* [3.6] Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487...Julien Palard2018-11-281-21/+0
* [3.6] bpo-35255: Doc: Delete now useless Windows FAQ section (GH-10557) (GH-1...Julien Palard2018-11-261-11/+0
* bpo-35300: Add usage note to the lru_cache() docs (GH-10707) (GH-10709)Miss Islington (bot)2018-11-261-0/+5
* bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10...Miss Islington (bot)2018-11-251-14/+10
* Linkify SMTP.quit() in smtplib documentation. (GH-9785)Miss Islington (bot)2018-11-231-1/+1
* bpo-31146: Don't fallback switcher to english on not-yet pusblished languages...Miss Islington (bot)2018-11-211-0/+6
* bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)Miss Islington (bot)2018-11-212-1/+1
* bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604)...Miss Islington (bot)2018-11-211-1/+2
* bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) (...Victor Stinner2018-11-201-4/+2
* bpo-9842: Add references for using "..." as a placeholder to the index. (GH-1...Miss Islington (bot)2018-11-203-0/+7
* [3.6] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * ...Miss Islington (bot)2018-11-171-1/+2
* bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)Miss Islington (bot)2018-11-161-4/+4
* bpo-33816: Remove outdated metaclass example (GH-7566)Miss Islington (bot)2018-11-161-34/+2
* bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478)Miss Islington (bot)2018-11-151-8/+8
* Fix typo in asynchronous generator iterator documentation (GH-10542)Miss Islington (bot)2018-11-151-2/+2
* [3.6] bpo-32613: Update window FAQ (GH-5552). (GH-10545)Julien Palard2018-11-142-45/+24
* Grammar corrections in abc.rst (GH-10525)Miss Islington (bot)2018-11-141-3/+3
* Link to property built-in in abc.rst (GH-10526)Miss Islington (bot)2018-11-141-1/+1
* Fix doc typo: Window -> Windows (GH-10508)Miss Islington (bot)2018-11-141-1/+1
* bpo-35229: Deprecate _PyObject_GC_TRACK() (GH-10511)Miss Islington (bot)2018-11-131-0/+6
* Improve grammar in Glossary. (GH-10474)Miss Islington (bot)2018-11-121-2/+2
* Linkify PEP 8 in unix.rst (GH-10482)Miss Islington (bot)2018-11-121-1/+1
* Minor grammar improvement to io documentation. (GH-10329)Miss Islington (bot)2018-11-121-1/+1
* bpo-33878: Doc: Fix missing case by simplifying. (GH-7762)Miss Islington (bot)2018-11-121-6/+3
* bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252)Miss Islington (bot)2018-11-111-7/+5
* bpo-34864: Document two IDLE on MacOS issues. (GH-10456)Miss Islington (bot)2018-11-111-6/+17
* Correct a typo in the Unittest documentation (GH-10397)Miss Islington (bot)2018-11-091-1/+1
* [3.6] Doc: Make all versions sidebars the same for consistency. (GH-10288) (G...Miss Islington (bot)2018-11-091-2/+3
* Cleanup and improve the regex tokenizer example. (GH-10426) (#10428)Miss Islington (bot)2018-11-091-36/+38
* Add future_stmt to simple_stmt production list. (GH-8239)Miss Islington (bot)2018-11-081-0/+1
* Add link to PEP 525 in Expressions. (GH-10333)Miss Islington (bot)2018-11-071-1/+5
* glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102)Miss Islington (bot)2018-11-071-1/+1
* Add a reference to the name mangling description in the tutorial to the index...Miss Islington (bot)2018-11-071-0/+3
* Correct grammar mistakes in string.rst. (GH-9752)Miss Islington (bot)2018-11-071-2/+2
* Mark len call as a code snippet in stdtypes.rst. (GH-9804)Miss Islington (bot)2018-11-071-1/+1