summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* merge 3.4 (#23130)Benjamin Peterson2014-12-301-405/+0
|\
| * merge 3.3 (#23130)Benjamin Peterson2014-12-301-405/+0
| |\
| | * merge 3.2 (#23130)Benjamin Peterson2014-12-301-405/+0
| | |\
| | | * delete old ftpmirror script, which now has security bugs (closes #23130)Benjamin Peterson2014-12-301-405/+0
| | | * Add 3.2.4 UUIDsMartin v. Löwis2013-03-301-0/+2
| | | * Issue #17425: Build with openssl 1.0.0k on Windows.Martin v. Loewis2013-03-241-2/+2
* | | | Backed out changeset ceaac3d483a1 (buildbots refreshed)Zachary Ware2014-12-151-1/+1
* | | | Fetch new external sources on the buildbotsZachary Ware2014-12-151-1/+1
* | | | Removes use of ValueOrDefault function that is not always available on the bu...Steve Dower2014-12-121-1/+1
* | | | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower2014-11-224-19/+89
* | | | Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()Serhiy Storchaka2014-12-012-10/+19
|\ \ \ \ | |/ / /
| * | | Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()Serhiy Storchaka2014-12-012-10/+19
* | | | Issue #22823: Use set literals instead of creating a set from a tuple.Serhiy Storchaka2014-11-151-9/+9
* | | | Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-012-2/+2
|\ \ \ \ | |/ / /
| * | | Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-011-1/+2
| * | | Issue #17717: Pull NASM from svn.python.org for OpenSSL build.Zachary Ware2014-11-011-0/+4
* | | | Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-191-3/+3
|\ \ \ \ | |/ / /
| * | | Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-191-3/+3
* | | | merge with 3.4Georg Brandl2014-10-191-1/+2
|\ \ \ \ | |/ / /
| * | | Closes #22663: patchcheck: only modify text files under Doc/Georg Brandl2014-10-191-1/+2
* | | | Turn externals cleaning back offZachary Ware2014-10-171-1/+1
* | | | Issue #22644: Update the Windows build to OpenSSL 1.0.1jZachary Ware2014-10-171-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #22644: Update the Windows build to OpenSSL 1.0.1jZachary Ware2014-10-171-4/+4
* | | | Issue #22615: Argument Clinic now supports the "type" argument for theLarry Hastings2014-10-131-1/+3
* | | | Issue #21907: Partially revert changes to Windows buildbot scripts.Zachary Ware2014-10-134-19/+19
* | | | Issue #21907: Try to make the pre-Vista Windows buildbots happier.Zachary Ware2014-10-111-0/+10
* | | | Merge: #18176: Change generic UCD PropList link to version specific link.R David Murray2014-10-091-1/+1
|\ \ \ \ | |/ / /
| * | | #18176: Change generic UCD PropList link to version specific link.R David Murray2014-10-091-1/+1
* | | | Merge: #18176: fix another reference and add it to the makeunicodedata comment.R David Murray2014-10-091-0/+1
|\ \ \ \ | |/ / /
| * | | #18176: fix another reference and add it to the makeunicodedata comment.R David Murray2014-10-091-0/+1
* | | | Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.R David Murray2014-10-091-0/+4
|\ \ \ \ | |/ / /
| * | | #18176: updated stdtypes UCD link, added reminder to makeunicodedata.R David Murray2014-10-091-0/+4
| * | | Drop pydocgui.pyw from the distribution.Martin v. Löwis2014-09-211-4/+1
* | | | Drop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e)Steve Dower2014-10-081-4/+1
* | | | Issue #20079: makelocalealias.py now supports installed SUPPORTED file,Serhiy Storchaka2014-10-021-8/+12
* | | | Issue #20076: Apply optimization in makelocalealias.py repeatedly.Serhiy Storchaka2014-10-021-1/+6
|\ \ \ \ | |/ / /
* | | | Issue #20076: Added non derived UTF-8 aliases to locale aliases table.Serhiy Storchaka2014-10-021-4/+0
|\ \ \ \ | |/ / /
| * | | Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.Zachary Ware2014-08-061-4/+4
* | | | Issue #20079: Added locales supported in glibc 2.18 to locale alias table.Serhiy Storchaka2014-10-011-1/+44
* | | | Issue #22120: For functions using an unsigned integer return converter,Larry Hastings2014-08-051-1/+5
* | | | Argument Clinic bugfix: Don't let the C preprocessor "Monitor" see linesLarry Hastings2014-07-271-3/+4
* | | | Issue #21918: Convert test_tools.py to a sub-package of test.Zachary Ware2014-07-161-276/+0
|\ \ \ \ | |/ / /
| * | | Issue #21918: Convert test_tools.py to a sub-package of test.Zachary Ware2014-07-161-276/+0
* | | | Merge removal of Tools/scripts/pydocgui.pywZachary Ware2014-07-161-7/+0
|\ \ \ \ | |/ / /
| * | | Remove Tools/scripts/pydocgui.pyw.Zachary Ware2014-07-161-7/+0
* | | | Issue #18974: Tools/scripts/diff.py now uses argparse instead of optparse.Serhiy Storchaka2014-07-151-16/+18
* | | | Issue #21906: Merge from 3.4.Berker Peksag2014-07-111-3/+6
|\ \ \ \ | |/ / /
| * | | Issue #21906: Make Tools/scripts/md5sum.py work in Python 3.Berker Peksag2014-07-111-3/+6
* | | | Issue #21907: Make the buildbot clean script always return 0.Zachary Ware2014-07-081-0/+3
* | | | Issue #21907: Exit with the correct return codeZachary Ware2014-07-071-1/+1