Steve Dower
|
2a1f30f681
|
Prevent PGO build for x86 releases.
|
2016-09-09 14:21:24 -07:00 |
Steve Dower
|
fa526bd19c
|
Closes #27314: Fixes launcher installer upgrade table.
|
2016-09-09 13:19:09 -07:00 |
Yury Selivanov
|
bf04b0698b
|
Issue #28008: Fix test_unparse
|
2016-09-09 11:48:39 -07:00 |
Steve Dower
|
7a35b1c2a7
|
Issue #26619: Improves error message when installing on out-of-date Windows Server
|
2016-09-09 11:44:26 -07:00 |
Steve Dower
|
2fadfc0ead
|
Issue #26619: Improves error message when installing on out-of-date Windows Server
|
2016-09-09 11:41:28 -07:00 |
Steve Dower
|
4db86bc1b4
|
Changes pyvenv.cfg trick into an actual sys.path file.
|
2016-09-09 09:17:35 -07:00 |
Guido van Rossum
|
deed5a18ca
|
Issue #28038: Remove Tools/parser/com2ann.py and its unit test.
Development is moving to https://github.com/ilevkivskyi/com2ann
|
2016-09-09 09:06:11 -07:00 |
Martin Panter
|
e13370b3e3
|
Issue #27364: Raw strings to avoid deprecated escaping in com2ann.py
|
2016-09-09 07:38:50 +00:00 |
Yury Selivanov
|
f8cb8a16a3
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Patch by Ivan Levkivskyi.
|
2016-09-08 20:50:03 -07:00 |
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
|
a68c1bca7b
|
Remove legacy "from __future__ import with_statement" lines.
|
2016-09-08 13:47:41 -07:00 |
R David Murray
|
44b548dda8
|
#27364: fix "incorrect" uses of escape character in the stdlib.
And most of the tools.
Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and
Martin Panter.
|
2016-09-08 13:59:53 -04:00 |
Benjamin Peterson
|
cc854499e4
|
clinic: PY_LONG_LONG -> long long
|
2016-09-08 09:29:11 -07:00 |
Steve Dower
|
beb0f1d425
|
Adds MAX_PATH button to the installer.
|
2016-09-08 09:26:42 -07:00 |
Steve Dower
|
22d0698d3b
|
Adds test.support.PGO and skips tests that are not useful for PGO.
|
2016-09-06 19:38:15 -07:00 |
Larry Hastings
|
10108a7b9a
|
Issue #27355: Removed support for Windows CE. It was never finished,
and Windows CE is no longer a relevant platform for Python.
|
2016-09-05 15:11:23 -07:00 |
Steve Dower
|
4565986138
|
Issue #27756: Updates installer icons to be the console and launcher icon instead of the setup icon
|
2016-09-05 14:51:41 -07:00 |
Steve Dower
|
c7d1cf4de9
|
Issue #27756: Adds new icons for Python files and processes on Windows. Designs by Cherry Wang.
|
2016-09-05 14:05:17 -07:00 |
Vinay Sajip
|
dd917f84e3
|
Closes #27904: Improved logging statements to defer formatting until needed.
|
2016-08-31 08:22:29 +01:00 |
Victor Stinner
|
f7457001a6
|
Tests: add --slowest option to buildbots
Display the top 10 slowest tests.
|
2016-08-17 11:27:40 +02:00 |
Steve Dower
|
0e6d0dcd0b
|
Adds missing file to installer.
|
2016-08-15 18:58:29 -07:00 |
Serhiy Storchaka
|
9171a8b4ce
|
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
implemented with using Argument Clinic.
|
2016-08-14 10:52:18 +03:00 |
Martin Panter
|
02b75abf73
|
Merge spelling and grammar fixes from 3.5
|
2016-08-05 01:51:39 +00:00 |
Martin Panter
|
69332c1a64
|
Fix spelling and grammar in documentation and code comments
|
2016-08-04 13:07:31 +00:00 |
Martin Panter
|
8bde911115
|
Issue #27626: Merge spelling fixes from 3.5
|
2016-07-28 01:30:58 +00:00 |
Martin Panter
|
eb9957065a
|
Issue #27626: Spelling fixes in docs, comments and internal names
Based on patch by Ville Skyttä.
|
2016-07-28 01:11:04 +00:00 |
Steve Dower
|
05338267ab
|
Issue #27610: Adds PEP 514 metadata to Windows installer
|
2016-07-24 18:04:29 -07:00 |
Steve Dower
|
edddc2704c
|
Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly.
|
2016-07-23 08:02:02 -07:00 |
Alexander Belopolsky
|
5d0c598382
|
Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).
|
2016-07-22 18:47:04 -04:00 |
Steve Dower
|
df450d1a18
|
Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly.
|
2016-07-16 16:17:33 -07:00 |
Steve Dower
|
fb2125daf3
|
Merge from 3.5
|
2016-07-16 16:13:51 -07:00 |
Steve Dower
|
6fd76bceda
|
Fixes use of Py_IntDir and Py_OutDir to control build directories.
|
2016-07-16 16:13:19 -07:00 |
Serhiy Storchaka
|
2954f83999
|
- Issue #27332: Fixed the type of the first argument of module-level functions
generated by Argument Clinic. Patch by Petr Viktorin.
|
2016-07-07 18:20:03 +03:00 |
Serhiy Storchaka
|
1a2b24f02d
|
Issue #27332: Fixed the type of the first argument of module-level functions
generated by Argument Clinic. Patch by Petr Viktorin.
|
2016-07-07 17:35:15 +03:00 |
Serhiy Storchaka
|
b1cec73481
|
Issue #27418: Fixed Tools/importbench/importbench.py.
|
2016-06-30 10:34:52 +03:00 |
Serhiy Storchaka
|
eb51faadbe
|
Issue #27418: Fixed Tools/importbench/importbench.py.
|
2016-06-30 10:33:17 +03:00 |
Steve Dower
|
2977cdcee4
|
Merge from 3.5
|
2016-06-27 12:31:00 -07:00 |
Steve Dower
|
2e4cdb67d5
|
Adds script for purging the caching server for downloads on python.org.
|
2016-06-27 12:30:48 -07:00 |
Steve Dower
|
44a98b6bf3
|
Merge from 3.5
|
2016-06-27 09:43:27 -07:00 |
Steve Dower
|
aaa1767bd3
|
Adds batch file to build nuget packages.
|
2016-06-27 09:43:17 -07:00 |
Steve Dower
|
435c979990
|
Merge from 3.5
|
2016-06-27 09:35:32 -07:00 |
Steve Dower
|
33128c815e
|
Include libs folder in nuget package and allow preinstalling packages
|
2016-06-27 09:34:18 -07:00 |
Steve Dower
|
523ccd135c
|
Merge from 3.5
|
2016-06-25 16:43:26 -07:00 |
Steve Dower
|
e7614dd07d
|
Simplifies nuget build with better parameters.
|
2016-06-25 16:13:30 -07:00 |
Steve Dower
|
19b2a53a82
|
Merge from 3.5
|
2016-06-24 11:38:00 -07:00 |
Steve Dower
|
3f9fbfcdd4
|
Preinstalls pip into the nuget package so that pip.exe is available after installation.
|
2016-06-24 11:37:50 -07:00 |
Steve Dower
|
227cec790b
|
Merge from 3.5
|
2016-06-24 10:32:54 -07:00 |
Steve Dower
|
33f7310c5e
|
Adds scripts for producing Nuget packages.
|
2016-06-24 10:32:15 -07:00 |
Serhiy Storchaka
|
f41b82fb19
|
Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support
positional-only and keyword parameters in the same function.
|
2016-06-09 16:30:29 +03:00 |
Serhiy Storchaka
|
5dee6551e2
|
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
|
2016-06-09 16:16:06 +03:00 |
Serhiy Storchaka
|
2561bf6ae0
|
Issue #26305: Argument Clinic now escapes braces. No need to double them.
|
2016-06-09 16:03:23 +03:00 |