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
*
Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG p...
Pablo Galindo Salgado
2022-01-03
1
-11/+4
*
bpo-46178: Remove/rename redundant Travis CI code (#30309)
Hugo van Kemenade
2021-12-31
1
-4/+4
*
bpo-45189: Drop the "list_frozen" command from _test_embed. (GH-30273)
Dong-hee Na
2021-12-28
1
-10/+5
*
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)
Kumar Aditya
2021-12-22
1
-1/+1
*
bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (G...
Pablo Galindo Salgado
2021-12-20
1
-4/+11
*
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Raymond Hettinger
2021-12-19
1
-13/+0
*
bpo-46131: add fastpath for PyFloat_Check() (#30200)
Matti Picus
2021-12-19
1
-0/+13
*
bpo-40280: Add Tools/wasm with helpers for cross building (GH-29984)
Christian Heimes
2021-12-18
3
-0/+299
*
bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)
Christian Heimes
2021-12-17
1
-1/+1
*
bpo-46072: Add top level stats struct (GH-30169)
Mark Shannon
2021-12-17
1
-19/+69
*
bpo-46072: Document --enable-stats option. (GH-30139)
Mark Shannon
2021-12-16
1
-0/+0
*
bpo-46072: Add --with-pystats configure option to simplify gathering of VM st...
Mark Shannon
2021-12-15
1
-1/+1
*
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
Christian Heimes
2021-12-13
2
-6/+18
*
bpo-43795: Document stable_abi.txt format and contents (GH-29956)
Petr Viktorin
2021-12-10
1
-0/+1
*
bpo-45654: No need to freeze types (GH-30028)
Christian Heimes
2021-12-10
1
-2/+1
*
Remove an outdated comment. (GH-30010)
Serhiy Storchaka
2021-12-09
1
-2/+0
*
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
Kumar Aditya
2021-12-09
1
-0/+6
*
bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...
Mark Shannon
2021-12-07
1
-6/+5
*
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
Crowthebird
2021-12-03
1
-1/+1
*
bpo-45950: Introduce Bootstrap Python again (#29859)
Christian Heimes
2021-12-03
2
-2/+6
*
bpo-45952: Get the C analyzer tool working again. (gh-29882)
Eric Snow
2021-12-01
6
-99/+111
*
Fix EncodingWarning in Tools/freeze/test/freeze.py (GH-29742)
Inada Naoki
2021-11-30
1
-2/+2
*
bpo-45019: Cleanup module freezing and deepfreeze (#29772)
Kumar Aditya
2021-11-26
1
-40/+28
*
bpo-45866: pegen strips directory of "generated from" header (GH-29777)
Victor Stinner
2021-11-26
3
-3/+7
*
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-45783: Preserve file moves and deletions in the tests for the freeze tool...
Eric Snow
2021-11-23
1
-31/+11
*
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
*
Fix out-of-tree build support for multissltest (GH-29694)
Christian Heimes
2021-11-22
1
-4/+10
*
Reactivate primary mechanism to retrieve frames in the gdb helpers (GH-29682)
Pablo Galindo Salgado
2021-11-21
1
-4/+6
*
Refactor parser compilation units into specific components (GH-29676)
Pablo Galindo Salgado
2021-11-21
2
-1/+3
*
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
3
-17/+491
*
bpo-45637: Fix cframe-based fallback in the gdb helpers (GH-29515)
Pablo Galindo Salgado
2021-11-10
1
-5/+5
*
bpo-45637: Remove broken fallback in gdb helpers to obtain frame variable (GH...
Pablo Galindo Salgado
2021-11-09
1
-11/+7
*
bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and remove unu...
wim glenn
2021-11-03
1
-2/+0
*
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
2
-25/+44
*
bpo-45629: Add a test for the "freeze" tool. (gh-29222)
Eric Snow
2021-10-28
1
-0/+194
*
bpo-43795: Add a test for Stable ABI symbol availability using ctypes (GH-26354)
Petr Viktorin
2021-10-22
1
-0/+38
*
bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141)
Zachary Ware
2021-10-22
1
-8/+3
*
bpo-45494: Fix parser crash when reporting errors involving invalid continuat...
Pablo Galindo Salgado
2021-10-19
1
-1/+1
*
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
Victor Stinner
2021-10-15
1
-1/+0
*
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner
2021-10-14
1
-1/+0
*
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon
2021-10-13
1
-11/+64
*
Fix EncodingWarning in test_tools. (GH-28846)
Inada Naoki
2021-10-10
1
-2/+2
[next]