]> granicus.if.org Git - python/shortlog
python
2019-10-10 Pablo GalindoRemove AppVeyor badge now that we don't use it in the...
2019-10-10 Victor Stinnerbpo-38282: Rewrite getsockaddrarg() helper function...
2019-10-10 Dong-hee NaRe-enable the OverflowError test for test_truediv on...
2019-10-10 Victor Stinnerbpo-38353: Fix typos in calculate_argv0_path_framework...
2019-10-10 M. Eric Irrgangbpo-32996: Documentation fix-up. (GH-16646)
2019-10-10 Dong-hee Nabpo-38425: Fix ‘res’ may be used uninitialized warning...
2019-10-10 Ronan Lamybpo-38109: Add missing constants to Lib/stat.py (GH...
2019-10-10 Victor Stinnerbpo-38392: Only declare visit_validate() if Py_DEBUG...
2019-10-09 Zachary Warebpo-38409: Fix grammar in str.strip() docstring (GH...
2019-10-09 Tim Petersbpo-38379: don't claim objects are collected when...
2019-10-09 Hansraj DasTypo fix: "empy" should be "empty". (GH-16666)
2019-10-09 Antonio Gutierrezcloses bpo-36161: Use thread-safe ttyname_r instead...
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 Victor Stinnerbpo-38118: Ignore Valgrind false alarm in PyUnicode_Dec...
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 Serhiy Storchakabpo-33714: Output an exception raised in module's m_cle...
2019-10-08 Hansraj DasFix typo in _warnings.warn_explicit() docstring (GH...
2019-10-08 Antonio Gutierrezcloses bpo-38402: Check error of primitive crypt/crypt_...
2019-10-08 Victor Stinnerbpo-38070: Enhance visit_decref() debug trace (GH-16631)
2019-10-07 Pablo Galindobpo-38400 Don't check for NULL linked list pointers...
2019-10-07 Victor Stinnerbpo-38392: PyObject_GC_Track() validates object in...
2019-10-07 Victor Stinnerbpo-36389: Add newline to _PyObject_AssertFailed()...
2019-10-07 James Abelbpo-38344: Fix syntax in activate.bat (GH-16533)
2019-10-07 Ricardo Bánffybpo-38294: Add list of no-longer-escaped chars to re...
2019-10-07 Victor Stinnerbpo-36389: Fix _PyBytesWriter in release mode (GH-16624)
2019-10-07 Victor Stinnerbpo-36389: _PyObject_CheckConsistency() available in...
2019-10-07 Ben Harperbpo-36356: Fix memory leak in _asynciomodule.c (GH...
2019-10-07 Xiang ZhangFix a compile warning in selectmodule.c. (GH-16617)
2019-10-07 Krishna Ozabpo-38391: Fixing a typo for Py_DECREF (GH-16616)
2019-10-07 Victor Stinnerbpo-38353: Simplify calculate_pybuilddir() (GH-16614)
2019-10-07 Victor Stinnerbpo-38210: Fix compiler warning in dictobject.c (GH...
2019-10-07 Hai ShiFix a compile warning in dictobject.c (GH-16610)
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-06 Hai Shibpo-38383: Fix possible integer overflow in startswith...
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 Victor Stinnerbpo-38353: getpath.c: allocates strings on the heap...
2019-10-04 Victor Stinnerbpo-38353: getpath.c uses dynamically allocated strings...
2019-10-04 Joannah Nanjekyebpo-38266: Revert bpo-37878: Make PyThreadState_DeleteC...
2019-10-04 Serhiy Storchakabpo-13153: Use OS native encoding for converting betwee...
2019-10-04 Vinay SajipUpdated CODEOWNERS to indicate ownership of some module...
2019-10-04 Ashley Whetterbpo-38235: Correct some arguments names in logging...
2019-10-04 Victor Stinnerbpo-38353: Rework ismodule() in getpath.c (GH-16574)
2019-10-04 Victor Stinnerbpo-38353: Add subfunctions to getpath.c (GH-16572)
2019-10-04 Victor Stinnerbpo-38353: Fix compiler warning in internal headers...
2019-10-03 Victor Stinnerbpo-38353: Fix compiler warning in pycore_initconfig...
2019-10-03 Victor Stinnerbpo-38353: Fix calculate_argv0_path() for symlinks...
2019-10-03 idomicbpo-34344 Fix AbstractEventLoopPolicy.get_event_loop...
2019-10-03 Steve Dowerbpo-38359: Ensures pyw.exe launcher reads correct regis...
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-38353: Cleanup includes in the internal C API ...
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 Steve Dowerbpo-38343: Fixes version handling for nuget packages...
2019-10-01 Victor Stinnerbpo-37802: Fix a compiler warning in longobject.c ...
2019-10-01 Victor Stinnerbpo-37474: Don't call fedisableexcept() on FreeBSD...
2019-10-01 Victor Stinnerbpo-38321: Fix compiler warning in _randommodule.c...
2019-10-01 Victor Stinnerbpo-36670: Multiple regrtest bugfixes (GH-16511)
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 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 Victor Stinnerbpo-38321: Fix _testcapimodule.c warning (GH-16494)
2019-09-30 Neil SchemenauerClear weakrefs in garbage found by the GC (#16495)
2019-09-30 Victor Stinnerbpo-38321: Fix PyCStructUnionType_update_stgdict()...
2019-09-30 Victor Stinnerbpo-38321: Fix _asynciomodule.c compiler warning (GH...
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...
next