summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)Vinay Sharma2019-08-291-0/+4
* bpo-37951: Lift subprocess's fork() restriction (GH-15544)Christian Heimes2019-08-272-0/+13
* correct roman numeral VII description (GH-15523)Ethan Furman2019-08-261-1/+1
* Fix typo: Pyssize_t => Py_ssize_t (GH-15411)Sergey Fedoseev2019-08-261-1/+1
* bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (G...Serhiy Storchaka2019-08-262-0/+14
* bpo-15542: Documentation incorrectly suggests __init__ called after direct _...Joannah Nanjekye2019-08-261-4/+4
* Doc: Keep the venv/* exclude pattern. (GH-15229)Julien Palard2019-08-261-2/+4
* bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)Nick Coghlan2019-08-251-3/+0
* bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)Zackery Spytz2019-08-252-0/+17
* bpo-37905: Improve docs for NormalDist (GH-15486)Raymond Hettinger2019-08-251-20/+7
* bpo-19072: Make @classmethod support chained decorators (GH-8405)Berker Peksag2019-08-241-2/+4
* Clarify argument types in datetime docs. (GH-15459)Jürgen Gmach2019-08-241-3/+3
* bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15...Raymond Hettinger2019-08-242-1/+3
* bpo-32118: Simplify docs for sequence comparison (GH-15450)Raymond Hettinger2019-08-241-19/+7
* bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...Serhiy Storchaka2019-08-242-4/+4
* Fix link to changelog in 3.9 What's New page (GH-15445)Ned Deily2019-08-241-1/+1
* Fix funny typo in Doc/bugs. (GH-15412)Antoine2019-08-241-1/+1
* bpo-26589: Add http status code 451 (GH-15413)Raymond Hettinger2019-08-231-0/+4
* bpo-36763, doc: Add links in the new C API init doc (GH-15433)Victor Stinner2019-08-232-0/+4
* bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)Victor Stinner2019-08-231-2/+6
* bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print ...Stefan Behnel2019-08-231-0/+12
* Correct minor grammar mistake (GH-15404)Andre Delfino2019-08-231-1/+1
* bpo-30826: Improve control flow examples (GH-15407)Raymond Hettinger2019-08-231-14/+14
* bpo-12634: Clarify an awkward section of the tutorial (GH-15406)Raymond Hettinger2019-08-231-6/+14
* bpo-30550: Clarify JSON ordering guarantees (GH-15397)Raymond Hettinger2019-08-221-0/+12
* bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)Raymond Hettinger2019-08-222-0/+16
* bpo-14050: Note that not all data can be sorted (GH-15381)Raymond Hettinger2019-08-221-0/+7
* bpo-27961: Remove leftovers from the times when long long wasn't required (GH...Sergey Fedoseev2019-08-223-36/+24
* bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ ...Brett Cannon2019-08-211-0/+15
* bpo-37834: Normalise handling of reparse points on Windows (GH-15231)Steve Dower2019-08-214-2/+86
* bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)Steve Dower2019-08-212-1/+12
* Update asyncio.ensure_future() documentation (GH-15347)Roger Iyengar2019-08-211-1/+3
* bpo-37860: Add netlify deploy preview for docs (GH-15288)Ashwin Ramaswami2019-08-212-0/+6
* bpo-37823: Fix open() link in telnetlib doc (GH-15281)Michael Anckaert2019-08-211-1/+1
* Unmark files as executable that can't actually be executed. (GH-15353)Greg Price2019-08-211-0/+0
* bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)Joannah Nanjekye2019-08-201-2/+4
* Minor documentation fixes on library/enum (GH-15234)Antoine2019-08-201-5/+4
* Remove 'unstable' warning for Windows Store package in docs (GH-15334)Steve Dower2019-08-191-7/+4
* Insert a missing close parenthesis (GH-15316)cocoatomo2019-08-171-1/+1
* fix link to time function from time_ns doc (GH-15285)Éric Araujo2019-08-171-1/+1
* bpo-37540: vectorcall: keyword names must be strings (GH-14682)Jeroen Demeyer2019-08-163-4/+7
* bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148)Hai Shi2019-08-141-3/+12
* bpo-37826: Document exception chaining in Python tutorial for errors. (GH-15243)Abhilash Raj2019-08-141-0/+47
* bpo-36502: Correct documentation of str.isspace() (GH-15019)Greg Price2019-08-141-3/+7
* bpo-37256: Wording in Request class docs (#14792)Ngalim Siregar2019-08-141-1/+1
* bpo-37689: add Path.is_relative_to() method (GH-14982)Hai Shi2019-08-131-1/+14
* bpo-37814: Document the empty tuple type annotation syntax (GH-15208)Josh Holland2019-08-131-1/+2
* bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204)Raymond Hettinger2019-08-121-20/+88
* bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)Dong-hee Na2019-08-121-0/+4
* Fix docs for assert_called and assert_called_once (#15197)Ismail S2019-08-121-2/+2