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
*
bpo-40334: regenerate metaparser as part of regen-all (GH-19854)
Pablo Galindo
2020-05-02
1
-1/+1
*
Fix some scripts in the peg generator folder (GH-19853)
Pablo Galindo
2020-05-02
9
-16/+16107
*
bpo-40334: use the TOKENS file when checking dangling rules (GH-19849)
Pablo Galindo
2020-05-01
5
-15/+31
*
Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848)
Pablo Galindo
2020-05-01
2
-3/+4
*
bpo-40334: Simplify type handling in the PEG c_generator (GH-19818)
Pablo Galindo
2020-05-01
2
-35/+25
*
bpo-40328: Add tool for generating cjk mapping headers (GH-19602)
Dong-hee Na
2020-04-29
9
-0/+51008
*
bpo-40334: refactor and cleanup for the PEG generators (GH-19775)
Pablo Galindo
2020-04-29
4
-160/+269
*
bpo-40334: Refactor peg_generator to receive a Tokens file when building c co...
Pablo Galindo
2020-04-28
6
-88/+215
*
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Pablo Galindo
2020-04-27
2
-4/+13
*
closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709)
Ammar Askar
2020-04-25
2
-70/+0
*
bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694)
Lysandros Nikolaou
2020-04-24
2
-3/+2
*
bpo-40334: Allow to run make regen-pegen without distutils (GH-19684)
Pablo Galindo
2020-04-23
2
-11/+12
*
bpo-40370: Use the same compile and link args as the interpreter used in test...
Pablo Galindo
2020-04-23
1
-3/+12
*
bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672)
Pablo Galindo
2020-04-23
2
-1/+5
*
Compile extensions in test_peg_generator with C99 (GH-19668)
Pablo Galindo
2020-04-23
1
-0/+3
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
36
-1/+4801
*
bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364)
Serhiy Storchaka
2020-04-18
1
-21/+16
*
bpo-40267: Fix message when last input character produces a SyntaxError (GH-1...
Lysandros Nikolaou
2020-04-15
1
-0/+4
*
closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against...
Benjamin Peterson
2020-04-14
1
-4/+8
*
closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490)
Benjamin Peterson
2020-04-12
1
-0/+2
*
closes bpo-39953: Update OpenSSL error codes table. (GH-19082)
Benjamin Peterson
2020-04-11
1
-9/+16
*
bpo-40094: Fix which.py script exit code (GH-19286)
Victor Stinner
2020-04-02
1
-0/+1
*
closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)
Benjamin Peterson
2020-03-31
1
-1/+1
*
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
Victor Stinner
2020-03-20
1
-7/+9
*
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...
Steve Dower
2020-03-11
2
-1/+9
*
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
Benjamin Peterson
2020-03-11
1
-2/+2
*
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
Benjamin Peterson
2020-03-11
1
-4/+5
*
bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)
Victor Stinner
2020-03-09
1
-1/+1
*
bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)
Steve Dower
2020-02-29
1
-1/+1
*
bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507)
Dong-hee Na
2020-02-14
1
-9/+6
*
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Mark Shannon
2020-01-14
1
-5/+0
*
argument-clinic: Simplify multi-line string handling (GH-17852)
Dong-hee Na
2020-01-06
1
-2/+2
*
Remove outdated mention of hg.exe from Tools/msi/README.txt (GH-17792)
Anthony Shaw
2020-01-02
1
-3/+3
*
bpo-38870: Expose a function to unparse an ast object in the ast module (GH-1...
Pablo Galindo
2019-11-24
1
-704/+0
*
bpo-38839: Fix some unused functions in tests (GH-17189)
Adam Johnson
2019-11-19
1
-7/+0
*
Remove code commented for more than 10 years (GH-16965)
Victor Stinner
2019-10-28
1
-36/+0
*
bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive ...
Steve Dower
2019-10-28
1
-1/+1
*
bpo-38534: Replace wrong KB number references (GH-16955)
benedwards14
2019-10-28
1
-4/+4
*
bpo-38539: Finish rename of ss1.py to spreadsheet.py (GH-16896)
Raymond Hettinger
2019-10-23
1
-829/+0
*
bpo-38539: Update demo files (GH-16890)
Julin S
2019-10-23
5
-21/+850
*
bpo-38419: fix "check-c-globals" path (GH-16680)
AMIR
2019-10-23
1
-1/+1
*
bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386)
Sergey Fedoseev
2019-10-21
1
-1/+1
*
bpo-36876: Re-organize the c-analyzer tool code. (gh-16841)
Eric Snow
2019-10-19
36
-706/+1030
*
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)
Ruediger Pluem
2019-10-11
1
-4/+1
*
bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304)
Eric Snow
2019-09-27
6
-49/+108
*
bpo-37064: Add option -a to pathfix.py tool (GH-15717)
PatrikKopkan
2019-09-25
1
-5/+30
*
closes bpo-16637: libpython: construct integer object directly from gdbvalue ...
Marc Hartmayer
2019-09-24
1
-1/+1
*
bpo-38187: Fix reference leak in test_tools (GH-16233)
Pablo Galindo
2019-09-17
1
-0/+3
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
1
-7/+6
*
Move Eric's TODO file into his directory. (GH-16072)
Benjamin Peterson
2019-09-12
1
-0/+1072
[next]