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
*
bpo-45950: Introduce Bootstrap Python again (#29859)
Christian Heimes
2021-12-03
2
-2/+6
*
bpo-45019: Cleanup module freezing and deepfreeze (#29772)
Kumar Aditya
2021-11-26
1
-40/+28
*
Fix typo in freeze_modules (#29744)
Kumar Aditya
2021-11-24
1
-1/+1
*
bpo-45020: Fix strict-prototypes warning (GH-29755)
Christian Heimes
2021-11-24
1
-1/+1
*
bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)
Christian Heimes
2021-11-24
1
-2/+2
*
bpo-45873: Restore Python 3.6 compatibility (GH-29730)
Christian Heimes
2021-11-23
1
-1/+7
*
bpo-45873: Get rid of bootstrap_python (#29717)
Guido van Rossum
2021-11-23
3
-264/+170
*
bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)
Neil Schemenauer
2021-11-23
1
-3/+6
*
bpo-45850: Implement deep-freeze on Windows (#29648)
Guido van Rossum
2021-11-22
4
-13/+416
*
bpo-45636: Merge all numeric operators (GH-29482)
Brandt Bucher
2021-11-11
1
-7/+12
*
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum
2021-11-11
2
-10/+474
*
bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358)
Christian Heimes
2021-11-02
1
-1/+5
*
bpo-45395: Make custom frozen modules additions instead of replacements. (gh-...
Eric Snow
2021-10-28
1
-19/+44
*
bpo-43795: Add a test for Stable ABI symbol availability using ctypes (GH-26354)
Petr Viktorin
2021-10-22
1
-0/+38
*
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner
2021-10-14
1
-1/+0
*
Fix EncodingWarning in test_tools. (GH-28846)
Inada Naoki
2021-10-10
1
-2/+2
*
bpo-45402: Fix test_tools.test_sundry() (GH-28786)
Victor Stinner
2021-10-07
1
-3/+4
*
Fix typos in the Tools directory (GH-28769)
Christian Clauss
2021-10-06
2
-5/+5
*
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Eric Snow
2021-10-05
1
-1/+38
*
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch...
Mark Shannon
2021-10-05
1
-1/+1
*
bpo-45020: Add more test cases for frozen modules. (gh-28664)
Eric Snow
2021-10-01
2
-6/+12
*
Fix EncodingWarning in freeze_modules. (GH-28591)
Inada Naoki
2021-09-30
1
-4/+4
*
bpo-45020: Do not freeze <pkg>/__init__.py twice. (gh-28635)
Eric Snow
2021-09-29
1
-0/+7
*
Select correct tool platform when building on Windows ARM64 natively (GH-28491)
Niyas Sait
2021-09-27
1
-1/+5
*
bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)
Eric Snow
2021-09-24
2
-32/+76
*
bpo-45020: Freeze os, site, and codecs. (gh-28398)
Eric Snow
2021-09-17
1
-11/+11
*
bpo-45020: Fix build out of source tree (GH-28410)
Victor Stinner
2021-09-17
1
-4/+10
*
bpo-45231: update_file.py preserves end of line (GH-28411)
Victor Stinner
2021-09-17
1
-1/+13
*
bpo-45020: Drop the frozen .h files from the repo. (gh-28392)
Eric Snow
2021-09-16
1
-7/+4
*
bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380)
Eric Snow
2021-09-16
1
-3/+6
*
bpo-45020: Drop the frozen .h files from the repo. (gh-28375)
Eric Snow
2021-09-16
1
-6/+3
*
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
Eric Snow
2021-09-15
1
-4/+4
*
bpo-45188: Windows now regenerates frozen modules at the start of build inste...
Steve Dower
2021-09-15
1
-13/+47
*
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
Eric Snow
2021-09-15
1
-3/+28
*
bpo-45152: Add HAS_CONST macro and get_const_value() function and useā¦ (#28...
Irit Katriel
2021-09-14
1
-0/+10
*
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
Eric Snow
2021-09-13
2
-103/+225
*
Fix typos in pep384_macrocheck.py (GH-28220)
Ikko Ashimine
2021-09-10
1
-2/+2
*
bpo-45019: Add a tool to generate list of modules to include for frozen modul...
Eric Snow
2021-08-30
2
-6/+526
*
Classify specialization failures. Provides more useful stats, with lower over...
Mark Shannon
2021-08-10
1
-0/+12
*
Add option to write specialization stats to files and script to summarize. (G...
Mark Shannon
2021-08-04
1
-0/+41
*
bpo-43795: Don't list private names in the limited API (GH-26740)
Petr Viktorin
2021-06-16
1
-0/+12
*
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon
2021-06-10
1
-0/+9
*
bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102)
Antoine Pitrou
2021-05-13
1
-1/+4
*
bpo-43795: PEP 652 user documentation (GH-25668)
Petr Viktorin
2021-05-11
1
-6/+27
*
bpo-44074: let patchcheck infer the base branch name (GH-25991)
Leonardo Lai
2021-05-10
1
-4/+26
*
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon
2021-05-07
1
-6/+4
*
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
Petr Viktorin
2021-04-29
2
-111/+485
*
bpo-43651: PEP 597: Fix pdeps used locale encoding (GH-25204)
Inada Naoki
2021-04-06
1
-1/+1
*
bpo-43688: Support "make regen-limited-abi" in debug mode (GH-25133)
Victor Stinner
2021-04-02
1
-5/+0
*
bpo-43690: stable_abi.py no longer parses macros (GH-25136)
Victor Stinner
2021-04-01
1
-32/+1
[next]