aboutsummaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Expand)Author
2018-04-03bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355)Łukasz Langa
2018-04-04bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)INADA Naoki
2018-04-04bpo-32337: Update documentats about dict order (GH-4973)hui shang
2018-04-03bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001)INADA Naoki
2018-04-02closes bpo-33202: fix os.walk mentioning os.listdir instead of os.scandir (GH...Andrés Delfino
2018-04-01bpo-20104: Add os.posix_spawn documentation. (#6334)Gregory P. Smith
2018-03-30Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)Mike DePalatis
2018-03-28FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207)Julien Palard
2018-03-28Fix typos '.::' should typically just be '::'. (GH-6165)Julien Palard
2018-03-28Fix duplicating words words. (GH-6296)Serhiy Storchaka
2018-03-28bpo-33126: Document PyBuffer_ToContiguous() (#6292)Antoine Pitrou
2018-03-28s/the the/the/ (GH-6287)INADA Naoki
2018-03-27Fix senfile typo (#6265)Sam Dunster
2018-03-26bpo-27212: Modify islice recipe to consume initial values preceding start (GH...Cheryl Sabella
2018-03-26Corrected link targets in collections.rst (GH-1052)Michael Seifert
2018-03-26Fix description about SimpleXMLRPCServer constructor parameter bind_and_activ...cocoatomo
2018-03-25Clarify fd inheritance when close_fds=False. (GH-6240)Gregory P. Smith
2018-03-25bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)Nick Coghlan
2018-03-25bpo-33042: Fix pre-initialization sys module configuration (GH-6157)Nick Coghlan
2018-03-23bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (G...Himanshu Lakhara
2018-03-23bpo-31639: Use threads in http.server module. (GH-5018)Julien Palard
2018-03-23Fix a reference to the MRE book in re docs (GH-1113)Berker Peksag
2018-03-23bpo-33041: Rework compiling an "async for" loop. (#6142)Serhiy Storchaka
2018-03-21bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)Xiang Zhang
2018-03-21 bpo-18802: Add more details to ipaddress documentation (GH-6083)Cheryl Sabella
2018-03-20bpo-28247: Document Windows executable creation in zipapp (GH-6158)Cheryl Sabella
2018-03-18bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)Serhiy Storchaka
2018-03-17bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)Marcel Plch
2018-03-12bpo-29719: Remove Date and Release field in whatsnew/3.7 and 8 (GH-6093)Ned Deily
2018-03-12Fix docs markup for asyncio current_task() and all_tasks() (#6089)Andrew Svetlov
2018-03-12signal: add strsignal() (#6017)Antoine Pietri
2018-03-11bpo-32996: Improve What's New in 3.7. (#5983)Serhiy Storchaka
2018-03-11bpo-33045: Fix typos in SSL documentation (GH-6065)Matt Eaton
2018-03-11bpo-27645: Add support for native backup facility of SQLite (GH-4238)Emanuele Gaifas
2018-03-11bpo-30249: Improve struct.unpack_from() error messages (GH-6059)Xiang Zhang
2018-03-10bpo-26701: Improve documentation for the rounding special methods. (#6054)Serhiy Storchaka
2018-03-10bpo-26701: Add documentation for __trunc__ (GH-6022)Eric Appelt
2018-03-09Warn that dbm.dumb.open() can crash Python (GH-6047)Brett Cannon
2018-03-09Warn that compile() can crash when compiling to an AST object (GH-6043)Brett Cannon
2018-03-09bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the inte...Brett Cannon
2018-03-09controlflow: Use full example for "5 through 9" (GH-5907)Steven M. Vascellaro
2018-03-08Fix some ipaddress documentation errors (GH-6021)Xiang Zhang
2018-03-07bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)Xiang Zhang
2018-03-05Add What's New for issues 32303 and 32305 (GH-5994)Barry Warsaw
2018-03-04bpo-30147: Add re.escape changes to 3.7 What's New (GH-5978)Cheryl Sabella
2018-03-03Fix missing coroutine declaration in the asyncio documentation. (#5964)Joongi Kim
2018-03-02bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930)Serhiy Storchaka
2018-03-01bpo-30607: Use external python-doc-theme (GH-2017)Jon Wayne Parrott
2018-02-28Fix typo in logging doc: picked -> pickled (GH-5942)James Walker
2018-02-28Fix 3.8 whatsnew changelog linkNed Deily