Serhiy Storchaka
e431d3c9aa
Issue #26581 : Use the first coding cookie on a line, not the last one.
10 years ago
Brett Cannon
e4044bfe63
Issue #26271 : Fix the Freeze tool to use variables passed in from the
configure script related to compiler flags.
Thanks to Daniel Shaulov for the bug report and patch.
10 years ago
Steve Dower
4a6f4825f4
Backs out buildbot clean trigger.
10 years ago
Steve Dower
79993a90e2
Adds warning to prepare_ssl when nasm is not available.
Force clean of externals on buildbots.
10 years ago
Berker Peksag
d66dd5ce68
Issue #26489 : Add dictionary unpacking support to Tools/parser/unparse.py
Patch by Guo Ci Teo.
10 years ago
Martin Panter
4177e7c38e
Issue #26316 : Fix variable name typo in Argument Clinic
10 years ago
Serhiy Storchaka
885bdc4946
Issue #25985 : sys.version_info is now used instead of sys.version
to format short Python version.
10 years ago
Victor Stinner
f2c1aa1661
Add ast.Constant
Issue #26146 : Add a new kind of AST node: ast.Constant. It can be used by
external AST optimizers, but the compiler does not emit directly such node.
An optimizer can replace the following AST nodes with ast.Constant:
* ast.NameConstant: None, False, True
* ast.Num: int, float, complex
* ast.Str: str
* ast.Bytes: bytes
* ast.Tuple if items are constants too: tuple
* frozenset
Update code to accept ast.Constant instead of ast.Num and/or ast.Str:
* compiler
* docstrings
* ast.literal_eval()
* Tools/parser/unparse.py
10 years ago
Steve Dower
10cabcbe14
Issue #26065 : Excludes venv from library when generating embeddable distro.
10 years ago
Steve Dower
10f997d986
Issue #25715 : Python 3.5.1 installer shows wrong upgrade path and incorrect logic for launcher detection.
10 years ago
Martin Panter
b4ce1fc31b
Issue #5319 : New Py_FinalizeEx() API to exit with status 120 on failure
10 years ago
Steve Dower
10fa83cb77
Fixes upload directories for Windows installer.
10 years ago
Steve Dower
21cecb904f
Fixes upload directories for Windows installer.
10 years ago
Steve Dower
5e2e70029b
Fixes installer not allowing launcher to be selected.
10 years ago
Steve Dower
ba270147e4
Issue #24306 : Sets component ID for launcher to match 3.5 and later to avoid downgrading.
10 years ago
Martin Panter
7462b64911
Issue #25523 : Correct "a" article to "an" article
This changes the main documentation, doc strings, source code comments, and a
couple error messages in the test suite. In some cases the word was removed
or edited some other way to fix the grammar.
10 years ago
Steve Dower
04a4316acc
Issue #25450 : Updates shortcuts to start Python in installation directory.
10 years ago
Steve Dower
940f6a8f11
Improves handling of test markers for building Python without intefering with actual installs.
10 years ago
Terry Jan Reedy
a05e7f6743
Issue #25505 : Remove unused buggy method.
10 years ago
Benjamin Peterson
dcc13ef1e9
fix usage of undefined name ( #25504 )
10 years ago
Brett Cannon
dd1e670758
Fix a variable typo by switching to a f-string.
10 years ago
Brett Cannon
f1c47e4751
Issue #25154 : Make the file argument apply to the print function and
not str.format call.
10 years ago
Steve Dower
5b6f3644e6
Issue #24633 : Removes automatic rename of site-packages/README since README.txt is now committed.
10 years ago
Steve Dower
d28a8a994b
Moves Windows installer externals onto SVN and updates the build process to grab them automatically.
10 years ago
Brett Cannon
9b63868f77
Issue #25154 : Deprecate the pyvenv script.
This was done so as to move users to `python3 -m venv` which prevents
confusion over which Python interpreter will be used in the virtual
environment when more than one is installed.
10 years ago
Steve Dower
148827c32a
Enabled --pgo option for building 64-bit PGO enabled releases.
10 years ago
Steve Dower
bc94fd7b49
Issue #25164 : Changes default all-users install directory to match per-user directory.
10 years ago
Steve Dower
bec29815d2
Keeps all-users launcher checkbox visible when the option cannot be changed.
10 years ago
Steve Dower
8ffe4fdeb0
Only detects features from previous version when a bundle is found.
Otherwise, stray registry entries would cause issues.
Also fixes an accelerator collision and improves UAC icons when upgrading.
10 years ago
Steve Dower
b96698112d
Issue #25143 : Improves installer error messages for unsupported platforms.
10 years ago
Steve Dower
731f4a2c5f
Issue #25163 : Display correct directory in installer when using non-default settings.
10 years ago
Steve Dower
5ae56919ab
Issue #25089 : Adds logging to installer for case where launcher is not selected on upgrade.
10 years ago
Steve Dower
3cc6da2b07
Removes deprecated -n option from buildbot script.
10 years ago
Steve Dower
c9fda9b903
Issue #25165 : Windows uninstallation should not remove launcher if other versions remain
10 years ago
Steve Dower
c4b7600b90
Improves support for building unofficial versions of the Windows installer.
10 years ago
Steve Dower
a2ea0e4804
Issue #25102 : Windows installer does not precompile for -O or -OO.
10 years ago
Steve Dower
44fe401aa3
Issue #25081 : Makes Back button in installer go back to upgrade page when upgrading.
10 years ago
Steve Dower
14b9e6c6a7
Issue #25126 : Clarifies that the non-web installer will download some components.
10 years ago
Steve Dower
bc25032c92
Issue #25091 : Increases font size of the installer.
10 years ago
Steve Dower
2495faf8fc
Closes #25085 and #25086 : Exclude distutils and test directories from embeddable distro.
10 years ago
Eric V. Smith
608adf9c82
Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter.
10 years ago
Steve Dower
76b7133f58
Issue #25071 : Windows installer should not require TargetDir parameter when installing quietly
10 years ago
Steve Dower
ae69de658e
Fixes handling of read-only files when creating zip package.
10 years ago
Steve Dower
fcbe1df4af
Issue #25027 : Reverts partial-static build options and adds vcruntime140.dll to Windows installation.
10 years ago
Steve Dower
f3f2d372e8
Issue #24910 : Windows MSIs now have unique display names.
11 years ago
Zachary Ware
e74fe18ebb
Allow PCbuild\rt.bat to accept unlimited arguments for regrtest.
This makes it possible to pass more than 4 tests by name through
Tools\buildbot\test.bat
11 years ago
Steve Dower
ab2a34abb7
Issue #24847 : Removes vcruntime140.dll dependency from Tcl/Tk.
11 years ago
Steve Dower
807404921a
Removes --clean-only option from buildbots.
11 years ago
Steve Dower
e7e69391e3
Issue #24847 : Fixes Tix revision number and reverts fix for the wrong revision.
Triggers clean on buildbots.
11 years ago
Steve Dower
9f0cbbc376
Issue #24847 : Removes vcruntime140.dll dependency from Tcl/Tk.
11 years ago