]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2019-09-30  Victor Stinnerbpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16489)
2019-09-30  Victor Stinnerbpo-38304: Fix PyConfig usage in python_uwp.cpp (GH...
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-29  Brandt Bucherbpo-38310: Predict BUILD_MAP_UNPACK_WITH_CALL -> CALL_F...
2019-09-28  Pascal Chambonbpo-37408: Precise that Tarfile "format" argument only...
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-28  Victor Stinnerbpo-38304: Add PyConfig.struct_size (GH-16451)
2019-09-28  Jesús Ceabpo-38301: In Solaris family, we must be sure to use...
2019-09-27  Dong-hee Nabpo-38243, xmlrpc.server: Escape the server_title ...
2019-09-27  bariodFix typo in the "Porting to Python 3.8" section. (GH...
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  Ammar Askarbpo-38206: Clarify tp_dealloc requirements for heap...
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  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... bpo-38112: Compileall improvements (GH-16012)
2019-09-26  Benjamin Petersoncloses bpo-38174: Update vendored expat library to...
2019-09-26  Victor Stinnerbpo-38234: Fix test_embed.test_init_setpath_config...
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  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  Raymond Hettingerbpo-38255: super() can search attributes as well as...
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  Petr Viktorinbpo-38140: Document offsets in PyMemberDef (GH-16354)
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  Serhiy Storchakabpo-38219: Optimize dict creating and updating by a...
2019-09-25  Dong-hee Nabpo-38265: Update os.pread to accept the length type...
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-38234: Py_SetPath() uses the program full path...
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-24  Marc Hartmayercloses bpo-16637: libpython: construct integer object...
2019-09-24  Hai Shicloses bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW...
2019-09-23  Victor Stinnerbpo-38234: read_pth_file() now returns PyStatus (GH...
2019-09-23  Victor Stinnerbpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335)
2019-09-23  Victor Stinnerbpo-38236: Fix init_dump_ascii_wstr() (GH-16333)
2019-09-23  Victor Stinnerbpo-38236: Dump path config at first import error ...
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  Raymond HettingerShorter docstring (GH-16322)
2019-09-21  Kyle StanleyDoc: Add whatsnew entry for loop.shutdown_default_execu...
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-38234: Fix PyConfig_Read() when Py_SetPath() was...
2019-09-20  Kyle StanleyDoc: Remove provisional note for asyncio.run() (GH...
2019-09-20  Victor Stinnerbpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
2019-09-20  Victor Stinnerbpo-38205: Py_UNREACHABLE() calls Py_FatalError() ...
2019-09-20  Victor Stinnerbpo-33694: Remove test_asyncio ProactorDatagramTranspor...
2019-09-20  Orivej Deshbpo-6559: Update _posixsubprocess.fork_exec doc (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-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)
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  HongWeipengbpo-35696: Simplify long_compare() (GH-16146)
2019-09-18  Victor StinnerFix _PyTraceMalloc_Fini() definition (GH-16259)
2019-09-18  Victor Stinnerbpo-38203: faulthandler.dump_traceback_later() is alway...
next