summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix minor markup typo (#5407)cocoatomo2018-01-291-1/+1
* bpo-32251: Fix docs (#5408)Yury Selivanov2018-01-291-2/+3
* Document the error return of PyLong_As* APIs. (#5396)Gregory P. Smith2018-01-291-0/+34
* bpo-32699: Improves doc for .pth files in presense of a ._pth file (#5399)Steve Dower2018-01-281-4/+4
* bpo-32373: Add socket.getblocking() method. (#4926)Yury Selivanov2018-01-281-0/+10
* bpo-32251: Implement asyncio.BufferedProtocol. (#4755)Yury Selivanov2018-01-281-4/+71
* Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (...Yury Selivanov2018-01-281-15/+0
* bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5...larryhastings2018-01-281-2/+13
* bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)Yury Selivanov2018-01-281-6/+9
* Fix PyTrace_RETURN documentation (GH-5384)Xiang Zhang2018-01-281-1/+1
* Add example for PEP 557. (GH-5383)Eric V. Smith2018-01-281-0/+11
* bpo-32659: Solaris "stat" should support "st_fstype" (#5307)jcea2018-01-281-0/+10
* bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360)Xiang Zhang2018-01-281-9/+20
* bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (...Xiang Zhang2018-01-281-2/+2
* Pep 557 What's New (GH-5371)Eric V. Smith2018-01-281-0/+18
* bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)Коренберг Марк2018-01-271-0/+15
* bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368)Elvis Pranskevichus2018-01-271-1/+1
* bpo-32622: Implement loop.sendfile() (#5271)Andrew Svetlov2018-01-271-0/+31
* bpo-31368: Expose preadv and pwritev in the os module (#5239)Pablo Galindo2018-01-271-0/+84
* bpo-32532: Improve documentation of settrace and setprofile (#5359)Xiang Zhang2018-01-271-1/+5
* bpo-31399: Let OpenSSL verify hostname and IP address (#3462)Christian Heimes2018-01-272-4/+72
* bpo-32454: socket closefd (#5048)Christian Heimes2018-01-271-0/+8
* bpo-32433: Optimized HMAC digest (#5023)Christian Heimes2018-01-272-0/+22
* bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)INADA Naoki2018-01-271-0/+19
* bpo-27505: Add change notes in module attribute docs (GH-5320)Cheryl Sabella2018-01-271-0/+11
* bpo-32670: Enforce PEP 479. (#5327)Yury Selivanov2018-01-262-5/+15
* String annotations [PEP 563] (#4390)Guido van Rossum2018-01-265-19/+94
* bpo-29237: Create enum for pstats sorting options (GH-5103)mwidjaja2018-01-261-53/+62
* bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264)Bo Bayles2018-01-261-0/+5
* bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)Yury Selivanov2018-01-251-5/+82
* bpo-29302: Implement contextlib.AsyncExitStack. (#4790)Ilya Kulakov2018-01-252-0/+41
* bpo-29708: Add What's New entries for SOURCE_DATE_EPOCH and py_compile (GH-5306)Brett Cannon2018-01-251-15/+31
* bpo-32391: Implement StreamWriter.wait_closed() (#5281)Andrew Svetlov2018-01-241-0/+15
* bpo-10381: Add timezone to datetime C API (#5032)Paul Ganssle2018-01-242-11/+43
* bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200)Bernhard M. Wiedemann2018-01-241-1/+6
* bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipim...Barry Warsaw2018-01-241-2/+6
* bpo-32651 Recommend getpass.getuser() (#5301)Barry Warsaw2018-01-242-8/+11
* bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056)Pablo Galindo2018-01-242-22/+38
* bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272)Victor Stinner2018-01-221-4/+7
* bpo-32593: Drop FreeBSD 9 and older support (#5232)Victor Stinner2018-01-222-2/+7
* bpo-31801: Enum: add _ignore_ as class option (#5237)Ethan Furman2018-01-221-1/+25
* bpo-32591: Add native coroutine origin tracking (#5250)Nathaniel J. Smith2018-01-213-0/+53
* bpo-25910: Link redirections in docs (#1933)Sanyam Khurana2018-01-2037-63/+61
* bpo-32410: Make SendfileNotAvailableError exception public (#5243)Andrew Svetlov2018-01-191-1/+13
* bpo-32410: Implement loop.sock_sendfile() (#4976)Andrew Svetlov2018-01-161-0/+30
* bpo-14976: Reentrant simple queue (#3346)Antoine Pitrou2018-01-151-3/+70
* bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)Victor Stinner2018-01-153-0/+27
* bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)Victor Stinner2018-01-152-0/+38
* bpo-26330: Update shutil.disk_usage() documentation (GH-5184)Cheryl Sabella2018-01-151-1/+2
* bpo-15221: Update os.path.is*() documentation (GH-5185)Cheryl Sabella2018-01-151-6/+9