summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-35133: Fix mistakes when concatenate string literals on different l...Serhiy Storchaka2018-11-051-2/+2
* bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760)Miss Islington (bot)2018-10-191-3/+9
* bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)Miss Islington (bot)2018-10-151-13/+33
* [3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)Christian Heimes2018-09-231-4/+4
* Fixes tests requiring extra environment values on Windows (GH-9463)Steve Dower2018-09-201-0/+3
* Fix Tools/gdb/libpython.pyMiss Islington (bot)2018-09-111-1/+1
* bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760)Christian Heimes2018-08-151-65/+98
* Updated MSI README to mention dependency on .NET 3.5. (GH-8375)Miss Islington (bot)2018-07-291-0/+8
* bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367)Miss Islington (bot)2018-07-211-3/+5
* bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710) (GH-7...Victor Stinner2018-06-151-16/+34
* pypi.python.org -> pypi.org (GH-7613) (GH-7615)Miss Islington (bot)2018-06-111-1/+1
* remove hg support from patchcheck (GH-7440)Miss Islington (bot)2018-06-051-21/+3
* bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6925)Steve Dower2018-05-171-2/+12
* bpo-33189: pygettext.py now accepts only literal strings (GH-6364)Miss Islington (bot)2018-04-191-5/+9
* bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip...Miss Islington (bot)2018-04-091-19/+11
* [3.6] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6214)Christian Heimes2018-03-241-1/+2
* [3.6] bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (GH-5...Miss Islington (bot)2018-03-141-8/+20
* bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH...Miss Islington (bot)2018-02-261-4/+11
* [3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228)Steve Dower2018-01-191-1/+1
* Allows non-critical upload steps to fail (GH-4742) (#4743)Miss Islington (bot)2017-12-061-3/+3
* bpo-32155: Bugfixes found by flake8 F841 warnings (#4619)Victor Stinner2017-11-281-1/+1
* bpo-31944: Fixes build and Modify button (GH-4278) (#4284)Miss Islington (bot)2017-11-042-3/+4
* [3.6] bpo-31926: fix missing *_METHODDEF statements by argument clinic (GH-42...Tal Einat2017-11-031-2/+2
* Update multissltests: 1.0.2m, 1.1.0g (GH-4232) (#4236)Miss Islington (bot)2017-11-021-3/+2
* bpo-30722: Make redemo work with Python 3.6+ (GH-2311)Miss Islington (bot)2017-10-231-2/+1
* [3.6] bpo-31523: Reliability improvements to the Windows build files (GH-3900...Miss Islington (bot)2017-10-054-26/+55
* [3.6] bpo-31662: Fix typos in uploadrelease.bat script (#3858)Miss Islington (bot)2017-10-021-3/+3
* [3.6] bpo-31536: Avoid wholesale rebuild after `make regen-all` (GH-3678) (#3...Miss Islington (bot)2017-09-281-0/+28
* [3.6] Update multissl test helper (GH-3349) (#3415)Christian Heimes2017-09-072-241/+430
* Add props file for nuget packages (#3410) (#3413)Steve Dower2017-09-065-6/+80
* [3.6] Update `make patchcheck` for blurb and NEWS.d (GH-3406)Miss Islington (bot)2017-09-071-5/+5
* [3.6] bpo-31340: Change to building with MSVC v141 (included with Visual Stud...Steve Dower2017-09-062-2/+24
* [3.6] bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (GH-3153) ...Łukasz Langa2017-08-221-9/+11
* [3.6] bpo-31221: patchcheck ignores external libraries (#3109) (#3116)Victor Stinner2017-08-171-2/+21
* Revert "[3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python ext...Victor Stinner2017-08-161-4/+2
* [3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (...Łukasz Langa2017-08-141-2/+4
* Fix build batch files (#2750) (#2897)Steve Dower2017-07-266-21/+49
* [3.6] bpo-30450: Improved logic for obtaining dependencies (#2751)Steve Dower2017-07-192-23/+4
* [3.6] Check the whitespace of pull requests on Travis (GH-2367) (GH-2386)Brett Cannon2017-06-241-2/+32
* bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...Steve Dower2017-06-194-22/+25
* Revert "bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225)" (#2246)Victor Stinner2017-06-161-11/+2
* bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) (G...Zachary Ware2017-06-161-19/+99
* bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225)Victor Stinner2017-06-161-2/+11
* [3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083)Zachary Ware2017-06-1011-657/+657
* [3.6] bpo-30345: Update test_gdb.py and python-gdb.py from master (#1549)Victor Stinner2017-05-131-12/+52
* [3.6] bpo-23404: make touch becomes make regen-all (#1405) (#1461)Victor Stinner2017-05-051-129/+0
* [3.6] bpo-30109: Fix reindent.py (GH-1207) (GH-1208)Mariatta2017-04-201-1/+5
* bpo-29798: Handle git worktree in patchcheck (#1058) (#1060)Nick Coghlan2017-04-091-1/+1
* Takes vcruntime140.dll from the correct source. (#684)Steve Dower2017-03-162-11/+6
* bpo-29798: Handle git worktree in `make patchcheck` (#629) (#633)Nick Coghlan2017-03-121-1/+4