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-97669: Create Tools/build/ directory (#97963)
Victor Stinner
2022-10-17
16
-23/+41
*
gh-95731: Fix module docstring extraction in pygettext (#95732)
Jakub Kuczys
2022-10-15
1
-3/+4
*
gh-97669: Remove Tools/scripts/startuptime.py (#98214)
Victor Stinner
2022-10-12
1
-22/+0
*
gh-97669: Create Tools/patchcheck/ directory (#98186)
Victor Stinner
2022-10-12
4
-3/+0
*
gh-97669: Remove abitype.py and pep384_macrocheck.py (#98165)
Victor Stinner
2022-10-11
3
-351/+0
*
gh-97669: Remove outdated example scripts (#97675) (#98167)
Victor Stinner
2022-10-11
6
-576/+0
*
gh-95756: Lazily created cached co_* attrs (GH-97791)
Ken Jin
2022-10-11
1
-1/+1
*
gh-68686: Retire eptag ptag scripts (#98064)
Joannah Nanjekye
2022-10-08
3
-112/+0
*
gh-92886: [clinic.py] raise exception on invalid input instead of assertion (...
Irit Katriel
2022-10-07
1
-1/+2
*
gh-97669: Move difflib examples to Doc/includes/ (#97964)
Victor Stinner
2022-10-07
2
-193/+0
*
gh-97008: Add a Python implementation of AttributeError and NameError suggest...
Ćukasz Langa
2022-10-04
1
-0/+70
*
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
Victor Stinner
2022-10-04
2
-130/+0
*
gh-97669: Remove outdated example scripts (#97675)
Victor Stinner
2022-10-04
40
-6538/+1
*
gh-97681: Remove Tools/demo/ directory (#97682)
Victor Stinner
2022-10-03
15
-2721/+0
*
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...
Serhiy Storchaka
2022-10-03
1
-0/+1
*
gh-90110: Update the c-analyzer Tool (gh-97695)
Eric Snow
2022-10-01
2
-68/+7
*
gh-90989: Install Windows launcher per-user, and clarify some installer text ...
Steve Dower
2022-09-30
2
-7/+7
*
gh-97649: The Tools directory is no longer installed on Windows (GH-97653)
Steve Dower
2022-09-30
8
-115/+1
*
gh-97612: Fix shell injection in get-remote-certificate.py (#97613)
Victor Stinner
2022-09-28
1
-18/+7
*
bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' (GH-32376)
LiarPrincess
2022-09-28
1
-1/+1
*
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
[next]