Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.5.6
/
Tools
tag
25310a3628a2a4d655f0d854227611d2578f9f99
tagger
Larry Hastings <larry@hastings.org>
Thu Aug 02 09:23:31 2018
object
627d0c61ac96009450e3794a2401f244e56fcb79
Python 3.5.6
4b1468f
[3.5] Check the whitespace of pull requests on Travis (GH-2367) (GH-2387)
by Brett Cannon
· 8 years ago
2c899cc
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) (#2281)
by Steve Dower
· 8 years ago
f50a3b1
Revert "bpo-30673: test.bat: add -t option (timeout) (#2211) (#2226)" (#2247)
by Victor Stinner
· 8 years ago
ab4ea09
bpo-30673: test.bat: add -t option (timeout) (#2211) (#2226)
by Victor Stinner
· 8 years ago
afa6a38
[3.5] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2084)
by Zachary Ware
· 8 years ago
ab6b962
bpo-23404: make touch becomes make regen-all (#1405) (#1461) (#1465)
by Victor Stinner
· 8 years ago
60d27f4
[3.5] bpo-30109: Fix reindent.py (GH-1207) (GH-1209)
by Mariatta
· 8 years ago
c82d394
bpo-29798: Handle git worktree in patchcheck
by Nick Coghlan
· 8 years ago
00cbb8a
Takes vcruntime140.dll from the correct source. (#683)
by Steve Dower
· 8 years ago
a6aac8c
bpo-29798: Handle git worktree in `make patchcheck` (#629) (#634)
by Nick Coghlan
· 8 years ago
be31a83
bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#627)
by Nick Coghlan
· 8 years ago
b8b3b9b
Fixes the upload script to purge the CDN correctly and display success output. (#466) (#496)
by Steve Dower
· 8 years ago
cf445f1
bpo-27593: Updates Windows build to use information from git (#262) (#449)
by Steve Dower
· 8 years ago
e297414
bpo-29624: Adds purge step and layout test after uploading files. (#258) (#263)
by Steve Dower
· 8 years ago
314a86b
Change some mercurial/ hg.python.org references. (#8) (#184)
by Senthil Kumaran
· 8 years ago
5288477
Includes ensurepip and venv packages in nuget package.
by Steve Dower
· 9 years ago
610f5d7
python-gdb.py: catch gdb.error on gdb.selected_frame()
by Victor Stinner
· 9 years ago
e711cc0
Issue #28783: Replaces bdist_wininst in nuget packages with stub
by Steve Dower
· 9 years ago
190dbd9
Issue #28846: Various installer fixes
by Steve Dower
· 9 years ago
f0888cd
Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command.
by Steve Dower
· 9 years ago
c851817
Fixes incorrect path in nuget package build.
by Steve Dower
· 9 years ago
43ab355
Removes incorrect condition from lib_pdb.msi
by Steve Dower
· 9 years ago
fcf622e
Updates release build to collect symbols and binaries, and create nuget package.
by Steve Dower
· 9 years ago
fb4a96a
Issue #28251: Improvements to help manuals on Windows.
by Steve Dower
· 9 years ago
1c75c18
Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
by Steve Dower
· 9 years ago
b766538
Issue #27952: Get fixcid.py working with the re module
by Martin Panter
· 9 years ago
528db31
Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
by Steve Dower
· 9 years ago
c87ae80
Issue #25144: Ensures TargetDir is set before continuing with custom install.
by Steve Dower
· 9 years ago
2fadfc0
Issue #26619: Improves error message when installing on out-of-date Windows Server
by Steve Dower
· 9 years ago
69332c1
Fix spelling and grammar in documentation and code comments
by Martin Panter
· 9 years ago
eb99570
Issue #27626: Spelling fixes in docs, comments and internal names
by Martin Panter
· 9 years ago
df450d1
Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly.
by Steve Dower
· 9 years ago
6fd76bc
Fixes use of Py_IntDir and Py_OutDir to control build directories.
by Steve Dower
· 9 years ago
1a2b24f
Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 9 years ago
eb51faa
Issue #27418: Fixed Tools/importbench/importbench.py.
by Serhiy Storchaka
· 9 years ago
2e4cdb6
Adds script for purging the caching server for downloads on python.org.
by Steve Dower
· 9 years ago
aaa1767
Adds batch file to build nuget packages.
by Steve Dower
· 9 years ago
33128c8
Include libs folder in nuget package and allow preinstalling packages
by Steve Dower
· 9 years ago
e7614dd
Simplifies nuget build with better parameters.
by Steve Dower
· 9 years ago
3f9fbfc
Preinstalls pip into the nuget package so that pip.exe is available after installation.
by Steve Dower
· 9 years ago
33f7310
Adds scripts for producing Nuget packages.
by Steve Dower
· 9 years ago
ebe95fd
Issue #26305: Argument Clinic now escapes braces. No need to double them.
by Serhiy Storchaka
· 9 years ago
d8bf09c
Issue #27053: Updates make_zip.py to correctly generate library ZIP file.
by Steve Dower
· 9 years ago
4962141
Removes versioning from py.exe launcher installer and ensures that old launchers are replaced by newer ones.
by Steve Dower
· 9 years ago
c710826
Fixes unnecessary rebuild when building Windows releases with PGO
by Steve Dower
· 9 years ago
5b6f0aa
Remove duplicated tests.
by Serhiy Storchaka
· 9 years ago
19620c5
gdb/libpython.py: inline _type_void_ptr()
by Victor Stinner
· 9 years ago
4e75ca8
python-gdb.py: get C types at runtime
by Victor Stinner
· 9 years ago
e431d3c
Issue #26581: Use the first coding cookie on a line, not the last one.
by Serhiy Storchaka
· 9 years ago
e4044bf
Issue #26271: Fix the Freeze tool to use variables passed in from the
by Brett Cannon
· 9 years ago
4a6f482
Backs out buildbot clean trigger.
by Steve Dower
· 9 years ago
79993a9
Adds warning to prepare_ssl when nasm is not available.
by Steve Dower
· 9 years ago
d66dd5c
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
by Berker Peksag
· 9 years ago
4177e7c
Issue #26316: Fix variable name typo in Argument Clinic
by Martin Panter
· 10 years ago
10cabcb
Issue #26065: Excludes venv from library when generating embeddable distro.
by Steve Dower
· 10 years ago
10f997d
Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect logic for launcher detection.
by Steve Dower
· 10 years ago
21cecb9
Fixes upload directories for Windows installer.
by Steve Dower
· 10 years ago
5e2e700
Fixes installer not allowing launcher to be selected.
by Steve Dower
· 10 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 10 years ago
04a4316
Issue #25450: Updates shortcuts to start Python in installation directory.
by Steve Dower
· 10 years ago
940f6a8
Improves handling of test markers for building Python without intefering with actual installs.
by Steve Dower
· 10 years ago
3f209b6
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
a05e7f6
Issue #25505: Remove unused buggy method.
by Terry Jan Reedy
· 10 years ago
adf8627
merge 3.4 (#25504)
by Benjamin Peterson
· 10 years ago
dcc13ef
fix usage of undefined name (#25504)
by Benjamin Peterson
· 10 years ago
d28a8a9
Moves Windows installer externals onto SVN and updates the build process to grab them automatically.
by Steve Dower
· 10 years ago
148827c
Enabled --pgo option for building 64-bit PGO enabled releases.
by Steve Dower
· 10 years ago
bc94fd7
Issue #25164: Changes default all-users install directory to match per-user directory.
by Steve Dower
· 10 years ago
bec2981
Keeps all-users launcher checkbox visible when the option cannot be changed.
by Steve Dower
· 10 years ago
8ffe4fd
Only detects features from previous version when a bundle is found.
by Steve Dower
· 10 years ago
b966981
Issue #25143: Improves installer error messages for unsupported platforms.
by Steve Dower
· 10 years ago
731f4a2
Issue #25163: Display correct directory in installer when using non-default settings.
by Steve Dower
· 10 years ago
5ae5691
Issue #25089: Adds logging to installer for case where launcher is not selected on upgrade.
by Steve Dower
· 10 years ago
3cc6da2
Removes deprecated -n option from buildbot script.
by Steve Dower
· 10 years ago
c9fda9b
Issue #25165: Windows uninstallation should not remove launcher if other versions remain
by Steve Dower
· 10 years ago
c4b7600
Improves support for building unofficial versions of the Windows installer.
by Steve Dower
· 10 years ago
a2ea0e4
Issue #25102: Windows installer does not precompile for -O or -OO.
by Steve Dower
· 10 years ago
44fe401
Issue #25081: Makes Back button in installer go back to upgrade page when upgrading.
by Steve Dower
· 10 years ago
14b9e6c
Issue #25126: Clarifies that the non-web installer will download some components.
by Steve Dower
· 10 years ago
bc25032
Issue #25091: Increases font size of the installer.
by Steve Dower
· 10 years ago
2495faf
Closes #25085 and #25086: Exclude distutils and test directories from embeddable distro.
by Steve Dower
· 10 years ago
6695c2e
Merge from 3.5.0
by Steve Dower
· 10 years ago
76b7133
Issue #25071: Windows installer should not require TargetDir parameter when installing quietly
by Steve Dower
· 10 years ago
ae69de6
Fixes handling of read-only files when creating zip package.
by Steve Dower
· 10 years ago
ded28e3
Merge Python 3.5.0rc4 back to hg.python.org.
by Larry Hastings
· 10 years ago
fcbe1df
Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation.
by Steve Dower
· 10 years ago
f3f2d37
Issue #24910: Windows MSIs now have unique display names.
by Steve Dower
· 10 years ago
e74fe18
Allow PCbuild\rt.bat to accept unlimited arguments for regrtest.
by Zachary Ware
· 10 years ago
ab2a34a
Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
by Steve Dower
· 10 years ago
8074049
Removes --clean-only option from buildbots.
by Steve Dower
· 10 years ago
e7e6939
Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision.
by Steve Dower
· 10 years ago
9f0cbbc
Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
by Steve Dower
· 10 years ago
e6894d6
Enables building compressed Windows test builds with --pack option.
by Steve Dower
· 10 years ago
9b8a1fa
Issue #24847: Fixes tcltk installer layout of VC runtime DLL
by Steve Dower
· 10 years ago
315b748
Fixes make_zip.py to create temporary .pyc files in a separate directory. This avoids polluting tests that run code from TEMP.
by Steve Dower
· 10 years ago
08b1817
Puts compiled pyc files into embedded library ZIP file instead of sources.
by Steve Dower
· 10 years ago
132aecb
Issue #24771: Adds vcruntime DLL to tcltk package
by Steve Dower
· 10 years ago
c79dbc7
Updates get_wix.py for newer version of WiX.
by Steve Dower
· 10 years ago
61ca207
Issue #24642: Improves help text displayed in the Windows installer.
by Steve Dower
· 10 years ago
Next »