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-96883: browser: include concurrent.futures (GH-96886)
Christian Heimes
2022-09-17
1
-13/+19
*
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson
2022-09-13
1
-2/+3
*
gh-90110: Fix the c-analyzer Tool (gh-96731)
Eric Snow
2022-09-12
9
-115/+497
*
gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matchi...
adang1345
2022-09-12
1
-1/+3
*
gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)
Christian Heimes
2022-09-11
1
-0/+4
*
gh-95853: Multiple ops and debug for wasm_build.py (#96744)
Christian Heimes
2022-09-11
2
-83/+242
*
GH-90699: use statically allocated interned strings in typeobject's slotdefs ...
Kumar Aditya
2022-09-07
1
-2/+34
*
gh-89545: Updates platform module to use new internal _wmi module on Windows ...
Steve Dower
2022-09-07
1
-1/+1
*
GH-96458: Statically initialize utf8 representation of static strings (#96481)
Kumar Aditya
2022-09-03
2
-2/+8
*
gh-95853: Improve WASM build script (GH-96389)
Christian Heimes
2022-08-30
1
-14/+193
*
gh-96320: WASI socket fixes (#96388)
Christian Heimes
2022-08-30
1
-1/+2
*
gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)
Christian Heimes
2022-08-29
1
-2/+2
*
GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code poin...
Carl Friedrich Bolz-Tereick
2022-08-26
1
-7/+25
*
gh-90110: Update the c-analyzer Tool (gh-96255)
Eric Snow
2022-08-25
4
-1534/+84
*
bpo-46744: Support "-Win32" and make platform flags case insensitive in Windo...
conioh
2022-08-25
2
-30/+32
*
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH...
Mark Shannon
2022-08-24
2
-2/+1
*
gh-96019: Fix caching of decompositions in makeunicodedata (GH-96020)
Carl Friedrich Bolz-Tereick
2022-08-19
1
-3/+7
*
gh-95853: WASM: better version and asset handling in scripts (GH-96045)
Christian Heimes
2022-08-19
2
-2/+37
*
gh-90110: Update the c-analyzer Tool (gh-96058)
Eric Snow
2022-08-17
4
-8/+87
*
gh-90110: Get the C Analyzer Tool Working Again (gh-96057)
Eric Snow
2022-08-17
3
-579/+383
*
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Mark Shannon
2022-08-15
1
-7/+11
*
gh-95853: Address wasm build and test issues (GH-95985)
Christian Heimes
2022-08-15
1
-4/+11
*
gh-95853: Add script to automate WASM build (GH-95828)
Christian Heimes
2022-08-13
3
-8/+604
*
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland
2022-08-13
1
-42/+47
*
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...
Eric Snow
2022-08-11
1
-19/+79
*
gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650)
Serhiy Storchaka
2022-08-08
1
-1/+1
*
gh-93243: Make smtpd private before porting its users (GH-93246)
Oleg Iarygin
2022-08-06
1
-1/+0
*
gh-90110: Update the C Analyzer Tool Whitelists (gh-95628)
Eric Snow
2022-08-04
2
-28/+24
*
gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95...
Steve Dower
2022-08-04
1
-9/+29
*
gh-90110: Get the C Analyzer Tool Working Again (gh-95545)
Eric Snow
2022-08-01
4
-5/+118
*
gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)
neonene
2022-08-01
1
-0/+5
*
GH-95245: Store object values and dict pointers in single tagged pointer. (GH...
Mark Shannon
2022-08-01
1
-9/+14
*
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes
2022-07-27
3
-28/+4
*
gh-95174: Move WASIX logic into wasi-env (GH-95320)
Christian Heimes
2022-07-27
2
-9/+22
*
gh-95174: WASI: skip missing sockets functions (GH-95179)
Christian Heimes
2022-07-27
1
-0/+4
*
gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)
Christian Heimes
2022-07-27
1
-1/+1
*
gh-95205: Improve WASM README.md (GH-95267)
Christian Heimes
2022-07-26
2
-12/+112
*
gh-85454: Remove distutils.ccompiler from Tools/c-analyzer (GH-95171)
Dong-hee Na
2022-07-25
1
-2/+12
*
GH-94851: check refcnt of immortal objects after finalization (GH-95001)
Kumar Aditya
2022-07-25
1
-0/+19
*
gh-95205: Improve wasm README (#95206)
Erlend Egeberg Aasland
2022-07-25
1
-2/+6
*
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
Brandt Bucher
2022-07-22
1
-7/+0
*
gh-93939: Use new MODULE_name_STATE in wasm_assets script (GH-95035)
Christian Heimes
2022-07-20
1
-7/+6
*
gh-95007: Remove the NoneType return converter (GH-95019)
Serhiy Storchaka
2022-07-20
1
-11/+0
*
gh-94673: [c-analyzer] Add a Script to Identify Static Types (#94989)
Eric Snow
2022-07-19
4
-141/+611
*
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes
2022-07-14
3
-21/+5
*
gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)
Christian Heimes
2022-07-12
1
-1/+6
*
GH-90699: Intern statically allocated strings (GH-93597)
Kumar Aditya
2022-07-08
1
-4/+10
*
GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH...
Kumar Aditya
2022-07-07
1
-1/+1
*
gh-94430: Allow params named `module` or `self` with custom C names in Argume...
Erlend Egeberg Aasland
2022-07-07
1
-2/+7
*
gh-94538: Fix Argument Clinic output to custom file (#94539)
Erlend Egeberg Aasland
2022-07-05
1
-1/+1
[prev]
[next]