]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2022-11-29  Serhiy Storchakagh-99344, gh-99379, gh-99382: Fix issues in substitutio...
2022-11-28  cemyscegh-99811: Use correct variable to search for time in...
2022-11-28  Matthew Hughes`fnmatch` docs: link to `fnmatch.filter()`, not `builti...
2022-11-28  Victor StinnerUse _Py_RVALUE() in macros (#99844)
2022-11-28  David Miguel... Grammatical improvements for ctypes 'winmode' documenta...
2022-11-28  Victor Stinnergh-89653: PEP 670: Convert macros to functions (#99843)
2022-11-28  Zackery Spytzbpo-31718: Fix io.IncrementalNewlineDecoder SystemError...
2022-11-28  Georg Brandlbpo-41825: restructure docs for the os.wait*() family...
2022-11-28  Petr Viktoringh-99249: Clarify "read-only" slots tp_bases & tp_mro...
2022-11-28  Furkan Ondergh-51524: Fix bug when calling trace.CoverageResults...
2022-11-27  Erlend E. AaslandDocs: both sqlite3 "point examples" now adapt to str...
2022-11-27  Sam Ezehgh-91340: Document multiprocessing.set_start_method...
2022-11-27  Hugo van KemenadeDocs: Move .PHONY to each section to avoid copy/paste...
2022-11-27  Nikita Sobolevgh-99677: Deduplicate self-type in `mro` in `inspect...
2022-11-27  Anthony Sottilegh-99815: remove unused 'invalid' sentinel value and...
2022-11-27  Ronald OussorenGH-87235: Make sure "python /dev/fd/9 9</path/to/script...
2022-11-27  Yonatan GoldschmidtRemove unused local variables in inspect.py (#24218)
2022-11-27  Brad Wolfegh-85988: Change documentation for sys.float_info.round...
2022-11-27  George Zhangdoc: Remove backslashes in doctest grammar docs (#29346)
2022-11-27  Zackery Spytzbpo-43327: Fix the docs for PyImport_ImportFrozenModule...
2022-11-27  Kumar AdityaGH-66285: fix forking in asyncio (#99769)
2022-11-26  Nick Drozdbpo-45975: Simplify some while-loops with walrus operat...
2022-11-26  Ivan Savovgh-89682: [doc] reword docstring of __contains__ to...
2022-11-26  Jason R. Coombsgh-88330: Add more detail about what is a resource...
2022-11-26  Jason R. Coombsgh-98108: Add limited pickleability to zipfile.Path...
2022-11-26  busywhitespacegh-99795: Fix typo in importlib.resources.abc (GH-99796)
2022-11-26  Jason R. CoombsFix zipfile packaging after GH-98103 (GH-99797)
2022-11-26  Sam Ezehgh-91078: Return None from TarFile.next when the tarfil...
2022-11-26  Jason R. Coombsgh-98098: Create packages from zipfile and test_zipfile...
2022-11-26  Jason R. Coombsgh-97966: Restore prior expectation that uname_result...
2022-11-26  Sam Jamesgh-99086: Fix -Wstrict-prototypes, -Wimplicit-function...
2022-11-26  Nikita Sobolevgh-99502: mention bytes-like objects as input in `secre...
2022-11-26  TheShermanTankerGH-95896: posixmodule.c: fix osdefs.h inclusion to...
2022-11-26  Terry Jan ReedyFix typo in `__match_args__` doc (#99785)
2022-11-25  Victor Stinnergh-98724: Fix warnings on Py_SETREF() usage (#99781)
2022-11-25  Barney Galegh-99029: Fix handling of `PureWindowsPath('C:\<blah...
2022-11-25  Stanleygh-64019: Have attribute table in `inspect` docs link...
2022-11-25  Gary DonovanFix typo on inline comment for email.generator (GH...
2022-11-25  Zackery Spytzbpo-40882: Fix a memory leak in SharedMemory on Windows...
2022-11-25  Erlend E. Aaslandgh-96168: Add sqlite3 row factory how-to (#99507)
2022-11-25  Zackery Spytzbpo-38031: Fix a possible assertion failure in _io...
2022-11-25  Zackery Spytzbpo-41260: C impl of datetime.date.strftime() takes...
2022-11-24  Victor StinnerRevert "gh-98724: Fix Py_CLEAR() macro side effects...
2022-11-24  colorfulapplgh-64490: Fix bugs in argument clinic varargs processin...
2022-11-24  Kumar AdityaGH-66285: Revert "fix forking in asyncio" (#99756)
2022-11-24  Zachary WareFix rendering of audioop license in Doc/license.rst...
2022-11-24  Kumar AdityaGH-66285: skip asyncio fork tests for platforms without...
2022-11-24  Guido van RossumGH-79033: Fix asyncio.Server.wait_closed() (#98582)
2022-11-24  colorfulapplgh-99240: Fix double-free bug in Argument Clinic str_co...
2022-11-24  colorfulapplgh-64490: Fix refcount error when arguments are packed...
2022-11-24  Irit Katrielgh-99708: fix bug where compiler crashes on if expressi...
2022-11-24  zhanpongh-94808: [coverage] Add an asynchronous generator...
2022-11-24  SQLPATCHgh-98872: Fix a possible resource leak in Python 3...
2022-11-24  David Hewittgh-99706: unicodeobject: Fix padding in `PyASCIIObject...
2022-11-24  Kumar Adityaadd Kumar Aditya as `asyncio` codeowner (GH-99744)
2022-11-24  Kumar AdityaGH-66285: fix forking in `asyncio` (#99539)
2022-11-24  Illia Volochiigh-96828: Add an `ssl.OP_ENABLE_KTLS` option (GH-96830)
2022-11-23  Nikita Sobolevcloses gh-99508: fix `TypeError` in `Lib/importlib...
2022-11-23  Hugo van KemenadeUpload NEWS file as artifact (#30419)
2022-11-23  Steve DowerUse faster APIs to calculate paths at startup for Store...
2022-11-23  Victor Stinnergh-79315: Add Include/cpython/memoryobject.h header...
2022-11-23  Victor Stinnergh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
2022-11-23  Irit Katrielgh-99619: fix error in documentation of ExceptionGroup...
2022-11-23  Ronald OussorenGH-95283: Add note about compilers in Mac/README.txt...
2022-11-23  Guido van RossumGH-98831: Add `macro` and `op` and their implementation...
2022-11-22  Victor Stinnergh-99300: Replace Py_INCREF() with Py_NewRef() in _elem...
2022-11-22  ram vikram... gh-99650 : Updated argparse docs (GH-99653)
2022-11-22  Skip Montanarogh-88226: Emit TARGET labels in Python/ceval.c when...
2022-11-22  Skip Montanarogh-99146 struct module documentation should have more...
2022-11-22  Steve DowerUpdate Visual Studio solution to build all extension...
2022-11-22  Charles Machalowgh-99547: Add isjunction methods for checking if a...
2022-11-22  Serhiy Storchakagh-99645: Fix a bug in handling class cleanups in unitt...
2022-11-22  Petr Viktoringh-93937: Document PyFrame_Check and PyFrame_Type ...
2022-11-22  Dong Uk, Kanggh-88863: Clear ref cycles to resolve leak when asyncio...
2022-11-22  Victor Stinnergh-99537: Use Py_CLEAR() function in C code (#99686)
2022-11-22  Victor Stinnergh-99537: Use Py_SETREF() function in C code (#99656)
2022-11-22  Victor Stinnergh-99537: Use Py_SETREF() function in C code (#99657)
2022-11-22  mpagegh-91053: Add an optional callback that is invoked...
2022-11-22  Victor Stinnergh-99537: Use Py_SETREF() function in longobject C...
2022-11-22  Batuhan Taskayagh-99341: Cover type ignore nodes when incrementing...
2022-11-22  Ronald OussorenGH-92892: Add section about variadic functions to ctype...
2022-11-22  Ronald OussorenGH-97001: Release GIL in termios extension (#99503)
2022-11-22  Petr Viktoringh-47146: Soft-deprecate structmember.h, expose its...
2022-11-22  GabrielAnguitagh-99662: fix typo in typing.TypeVarTuple docs (#99672)
2022-11-21  Łukasz Langagh-99659: Use correct exceptions in sqlite3 bigmem...
2022-11-21  Steve Dowergh-98629: Fixes sys._git and sys.version creation on...
2022-11-21  colorfulapplgh-96002: Add functional test for Argument Clinic ...
2022-11-21  Serhiy StorchakaAdd more details in test_unittest (GH-99626)
2022-11-21  Victor Stinnergh-99578: Fix refleak in _imp.create_builtin() (#99642)
2022-11-21  Ronald OussorenGH-95815: Document less specific error for os.remove...
2022-11-21  Ronald Oussorengh-99337: Fix compile errors with gcc 12 on macOS ...
2022-11-20  Lysandros Nikolaough-90994: Improve error messages upon call arguments...
2022-11-20  Pablo Galindo... gh-99581: Fix a buffer overflow in the tokenizer when...
2022-11-20  Gregory P.... gh-61460: Add a comment describing the multiprocessing...
2022-11-20  Lysandros Nikolaough-99211: Point to except/except* on syntax errors...
2022-11-19  Filipe Laínsgh-99201: fix IndexError when initializing sysconfig...
2022-11-19  Julien PalardDoc: Make functions.html readable again. (GH-99476)
2022-11-19  Nikita Sobolev gh-99284: [ctypes] remove `_use_broken_old_ctypes_stru...
2022-11-18  Stanleygh-85073: Add some missing links to source (GH-99363)
2022-11-18  Rafael FontenelleDoc: Replace question mark with fullstop (#99558)
next