]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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)
2022-11-18  Alexander RyabovDoc: Fix broken link to emscripten networking website...
2022-11-18  Irit Katrielgh-99553: fix bug where an ExceptionGroup subclass...
2022-11-18  Steve Dowergh-99442: Fix handling in py.exe launcher when argv...
2022-11-18  Guido van RossumGH-98831: Refactor and fix cases generator (#99526)
2022-11-17  Brandt BucherGH-99298: Clean up attribute specializations (GH-99398)
2022-11-17  Brandt BucherGH-98686: Get rid of BINARY_OP_GENERIC and COMPARE_OP_G...
2022-11-17  Brandt BucherAdd a macro for "inlining" new frames (GH-99490)
2022-11-17  Adorilson BezerraMisc copyedits in docs on built-in types (GH-24466)
2022-11-17  Erlend E. Aaslandgh-93649: Split float/long tests from _testcapimodule...
2022-11-17  Steve Dowergh-99377: Revert audit events for thread state creation...
2022-11-16  Hood Chathamgh-99443: `descr_set_trampoline_call` return type shoul...
2022-11-16  Brandt BucherRemove old comment (GH-99489)
2022-11-16  Steve Dowergh-99370: Prefer LIBDIR from sysconfig when locating...
2022-11-16  Erlend E. Aaslandgh-93649: Split watcher API tests from _testcapimodule...
2022-11-16  Eric Snowgh-81057: Move the global Dict-Related Versions to...
2022-11-16  Victor Stinnergh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
2022-11-16  Steve Dowergh-99377: Add audit events for thread creation and...
2022-11-16  Eric Snowgh-81057: Move contextvars-related Globals to _PyRuntim...
2022-11-16  Eric Snowgh-81057: Move More Globals in Core Code to _PyRuntimeS...
2022-11-16  Nikita Sobolevgh-99518: Fix escape symbol in `test_enum` (#99519)
2022-11-16  Erlend E. Aaslandgh-93649: Split memory and docstring tests from _testca...
2022-11-16  Christian Heimesgh-96269: static and shared ext need different deps...
2022-11-16  Victor Stinnergh-99300: Replace Py_INCREF() with Py_NewRef() (#99513)
2022-11-16  zhangbogh-98940: Fix Mac/Extras.install.py File filter bug...
2022-11-16  Guido van RossumGH-98831: Implement basic cache effects (#99313)
2022-11-16  Ben KuhnUpdate Windows readme.txt to clarify Visual Studio...
2022-11-15  Hood Chathamgh-99460 Emscripten trampolines on optimized METH_O...
2022-11-15  Ethan Furmangh-92647: [Enum] use final status to determine lookup...
2022-11-15  Eric Snowgh-81057: Move Globals in Core Code to _PyRuntimeState...
2022-11-15  Thomas WoutersMerge the 3.12.0a2 release into main.
2022-11-15  Thomas WoutersPost 3.12.0a2
2022-11-15  Victor Stinnergh-99300: Use Py_NewRef() in Python/Python-ast.c (...
2022-11-15  Erlend E. Aaslandgh-93649: Split pytime and datetime tests from _testcap...
2022-11-15  Kai Zhanggh-99370: fix test_zippath_from_non_installed_posix...
2022-11-15  Kumar AdityaGH-99205: remove `_static` field from `PyThreadState...
2022-11-14  Eric Snowgh-81057: Move the Remaining Import State Globals to...
2022-11-14  Steve Dowergh-87604: Avoid publishing list of active per-interpret...
2022-11-14  Erlend E. Aaslandgh-93649: Split getargs tests from _testcapimodule...
2022-11-14  Eric Snowgh-81057: Move Global Variables Holding Objects to...
2022-11-14  Kumar AdityaGH-98219: reduce sleep time in `asyncio` subprocess...
2022-11-14  Kumar AdityaGH-99388: add `loop_factory` parameter to `asyncio...
2022-11-14  Victor Stinnergh-99300: Use Py_NewRef() in PC/ directory (#99479)
2022-11-14  Victor Stinnergh-99300: Use Py_NewRef() in Doc/ directory (#99480)
2022-11-14  Victor Stinnergh-99300: Use Py_NewRef() in Modules/ directory (#99473)
next