]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-07-06  Matthias Bussonnierbpo-41218: Only mark async code with CO_COROUTINE....
2020-07-06  Julien Palardbpo-40742: Doc: fix parallel build. (GH-21237)
2020-07-06  Pablo Galindobpo-41215: Don't use NULL by default in the PEG parser...
2020-07-06  Steve Dowerbpo-29778: Ensure python3.dll is loaded from correct...
2020-07-06  Hai Shibpo-40275: Use new test.support helper submodules in...
2020-07-06  Dong-hee Nabpo-37207: Update whatsnews for 3.9 (GH-21337)
2020-07-06  Hai Shibpo-40275: Use new test.support helper submodules in...
2020-07-06  Hai Shibpo-40275: Use new test.support helper submodules in...
2020-07-06  Inada Naokibpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309)
2020-07-06  Joannah Nanjekyebpo-28681: Clarify multiple function names in the tutor...
2020-07-06  Joannah Nanjekyebpo-26205: Specify the number of nested scopes (GH...
2020-07-05  Pablo Galindobpo-29727: Register array.array as a MutableSequence...
2020-07-05  Serhiy Storchakabpo-36346: Undeprecate private function _PyUnicode_AsUn...
2020-07-05  Zackery Spytzbpo-39168: Remove the __new__ method of typing.Generic...
2020-07-05  Inada Naokibpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)
2020-07-05  Inada NaokiUncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)
2020-07-04  Victor Stinnerbpo-41204: Fix compiler warning in ast_type_init()...
2020-07-04  Zackery Spytzbpo-33864: Clarify the docs for typing.ByteString ...
2020-07-03  Kongebpo-41162: Clear audit hooks later during finalization...
2020-07-03  tkmikanbpo-41180: Audit code.__new__ when unmarshalling (GH...
2020-07-03  Victor Stinnerbpo-41194: Convert _ast extension to PEP 489 (GH-21293)
2020-07-03  Dong-hee Nabpo-1635741: Port faulthandler module to multiphase...
2020-07-03  Victor Stinnerbpo-1635741: Fix unicode_dealloc() for mortal interned...
2020-07-03  Victor Stinnerbpo-41194: The _ast module cannot be loaded more than...
2020-07-03  Victor Stinnerbpo-41194: Pass module state in Python-ast.c (GH-21284)
2020-07-03  Mohamed Koubaabpo-1635741: Port sha256 module to multiphase init...
2020-07-03  scoderbpo-39960: Allow heap types in the "Carlo Verre" hack...
2020-07-02  Pablo GalindoRemove extraneous file from the Docs folder (GH-21286)
2020-07-02  Victor Stinnerbpo-41193: Ignore OSError in readline write_history...
2020-07-02  Rémi Lapeyrebpo-40967: Remove deprecated asyncio.Task.current_task...
2020-07-01  Victor Stinnerbpo-1635741: Release Unicode interned strings at exit...
2020-07-01  Victor Stinnerbpo-40521: Cleanup finalize_interp_types() (GH-21265)
2020-07-01  Kit Choibpo-39385: Add an assertNoLogs context manager to unitt...
2020-07-01  Serhiy Storchakabpo-41187: Convert the _msi module to Argument Clinic...
2020-07-01  Lysandros NikolaouAdd lysnikolaou to CODEOWNERS for the new parser (GH...
2020-07-01  tomervDoc: Minor fix to init config C API documentation ...
2020-06-30  Stefan Krahbpo-41161 Add news entry for libmpdec-2.5.0 (GH-21243)
2020-06-30  Rémi Lapeyrebpo-39314: Closes parenthesis when autocompleting for...
2020-06-30  Hai Shibpo-40275: Use new test.support helper submodules in...
2020-06-30  Hai Shibpo-40275: Use new test.support helper submodules in...
2020-06-30  E-PaineUpdate FAQ release schedule and estimated users (GH...
2020-06-30  Lawrence D... bpo-41100: fix _decimal for arm64 Mac OS (GH-21228)
2020-06-30  Serhiy Storchakabpo-41142: Add support of non-ASCII paths for CAB files...
2020-06-30  Serhiy Storchakabpo-41158: IDLE: rewrite the code for handling file...
2020-06-30  Inada Naokibpo-36346: Raise DeprecationWarning when creating legac...
2020-06-30  Serhiy Storchakabpo-36346: Prepare for removing the legacy Unicode...
2020-06-30  Inada Naokibpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
2020-06-30  Serhiy Storchakabpo-41152: IDLE: always use UTF-8 for standard IO strea...
2020-06-29  Victor Stinnerbpo-23427: Add sys.orig_argv attribute (GH-20729)
2020-06-29  Jason R. Coombsbpo-40924: Ensure importlib.resources.path returns...
2020-06-29  Serhiy Storchakabpo-37999: Simplify the conversion code for %c, %d...
2020-06-29  Jeong UkjaeFix typo in Object/listobject.c (GH-21079)
2020-06-29  Ravi Teja Pbpo-41004: Resolve hash collisions for IPv4Interface...
2020-06-29  Stefan KrahUpdate libmpdec license dates (GH-21216)
2020-06-29  Srinivas Reddy... bpo-41048: mimetypes should read the rule file using...
2020-06-29  Inada Naokibpo-41123: Remove PyLong_FromUnicode() (GH-21204)
2020-06-29  Inada Naokibpo-41123: Remove PyUnicode_GetMax() (GH-21192)
2020-06-28  Stefan Krahbpo-40874 Update the required libmpdec version for...
2020-06-28  Serhiy Storchakabpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)
2020-06-28  Zackery Spytzbpo-31082: Use "iterable" in the docstring for functool...
2020-06-28  E-Painebpo-41144: Fix IDLE open module error (#21182)
2020-06-28  Batuhan Taskayabpo-38870: Extend subject of ast.unparse warnings ...
2020-06-28  Pablo Galindobpo-39151: Simplify DFS in the assembler (GH-17733)
2020-06-28  Guido van Rossumbpo-35975: Only use cf_feature_version if PyCF_ONLY_AST...
2020-06-27  Lysandros Nikolaoubpo-41076: Pre-feed the parser with the f-string expres...
2020-06-27  Pablo GalindoAdd soft keywords to the documentation (GH-21185)
2020-06-27  Batuhan Taskayabpo-40769: Allow extra surrounding parentheses for...
2020-06-27  Lysandros Nikolaoubpo-41132: Use pymalloc allocator in the f-string parse...
2020-06-27  Christian HeimesRemove dead code from tracemalloc (GH-21029)
2020-06-27  Inada Naokibpo-41123: Remove Py_UNICODE_str* functions (GH-21164)
2020-06-27  Ned Deilybpo-41100: clarify NEWS item about macOS 11 support...
2020-06-26  Lysandros Nikolaoubpo-41084: Adjust message when an f-string expression...
2020-06-26  Raymond HettingerImprove code organization for the random module (GH...
2020-06-25  Lysandros Nikolaoubpo-41119: Output correct error message for list/tuple...
2020-06-25  Inada Naokibpo-41103: Remove old buffer protocol support (#21117)
2020-06-25  Ram RachumFix typo in functions.rst (GH-21131)
2020-06-25  Hai Shibpo-40275: Use new test.support helper submodules in...
2020-06-25  Serhiy Storchakabpo-41069: Make TESTFN and the CWD for tests containing...
2020-06-25  Ronald OussorenBPO-41100: Support macOS 11 when building (GH-21113)
2020-06-25  Ned Deilybpo-40939: run autoreconf to fix configure{,.ac} dispar...
2020-06-25  Hai Shibpo-40275: Use new test.support helper submodules in...
2020-06-25  Victor Stinnerbpo-40521: Optimize PyBytes_FromStringAndSize(str,...
2020-06-25  Serhiy Storchakabpo-41113: Fix test_warnings on non-Western locales...
2020-06-25  Serhiy Storchakabpo-41112: Fix test_peg_generator on non-UTF-8 locales...
2020-06-25  Ned Deilybpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefil...
2020-06-25  Serhiy Storchakabpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136)
2020-06-25  Hai Shibpo-40275: Use new test.support helper submodules in...
2020-06-25  Rick Heilbpo-39580: add check for CLI installation on macOS...
2020-06-25  Ned DeilyForward port macOS installer updates from 3.7/3.8/3...
2020-06-25  Serhiy Storchakabpo-41074: Fix support of non-ASCII names and SQL in...
2020-06-25  Bruce Merrybpo-41002: Optimize HTTPResponse.read with a given...
2020-06-24  Arisaka97bpo-40773: Fix rendering for 'retval' on the pdb page...
2020-06-24  Serhiy Storchakabpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119)
2020-06-24  Nikita Nemkinbpo-41038: Fix non-ASCII string corruption in Win32...
2020-06-24  Victor Stinnerbpo-40521: Always create the empty tuple singleton...
2020-06-24  Jürgen GmachFix typo in dataclasses module (GH-21109)
2020-06-24  Serhiy Storchakabpo-41094: Fix decoding errors with audit when open...
2020-06-24  Gareth Reesbpo-40707: Document that Popen.communicate sets the...
2020-06-24  Victor Stinnerbpo-40521: Fix _PyContext_Fini() (GH-21103)
2020-06-24  Victor Stinnerbpo-40521: Make Unicode latin1 singletons per interpret...
next