aboutsummaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Expand)Author
2018-01-16bpo-32410: Implement loop.sock_sendfile() (#4976)Andrew Svetlov
2018-01-16bpo-14976: Reentrant simple queue (#3346)Antoine Pitrou
2018-01-15bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)Victor Stinner
2018-01-15bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)Victor Stinner
2018-01-14bpo-26330: Update shutil.disk_usage() documentation (GH-5184)Cheryl Sabella
2018-01-14bpo-15221: Update os.path.is*() documentation (GH-5185)Cheryl Sabella
2018-01-13Add itertools recipe for directly finding the n-th combination (#5161)Raymond Hettinger
2018-01-12Improve enum.Flag code example (GH-5167)Julian Kahnert
2018-01-12bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108)Brett Cannon
2018-01-11Lexical Analysis ref doc: Fix a typo in the string concatenation internal lin...İsmail Arılık
2018-01-11bpo-31145: Use dataclasses to create a prioritization wrapper (#5153)Raymond Hettinger
2018-01-11bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152)Raymond Hettinger
2018-01-10bpo-32320: Add default value support to collections.namedtuple() (#4859)Raymond Hettinger
2018-01-08bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)Nick Coghlan
2018-01-06Cleanup grammar in unittest.mock.seal documentation (#5107)Paul Ganssle
2018-01-06bpo-32206: Pdb can now run modules (GH-4752)Mario Corchero
2018-01-05bpo-29137: Remove fpectl module (#4789)Nathaniel J. Smith
2018-01-04advance copyright years to 2018 (#5094)Benjamin Peterson
2018-01-04bpo-31672: Restore the former behavior when override flags in Template. (#5099)Serhiy Storchaka
2018-01-04bpo-32308: Replace empty matches adjacent to a previous non-empty match in re...Serhiy Storchaka
2018-01-01bpo-32452: clarify term 'brackets' in generator tutorial (#5079)Emily Morehouse
2017-12-30bpo-32248 - Implement importlib.resources (#4911)Barry Warsaw
2017-12-30bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-12-30bpo-23749: Implement loop.start_tls() (#5039)Yury Selivanov
2017-12-29return the new file descriptor from os.dup2 (closes bpo-32441) (#5041)Benjamin Peterson
2017-12-23bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)Yury Selivanov
2017-12-21Fix trivial typo in pickle.rst (#4955)Sebastian Pucilowski
2017-12-21bpo-15873: Implement [date][time].fromisoformat (#4699)Paul Ganssle
2017-12-21bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newli...INADA Naoki
2017-12-20bpo-29970: Make ssh_handshake_timeout None by default (#4939)Andrew Svetlov
2017-12-20bpo-32306: Clarify c.f.Executor.map() documentation (#4947)Antoine Pitrou
2017-12-20bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)Marcel Plch
2017-12-19Improve the F-strings and format specifier documentation (GH-4931)KatherineMichel
2017-12-19bpo-29970: Add timeout for SSL handshake in asyncioNeil Aspinall
2017-12-19bpo-32377: improve __del__ docs and fix mention about resurrection (#4927)Antoine Pitrou
2017-12-18bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)Yury Selivanov
2017-12-18bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)Yury Selivanov
2017-12-18bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...Segev Finer
2017-12-17bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792)Nathaniel J. Smith
2017-12-16bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799)Andrew Svetlov
2017-12-16bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)Victor Stinner
2017-12-15bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)Brett Cannon
2017-12-15Minor wording tweak for itertools documentation (#4893)Raymond Hettinger
2017-12-15F-strings docs: link to Format Specifiers (GH-4888)Mariatta
2017-12-15bpo-32329: Add versionchanged to -R option doc (#4884)Victor Stinner
2017-12-15bpo-32265: Classify class and static methods of builtin types. (#4776)Serhiy Storchaka
2017-12-15bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...Serhiy Storchaka
2017-12-15bpo-28393: Update encoding lookup docs wrt bpo-27938 (#4871)Ville Skyttä
2017-12-15bpo-32311: Implement asyncio.create_task() shortcut (#4848)Andrew Svetlov
2017-12-14bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...Yury Selivanov