]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-11-16  Raymond HettingerMore updates to the descriptor howto guide (GH-23238)
2020-11-16  Dominik1123bpo-42317: Improve docs of typing.get_args concerning...
2020-11-15  Serhiy Storchakabpo-42318: Fix support of non-BMP characters in Tkinter...
2020-11-14  Ronald Oussorenbpo-42351: Avoid error when opening header with non...
2020-11-14  Hai Shibpo-41832: Restore note about NULL in PyType_Slot.pfunc...
2020-11-14  Thomas Graingerfix typo in ThreadedChildWatcher docs (GH-23277)
2020-11-13  Brett Cannonbpo-42131: Add PEP 451-related methods to zipimport...
2020-11-13  Steve Dowerbpo-40754: Adds _testinternalcapi to Windows installer...
2020-11-13  Christian Heimesbpo-41001: Add os.eventfd() (#20930)
2020-11-13  Jürgen Gmachbpo-42344: Improve pseudo implementation for SimpleName...
2020-11-13  Christian Heimesbpo-40968: Send http/1.1 ALPN extension (#20959)
2020-11-13  Dong-hee Nabpo-42042: Use ids attribute instead of names attribute...
2020-11-13  Victor Stinnerbpo-41617: Add _Py__has_builtin() macro (GH-23260)
2020-11-13  Victor Stinnerbpo-42296: On Windows, fix CTRL+C regression (GH-23257)
2020-11-13  Victor Stinnerbpo-38823: Fix compiler warning in _ctypes on Windows...
2020-11-13  Mark Shannonbpo-42246: Fix memory leak in compiler (GH-23256)
2020-11-12  Mark Shannonbpo-42246: Eliminate jumps to exit blocks by copying...
2020-11-12  Mario Corcherobpo-42308: Add threading.__excepthook__ (GH-23218)
2020-11-12  Victor Stinnerbpo-38823: Always build _ctypes with wchar_t (GH-23248)
2020-11-12  Victor Stinnerbpo-42260: Initialize time and warnings earlier at...
2020-11-12  Victor Stinnerbpo-38823: Fix refleaks in _ctypes extension init ...
2020-11-12  Mark ShannonBump magic number. (GH-23245)
2020-11-12  Jakub Stasiakbpo-42237: Fix os.sendfile() on illumos (GH-23154)
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...
next