summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001)INADA Naoki2018-04-031-8/+4
* closes bpo-33202: fix os.walk mentioning os.listdir instead of os.scandir (GH...Andrés Delfino2018-04-031-1/+1
* bpo-20104: Add os.posix_spawn documentation. (#6334)Gregory P. Smith2018-04-011-0/+25
* Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)Mike DePalatis2018-03-301-1/+1
* FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207)Julien Palard2018-03-281-2/+5
* Fix typos '.::' should typically just be '::'. (GH-6165)Julien Palard2018-03-283-3/+3
* Fix duplicating words words. (GH-6296)Serhiy Storchaka2018-03-285-7/+7
* bpo-33126: Document PyBuffer_ToContiguous() (#6292)Antoine Pitrou2018-03-281-3/+9
* s/the the/the/ (GH-6287)INADA Naoki2018-03-281-1/+1
* Fix senfile typo (#6265)Sam Dunster2018-03-281-1/+1
* bpo-27212: Modify islice recipe to consume initial values preceding start (GH...Cheryl Sabella2018-03-271-7/+16
* Corrected link targets in collections.rst (GH-1052)Michael Seifert2018-03-261-24/+31
* Fix description about SimpleXMLRPCServer constructor parameter bind_and_activ...cocoatomo2018-03-261-1/+1
* Clarify fd inheritance when close_fds=False. (GH-6240)Gregory P. Smith2018-03-251-1/+4
* bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)Nick Coghlan2018-03-252-2/+13
* bpo-33042: Fix pre-initialization sys module configuration (GH-6157)Nick Coghlan2018-03-253-5/+36
* bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (G...Himanshu Lakhara2018-03-231-1/+1
* bpo-31639: Use threads in http.server module. (GH-5018)Julien Palard2018-03-231-2/+9
* Fix a reference to the MRE book in re docs (GH-1113)Berker Peksag2018-03-231-10/+8
* bpo-33041: Rework compiling an "async for" loop. (#6142)Serhiy Storchaka2018-03-232-0/+15
* bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)Xiang Zhang2018-03-211-1/+11
* bpo-18802: Add more details to ipaddress documentation (GH-6083)Cheryl Sabella2018-03-211-16/+47
* bpo-28247: Document Windows executable creation in zipapp (GH-6158)Cheryl Sabella2018-03-201-0/+169
* bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)Serhiy Storchaka2018-03-184-11/+16
* bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)Marcel Plch2018-03-171-3/+9
* bpo-29719: Remove Date and Release field in whatsnew/3.7 and 8 (GH-6093)Ned Deily2018-03-132-6/+0
* Fix docs markup for asyncio current_task() and all_tasks() (#6089)Andrew Svetlov2018-03-121-2/+2
* signal: add strsignal() (#6017)Antoine Pietri2018-03-121-0/+9
* bpo-32996: Improve What's New in 3.7. (#5983)Serhiy Storchaka2018-03-112-123/+131
* bpo-33045: Fix typos in SSL documentation (GH-6065)Matt Eaton2018-03-111-2/+2
* bpo-27645: Add support for native backup facility of SQLite (GH-4238)Emanuele Gaifas2018-03-102-0/+59
* bpo-30249: Improve struct.unpack_from() error messages (GH-6059)Xiang Zhang2018-03-101-3/+3
* bpo-26701: Improve documentation for the rounding special methods. (#6054)Serhiy Storchaka2018-03-101-12/+18
* bpo-26701: Add documentation for __trunc__ (GH-6022)Eric Appelt2018-03-103-3/+15
* Warn that dbm.dumb.open() can crash Python (GH-6047)Brett Cannon2018-03-091-0/+5
* Warn that compile() can crash when compiling to an AST object (GH-6043)Brett Cannon2018-03-091-0/+6
* bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the inte...Brett Cannon2018-03-091-0/+10
* controlflow: Use full example for "5 through 9" (GH-5907)Steven M. Vascellaro2018-03-091-1/+1
* Fix some ipaddress documentation errors (GH-6021)Xiang Zhang2018-03-081-8/+12
* bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)Xiang Zhang2018-03-071-19/+22
* Add What's New for issues 32303 and 32305 (GH-5994)Barry Warsaw2018-03-051-0/+8
* bpo-30147: Add re.escape changes to 3.7 What's New (GH-5978)Cheryl Sabella2018-03-041-0/+4
* Fix missing coroutine declaration in the asyncio documentation. (#5964)Joongi Kim2018-03-031-1/+1
* bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930)Serhiy Storchaka2018-03-021-0/+7
* bpo-30607: Use external python-doc-theme (GH-2017)Jon Wayne Parrott2018-03-0110-584/+76
* Fix typo in logging doc: picked -> pickled (GH-5942)James Walker2018-02-281-1/+1
* Fix 3.8 whatsnew changelog linkNed Deily2018-02-281-1/+1
* Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912)Serhiy Storchaka2018-02-271-10/+6
* bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-5814)Paul Ganssle2018-02-271-0/+10
* bpo-31453: Add setter for min/max protocol version (#5259)Christian Heimes2018-02-272-2/+104