]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-06-07  Alex Waygoodtyping docs: Make the PEPs list an expandable section...
2023-06-07  achhinaGH-95088: Clarify rules for parsing an item key for...
2023-06-07  Alex Waygoodgh-105286: Further improvements to `typing.py` docstrin...
2023-06-07  Alex Waygood`typing.NewType` docs: the future performance improveme...
2023-06-06  Barney GaleGH-102613: Fast recursive globbing in `pathlib.Path...
2023-06-06  Victor Stinnergh-105382: Remove urllib.request cafile parameter ...
2023-06-06  Victor Stinnergh-105407: Remove unused imports in the stdlib (#105411)
2023-06-06  Victor Stinnergh-105407: Remove unused imports in Tools/c-analyzer...
2023-06-06  Victor Stinnergh-105407: Remove unused imports in tools (#105409)
2023-06-06  Victor Stinnergh-105407: Remove unused imports in tests (#105408)
2023-06-06  Victor Stinnergh-82180: Update math.factorial(float) doc for Python...
2023-06-06  Victor Stinnergh-105373: Fix decimal documentation formatting (#105395)
2023-06-06  Raymond Hettingersliding_window() recipe: Raise ValueError for non...
2023-06-06  Victor Stinnergh-105376: Remove logging.Logger.warn() method (#105377)
2023-06-06  Victor Stinnergh-104783: locale.getlocale() calls sys.getfilesystemen...
2023-06-06  Victor Stinnergh-94172: Update keyfile removal documentation (#105392)
2023-06-06  Nikita Sobolevgh-92658: Fix typo in docs and tests for `HV_GUID_PAREN...
2023-06-06  Victor Stinnergh-104783: locale.getencoding() fallback uses FS encodi...
2023-06-06  Victor Stinnergh-102304: Document Py_INCREF() change in What's New...
2023-06-06  Victor Stinnergh-105156: Update Unicode C API: remove deprecation...
2023-06-06  Victor Stinnergh-104783: Remove locale.resetlocale() function (#104784)
2023-06-06  Victor Stinnergh-105268: Add _Py_FROM_GC() function to pycore_gc...
2023-06-06  dependabot... build(deps): bump requests from 2.29.0 to 2.31.0 in...
2023-06-06  Pablo Galindo... gh-105259: Ensure we don't show newline characters...
2023-06-06  Victor Stinnergh-102304: Fix up Simple ABI doc (GH-105351)
2023-06-06  Christopher... gh-104411: Update test_getint for Tcl 9.0 (GH-104412)
2023-06-06  Victor Stinnergh-105268: Remove _PyGC_FINALIZED() macro (#105350)
2023-06-06  Petr ViktorinAdd myself as codeowner for Limited API/Stable ABI...
2023-06-06  Erlend E. Aaslandgh-90005: Don't link with libbsd if not needed (#105236)
2023-06-06  Irit Katrielgh-105292: Add option to make traceback.TracebackExcept...
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-06  Christopher... gh-104399: Use newer libtommath APIs when necessary...
2023-06-06  Gregory P.... Display the sanitizer config in the regrtest header...
2023-06-05  Pablo Galindo... gh-105324: Fix tokenize module main function for stdin...
2023-06-05  Tian GaoRemove dead code in codeop.py (#105263)
2023-06-05  Jakub Kuczysgh-89412: Add missing attributes (added in 3.10) to...
2023-06-05  Hugo van KemenadeWhat's New in 3.12: List 'Improved Modules' alphabetica...
2023-06-05  Alex Waygoodgh-105286: Improve `typing.py` docstrings (#105287)
2023-06-05  Alex Waygoodgh-105280: Ensure `isinstance([], collections.abc.Mappi...
2023-06-05  Dong-hee Nagh-103906: Remove immortal refcounting in compile/marsh...
2023-06-05  Alex Waygoodgh-105237: Allow calling `issubclass(X, typing.Protocol...
2023-06-05  Jelle Zijlstragh-105164: Detect annotations inside match blocks ...
2023-06-05  Mark ShannonGH-105229: Replace some superinstructions with single...
2023-06-05  Mark ShannonGH-104584: Allow optimizers to opt out of optimizing...
2023-06-05  Tian Gaogh-103558: Add coverage tests for argparse (#103570)
2023-06-05  Gregory P.... gh-98963: Restore the ability to have a dict-less prope...
2023-06-04  Inada Naokigh-80480: array: Add 'w' typecode. (#105242)
2023-06-04  Joe Geisbauergh-104882: Docs: fix description of relationship betwee...
2023-06-04  ShantanuFix typo in Python 3.12 What's New (#105278)
2023-06-04  chgnrdvgh-104690 Disallow thread creation and fork at interpre...
2023-06-03  Nikita Sobolevgh-89415: Mention new `IP_*` constants in `socket`...
2023-06-03  Irit Katrielgh-103277: remove unused macros (#105247)
2023-06-02  Eric Snowgh-101524: Only Use Public C-API in the _xxsubinterpret...
2023-06-02  Tian Gaogh-105080: Fixed inconsistent signature on derived...
2023-06-02  Brett CannonGH-102404, GH-100956: Document how to do a WASI build...
2023-06-02  Erlend E. Aaslandgh-104614: Fix potential ref. leak in _testcapimodule...
2023-06-02  Irit Katrielgh-102778: update documentation of PyErr_PrintEx and...
2023-06-02  Dong-hee Nagh-87092: avoid gcc warning on uninitialized struct...
2023-06-02  Irit Katrielgh-105240: add missing function prototypes (#105241)
2023-06-02  Jelle Zijlstragh-105214: Use named constants for MAKE_FUNCTION oparg...
2023-06-02  Pablo Galindo... gh-105194: Fix format specifier escaped characters...
2023-06-02  Mark ShannonGH-104584: Plugin optimizer API (GH-105100)
2023-06-02  Mark ShannonGH-105162: Account for `INSTRUMENTED_RESUME` in gen...
2023-06-02  Irit Katrielgh-105184: document that marshal functions can fail...
2023-06-02  Jelle Zijlstragh-104799: Default missing lists in AST to the empty...
2023-06-02  Inada Naokigh-85275: Remove old buffer APIs (#105137)
2023-06-01  Victor Stinnergh-92536: Remove PyUnicode_READY() calls (#105210)
2023-06-01  Victor Stinnergh-92536: Argument Clinic no longer emits PyUnicode_REA...
2023-06-01  Eric Snowgh-104614: Make Sure ob_type is Always Set Correctly...
2023-06-01  Eric Snowgh-104341: Call _PyEval_ReleaseLock() with NULL When...
2023-06-01  Erlend E. AaslandGH-89886: Bump to GNU Autoconf v2.71 (#104925)
2023-06-01  Irit Katrielgh-105140: remove unused arg of _PyErr_ChainStackItem...
2023-06-01  Gregory P.... gh-103142: Upgrade binary builds and CI to OpenSSL...
2023-06-01  Lysandros Nikolaough-105191: Cleanup peg generator; keep only necessary...
2023-06-01  Victor Stinnergh-105145: Deprecate Py_GetPath() function (#105179)
2023-06-01  Victor Stinnergh-105182: Remove PyEval_AcquireLock() and PyEval_InitT...
2023-06-01  Erlend E. Aaslandgh-89886: Rely on HAVE_SYS_TIME_H (#105058)
2023-06-01  Irit Katrielremove unused #includes of pycore_pymem.h (#105166)
2023-06-01  Artem Mukhingh-103224: Use the realpath of the Python executable...
2023-06-01  Victor Stinnergh-105107: Remove PyCFunction_Call() function (#105181)
2023-06-01  Victor Stinnergh-105156: Update Lib/test/clinic.test manually (#105180)
2023-06-01  Nikita SobolevFix docstring of `warnings._deprecated` to show correct...
2023-06-01  Victor Stinnergh-105156: Cleanup usage of old Py_UNICODE type (#105158)
2023-06-01  Victor Stinnergh-105145: Remove old functions to config Python init...
2023-06-01  Victor Stinnergh-105156: Deprecate the old Py_UNICODE type in C API...
2023-05-31  Bar Harelgh-105172: Fixed functools.lru_cache typed argument...
2023-05-31  sunmy2019gh-102251: Explicitly free state for test modules with...
2023-05-31  Pablo Galindo... Clarify that error messages are better with PEP 701...
2023-05-31  Tian Gaogh-103464: Add checks for arguments of pdb commands...
2023-05-31  Steve Dowergh-105146: Update links at end of Windows installer...
2023-05-31  Irit Katrielgh-105148: make _PyASTOptimizeState internal to ast_opt...
2023-05-31  Victor Stinnergh-105156: Argument Clinic avoids Py_UNICODE type ...
2023-05-31  Alex Waygoodgh-105144: Runtime-checkable protocols: move all 'sanit...
2023-05-31  Guido van Rossumgh-104909: Split BINARY_OP into micro-ops (#104910)
2023-05-31  Irit Katrielgh-105111: remove deprecated macros Py_TRASHCAN_SAFE_BE...
2023-05-31  Victor Stinnergh-104773: cgi: Fix typo in What's New in Python 3...
2023-05-31  Victor Stinnergh-105096: Deprecate wave getmarkers() method (#105098)
2023-05-31  Victor Stinnergh-62948: IOBase finalizer logs close() errors (#105104)
2023-05-31  Victor Stinnergh-105096: Reformat wave documentation (#105136)
next