]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-08-29  xzmengFix misc doc typos (#108592)
2023-08-28  Victor Stinnergh-108494: Build _testclinic_limited on Windows (#108589)
2023-08-28  Victor Stinnergh-107149: Rename _PyUnstable_GetUnaryIntrinsicName...
2023-08-28  Adam TurnerGH-107603: Clinic: Pass specific attributes to ``print_...
2023-08-28  Nikita Sobolevgh-108455: Run `mypy` on `Tools/peg_generator` (#108456)
2023-08-28  Matthias Bussonniergh-106670: Allow Pdb to move between chained exceptions...
2023-08-28  Alex Waygoodgh-108494: Argument clinic: Improve the `parse_file...
2023-08-28  Guido van Rossumgh-108487: Move assert(self != NULL) down beyond DEOPT_...
2023-08-28  Erlend E. Aaslandgh-108278: Deprecate passing the three first params...
2023-08-28  Serhiy Storchakagh-108494: Argument Clinic: fix support of Limited...
2023-08-28  Erlend E. Aaslandgh-104683: Argument Clinic: Refactor the module and...
2023-08-28  Erlend E. Aaslandgh-108550: Speed up sqlite3 tests (#108551)
2023-08-28  Erlend E. Aaslandgh-64662: Fix NEWS entry and remove What's New entry...
2023-08-28  nikkieFix typo in typing docs: Remove redundant backtick...
2023-08-28  Adam TurnerGH-108202: Combine documentation of ``calendar`` consta...
2023-08-27  Erlend E. Aaslandgh-64662: Add virtual table support to sqlite3.Connecti...
2023-08-27  John Miccogh-108465: Use compiler basename when determining compi...
2023-08-27  Erlend E. Aaslandgh-107801: Document io.TextIOWrapper.tell (#108265)
2023-08-27  Ori Avtaliongh-108542: Fix incorrect module name in NEWS entry...
2023-08-27  Raymond Hettingergh-108322: Optimize statistics.NormalDist.samples(...
2023-08-27  Clément RobertClarify distinction between datetime module and class...
2023-08-27  Matthew James... Fix grammatical error in stringprep documentation ...
2023-08-27  Rgh-105052:update timeit function's description (#105060)
2023-08-27  qqwqqw689gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTREC...
2023-08-27  Dong-hee Nagh-107265: Fix initialize/remove_tools for ENTER_EXECUT...
2023-08-27  Jelle Zijlstragh-108295: Fix crashes with TypeVar weakrefs (#108517)
2023-08-26  Serhiy Storchakagh-107913: Fix possible losses of OSError error codes...
2023-08-26  denballakhgh-107406: Add better `struct.Struct` repr (#107407)
2023-08-26  Victor Stinnergh-106320: Remove private AC converter functions (...
2023-08-26  Victor Stinnergh-106320: Remove private _PyLong_FileDescriptor_Conver...
2023-08-26  Victor Stinnergh-106320: Remove private _PyLong converter functions...
2023-08-25  Victor Stinnergh-108494: AC supports pos-only args in limited C API...
2023-08-25  Victor Stinnergh-107603: Argument Clinic can emit includes (#108486)
2023-08-25  Victor Stinnergh-108494: Argument Clinic partial supports of Limited...
2023-08-25  Brandt BucherGH-106581: Fix instrumentation in tier 2 (GH-108493)
2023-08-25  Irit Katrielgh-107901: add the HAS_EVAL_BREAK instruction flag...
2023-08-25  Alex Waygoodgh-104504: Cases generator: enable mypy's `possibly...
2023-08-25  Philipp Agh-102211: Document `re.{Pattern,Match}`’s existence...
2023-08-25  Guido van Rossumgh-108311: Fix test_store_attr_with_hint by disabling...
2023-08-25  Dong-hee Nagh-107265: Revert "Ensure _PyCode_Quicken does not...
2023-08-25  Mariusz Felisiakgh-108364: Simplify quoting values and identifiers...
2023-08-25  Mark Shannongh-107932: Fix merge conflict in test_dis (GH-108478)
2023-08-25  Erlend E. AaslandDocs: Resolve Sphinx warnings in dis.rst (#108476)
2023-08-25  Adam TurnerDatamodel: Add headings to the standard type hierarchy...
2023-08-25  Adam TurnerDocs: Datamodel: Merge "Notes on using __slots__" with...
2023-08-25  Serhiy Storchakagh-108418: Speed up bigmem compression tests in dry...
2023-08-25  Victor Stinnergh-108444: Remove _PyLong_AsInt() function (#108461)
2023-08-25  Corvingh-107932: Fix dis module for bytecode that does not...
2023-08-25  Peeyush Aggarwalgh-103384: Generalize the regex pattern `BaseConfigurat...
2023-08-25  Adam TurnerGH-108202: Document ``calendar`` exceptions (#108398)
2023-08-25  Guido van Rossumgh-106581: Split CALL_BOUND_METHOD_EXACT_ARGS into...
2023-08-24  Victor Stinnergh-106320: Remove private _PyTraceback functions (...
2023-08-24  Dong-hee Nagh-107265: Ensure _PyCode_Quicken does not handle ENTER...
2023-08-24  Victor Stinnergh-108444: Replace _PyLong_AsInt() with PyLong_AsInt...
2023-08-24  Victor Stinnergh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
2023-08-24  Nikita SobolevRun `mypy` when `Tools/requirements-dev.txt` changes...
2023-08-24  Victor Stinnergh-108444: Add PyLong_AsInt() public function (#108445)
2023-08-24  Filipe LaínsGH-103247: bypass the import cache on the _require_load...
2023-08-24  Samuel Thibaultgh-108447: Detect platform triplets for x86_64 GNU...
2023-08-24  Victor Stinnergh-106320: Remove private _PySys functions (#108452)
2023-08-24  Victor Stinnergh-106320: Remove private _PyDict functions (#108449)
2023-08-24  Victor Stinnergh-106320: Remove private _PyList functions (#108451)
2023-08-24  Guido van Rossumgh-106581: Fix two bugs in the code generator's copy...
2023-08-24  Victor Stinnergh-106320: Remove private _PyEval function (#108433)
2023-08-24  Victor Stinnergh-80527: Change support.requires_legacy_unicode_capi...
2023-08-24  Victor Stinnergh-107211: Fix test_peg_generator (#108435)
2023-08-24  Victor Stinnergh-107178: Remove _testcapi.test_dict_capi() (#108436)
2023-08-24  Victor Stinnergh-106320: Remove private _PyContext_NewHamtForTests...
2023-08-24  Victor Stinnergh-108388: Convert test_concurrent_futures to package...
2023-08-24  Victor Stinnergh-106320: Remove private float C API functions (#108430)
2023-08-24  Victor Stinnergh-106320: Remove private _PyManagedBuffer_Type (#108431)
2023-08-24  Victor Stinnergh-106320: Remove private PyLong C API functions (...
2023-08-24  AFix a code snippet typo in asyncio docs (#108427)
2023-08-24  Victor Stinnergh-107211: No longer export internal functions (5)...
2023-08-24  Victor Stinnergh-107211: No longer export internal functions (7)...
2023-08-24  Victor Stinnergh-108308: Remove _PyDict_GetItemStringWithError()...
2023-08-24  Victor Stinnergh-107211: No longer export internal functions (6)...
2023-08-24  Victor Stinnergh-107211: No longer export PyTime internal functions...
2023-08-24  Victor Stinnergh-108240: _PyCapsule_SetTraverse() rejects NULL callba...
2023-08-24  Victor Stinnergh-108314: Add PyDict_ContainsString() function (#108323)
2023-08-24  Jeffery Togh-95855: Refactor platform triplet detection code...
2023-08-24  Daniele Procidagh-107432 Update Porting Python 2 Code to Python 3...
2023-08-24  Chris Markiewiczgh-108111: Flush gzip write buffer before seeking,...
2023-08-24  Victor Stinnergh-108388: Split test_multiprocessing_spawn (#108396)
2023-08-24  Victor Stinnergh-108388: regrtest splits test_asyncio package (#108393)
2023-08-23  Victor Stinnertest_peg_generator and test_freeze require cpu (#108386)
2023-08-23  Guido van Rossumgh-108253: Fix reads of uninitialized memory in funcobj...
2023-08-23  Victor Stinnergh-108240: Add _PyCapsule_SetTraverse() internal functi...
2023-08-23  Gregory P.... gh-70766: Mention the object getstate caveat in 3.11...
2023-08-23  Victor Stinnergh-108308: Use PyDict_GetItemRef() in moduleobject...
2023-08-23  Victor Stinnergh-108342: Make ssl TestPreHandshakeClose more reliable...
2023-08-23  Victor Stinnergh-108308: config_dict_get() uses PyDict_GetItemRef...
2023-08-23  Victor Stinnergh-108308: Replace _PyDict_GetItemStringWithError(...
2023-08-23  albanDgh-77377: Ensure multiprocessing SemLock is valid for...
2023-08-23  Petr Viktoringh-107811: tarfile: treat overflow in UID/GID as failur...
2023-08-23  Irit Katrielgh-105481: remove regen-opcode. Generated _PyOpcode_Cac...
2023-08-23  Serhiy Storchakagh-107298: Fix a few more refs in the C API docs (GH...
2023-08-23  Dong-hee Nagh-107265: Ensure de_instrument does not handle ENTER_E...
2023-08-23  Nikita Sobolevgh-108303: Move `ann_module*.py` files to `typinganndat...
2023-08-23  Victor Stinnergh-108308: Replace PyDict_GetItem() with PyDict_GetItem...
next