summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)Yury Selivanov2017-12-181-0/+14
* bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...Segev Finer2017-12-181-6/+36
* bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792)Nathaniel J. Smith2017-12-181-4/+24
* bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799)Andrew Svetlov2017-12-161-0/+22
* bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)Brett Cannon2017-12-161-0/+66
* Minor wording tweak for itertools documentation (#4893)Raymond Hettinger2017-12-151-2/+2
* bpo-32265: Classify class and static methods of builtin types. (#4776)Serhiy Storchaka2017-12-151-0/+8
* bpo-28393: Update encoding lookup docs wrt bpo-27938 (#4871)Ville Skyttä2017-12-151-4/+8
* bpo-32311: Implement asyncio.create_task() shortcut (#4848)Andrew Svetlov2017-12-151-4/+21
* bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...Yury Selivanov2017-12-151-30/+24
* bpo-32143: add f_fsid to os.statvfs() (#4571)Giuseppe Scrivano2017-12-141-1/+4
* bpo-32314: Implement asyncio.run() (#4852)Yury Selivanov2017-12-141-9/+22
* bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412)Jelle Zijlstra2017-12-141-0/+11
* trivial: link updates in documentation (#2765)jimmy2017-12-132-3/+3
* bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)Victor Stinner2017-12-132-1/+19
* bpo-32284: Fix documentation of BinaryIO and TextIO (#4832)Sebastian Rittau2017-12-131-3/+3
* bpo-31942: Document optional support of start and stop attributes in Sequence...Nitish Chandra2017-12-121-3/+3
* bpo-32227: functools.singledispatch supports registering via type annotations...Łukasz Langa2017-12-111-7/+21
* bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)Andrew Svetlov2017-12-116-72/+60
* Add asyncio.get_running_loop() function. (#4782)Yury Selivanov2017-12-111-0/+7
* bpo-32272: Remove asyncio.async() function. (#4784)Yury Selivanov2017-12-112-9/+0
* bpo-22671: Clarify and test default read method implementations (#4568)Sanyam Khurana2017-12-111-5/+8
* bpo-32114: Updated the documentation for get_event_loop to reflect the policy...Pablo Galindo2017-12-101-4/+9
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-093-4/+84
* bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764)Andrew Svetlov2017-12-091-42/+52
* bpo-32212: Updated logging documentation to make parameter names more consist...Vinay Sajip2017-12-091-20/+21
* bpo-32208: update threading.Semaphore docs and add unit test (#4709)Garrett Berg2017-12-071-13/+13
* bpo-25910: Fixes redirection from http to https (#4674)Sanyam Khurana2017-12-069-15/+15
* Add a missing space in tkinter documentation. (GH-4692)Julien Palard2017-12-051-1/+1
* bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4...Serhiy Storchaka2017-12-041-30/+16
* bpo-32101: Add PYTHONDEVMODE environment variable (#4624)Victor Stinner2017-11-302-0/+7
* bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#...Jesse-Bakker2017-11-291-6/+12
* bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)Barry Warsaw2017-11-281-4/+12
* Use raw strings in the re module examples. (#4616)Serhiy Storchaka2017-11-281-4/+4
* bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)Victor Stinner2017-11-283-12/+3
* bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417)Dong-hee Na2017-11-281-1/+1
* bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)Jason Yang2017-11-271-2/+2
* bpo-23033: Improve SSL Certificate handling (GH-937)Mandeep Singh2017-11-261-0/+4
* bpo-29879: Update typing documentation. (GH-4573)Ivan Levkivskyi2017-11-261-0/+12
* bpo-32071: Add unittest -k option (#4496)Jonas Haag2017-11-251-0/+34
* bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)Berker Peksag2017-11-251-3/+8
* Improve Scheduler Objects documentation. (GH-4556)Mariatta2017-11-251-1/+1
* Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414)Ashley Camba2017-11-241-2/+2
* bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529)Berker Peksag2017-11-231-4/+4
* bpo-32099 Add deque variant of roundrobin() recipe (#4497)Raymond Hettinger2017-11-231-0/+19
* bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464)Jesse-Bakker2017-11-231-18/+22
* bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ...AraHaan2017-11-211-0/+3
* bpo-31672 - Add one last minor clarification for idpattern (#4483)Barry Warsaw2017-11-211-2/+4
* Add comment and improve variable name in roundrobin() (#4486)Raymond Hettinger2017-11-211-4/+5
* bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...Yury Selivanov2017-11-201-3/+15