summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* bpo-40370: Use the same compile and link args as the interpreter used in test...Pablo Galindo2020-04-231-3/+12
* bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672)Pablo Galindo2020-04-232-1/+5
* Compile extensions in test_peg_generator with C99 (GH-19668)Pablo Galindo2020-04-231-0/+3
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-2236-1/+4801
* bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364)Serhiy Storchaka2020-04-181-21/+16
* bpo-40267: Fix message when last input character produces a SyntaxError (GH-1...Lysandros Nikolaou2020-04-151-0/+4
* closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against...Benjamin Peterson2020-04-141-4/+8
* closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490)Benjamin Peterson2020-04-121-0/+2
* closes bpo-39953: Update OpenSSL error codes table. (GH-19082)Benjamin Peterson2020-04-111-9/+16
* bpo-40094: Fix which.py script exit code (GH-19286)Victor Stinner2020-04-021-0/+1
* closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)Benjamin Peterson2020-03-311-1/+1
* bpo-40019: Skip test_gdb if Python was optimized (GH-19081)Victor Stinner2020-03-201-7/+9
* bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...Steve Dower2020-03-112-1/+9
* Update some www.unicode.org URLs to use HTTPS. (GH-18912)Benjamin Peterson2020-03-111-2/+2
* closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)Benjamin Peterson2020-03-111-4/+5
* bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)Victor Stinner2020-03-091-1/+1
* bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)Steve Dower2020-02-291-1/+1
* bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507)Dong-hee Na2020-02-141-9/+6
* bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)Mark Shannon2020-01-141-5/+0
* argument-clinic: Simplify multi-line string handling (GH-17852)Dong-hee Na2020-01-061-2/+2
* Remove outdated mention of hg.exe from Tools/msi/README.txt (GH-17792)Anthony Shaw2020-01-021-3/+3
* bpo-38870: Expose a function to unparse an ast object in the ast module (GH-1...Pablo Galindo2019-11-241-704/+0
* bpo-38839: Fix some unused functions in tests (GH-17189)Adam Johnson2019-11-191-7/+0
* Remove code commented for more than 10 years (GH-16965)Victor Stinner2019-10-281-36/+0
* bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive ...Steve Dower2019-10-281-1/+1
* bpo-38534: Replace wrong KB number references (GH-16955)benedwards142019-10-281-4/+4
* bpo-38539: Finish rename of ss1.py to spreadsheet.py (GH-16896)Raymond Hettinger2019-10-231-829/+0
* bpo-38539: Update demo files (GH-16890)Julin S2019-10-235-21/+850
* bpo-38419: fix "check-c-globals" path (GH-16680)AMIR2019-10-231-1/+1
* bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386)Sergey Fedoseev2019-10-211-1/+1
* bpo-36876: Re-organize the c-analyzer tool code. (gh-16841)Eric Snow2019-10-1936-706/+1030
* bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)Ruediger Pluem2019-10-111-4/+1
* bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304)Eric Snow2019-09-276-49/+108
* bpo-37064: Add option -a to pathfix.py tool (GH-15717)PatrikKopkan2019-09-251-5/+30
* closes bpo-16637: libpython: construct integer object directly from gdbvalue ...Marc Hartmayer2019-09-241-1/+1
* bpo-38187: Fix reference leak in test_tools (GH-16233)Pablo Galindo2019-09-171-0/+3
* bpo-37206: Unrepresentable default values no longer represented as None. (GH-...Serhiy Storchaka2019-09-141-7/+6
* Move Eric's TODO file into his directory. (GH-16072)Benjamin Peterson2019-09-121-0/+1072
* bpo-36876: Fix the globals checker tool. (gh-16058)Eric Snow2019-09-122-18/+51
* bpo-37760: Convert from length-18 lists to a dataclass, in makeunicodedata. (...Greg Price2019-09-121-62/+88
* bpo-36876: Add a tool that identifies unsupported global C variables. (#15877)Eric Snow2019-09-1129-0/+5041
* bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)Christian Heimes2019-09-111-5/+4
* bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)Jeroen Demeyer2019-09-111-1/+1
* bpo-36511: clean up python process before deploy on ARM Windows buildbots (GH...Paul Monson2019-09-091-0/+7
* bpo-37758: Cut always-constant conditionals on sys.maxunicode. (GH-15302)Greg Price2019-09-091-4/+1
* Mark files as executable that are meant as scripts. (GH-15354)Greg Price2019-09-091-0/+0
* bpo-37283: Ensure command-line and unattend.xml setting override previously d...Steve Dower2019-09-092-8/+25
* bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548)PatrikKopkan2019-09-051-5/+34
* bpo-37034: Display argument name on errors with keyword arguments with Argume...RĂ©mi Lapeyre2019-08-291-80/+101
* bpo-36743: __get__ is sometimes called without the owner argument (#12992)Raymond Hettinger2019-08-291-1/+1