]> granicus.if.org Git - python/history - Lib
Rebased version of what's new PR (#16745)
[python] / Lib /
2019-10-13 Pablo Galindobpo-38379: Don't block collection of unreachable object...
2019-10-13 Zackery Spytzbpo-38202: Fix a crash in dict_view & non-itearble...
2019-10-13 Samuel Colvinbpo-38431: Fix __repr__ method of InitVar to work with...
2019-10-13 Serhiy Storchakabpo-38378: Rename parameters "out" and "in" of os.sendf...
2019-10-13 Pablo Galindobpo-38456: Handle the case when there is no 'true'...
2019-10-12 Gregory P. Smithbpo-38456: Use /bin/true in test_subprocess (GH-16736)
2019-10-12 Gregory P. Smithbpo-38417: Add umask support to subprocess (GH-16726)
2019-10-12 Samuel Colvinbpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
2019-10-12 Abhilash Rajbpo-38449: Revert "bpo-22347: Update mimetypes.guess_ty...
2019-10-11 Ruediger Pluembpo-38347: find pathfix for Python scripts whose name...
2019-10-10 Dong-hee NaRe-enable the OverflowError test for test_truediv on...
2019-10-10 Ronan Lamybpo-38109: Add missing constants to Lib/stat.py (GH...
2019-10-09 Tim Petersbpo-38379: don't claim objects are collected when...
2019-10-08 Vinay Sajipbpo-38368: Added fix for ctypes crash when handling...
2019-10-08 Victor Stinnerbpo-37531: regrtest ignores output on timeout (GH-16659)
2019-10-08 Dong-hee Natest_dictviews: Add testcase for dictviews_sub (GH...
2019-10-08 Pablo Galindobpo-38395: Fix ownership in weakref.proxy methods ...
2019-10-08 Serhiy Storchakabpo-38407: Add docstrings for typing.SupportsXXX classe...
2019-10-08 Serhiy Storchakabpo-38405: Make nested subclasses of typing.NamedTuple...
2019-10-08 Serhiy Storchakabpo-36698: IDLE no longer fails when write non-encodabl...
2019-10-08 Serhiy Storchakabpo-38371: Tkinter: deprecate the split() method. ...
2019-10-08 Antonio Gutierrezcloses bpo-38402: Check error of primitive crypt/crypt_...
2019-10-07 James Abelbpo-38344: Fix syntax in activate.bat (GH-16533)
2019-10-07 Victor Stinnerbpo-36389: _PyObject_CheckConsistency() available in...
2019-10-07 Serhiy Storchakabpo-25988: Do not expose abstract collection classes...
2019-10-06 Dong-hee Nabpo-38210: Fix intersection operation with dict view...
2019-10-05 Andrei Troiebpo-38332: Catch KeyError from unknown cte in encoded...
2019-10-05 ndebpo-38341: Add SMTPNotSupportedError in the exports...
2019-10-04 Serhiy Storchakabpo-13153: Use OS native encoding for converting betwee...
2019-10-03 idomicbpo-34344 Fix AbstractEventLoopPolicy.get_event_loop...
2019-10-03 Steve Dowerbpo-38355: Fix ntpath.realpath failing on sys.executabl...
2019-10-03 Victor Stinnerbpo-36670: Enhance regrtest (GH-16556)
2019-10-03 Victor Stinnerbpo-36670: Enhance regrtest WindowsLoadTracker (GH...
2019-10-02 Victor Stinnerbpo-36670, regrtest: Fix WindowsLoadTracker() for parti...
2019-10-02 Victor Stinnerbpo-38338, test.pythoninfo: add more ssl infos (GH...
2019-10-02 Victor Stinnerbpo-36670: regrtest bug fixes (GH-16537)
2019-10-01 Victor Stinnerbpo-36670: Multiple regrtest bugfixes (GH-16511)
2019-10-01 Giampaolo Rodolabpo-38319: Fix shutil._fastcopy_sendfile(): set sendfil...
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-30773: Fix ag_running; prohibit running athrow...
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-30 Giampaolo Rodolabpo-37096: Add large-file tests for modules using sendf...
2019-09-30 Lisa Roachbpo-38161: Removes _AwaitEvent from AsyncMock. (GH...
2019-09-29 Victor Stinnerbpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
2019-09-29 Andrew Svetlovbpo-38019: correctly handle pause/resume reading of...
2019-09-29 Lisa Roachbpo-38108: Makes mock objects inherit from Base (GH...
2019-09-28 T. Woutersbpo-38115: Deal with invalid bytecode offsets in lnotab...
2019-09-28 Jason R. Coombsbpo-38216, bpo-36274: Allow subclasses to separately...
2019-09-27 Dong-hee Nabpo-38243, xmlrpc.server: Escape the server_title ...
2019-09-27 Serhiy Storchakabpo-32820: Simplify __format__ implementation for ipadd...
2019-09-27 Eric Snowbpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304)
2019-09-27 Christian Heimesbpo-38270: More fixes for strict crypto policy (GH...
2019-09-27 HongWeipengcleanup ababstractproperty in typing.py (GH-16432)
2019-09-26 Michael Feltbpo-28009: Fix uuid.uuid1() and uuid.get_node() on...
2019-09-26 Christian Heimesbpo-38275: Fix test_ssl issue caused by GH-16386 (...
2019-09-26 Christian Heimesbpo-38275: Skip ssl tests for disabled versions (GH...
2019-09-26 Victor Stinnerbpo-38239: Fix test_gdb for Link Time Optimization...
2019-09-26 Victor Stinnerbpo-38234: Py_Initialize() sets global path configurati...
2019-09-26 Petr Viktorincompileall tests: Use shorter name for long_path test...
2019-09-26 Serhiy Storchakabpo-38223: Reorganize test_shutil. (GH-16281)
2019-09-26 Petr Viktorinbpo-38112: compileall: Skip long path path on Windows...
2019-09-26 Lumír 'Frenzy' Balharbpo-38112: Compileall improvements (GH-16012)
2019-09-26 Victor Stinnerbpo-38234: Fix test_embed.test_init_setpath_config...
2019-09-26 Victor Stinnerbpo-38234: Add test_init_setpath_config() to test_embed...
2019-09-25 Christian Heimesbpo-38142: Updated _hashopenssl.c to be PEP 384 complia...
2019-09-25 Vinay Sajipbpo-22273: Removed temporary test skipping on PPC platf...
2019-09-25 Christian Heimesbpo-38271: encrypt private key test files with AES256...
2019-09-25 Serhiy Storchakabpo-38005: Remove support of string argument in Interpr...
2019-09-25 Victor Stinnerbpo-38234: Fix test_embed pathconfig tests (GH-16390)
2019-09-25 Christian Heimesbpo-38270: Check for hash digest algorithms and avoid...
2019-09-25 Vinay Sajipbpo-22273: Re-enabled ctypes test on ARM machines....
2019-09-25 Victor Stinnerbpo-36046: posix_spawn() doesn't support uid/gid (GH...
2019-09-25 PatrikKopkanbpo-37064: Add option -a to pathfix.py tool (GH-15717)
2019-09-25 Yury Selivanovbpo-38248: Fix inconsistent immediate asyncio.Task...
2019-09-25 Vinay SajipChanged conditions for ctypes array-in-struct handling...
2019-09-25 Emmanuel Ariasbpo-38260: Add Docs on asyncio.run (GH-16337)
2019-09-25 Vinay Sajipbpo-22273: Disabled tests while investigating buildbot...
2019-09-25 Vinay Sajipbpo-22273: Update ctypes to correctly handle arrays...
2019-09-25 Victor Stinnerbpo-38234: Cleanup getpath.c (GH-16367)
2019-09-25 Victor Stinnerbpo-38234: test_embed: test pyvenv.cfg and pybuilddir...
2019-09-24 Samuel Freilichbpo-36871: Avoid duplicated 'Actual:' in assertion...
2019-09-24 Samuel Freilichbpo-36871: Handle spec errors in assert_has_calls ...
2019-09-24 Victor Stinnerbpo-38234: Add tests for Python init path config (GH...
2019-09-24 Victor Stinnerbpo-37123: multiprocessing test_mymanager() accepts...
2019-09-24 Victor Stinnerbpo-38212: Increase MP test_queue_feeder_donot_stop_one...
2019-09-24 Lisa Roachbpo-38136: Updates await_count and call_count to be...
2019-09-22 Serhiy Storchakabpo-38209: Simplify dataclasses.InitVar by using __clas...
2019-09-22 Vinay SajipUpdated incorrect level-setting code to use setLevel...
2019-09-21 HongWeipengDoc: Fix spelling errors of 'initial' in enum.py (GH...
2019-09-21 Raymond HettingerMinor code and comment cleanup (GH-16315)
2019-09-21 Ammar Askarbpo-38237: Make pow's arguments have more descriptive...
2019-09-20 Victor Stinnerbpo-33694: Remove test_asyncio ProactorDatagramTranspor...
2019-09-20 Lisa Roachbpo-38093: Correctly returns AsyncMock for async subcla...
2019-09-20 Michael Selikbpo-34002: Minor efficiency and clarity improvements...
2019-09-19 Eddie Elizondobpo-38140: Make dict and weakref offsets opaque for...
2019-09-19 Victor Stinnerbpo-34037: test_asyncio uses shutdown_default_executor...
2019-09-19 Victor Stinnerbpo-37531: Skip test_regrtest.test_multiprocessing_time...
2019-09-19 t kbpo-38155: Add __all__ to datetime module (GH-16203)
next