]> git.ipfire.org Git - thirdparty/Python/cpython.git/history - PC
GH-113710: Fix updating of dict version tag and add watched dict stats (GH-115221)
[thirdparty/Python/cpython.git] / PC /
2024-02-02  Sam Grossgh-114329: Add `PyList_GetItemRef` function (GH-114504)
2024-01-30  Pablo Galindo Salgadogh-113744: Add a new IncompleteInputError exception...
2024-01-25  Vincent Cunninghamgh-100107: Make py.exe launcher ignore app aliases...
2024-01-17  Steve Dowergh-112984 Update Windows build and installer for free...
2024-01-16  solya0xUpdate copyright years to 2024. (GH-113608)
2024-01-11  Zackery Spytzgh-81489: Use Unicode APIs for mmap tagname on Windows...
2023-12-13  Steve Dowergh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED...
2023-12-12  Eric Snowgh-76785: More Fixes for test.support.interpreters...
2023-12-08  AN Longgh-112278: In _wmi, treat initialization timeout separa...
2023-12-07  AN Longgh-112278: Disable WMI queries on Windows after they...
2023-12-01  Yang HauFix typos in variable names, function names, and commen...
2023-11-20  Hugo van Kemenadegh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` ...
2023-11-07  Victor Stinnergh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
2023-11-03  Victor Stinnergh-111506: Implement Py_SET_REFCNT() as opaque function...
2023-11-01  Victor Stinnergh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was...
2023-10-31  Dino Viehlandgh-90815: Exclude mimalloc .c files from Windows build...
2023-10-30  Sam Grossgh-110481: Implement biased reference counting (gh...
2023-10-20  Victor Stinnergh-111089: Add PyUnicode_AsUTF8() to the limited C...
2023-10-17  Victor Stinnergh-85283: Add PySys_Audit() to the limited C API (...
2023-10-17  Victor Stinnergh-85283: Build winsound extension with limited C API...
2023-10-17  Victor Stinnergh-110964: Remove private _PyArg functions (#110966)
2023-10-17  Victor Stinnergh-85283: Add PyMem_RawMalloc() to the limited C API...
2023-10-11  Serhiy Storchakagh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUni...
2023-10-07  Victor Stinnergh-110397: Add Py_IsFinalizing() to the stable ABI...
2023-10-05  AN Longgh-110147: test_msvcrt: run console I/O tests in new...
2023-10-04  Sam Grossgh-88402: Add new sysconfig variables on Windows (GH... 110252/head
2023-10-02  Victor Stinnergh-110014: Remove PY_TIMEOUT_MAX from limited C API...
2023-10-02  Steve Dowergh-83180: Made launcher treat shebang 'python' tags...
2023-09-30  Victor Stinnergh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES...
2023-09-22  AN Longgh-108996: fix and enable test_msvcrt (#109226)
2023-09-21  AN Longgh-74481: Add missing debug function docs and constants...
2023-09-17  Serhiy Storchakagh-108511: Add C API functions which do not silently...
2023-09-12  AN Longgh-109266: Fix msvcrt.kbhit's documented return value...
2023-09-03  Serhiy Storchakagh-108494: Argument Clinic: inline parsing code for...
2023-08-31  Victor Stinnergh-107603: Argument Clinic: Only include pycore_gc...
2023-08-29  Serhiy Storchakagh-108635: Make parameters of some implementations...
2023-08-28  Serhiy Storchakagh-108494: Argument Clinic: fix support of Limited...
2023-08-26  Victor Stinnergh-106320: Remove private _PyLong converter functions...
2023-08-24  Victor Stinnergh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
2023-08-24  Victor Stinnergh-108444: Add PyLong_AsInt() public function (#108445)
2023-07-25  Victor Stinnergh-106869: Use new PyMemberDef constant names (#106871)
2023-07-21  Victor Stinnergh-106004: Add PyDict_GetItemRef() function (#106005)
2023-07-18  Serhiy Storchakagh-86493: Use PyModule_Add() instead of PyModule_AddObj...
2023-07-18  Serhiy Storchakabpo-42327: C API: Add PyModule_Add() function (GH-23443)
2023-07-11  Serhiy Storchakagh-106307: C API: Add PyMapping_GetOptionalItem() funct...
2023-07-11  Serhiy Storchakagh-106521: Add PyObject_GetOptionalAttr() function...
2023-07-11  Victor Stinnergh-106572: Convert PyObject_DelAttr() to a function...
2023-07-02  Inada Naokigh-104922: remove PY_SSIZE_T_CLEAN (#106315)
2023-06-29  hmsgh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
2023-06-21  Victor Stinnergh-105927: Add PyWeakref_GetRef() function (#105932)
2023-06-20  Victor Stinnergh-105922: Add PyImport_AddModuleRef() function (#105923)
2023-06-06  Victor Stinnergh-102304: Fix Py_INCREF() stable ABI in debug mode...
2023-06-06  Victor Stinnergh-102304: doc: Add links to Stable ABI and Limited...
2023-06-01  Victor Stinnergh-92536: Argument Clinic no longer emits PyUnicode_REA...
2023-05-31  Victor Stinnergh-105156: Argument Clinic avoids Py_UNICODE type ...
2023-05-30  Eric Snowgh-102304: Fix 2 New Stable ABI Functions (gh-104762)
2023-05-29  Steve Dowergh-103646: Remove --include-pip-user from default APPX...
2023-05-25  Victor Stinnergh-104773: PEP 594: Remove the audioop module (#104937)
2023-05-25  Zachary Waregh-104773: Remove the msilib package (GH-104911)
2023-05-24  Victor Stinnergh-104773: PEP 594: Remove the nis module (#104897)
2023-05-23  Victor Stinnergh-104780: Remove 2to3 program and lib2to3 module ...
2023-05-22  Kirill PodoprigoraUpdate Windows library names for the Python version...
2023-05-05  Eric Snowgh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED...
2023-05-04  Petr Viktoringh-103509: PEP 697 -- Limited C API for Extending Opaqu...
2023-04-19  Erlend E. Aaslandgh-83004: Harden msvcrt further (#103420)
2023-04-18  Steve Dowergh-95299: Remove lingering setuptools reference in...
2023-04-17  AN Longgh-103092: Isolate winreg (#103250)
2023-04-12  AN Longgh-103092: Isolate msvcrt (#103248)
2023-04-10  AN Longgh-103092: Isolate winsound (#103249)
2023-04-10  Erlend E. Aaslandgh-83004: Harden winreg init (#103386)
2023-04-10  Erlend E. Aaslandgh-83004: Harden `msvcrt` init (#103383)
2023-04-09  Erlend E. Aaslandgh-83004: Harden winsound init (#103385)
2023-04-05  Nikita Sobolevgh-103167: Fix `-Wstrict-prototypes` warnings by using...
2023-03-16  Irit Katrielgh-102755: Add PyErr_DisplayException(exc) (#102756)
2023-03-09  Max Bachmanngh-102255: Improve build support for Windows API partit...
2023-03-08  sblondonRemove or update bitbucket links (GH-101963)
2023-03-01  Max Bachmanngh-102344: Reimplement winreg QueryValue / SetValue...
2023-02-24  Max BachmannRemove references to old Windows source files from...
2023-02-24  Max Bachmanngh-102141: replace use of getpid on Windows with GetCur...
2023-02-16  Eric Snowgh-101758: Add _PyState_AddModule() Back for the Stable...
2023-02-16  Gregory P. Smithgh-99108: Refactor _sha256 & _sha512 into _sha2. (...
2023-02-15  Eric Snowgh-101758: Clean Up Uses of Import State (gh-101919)
2023-02-15  Erlend E. Aaslandgh-101819: Remove _PyWindowsConsoleIO_Type from the...
2023-02-08  Mark ShannonGH-101578: Normalize the current exception (GH-101607)
2023-02-04  Eric Snowgh-101524: Split Up the _xxsubinterpreters Module ...
2023-02-01  Steve Dowergh-101467: Correct py.exe handling of prefix matches...
2023-01-27  Steve Dowergh-77532: Minor tweaks to allow compiling with Platform...
2023-01-26  Steve Dowergh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0...
2023-01-24  Martin Boisvertgh-101135: Add backwards compatibility to Windows launc...
2023-01-13  Steve Dowergh-100247: Fix py.exe launcher not using entire shebang...
2023-01-09  C.A.M. Gerlachgh-99191: Use correct check for MSVC C++ version suppor...
2023-01-08  Benjamin PetersonUpdate copyright years to 2023. (gh-100848)
2022-12-12  GalaxySnailgh-79218: Define `MS_WIN64` macro for Mingw-w64 64bit...
2022-12-09  Shreyan Avigyanbpo-43984: Allow winreg.SetValueEx to set -1 without...
2022-11-23  Steve DowerUse faster APIs to calculate paths at startup for Store...
2022-11-18  Steve Dowergh-99442: Fix handling in py.exe launcher when argv...
2022-11-15  Thomas WoutersMerge the 3.12.0a2 release into main.
2022-11-14  Victor Stinnergh-99300: Use Py_NewRef() in PC/ directory (#99479)
2022-11-07  Kumar AdityaGH-90699: Remove remaining `_Py_IDENTIFIER` stdlib...
2022-11-03  Victor Stinnergh-92584: Remove the distutils package (#99061)
next