summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* GH-96421: Insert shim frame on entry to interpreter (GH-96319)Mark Shannon2022-11-109-219/+217
* GH-99257: Check the owner's type when specializing slots (GH-99258)Brandt Bucher2022-11-101-0/+8
* gh-99300: Use Py_NewRef() in Python/ceval.c (#99318)Victor Stinner2022-11-103-128/+68
* gh-99300: Use Py_NewRef() in Python/ directory (#99317)Victor Stinner2022-11-109-319/+162
* gh-99300: Use Py_NewRef() in Python/ directory (#99302)Victor Stinner2022-11-1014-80/+41
* GH-99205: Mark new interpreters and threads as non-static (GH-99268)Brandt Bucher2022-11-091-0/+8
* GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)Brandt Bucher2022-11-097-596/+397
* gh-90868: Adjust the Generated Objects (gh-99223)Eric Snow2022-11-082-1/+3
* GH-98831: Simple input-output stack effects for bytecodes.c (#99120)Guido van Rossum2022-11-083-350/+271
* gh-72719: Remove asyncore and asynchat modules (#96580)Nikita Sobolev2022-11-081-2/+0
* GH-96793: Specialize FOR_ITER for generators. (GH-98772)Mark Shannon2022-11-075-23/+132
* GH-98831: Implement super-instruction generation (#99084)Guido van Rossum2022-11-062-123/+88
* gh-99139: Improve NameError error suggestion for instances (#99140)Pablo Galindo Salgado2022-11-061-0/+23
* GH-99104: Update headers for bytecodes.c and generate_cases.py (#99112)Guido van Rossum2022-11-052-8/+17
* GH-98686: Fix compiler warning for HAS_ARG (GH-99106)Brandt Bucher2022-11-041-1/+1
* GH-98831: Add some macros definitions to bytecodes.c to reduce IDE warnings. ...Mark Shannon2022-11-041-2/+29
* GH-98831: Auto-generate PREDICTED() macro calls (#99102)Guido van Rossum2022-11-041-16/+0
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-031-1/+0
* gh-98978: Fix Py_SetPythonHome(NULL) (#99066)Victor Stinner2022-11-031-0/+6
* GH-96793: Implement PEP 479 in bytecode. (GH-99006)Mark Shannon2022-11-034-24/+147
* GH-98831: "Generate" the interpreter (#98830)Guido van Rossum2022-11-033-3850/+7867
* GH-98686: Quicken everything (GH-98687)Brandt Bucher2022-11-025-86/+25
* gh-87092: remove unused SET_LOC/UNSET_LOC macros (GH-98914)Irit Katriel2022-11-021-73/+6
* gh-87092: do not allocate PyFutureFeatures dynamically (GH-98913)Irit Katriel2022-11-023-29/+18
* gh-98925: Lower marshal recursion depth for WASI (GH-98938)Brett Cannon2022-11-011-0/+2
* Rename JUMP_TO_INSTRUCTION to GO_TO_INSTRUCTION (#98934)Guido van Rossum2022-11-011-14/+14
* gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)Eric Snow2022-10-311-2/+8
* gh-98811: use full source location to simplify __future__ imports error check...Irit Katriel2022-10-312-66/+49
* gh-98879: Remove unreachable error case from COMPARE_OP_STR_JUMP (GH-98882)Dennis Sweeney2022-10-301-3/+0
* gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212)Nick Coghlan2022-10-301-0/+1
* gh-98789: Fix FOR_ITER assert on big-endian (GH-98792)Dennis Sweeney2022-10-281-1/+1
* gh-96143: Improve perf profiler docs (#96445)Erlend E. Aasland2022-10-272-10/+14
* GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)Mark Shannon2022-10-274-30/+39
* gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...Eric Snow2022-10-263-17/+40
* gh-90716: add _pylong.py module (#96673)Neil Schemenauer2022-10-261-0/+1
* gh-91058: Add error suggestions to 'import from' import errors (#98305)Pablo Galindo Salgado2022-10-253-5/+61
* gh-96143: Move the perf trampoline files to the Python directory (#98675)Pablo Galindo Salgado2022-10-252-0/+559
* gh-98461: Fix location of RETURN_VALUE in async generator bytecode. compiler_...Irit Katriel2022-10-251-56/+43
* gh-97912: Avoid quadratic behavior when adding LOAD_FAST_CHECK (GH-97952)Dennis Sweeney2022-10-201-64/+135
* gh-98461: Fix source location in comprehensions bytecode (GH-98464)Irit Katriel2022-10-201-60/+74
* gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin (GH-9...chgnrdv2022-10-201-0/+8
* gh-98257: Make _PyEval_SetTrace() reentrant (#98258)Victor Stinner2022-10-191-44/+13
* gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418)Eric Snow2022-10-192-2/+4
* gh-98398: Fix source locations for 'assert' bytecode (GH-98405)Irit Katriel2022-10-191-8/+10
* gh-98390: Fix source locations of boolean sub-expressions (GH-98396)Irit Katriel2022-10-181-1/+1
* gh-93691: Compiler's code-gen passes location around instead of holding it on...Irit Katriel2022-10-171-848/+975
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-174-4/+4
* gh-98254: Include stdlib module names in error messages for NameErrors (#98255)Pablo Galindo Salgado2022-10-152-30/+74
* Fix some incorrect indentation around the main switch (#98177)Guido van Rossum2022-10-111-21/+20
* gh-97841: Add methoddef for _filters_mutated (gh-98115)Dong-hee Na2022-10-092-4/+26