index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-109039: Branch prediction for Tier 2 interpreter (#109038)
Guido van Rossum
2023-09-11
1
-4/+14
*
gh-108455: peg_generator: enable mypy's `--warn-unreachable` setting and `red...
Alex Waygood
2023-09-08
3
-9/+13
*
gh-109136: Fix summarize_stats.py tool (#109137)
Michael Droettboom
2023-09-08
1
-1/+1
*
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon
2023-09-08
1
-21/+9
*
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
Mark Shannon
2023-09-07
2
-1/+3
*
gh-108740: Fix "make regen-all" race condition (#108741)
Victor Stinner
2023-09-06
1
-1/+1
*
gh-109002: Ensure only one wheel for each vendored package (#109003)
Ćukasz Langa
2023-09-06
1
-4/+10
*
Fix a typo in umarshal.py (#108803)
KH
2023-09-06
1
-1/+1
*
gh-106581: Support multiple uops pushing new values (#108895)
Guido van Rossum
2023-09-05
1
-17/+53
*
Disable `differing_test_runners` health check (#108886)
Nikita Sobolev
2023-09-04
1
-0/+4
*
gh-108494: Argument Clinic: inline parsing code for positional-only parameter...
Serhiy Storchaka
2023-09-03
1
-254/+489
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
1
-37/+104
*
GH-108614: Remove non-debug uses of `#if TIER_ONE` and `#if TIER_TWO` from `_...
Mark Shannon
2023-08-31
1
-2/+2
*
gh-108455: peg_generator: use `types-setuptools==68.1.0.1` in CI (#108697)
Alex Waygood
2023-08-31
3
-11/+5
*
gh-108455: peg_generator: install two stubs packages before running mypy (#10...
Alex Waygood
2023-08-29
4
-6/+17
*
gh-107557: Remove unnecessary SAVE_IP instructions (#108583)
Guido van Rossum
2023-08-29
3
-12/+21
*
gh-108455: peg generator: Use `strict_optional=True` for `grammar_parser` (#1...
Nikita Sobolev
2023-08-29
2
-4/+1
*
gh-108494: Argument Clinic: fix option group for Limited C API (#108574)
Victor Stinner
2023-08-29
1
-3/+9
*
gh-108455: peg_generator: make the mypy config slightly stricter (#108627)
Alex Waygood
2023-08-29
4
-8/+12
*
gh-108455: Simplify the peg_generator mypy config (#108620)
Alex Waygood
2023-08-29
1
-18/+8
*
gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)
Victor Stinner
2023-08-29
2
-3/+2
*
GH-107603: Clinic: Pass specific attributes to ``print_block()`` (#108581)
Adam Turner
2023-08-28
1
-11/+17
*
gh-108455: Run `mypy` on `Tools/peg_generator` (#108456)
Nikita Sobolev
2023-08-28
5
-10/+17
*
gh-108494: Argument clinic: Improve the `parse_file()` API (#108575)
Alex Waygood
2023-08-28
1
-7/+7
*
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
Serhiy Storchaka
2023-08-28
1
-97/+124
*
gh-104683: Argument Clinic: Refactor the module and class resolver (#108552)
Erlend E. Aasland
2023-08-28
1
-16/+10
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
2
-21/+13
*
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner
2023-08-26
2
-1/+12
*
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner
2023-08-26
2
-0/+17
*
gh-108494: AC supports pos-only args in limited C API (#108498)
Victor Stinner
2023-08-25
1
-4/+20
*
gh-107603: Argument Clinic can emit includes (#108486)
Victor Stinner
2023-08-25
1
-17/+41
*
gh-108494: Argument Clinic partial supports of Limited C API (#108495)
Victor Stinner
2023-08-25
2
-11/+45
*
gh-107901: add the HAS_EVAL_BREAK instruction flag (#108375)
Irit Katriel
2023-08-25
2
-4/+9
*
gh-104504: Cases generator: enable mypy's `possibly-undefined` error code (#1...
Alex Waygood
2023-08-25
2
-5/+10
*
gh-106581: Split CALL_BOUND_METHOD_EXACT_ARGS into uops (#108462)
Guido van Rossum
2023-08-25
1
-1/+1
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
1
-2/+2
*
gh-106581: Fix two bugs in the code generator's copy optimization (#108380)
Guido van Rossum
2023-08-24
1
-17/+62
*
gh-107211: No longer export internal functions (7) (#108425)
Victor Stinner
2023-08-24
1
-2/+2
*
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...
Irit Katriel
2023-08-23
2
-67/+12
*
Fix spurious diff if the cases generator is run on Windows (#108319)
Alex Waygood
2023-08-22
1
-1/+1
*
gh-108179: Add error message for parser stack overflows (#108256)
Dennis Sweeney
2023-08-22
1
-2/+1
*
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner
2023-08-21
1
-1/+1
*
gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)
Victor Stinner
2023-08-21
1
-0/+7
*
gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* ...
Serhiy Storchaka
2023-08-21
1
-51/+59
*
gh-104504: cases generator: Add `--warn-unreachable` to the mypy config (#108...
Alex Waygood
2023-08-20
4
-28/+36
*
gh-107704: Argument Clinic: add support for deprecating keyword use of parame...
Serhiy Storchaka
2023-08-19
2
-102/+234
*
gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v...
Ned Deily
2023-08-18
1
-3/+3
*
gh-104504: Run mypy on cases_generator in CI (and blacken the code) (gh-108090)
Dong-hee Na
2023-08-18
9
-189/+304
*
gh-106581: Project through calls (#108067)
Guido van Rossum
2023-08-17
2
-3/+5
*
gh-104683: Argument Clinic: Remove unreachable code from _module_and_class() ...
Erlend E. Aasland
2023-08-17
1
-2/+0
[next]