summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.6.9rc1v3.6.9rc1Ned Deily2019-06-182-2/+0
* [3.6] bpo-35564: add master_doc='contents' to conf.py (GH-11290). (GH-12461)Julien Palard2019-03-201-0/+1
* [3.6] bpo-35605: Fix documentation build for sphinx<1.6 (GH-11368)Anthony Sottile2019-02-031-0/+1
* 3.6.8rc1v3.6.8rc1Ned Deily2018-12-116-12/+0
* bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)Miss Islington (bot)2018-11-211-0/+1
* [3.6] bpo-32613: Update window FAQ (GH-5552). (GH-10545)Julien Palard2018-11-141-0/+2
* bpo-35089: Don't mention typing.io and typing.re (GH-10173)Miss Islington (bot)2018-10-281-0/+2
* bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (G...Miss Islington (bot)2018-10-251-0/+2
* bpo-33594: Add deprecation info in inspect.py module (GH-7036)Miss Islington (bot)2018-10-191-0/+3
* bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (G...Miss Islington (bot)2018-10-151-0/+2
* 3.6.7rc2v3.6.7rc2Ned Deily2018-10-131-2/+0
* bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)Miss Islington (bot)2018-10-081-0/+2
* 3.6.7rc1v3.6.7rc1Ned Deily2018-09-264-5/+0
* [3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209)Benjamin Peterson2018-09-111-0/+1
* bpo-28617 Fixed docs inaccuracies about the types that support membership tes...Miss Islington (bot)2018-09-111-0/+2
* [3.6] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-81...Dong-hee Na2018-07-071-0/+1
* bpo-33847: Add '@' operator entry to index (GH-7669)Miss Islington (bot)2018-06-151-0/+1
* 3.6.6rc1v3.6.6rc1Ned Deily2018-06-1213-20/+0
* bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7652)Ned Deily2018-06-111-0/+2
* [3.6] bpo-33503: Fix the broken pypi link in the source and the documentation...Stéphane Wirtel2018-05-161-0/+1
* Add AsyncContextManager to typing module documentation. (GH-6823)Travis DePrato2018-05-141-0/+1
* bpo-33378: Add Korean to the language switcher. (GH-6627)Miss Islington (bot)2018-05-011-0/+1
* Clarify that __path__ can't be just any value (GH-6554)Miss Islington (bot)2018-04-201-0/+1
* [3.6] bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6412)Antoine Pitrou2018-04-071-0/+1
* [3.6] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (G...Miss Islington (bot)2018-04-061-0/+2
* bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)INADA Naoki2018-04-051-0/+3
* bpo-33126: Document PyBuffer_ToContiguous() (GH-6292) (GH-6293)Miss Islington (bot)2018-03-281-0/+1
* bpo-27212: Modify islice recipe to consume initial values preceding start (GH...Miss Islington (bot)2018-03-261-0/+2
* bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (G...Miss Islington (bot)2018-03-231-0/+2
* bpo-18802: Add more details to ipaddress documentation (GH-6083)Miss Islington (bot)2018-03-201-0/+1
* bpo-28247: Document Windows executable creation in zipapp (GH-6158)Miss Islington (bot)2018-03-201-0/+2
* 3.6.5rc1v3.6.5rc1Ned Deily2018-03-136-10/+0
* bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)Miss Islington (bot)2018-02-241-0/+1
* bpo-31972: Improve docstrings for pathlib classes (GH-5310)Miss Islington (bot)2018-02-181-0/+1
* bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) GH-5612)Miss Islington (bot)2018-02-101-0/+1
* [3.6] bpo-8722: Document __getattr__ behavior with AttributeError in property...Miss Islington (bot)2018-02-051-0/+2
* [3.6] bpo-32614: Modify re examples to use a raw string to prevent wa… â€...Terry Jan Reedy2018-02-021-0/+3
* bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056...Xiang Zhang2018-01-241-0/+2
* Update NEWS and pydoc topics.Ned Deily2017-12-053-5/+0
* bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ...Miss Islington (bot)2017-11-211-0/+1
* bpo-31537: Update readline documentation example. (GH-3925) (GH-3948)Miss Islington (bot)2017-10-101-0/+2
* [3.6] bpo-30085: Improve documentation for operator (GH-1171) (#3736)Miss Islington (bot)2017-09-241-0/+2
* Update pydoc topics and NEWS blurbs for 3.6.3rc1Ned Deily2017-09-183-4/+0
* [3.6] bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (G...Miss Islington (bot)2017-09-071-0/+2
* [3.6] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3399)Miss Islington (bot)2017-09-061-0/+1
* [3.6] bpo-30803: clarify truth value testing documentation (GH-2508) (#2946)Terry Jan Reedy2017-07-291-0/+1
* Add "Misc/NEWS.d" directory tree for "blurb". GH-2329larryhastings2017-06-221-0/+1