]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-11-12  Mark Shannonbpo-42246: Partial implementation of PEP 626. (GH-23113)
2020-11-11  Andrew SvetlovFix memory leak introduced by GH-22780 (GH-23237)
2020-11-11  Victor Stinnerbpo-40170: Fix PyType_Ready() refleak on static type...
2020-11-11  Ammar Askarbpo-40932: Note security caveat of shlex.quote on Windo...
2020-11-11  Batuhan Taskayabpo-39411: pyclbr rewrite on AST (#18103)
2020-11-11  Victor Stinnerbpo-1635741: Fix typo in PyModule_AddObjectRef() doc...
2020-11-10  kjbpo-42294: Grammar fixes in doc glossary strong/weak...
2020-11-10  Diogo Dutrabpo-42140: Improve asyncio.wait function (GH-22938)
2020-11-10  Hai Shibpo-41073: PyType_GetSlot() can now accept static types...
2020-11-10  Victor Stinnerbpo-42260: Fix _PyConfig_Read() if compute_path_config...
2020-11-10  Vladimir Matveevbpo-42085: Introduce dedicated entry in PyAsyncMethods...
2020-11-10  Michal Čihařbpo-42014: shutil.rmtree: call onerror with correct...
2020-11-10  Joongi KimUpdate whatsnew for 3.10 release about addition of...
2020-11-10  Andrew Svetlovbpo-42183: Fix a stack overflow error for asyncio Task...
2020-11-10  Petr Viktorinbpo-42171: Add PEP573-related items to the limited...
2020-11-10  Ikko AshimineFix typo in test_array.py (GH-23189)
2020-11-10  Victor Stinnerbpo-42260: Compute the path config in the main init...
2020-11-10  Ikko AshimineFix typo in unicodeobject.c (GH-23180)
2020-11-09  jack1142bpo-36310: Allow pygettext.py to detect calls to gettex...
2020-11-09  Yash Shetebpo-41712: Avoid runaway regex match in upload scripts...
2020-11-09  Victor Stinnerbpo-42294: Add borrowed/strong reference to doc glossar...
2020-11-09  Tom Gringauzbpo-41543: contextlib.nullcontext can fill in for an...
2020-11-09  Ammar Askarbpo-40624: Add support for the XPath != operator in...
2020-11-09  kjbpo-42233: Add union type expression support for Generi...
2020-11-08  Ronald Oussorenbpo-41754: Ignore NotADirectoryError in invocation...
2020-11-08  Ronald Oussorenbpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
2020-11-08  Don KirkbyMinor wording change in concurrent.futures. (GH-23194)
2020-11-07  Erlend Egeberg... bpo-40077: Convert _queuemodule to use heap types ...
2020-11-07  Nick Coghlanbpo-42282: Fold constants inside named expressions...
2020-11-07  Julien Palardbpo-41028: Doc: Move switchers to docsbuild-scripts...
2020-11-07  Brett Cannonbpo-42133: update parts of the stdlib to fall back...
2020-11-06  Andre DelfinoRemove outdated reference to pywin32 from platform...
2020-11-06  Hai Shibpo-41832: PyType_FromModuleAndSpec() now accepts NULL...
2020-11-06  Raymond HettingerMinor grammar edits for the descriptor howto guide...
2020-11-06  Inada Naokibpo-42179: Doc/tutorial: Remove mention of __cause__...
2020-11-05  Zackery Spytzbpo-26389: Allow passing an exception object in the...
2020-11-05  Victor Stinnerbpo-42260: PyConfig_Read() only parses argv once (GH...
2020-11-05  Victor Stinnerbpo-42260: Add _PyConfig_FromDict() (GH-23167)
2020-11-05  vabr-gbpo-41877 Check for asert, aseert, assrt in mocks ...
2020-11-05  kj[docs] fix wrongly named AsyncContextDecorator (GH...
2020-11-05  Victor Stinnerbpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)
2020-11-05  Pablo Galindobpo-42266: Handle monkey-patching descriptors in LOAD_A...
2020-11-05  Kazantcev Andreybpo-40816 Add AsyncContextDecorator class (GH-20516)
2020-11-04  Victor Stinnerbpo-42260: Add _PyInterpreterState_SetConfig() (GH...
2020-11-04  serge-sans... Disable peg generator tests when building with PGO...
2020-11-04  Erlend Egeberg... bpo-1635741: _sqlite3 uses PyModule_AddObjectRef()...
2020-11-04  Mohamed Koubaabpo-1635741: Fix PyInit_pyexpat() error handling (GH...
2020-11-04  Victor Stinnerbpo-42260: Main init modify sys.flags in-place (GH...
2020-11-04  Victor Stinnerbpo-1635741: Fix ref leak in _PyWarnings_Init() error...
2020-11-04  Victor Stinnerbpo-1635741: _ast uses PyModule_AddObjectRef() (GH...
2020-11-04  Victor Stinnerbpo-1635741: _contextvars uses PyModule_AddType() ...
2020-11-04  Victor Stinnerbpo-42260: Reorganize PyConfig (GH-23149)
2020-11-04  Victor Stinnerbpo-1635741: Add PyModule_AddObjectRef() function ...
2020-11-04  Victor Stinnerbpo-42236: os.device_encoding() respects UTF-8 Mode...
2020-11-04  Mario Corcherobpo-42251: Add gettrace and getprofile to threading...
2020-11-03  Steve DowerEnable signing of nuget.org packages and update to...
2020-11-03  Matthew SuozzoFix incorrect links in ast docs (GH-23017)
2020-11-03  Petr ViktorinAdd _PyType_GetModuleByDef (GH-22835)
2020-11-03  Pablo GalindoPost 3.10.0a2
2020-11-03  Pablo GalindoMerge tag 'v3.10.0a2' into master
2020-11-03  Victor Stinnerbpo-41796: Call _PyAST_Fini() earlier to fix a leak...
2020-11-03  Serhiy Storchakabpo-42249: Fix writing binary Plist files larger than...
2020-11-03  Erlend Egeberg... bpo-40077: Convert mmap.mmap static type to a heap...
2020-11-03  Pablo GalindoPython 3.10.0a2 v3.10.0a2
2020-11-02  Jakub Kulíkbpo-35455: Fix thread_time for Solaris OS (GH-11118)
2020-11-02  Victor Stinnerbpo-26789: Fix logging.FileHandler._open() at exit...
2020-11-02  Victor Stinnerbpo-41796: Make _ast module state per interpreter ...
2020-11-02  Serhiy Storchakabpo-42103: Improve validation of Plist files. (GH-22882)
2020-11-02  Irit Katrielbpo-41943: Fix bug where assertLogs doesn't correctly...
2020-11-02  Jason R. CoombsRevert "bpo-37193: remove thread objects which finished...
2020-11-02  Victor Stinnerbpo-42236: Enhance init and encoding documentation...
2020-11-02  Lysandros Nikolaoubpo-42224: Fix test_format when locale does not expect...
2020-11-02  Julien Danjoubpo-41435: Add sys._current_exceptions() function ...
2020-11-02  Jakub Stasiakbpo-42230: Improve asyncio documentation regarding...
2020-11-02  Joongi Kimbpo-41229: Update docs for explicit aclose()-required...
2020-11-02  Raymond HettingerMinor formatting edits to the descriptor howto guide...
2020-11-02  Tal Einatbpo-40511: Stop unwanted flashing of IDLE calltips...
2020-11-02  Raymond HettingerAdd member objects to the descriptor howto guide (GH...
2020-11-01  MARUYAMA Norihirobpo-37193: remove thread objects which finished process...
2020-11-01  Victor Stinnerbpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET...
2020-11-01  Victor Stinnerbpo-42236: Enhance _locale._get_locale_encoding() ...
2020-11-01  kjbpo-42233: Correctly repr GenericAlias when used with...
2020-11-01  Raymond HettingerExpand and clarify the "Invoking Descriptors" section...
2020-11-01  Dong-hee Nabpo-37483: Add PyObject_CallOneArg() in the What's...
2020-11-01  Inada Naokitempfile: Use random.choises() instead of choise()...
2020-11-01  Ronald Oussorenbpo-29566: binhex.binhex now consitently writes MacOS...
2020-11-01  Alexey Izbyshevbpo-42146: Unify cleanup in subprocess_fork_exec()...
2020-10-31  kjbpo-42198: New section in stdtypes for type annotation...
2020-10-31  Lysandros Nikolaoubpo-42218: Correctly handle errors in left-recursive...
2020-10-31  kjbpo-42198: Improve consistency of Union docs (GH-23029)
2020-10-31  Erlend Egeberg... bpo-40956: Convert _sqlite3 module level functions...
2020-10-31  kjbpo-42198: Document __new__ for types.GenericAlias...
2020-10-31  Inada NaokiRevert "bpo-42160: tempfile: Reduce overhead of pid...
2020-10-31  Victor Stinnerbpo-42208: Add _locale._get_locale_encoding() (GH-23052)
2020-10-31  Victor Stinnerbpo-42208: Add _Py_GetLocaleEncoding() (GH-23050)
2020-10-30  Pablo Galindobpo-42214: Fix check for NOTEQUAL token in the PEG...
2020-10-30  Victor StinnerGitHub Action: Add gdb to posix dependencies (GH-23043)
2020-10-30  Victor Stinnerbpo-42208: Call GC collect earlier in PyInterpreterStat...
2020-10-30  Eric Snowbpo-36876: Small adjustments to the C-analyzer tool...
2020-10-30  Victor Stinnerbpo-42208: Fix test_gdb for gc_collect_main() name...
next