GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-90110: Fix the c-analyzer Tool (#102483)
Eric Snow
2023-03-06
6
-21
/
+70
*
gh-102416: Do not memoize incorrectly loop rules in the parser (#102467)
Pablo Galindo Salgado
2023-03-06
1
-2
/
+3
*
gh-102021 : Allow multiple input files for interpreter loop generator (#102022)
Jacob Bower
2023-03-03
3
-36
/
+98
*
GH-102305: Expand some macros in generated_cases.c.h (#102309)
Guido van Rossum
2023-02-28
1
-27
/
+21
*
gh-102151: Correctly fetch CONFIG_ARGS in Tools/freeze/test/freeze.py (#102152)
Erlend E. Aasland
2023-02-23
1
-1
/
+1
*
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower
2023-02-20
1
-3
/
+4
*
gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)
Erlend E. Aasland
2023-02-20
1
-8
/
+0
*
gh-99138: Isolate _zoneinfo (#99218)
Erlend E. Aasland
2023-02-15
1
-11
/
+0
*
gh-101849: Add upgrade codes for old versions of launcher that ended up with ...
Steve Dower
2023-02-13
2
-1
/
+22
*
gh-89792: Limit test_tools freeze test build parallelism based on the number ...
Gregory P. Smith
2023-02-11
1
-3
/
+12
*
gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (#...
Gregory P. Smith
2023-02-11
1
-1
/
+13
*
gh-101277: Finalise isolating itertools (GH-101305)
Erlend E. Aasland
2023-02-10
1
-22
/
+0
*
gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
Gregory P. Smith
2023-02-09
1
-2
/
+2
*
gh-98831: Use opcode metadata for stack_effect() (#101704)
Guido van Rossum
2023-02-08
1
-19
/
+25
*
gh-98831: Modernize CALL and family (#101508)
Guido van Rossum
2023-02-08
1
-5
/
+16
*
gh-98831: Modernize CALL_FUNCTION_EX (#101627)
Guido van Rossum
2023-02-07
2
-5
/
+19
*
gh-98831: Modernize FORMAT_VALUE (#101628)
Guido van Rossum
2023-02-07
2
-5
/
+12
*
gh-98831: Finish the UNPACK_SEQUENCE family (#101666)
Guido van Rossum
2023-02-07
2
-18
/
+26
*
gh-98831: Move DSL documentation here from ideas repo (#101629)
Guido van Rossum
2023-02-06
2
-3
/
+415
*
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow
2023-02-03
1
-0
/
+1
*
gh-98831: rewrite PUSH_EXC_INFO and conditional jumps in the instruction defi...
Irit Katriel
2023-02-01
1
-1
/
+1
*
gh-101409: Improve generated clinic code for self type checks (#101411)
Erlend E. Aasland
2023-01-31
1
-10
/
+12
*
gh-98831: Clean up and add cache size static_assert to macro (#101442)
Guido van Rossum
2023-01-30
2
-4
/
+24
*
GH-101369: Allow macros as family members (#101399)
Guido van Rossum
2023-01-30
2
-36
/
+93
*
GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa...
Mark Shannon
2023-01-30
1
-1
/
+1
*
gh-98831: Support conditional effects; use for LOAD_ATTR (#101333)
Guido van Rossum
2023-01-29
3
-69
/
+159
*
gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)
Steve Dower
2023-01-26
1
-0
/
+3
*
gh-98831: Fix two bugs in case generator (#101349)
Guido van Rossum
2023-01-26
2
-5
/
+8
*
gh-98831: rewrite RAISE_VARARGS in the instruction definition DSL (#101306)
Irit Katriel
2023-01-25
1
-2
/
+4
*
gh-98831: add variable stack effect support to cases generator (#101309)
Irit Katriel
2023-01-25
1
-18
/
+60
*
Add advice how to freeze fewer modules (#101298)
Guido van Rossum
2023-01-25
1
-1
/
+6
*
GH-98831: Elaborate some cases_generator tests (#101299)
Guido van Rossum
2023-01-25
1
-13
/
+41
*
gh-98831: rewrite pattern matching opcodes in the instruction definition DSL ...
Irit Katriel
2023-01-24
2
-4
/
+18
*
GH-91375: Purge `asyncio` static variables from globals-to-fix list (#101288)
Erlend E. Aasland
2023-01-24
1
-23
/
+0
*
GH-92123: Move _elementtree heap types to module state (#101187)
Erlend E. Aasland
2023-01-21
1
-4
/
+0
*
gh-98831: register instructions have 0 pushes and pops (#101163)
Irit Katriel
2023-01-19
1
-0
/
+1
*
gh-100712: make it possible to disable specialization (for debugging) (#100713)
Irit Katriel
2023-01-19
1
-0
/
+5
*
gh-100340: Allows -Wno-int-conversion for wasm (#100341)
Kushal Das
2023-01-18
1
-0
/
+3
*
Fix typo and old link in wasm readme (#101096)
Zac Hatfield-Dodds
2023-01-17
1
-2
/
+2
*
GH-98831: Implement array support in cases generator (#100912)
Guido van Rossum
2023-01-17
3
-56
/
+303
*
gh-101046: Fix a potential memory leak in the parser when raising MemoryError...
Pablo Galindo Salgado
2023-01-16
1
-1
/
+1
*
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
Mark Shannon
2023-01-16
1
-0
/
+2
*
GH-98831: Identify instructions that don't use oparg (#100957)
Guido van Rossum
2023-01-13
2
-3
/
+13
*
Don't double count misses. (GH-100984)
Mark Shannon
2023-01-13
1
-0
/
+3
*
GH-100997: Implement Multi-Phase Init for the _testinternalcapi Module (gh-10...
Eric Snow
2023-01-12
2
-3
/
+0
*
GH-98831: Refactor instr format code and change to enum (#100895)
Guido van Rossum
2023-01-09
1
-51
/
+53
*
GH-98831: Add some tests for generate_cases.py (#100763)
Guido van Rossum
2023-01-06
1
-0
/
+310
*
GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)
Guido van Rossum
2023-01-05
2
-36
/
+231
*
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
Mark Shannon
2023-01-04
1
-6
/
+2
*
gh-100720: refactor calculation of number of frame slots for a code object in...
Irit Katriel
2023-01-04
1
-0
/
+1
[next]