summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)Serhiy Storchaka2023-08-2810-114/+147
* gh-104683: Argument Clinic: Refactor the module and class resolver (#108552)Erlend E. Aasland2023-08-282-18/+12
* gh-108550: Speed up sqlite3 tests (#108551)Erlend E. Aasland2023-08-284-101/+74
* gh-64662: Fix NEWS entry and remove What's New entry (#108565)Erlend E. Aasland2023-08-282-4/+1
* Fix typo in typing docs: Remove redundant backtick (#108559)nikkie2023-08-281-1/+1
* GH-108202: Combine documentation of ``calendar`` constants (#108492)Adam Turner2023-08-283-63/+52
* gh-64662: Add virtual table support to sqlite3.Connection.iterdump (#108340)Erlend E. Aasland2023-08-274-7/+38
* gh-108465: Use compiler basename when determining compiler flags (#108392)John Micco2023-08-272-6/+12
* gh-107801: Document io.TextIOWrapper.tell (#108265)Erlend E. Aasland2023-08-273-4/+21
* gh-108542: Fix incorrect module name in NEWS entry for gh-105475 (#108543)Ori Avtalion2023-08-271-1/+1
* gh-108322: Optimize statistics.NormalDist.samples() (gh-108324)Raymond Hettinger2023-08-273-5/+14
* Clarify distinction between datetime module and class in deprecation messages...Clément Robert2023-08-271-4/+4
* Fix grammatical error in stringprep documentation (#108414)Matthew James Kraai2023-08-271-1/+1
* gh-105052:update timeit function's description (#105060)R2023-08-273-8/+17
* gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSUP} (#10...qqwqqw6892023-08-271-0/+28
* gh-107265: Fix initialize/remove_tools for ENTER_EXECUTOR case (gh-108482)Dong-hee Na2023-08-271-4/+32
* gh-108295: Fix crashes with TypeVar weakrefs (#108517)Jelle Zijlstra2023-08-273-0/+14
* gh-107913: Fix possible losses of OSError error codes (GH-107930)Serhiy Storchaka2023-08-2617-75/+129
* gh-107406: Add better `struct.Struct` repr (#107407)denballakh2023-08-264-0/+29
* gh-106320: Remove private AC converter functions (#108505)Victor Stinner2023-08-2641-62/+88
* gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)Victor Stinner2023-08-2613-10/+43
* gh-106320: Remove private _PyLong converter functions (#108499)Victor Stinner2023-08-2614-14/+46
* gh-108494: AC supports pos-only args in limited C API (#108498)Victor Stinner2023-08-254-5/+82
* gh-107603: Argument Clinic can emit includes (#108486)Victor Stinner2023-08-251-17/+41
* gh-108494: Argument Clinic partial supports of Limited C API (#108495)Victor Stinner2023-08-257-13/+208
* GH-106581: Fix instrumentation in tier 2 (GH-108493)Brandt Bucher2023-08-254-12/+20
* gh-107901: add the HAS_EVAL_BREAK instruction flag (#108375)Irit Katriel2023-08-253-21/+28
* gh-104504: Cases generator: enable mypy's `possibly-undefined` error code (#1...Alex Waygood2023-08-252-5/+10
* gh-102211: Document `re.{Pattern,Match}`’s existence (#102212)Philipp A2023-08-251-30/+37
* gh-108311: Fix test_store_attr_with_hint by disabling optimizer in decorator ...Guido van Rossum2023-08-251-0/+14
* gh-107265: Revert "Ensure _PyCode_Quicken does not handle ENTER_EXECUTOR" (#1...Dong-hee Na2023-08-251-2/+0
* gh-108364: Simplify quoting values and identifiers in sqlite3's iterdump() (#...Mariusz Felisiak2023-08-251-7/+18
* gh-107932: Fix merge conflict in test_dis (GH-108478)Mark Shannon2023-08-251-2/+2
* Docs: Resolve Sphinx warnings in dis.rst (#108476)Erlend E. Aasland2023-08-253-11/+14
* Datamodel: Add headings to the standard type hierarchy (#108146)Adam Turner2023-08-251-1000/+1104
* Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (#1...Adam Turner2023-08-251-2/+1
* gh-108418: Speed up bigmem compression tests in dry mode (GH-108419)Serhiy Storchaka2023-08-253-6/+6
* gh-108444: Remove _PyLong_AsInt() function (#108461)Victor Stinner2023-08-253-5/+2
* gh-107932: Fix dis module for bytecode that does not have an associated sourc...Corvin2023-08-255-405/+468
* gh-103384: Generalize the regex pattern `BaseConfigurator.INDEX_PATTERN` to a...Peeyush Aggarwal2023-08-254-3/+51
* GH-108202: Document ``calendar`` exceptions (#108398)Adam Turner2023-08-251-0/+23
* gh-106581: Split CALL_BOUND_METHOD_EXACT_ARGS into uops (#108462)Guido van Rossum2023-08-256-35/+171
* gh-106320: Remove private _PyTraceback functions (#108453)Victor Stinner2023-08-245-8/+13
* gh-107265: Ensure _PyCode_Quicken does not handle ENTER_EXECUTOR (gh-108460)Dong-hee Na2023-08-241-0/+2
* gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)Victor Stinner2023-08-2418-32/+32
* gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)Victor Stinner2023-08-2473-466/+467
* Run `mypy` when `Tools/requirements-dev.txt` changes (#108457)Nikita Sobolev2023-08-241-0/+1
* gh-108444: Add PyLong_AsInt() public function (#108445)Victor Stinner2023-08-2413-3/+96
* GH-103247: bypass the import cache on the _require_loader helperFilipe Laíns2023-08-241-1/+2
* gh-108447: Detect platform triplets for x86_64 GNU/Hurd (#108045)Samuel Thibault2023-08-242-0/+7