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
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-109408: Add the docs whitespace check from patchcheck to pre-commit...
Miss Islington (bot)
2023-10-10
1
-32/+12
*
[3.11] gh-109615: Fix support test_copy_python_src_ignore() (#109958) (#109962)
Victor Stinner
2023-09-27
1
-1/+8
*
[3.11] gh-108740: Fix "make regen-all" race condition (#108741) (#109021)
Victor Stinner
2023-09-06
1
-1/+1
*
[3.11] gh-109002: Ensure only one wheel for each vendored package (GH-109003)...
Miss Islington (bot)
2023-09-06
1
-4/+10
*
[3.11] Fix the long64 reader in umarshal.py (GH-107828) (GH-107850)
Miss Islington (bot)
2023-08-10
1
-4/+4
*
[3.11] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100230)
colorfulappl
2022-12-17
1
-0/+1
*
[3.11] gh-99016: Make build scripts compatible with Python 3.8 (GH-99017). (G...
Serhiy Storchaka
2022-11-22
1
-1/+1
*
gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613)
Miss Islington (bot)
2022-09-28
1
-18/+7
*
[3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) ...
Brandt Bucher
2022-07-22
1
-7/+0
*
gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)
Miss Islington (bot)
2022-07-12
1
-1/+6
*
[3.11] GH-93516: Backport GH-93769 (GH-94231)
Mark Shannon
2022-06-28
1
-0/+7
*
gh-93771: Clarify how deepfreeze.py is run (GH-94150)
Miss Islington (bot)
2022-06-23
1
-2/+4
*
[3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#...
Ken Jin
2022-06-23
1
-0/+1
*
[3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (...
Mark Shannon
2022-06-22
1
-0/+2
*
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-3188...
Miss Islington (bot)
2022-06-22
1
-0/+98
*
gh-84461: Fix parallel testing on WebAssembly (GH-93768)
Miss Islington (bot)
2022-06-13
1
-2/+2
*
gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
Miss Islington (bot)
2022-06-11
1
-4/+42
*
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
Dennis Sweeney
2022-05-03
1
-0/+7
*
gh-91324: Convert the stable ABI manifest to TOML (GH-92026)
Petr Viktorin
2022-04-29
1
-126/+123
*
bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH...
Hugo van Kemenade
2022-04-29
2
-37/+0
*
gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-3...
Petr Viktorin
2022-04-28
1
-23/+88
*
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner
2022-04-25
1
-28/+59
*
gh-91575: Add a script for generating data for case-insensitive matching in r...
Serhiy Storchaka
2022-04-22
1
-0/+95
*
GH-91719: Make MSVC generate somewhat faster switch code (#91718)
Guido van Rossum
2022-04-21
1
-0/+7
*
bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)
Petr Viktorin
2022-04-21
1
-0/+1
*
GH-88116: Use a compact format to represent end line and column offsets. (GH-...
Mark Shannon
2022-04-21
2
-6/+0
*
bpo-46712: share more global strings in deepfreeze (gh-32152)
Kumar Aditya
2022-04-19
2
-14/+9
*
gh-91404: Use computed gotos and reduce indirection in re (#91495)
Brandt Bucher
2022-04-15
1
-2/+18
*
gh-91428: include specialized opcodes in _PyOpcode_OpName (GH-91467)
Dennis Sweeney
2022-04-14
1
-8/+21
*
bpo-47152: Automatically regenerate sre_constants.h (GH-91439)
Serhiy Storchaka
2022-04-12
1
-0/+62
*
gh-91428: Add _PyOpcode_OpName to opcode.h of debug builds (GH-91430)
Dennis Sweeney
2022-04-11
1
-0/+8
*
Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-3...
Petr Viktorin
2022-04-08
1
-2/+11
*
bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-...
Petr Viktorin
2022-04-06
1
-2/+21
*
bpo-47146: Stop Depending On regen-deepfreeze For regen-global-objects (gh-32...
Eric Snow
2022-03-31
1
-1/+0
*
bpo-47146: Avoid Using make Recursively (gh-32206)
Eric Snow
2022-03-31
1
-1/+6
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
1
-1/+1
*
bpo-46429: tweak deepfreeze output (#32107)
Kumar Aditya
2022-03-27
1
-0/+6
*
bpo-46712: Do not Regen Deep-Frozen Modules before Generating Global Objects ...
Eric Snow
2022-03-23
1
-11/+30
*
bpo-47084: Clear Unicode cached representations on finalization (GH-32032)
Jeremy Kloth
2022-03-22
1
-0/+1
*
bpo-46841: Quicken code in-place (GH-31888)
Brandt Bucher
2022-03-21
2
-28/+36
*
summarize_stats.py: add pairs by opcode (GH-31957)
Dennis Sweeney
2022-03-18
1
-9/+44
*
CI: Fix patchcheck (GH-31708)
Hugo van Kemenade
2022-03-14
1
-0/+2
*
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
Kumar Aditya
2022-03-09
1
-0/+13
*
Remove trailing spaces (GH-31695)
Serhiy Storchaka
2022-03-05
1
-2/+2
*
bpo-46712: Let generate_global_objects.py Run on Earlier Python Versions (gh-...
Eric Snow
2022-03-01
1
-1/+1
*
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Eric Snow
2022-02-28
2
-0/+5
*
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
Mark Shannon
2022-02-28
1
-8/+9
*
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
Kumar Aditya
2022-02-26
1
-3/+5
*
bpo-46712: Share global string identifiers in deepfreeze (GH-31261)
Kumar Aditya
2022-02-25
2
-6/+13
*
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
Brandt Bucher
2022-02-25
1
-1/+8
[next]