summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* bpo-37156: Fix libssl DLL tag in MSI sources (GH-14219)Steve Dower2019-07-011-2/+3
* [3.7] bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) (GH-13782)Miss Islington (bot)2019-06-031-3/+3
* [3.7] bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)...Miss Islington (bot)2019-05-021-4/+3
* bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903)Miss Islington (bot)2019-04-221-1/+1
* Allow Windows layout builds to fully skip code signing (GH-12808)Miss Islington (bot)2019-04-122-3/+8
* bpo-36010: Add venv to the nuget distribution (GH-12367)Miss Islington (bot)2019-03-301-1/+1
* bpo-36441: Fixes creating a venv when debug binaries are installed. (GH-12566)Miss Islington (bot)2019-03-271-0/+15
* bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)Miss Islington (bot)2019-03-231-1/+4
* bpo-36174: Update nuget authoring for new license field. (GH-12300)Miss Islington (bot)2019-03-124-9/+4
* bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848) (GH-12284)Miss Islington (bot)2019-03-121-1/+1
* bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)Miss Islington (bot)2019-02-041-1/+2
* bpo-34691: Compile _contextvars module into main Python library (GH-11741)Miss Islington (bot)2019-02-021-1/+1
* Enable signing Windows builds with SHA1 environment variable (GH-11279)Miss Islington (bot)2018-12-211-1/+4
* [3.7] bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC....Serhiy Storchaka2018-12-141-1/+1
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-109-339/+209
* [3.7] bpo-34977: Use venv redirector instead of original python.exe on Window...Steve Dower2018-12-101-0/+23
* Revert "[3.7] bpo-34977: Add Windows App Store package (GH-10245)" (GH-11021)Victor Stinner2018-12-079-209/+339
* [3.7] bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-069-339/+209
* bpo-35296: make install now installs the internal API (GH-10665) (GH-10897)Victor Stinner2018-12-041-3/+3
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Miss Islington (bot)2018-11-051-2/+2
* bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)Miss Islington (bot)2018-10-271-1/+1
* 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.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)Christian Heimes2018-09-231-4/+4
* Fixes tests requiring extra environment values on Windows (GH-9462)Steve Dower2018-09-201-0/+3
* bpo-26901: Fix the Argument Clinic test suite (GH-8879) (GH-9048)Miss Islington (bot)2018-09-041-791/+0
* bpo-34217: Use lowercase for windows headers (GH-8472)Miss Islington (bot)2018-08-161-1/+1
* Updated MSI README to mention dependency on .NET 3.5. (GH-8375)Miss Islington (bot)2018-07-291-0/+8
* [3.7] bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367) (GH-8369)Xtreak2018-07-211-3/+5
* [3.7] bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710)Victor Stinner2018-06-151-12/+25
* pypi.python.org -> pypi.org (GH-7613) (GH-7614)Miss Islington (bot)2018-06-111-1/+1
* update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)Miss Islington (bot)2018-06-071-20/+19
* remove hg support from patchcheck (GH-7440)Miss Islington (bot)2018-06-051-21/+3
* bpo-32911: Revert bpo-29463. (GH-7121)Serhiy Storchaka2018-05-291-6/+0
* [3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082)Miss Islington (bot)2018-05-231-8/+25
* bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)Miss Islington (bot)2018-05-221-4/+4
* bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926)Miss Islington (bot)2018-05-171-2/+12
* bpo-33312: update Tools/gdb/libpython.py to match. (GH-6549)Miss Islington (bot)2018-04-201-1/+1
* bpo-33189: pygettext.py now accepts only literal strings (GH-6364)Miss Islington (bot)2018-04-181-5/+9
* bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip...Miss Islington (bot)2018-04-091-19/+11
* [3.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6213)Miss Islington (bot)2018-03-241-1/+1
* [3.7] bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (GH-5...Miss Islington (bot)2018-03-141-8/+20
* Minor improvements to the Windows build/release process (GH-5935)Miss Islington (bot)2018-02-272-0/+5
* bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663)Miss Islington (bot)2018-02-271-9/+5
* bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH...Miss Islington (bot)2018-02-261-4/+11
* bpo-20361: Remove workaround for a now fixed bug (#5283)Victor Stinner2018-01-231-3/+0
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-221-1/+1
* bpo-32588: Move _findvs into its own module and add missing _queue module to ...Steve Dower2018-01-191-1/+1
* bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180)Christian Heimes2018-01-161-52/+69
* bpo-32507: Change Windows install to include app-local UCRT (#5119)Steve Dower2018-01-0910-81/+68