]> granicus.if.org Git - python/history - Doc
Rebased version of what's new PR (#16745)
[python] / Doc /
2019-10-13 Andrew KuchlingRebased version of what's new PR (#16745)
2019-10-13 Serhiy Storchakabpo-38378: Rename parameters "out" and "in" of os.sendf...
2019-10-12 Gregory P. Smithbpo-38417: Add umask support to subprocess (GH-16726)
2019-10-12 Hugo van KemenadeFix minor typos in Whatsnew
2019-10-12 Phil JonesAnnounce the change in the CancelledError inheritance...
2019-10-12 Samuel Colvinbpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
2019-10-11 Serhiy Storchakabpo-38442: Remove an execution bit from Doc/whatsnew...
2019-10-10 Kyle Stanleydocs: Add asyncio source code links (GH-16640)
2019-10-10 M. Eric Irrgangbpo-32996: Documentation fix-up. (GH-16646)
2019-10-08 Serhiy Storchakabpo-38371: Tkinter: deprecate the split() method. ...
2019-10-07 Ricardo Bánffybpo-38294: Add list of no-longer-escaped chars to re...
2019-10-07 Krishna Ozabpo-38391: Fixing a typo for Py_DECREF (GH-16616)
2019-10-07 Serhiy Storchakabpo-25988: Do not expose abstract collection classes...
2019-10-07 Adam J. Stewart bpo-26510: Add versionchanged for required arg of...
2019-10-04 Joannah Nanjekyebpo-38266: Revert bpo-37878: Make PyThreadState_DeleteC...
2019-10-04 Ashley Whetterbpo-38235: Correct some arguments names in logging...
2019-10-01 Victor Stinnerbpo-38304: PyConfig_InitPythonConfig() cannot fail...
2019-10-01 Victor Stinnerbpo-38304: Remove PyConfig.struct_size (GH-16500) ...
2019-10-01 Maxwell A McKinnonbpo-32689: Updates shutil.move to allow for Path object...
2019-10-01 Kyle StanleyFix and improve `asyncio.run()` docs (GH-16403)
2019-09-30 Yury Selivanovbpo-38242: Revert "bpo-36889: Merge asyncio streams...
2019-09-30 Lisa Roachbpo-38163: Child mocks detect their type as sync or...
2019-09-29 Victor Stinnerbpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
2019-09-28 Pascal Chambonbpo-37408: Precise that Tarfile "format" argument only...
2019-09-28 Victor Stinnerbpo-38304: Add PyConfig.struct_size (GH-16451)
2019-09-27 bariodFix typo in the "Porting to Python 3.8" section. (GH...
2019-09-27 Ammar Askarbpo-38206: Clarify tp_dealloc requirements for heap...
2019-09-26 Prateek Nayakbpo-38244: [Documentation] Fix unreliable link to sever...
2019-09-26 Mohammad Dehghanbpo-38130: Fix error in explaining when an exception...
2019-09-26 Kyle StanleyDoc: Several fixes and improvements for 3.9 whatsnew...
2019-09-26 Stéphane WirtelDoc: Use the `with` statement in the first example...
2019-09-26 Lumír 'Frenzy' Balharbpo-38112: Compileall improvements (GH-16012)
2019-09-26 Victor Stinnerbpo-38234: Complete init config documentation (GH-16404)
2019-09-26 Victor Stinnerbpo-38234: Add test_init_setpath_config() to test_embed...
2019-09-25 Raymond Hettingerbpo-38255: super() can search attributes as well as...
2019-09-25 Petr Viktorinbpo-38140: Document offsets in PyMemberDef (GH-16354)
2019-09-25 Emmanuel Ariasbpo-38260: Add Docs on asyncio.run (GH-16337)
2019-09-24 Victor Stinnerbpo-38234: Py_SetPath() uses the program full path...
2019-09-24 Lisa Roachbpo-38136: Updates await_count and call_count to be...
2019-09-23 Victor Stinnerbpo-38236: Dump path config at first import error ...
2019-09-21 Kyle StanleyDoc: Add whatsnew entry for loop.shutdown_default_execu...
2019-09-21 Ammar Askarbpo-38237: Make pow's arguments have more descriptive...
2019-09-20 Kyle StanleyDoc: Remove provisional note for asyncio.run() (GH...
2019-09-20 Ram Rachumbpo-37937: Mention frame.f_trace in sys.settrace docs...
2019-09-20 Prateek Nayakbpo-37353: Updated parser note about source code compat...
2019-09-20 Lisa Roachbpo-38093: Correctly returns AsyncMock for async subcla...
2019-09-19 Eddie Elizondobpo-38140: Make dict and weakref offsets opaque for...
2019-09-19 Kyle Stanleybpo-34037: Fix test_asyncio failure and add loop.shutdo...
2019-09-19 toonarmycaptainDoc: Clarify dict equality irrespective of ordering...
2019-09-19 Jason PluradDoc: Corrected syntax for return annotation (GH-16265)
2019-09-18 Victor Stinnerbpo-38203: faulthandler.dump_traceback_later() is alway...
2019-09-17 Diego Alberto Barr... bpo-37904: Edition on python tutorial - section 4 ...
2019-09-17 Jörn HeisslerDoc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF...
2019-09-17 Hrvoje Nikšićbpo-38192: Fix remaining passing of "loop" in the proto...
2019-09-17 Adorilson BezerraDoc: Add list(dict) in stdtypes library (GH-16209)
2019-09-16 Ivan Levkivskyibpo-28556: Update the opening note in typing docs ...
2019-09-16 Adorilson BezerraDoc: Add link of GNU Readline library to interpreter...
2019-09-16 Adorilson BezerraDoc: remove duplicate word in controlflow tutorial...
2019-09-15 Hrvoje Nikšićbpo-38178: Don't explicitly pass "loop" to EchoClientPr...
2019-09-15 t kbpo38158: Removing nonexistant member "doc" from PyType...
2019-09-14 Kyle Stanleybpo-37635: Update arg name for seek() in IO tutorial...
2019-09-14 Anthony SottileDoc: Fix link to window.getch in curses documentation...
2019-09-14 Xtreakbpo-33095: Add reference to isolated mode in -m and...
2019-09-13 Eric O. LEBIGOT... Doc: fcntl.lockf() is more powerful than written (GH...
2019-09-13 bchhabra2490bpo-32790: Add info about alt format using # for 'g...
2019-09-13 Windson yangbpo-26468: Doc: improve the documentation of shutil...
2019-09-13 Julien Palardbpo-29986: Doc: Delete tip to raise TypeError from...
2019-09-13 Kexuan SunDoc: Improve consistency of os.path.normcase with other...
2019-09-13 Ashwin Ramaswamibpo-12707: deprecate info(), geturl(), getcode() method...
2019-09-13 Xtreakbpo-36889: Document Stream class and add docstrings...
2019-09-13 Rémi Lapeyrebpo-8538: Add support for boolean actions to argparse...
2019-09-13 Kishore VancheeshwaranDoc: Add example snippet for str.isupper() (GH-14681)
2019-09-13 Christian Heimesbpo-9216: Add usedforsecurity to hashlib constructors...
2019-09-12 Patrick McLeanbpo-36046: Add user and group parameters to subprocess...
2019-09-12 Matti PicusEmphasize the need to always call PySequence_Fast....
2019-09-12 Hai Shibpo-37908: Add an example of ArgumentParser.exit()...
2019-09-12 Raymond Hettingerbpo-38096: Complete the "structseq" and "named tuple...
2019-09-12 Julien PalardDoc: Add -m reference in context of code execution...
2019-09-12 Christian Heimesbpo-37363: Document internal audit events (GH-14663)
2019-09-12 Andrew Svetlovbpo-36373: Deprecate explicit loop in task and subproce...
2019-09-12 Brandt Bucherbpo-26868: Fix example usage of PyModule_AddObject...
2019-09-12 Windson yangbpo-35325: Doc: imp.find_module() return value document...
2019-09-12 Emmanuel Ariasbpo-35685: Add examples of unittest.mock.patch.dict...
2019-09-12 Julien Palardbpo-36675: Remove obsolete code. (GH-16024)
2019-09-12 Christian Heimesbpo-32008: Prefer client or TLSv1_2 in examples (GH...
2019-09-12 Hai Shibpo-9938: Add optional keyword argument exit_on_error...
2019-09-12 Harmandeep Singhbpo-13927: time.ctime and time.asctime return string...
2019-09-12 Georgy FrolovDoc: Add example of dict() function with positional...
2019-09-12 Joannah Nanjekyebpo-18578: Rename and document test.bytecode_helper...
2019-09-12 Géry OgamCorrect typos in the codecs module documentation (...
2019-09-11 Björn Meierbpo-36270: Doc: add link to traceback object reference...
2019-09-11 Hai Shibpo-37698: Update doc of PyBuffer_ToContiguous (GH...
2019-09-11 MarcDoc: recursive glob ** follows symlinks to directories...
2019-09-11 Joannah Nanjekyebpo-28724: Add methods send_fds and recv_fds to the...
2019-09-11 Hai Shibpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988)
2019-09-11 Julien PalardDoc: Fix missing negation. (GH-14640)
2019-09-11 toonarmycaptainImprove clarity of try-return-finally-return (GH-15677)
2019-09-11 Lysandros Nikolaoubpo-36182: Update pathlib.Path.write_text() docs (GH...
2019-09-11 JunWei Songbpo-36260: Add pitfalls to zipfile module documentation...
2019-09-11 Géry OgamImprove the io module documentation (GH-15099)
next