Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
49c521fd5d3102916045551019368eae66dc7696
/
Tools
4801383
upgrade to Unicode 8.0.0
by Benjamin Peterson
· 9 years ago
6d58f8d
Issue 24476: Statically links vcruntime140.dll and removes it from the installer
by Steve Dower
· 9 years ago
4ab4ac8
Merge 3.4
by Zachary Ware
· 9 years ago
9fe1643
Deprecate unused scripts in Tools/buildbot.
by Zachary Ware
· 9 years ago
785273c
Merge forward extras beyond #21907 backport.
by Zachary Ware
· 9 years ago
6250df8
Clean up/refactor the batch scripts used for building on Windows.
by Zachary Ware
· 9 years ago
9901856
Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library.
by Steve Dower
· 9 years ago
7734900
Issue #24317: Makes Customize page default to installing per-user, and switching to All Users enable CompileAll.
by Steve Dower
· 9 years ago
83f34aa
Issue #24293: Adds mapping from explicit colours to system colours to correctly handle user themes.
by Steve Dower
· 9 years ago
44e6258
Fixes text in installer.
by Steve Dower
· 9 years ago
3028c95
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
by Serhiy Storchaka
· 9 years ago
c30a6ce
Issue #24293: Fixes installer colors to use system settings throughout.
by Steve Dower
· 9 years ago
3805019
Exclude _testmultiphase.pyd from embeddable ZIP file.
by Steve Dower
· 10 years ago
2446e2e
Prevents attempt to sign ZIP file when building embeddable version.
by Steve Dower
· 10 years ago
42a059b
Issue #24268: Adds PCBuild project to build _testmultiphase module.
by Steve Dower
· 10 years ago
bd0d91e
Removes lingering references to RAR now that make_zip.py actually makes a ZIP
by Steve Dower
· 10 years ago
4a7fe7e
Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path.
by Steve Dower
· 10 years ago
7dc9dea
Issue #20035: Reimplement tkinter._fix module as a C function.
by Zachary Ware
· 10 years ago
ba9ac5b
Issue #16261: Converted some bare except statements to except statements
by Serhiy Storchaka
· 10 years ago
42b50d1
Fixes default per-user install precompiling the standard library.
by Steve Dower
· 10 years ago
7544508
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
by Yury Selivanov
· 10 years ago
38337d1
Issue #24000: Improved Argument Clinic's mapping of converters to legacy
by Larry Hastings
· 10 years ago
025e9eb
PEP 448: additional unpacking generalizations (closes #2292)
by Benjamin Peterson
· 10 years ago
dbfdc38
Issue #24001: Argument Clinic converters now use accept={type}
by Larry Hastings
· 10 years ago
1d4880d
Enables shortcuts to be deselected when installing on Windows.
by Steve Dower
· 10 years ago
d2a694c
Issue #23330: h2py now supports arbitrary filenames in #include.
by Serhiy Storchaka
· 10 years ago
b9c04db
Issue #23330: h2py now supports arbitrary filenames in #include.
by Serhiy Storchaka
· 10 years ago
8c1cee9
Replaces use of WinRAR to generate ZIP file with Python script
by Steve Dower
· 10 years ago
32439d6
Issue #23911: Move path-based bootstrap code to a separate frozen module.
by Eric Snow
· 10 years ago
6b4c63d
Makes embedded distribution a plain ZIP file and corrects pyd exclusion.
by Steve Dower
· 10 years ago
19694ab
Fixes Python failing to run during Windows release build
by Steve Dower
· 10 years ago
7173dac
Update Windows installer for new CRT version.
by Steve Dower
· 10 years ago
247789c
Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
by Serhiy Storchaka
· 10 years ago
c314e28
Issue #24031: make patchcheck now supports git checkouts, too.
by Christian Heimes
· 10 years ago
d98c677
Issue #24031: make patchcheck now supports git checkouts, too.
by Christian Heimes
· 10 years ago
777af30
Minor fixes to Windows build scripts
by Steve Dower
· 10 years ago
3c28c6e
Backed out buildbot clean
by Steve Dower
· 10 years ago
4ac54bb
Force the buildbots to clean up all externals.
by Steve Dower
· 10 years ago
2b78129
#18128: use standard +NNNN timezone format in POT-Creation-Date header.
by R David Murray
· 10 years ago
7f90cba
Issue #23935: Argument Clinic's understanding of format units
by Larry Hastings
· 10 years ago
13a6ee0
Updates layout of some text in the Windows installer.
by Steve Dower
· 10 years ago
97100c0
Updates Windows installer to promote per-user installs over all-users.
by Steve Dower
· 10 years ago
f70fdd2
Generates and signs a self-extracting executable containing an embedded Python.
by Steve Dower
· 10 years ago
89964c4
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
by Larry Hastings
· 10 years ago
5aec1a4
Merge with 3.4
by Zachary Ware
· 10 years ago
bbbbe7e
Make Argument Clinic's '--make' option work on Windows.
by Zachary Ware
· 10 years ago
8ef887c
Issue #20586: Argument Clinic now ensures signatures on functions without docstrings.
by Zachary Ware
· 10 years ago
774ac37
Closes #17202: Merge with 3.4
by Zachary Ware
· 10 years ago
4c9c848
Issue #17202: Add .bat to .hgeol to force them to CRLF.
by Zachary Ware
· 10 years ago
7b8c5f5
Updates Windows release scripts to generate and upload GPG signatures.
by Steve Dower
· 10 years ago
92e8af6
Issue #23492: Argument Clinic now generates argument parsing code with
by Serhiy Storchaka
· 10 years ago
1009bf1
Issue #23501: Argumen Clinic now generates code into separate files by default.
by Serhiy Storchaka
· 10 years ago
0759f84
Issue #23500: Argument Clinic is now smarter about generating the "#ifndef"
by Larry Hastings
· 10 years ago
45ec328
Removed trailing whitespaces in miscalenous files.
by Serhiy Storchaka
· 10 years ago
bfbfc8d
Removed unintentional trailing spaces in text files.
by Serhiy Storchaka
· 10 years ago
4891997
Missing brace and minor formatting in Windows installer
by Steve Dower
· 10 years ago
c98290b
Fixes UI labels and ability to add/remove features.
by Steve Dower
· 10 years ago
102f72c
Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals and fixes test script.
by Steve Dower
· 10 years ago
e9ae834
Update Wix version and fixes wxs file.
by Steve Dower
· 10 years ago
53c3fb1
Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better
by Serhiy Storchaka
· 10 years ago
cc4dfc1
Issue #23491: Implement PEP 441: Improving Python Zip Application Support
by Brett Cannon
· 10 years ago
c2ccce7
Issue #23641: Cleaned out legacy dunder names from tests and docs.
by Serhiy Storchaka
· 10 years ago
a60c2fe
Issue #23641: Cleaned out legacy dunder names from tests and docs.
by Serhiy Storchaka
· 10 years ago
ca8b644
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
by Serhiy Storchaka
· 10 years ago
cf4a2f2
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
by Serhiy Storchaka
· 10 years ago
3d3aaa1
Adds note about installed debug binaries.
by Steve Dower
· 10 years ago
8011382
Issue #23619: Ensure C variable is initialized before using it.
by Steve Dower
· 10 years ago
c49de35
Issue #23612: Fixes upgrade code and version for Windows installer.
by Steve Dower
· 10 years ago
1872f93
Minor updates to Windows installer upload script.
by Steve Dower
· 10 years ago
2856332
Add scripts for uploading Windows builds to a Linux server using pscp
by Steve Dower
· 10 years ago
e4969f5
Updates CRT installation for Windows installer.
by Steve Dower
· 10 years ago
e7b9267
Removes unused string resources from Windows installer.
by Steve Dower
· 10 years ago
3892189
Closes #23482: sqlite3_d.dll is not included in installer
by Steve Dower
· 10 years ago
cc115ee
Simplify MSI projects.
by Steve Dower
· 10 years ago
17be514
Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore)
by Steve Dower
· 10 years ago
db80aec
Fix installer Back button going to wrong page when modifying.
by Steve Dower
· 10 years ago
39abba4
Issue #17896: Update msi.py to new externals dir.
by Martin v. Löwis
· 10 years ago
312cef0
Improve Windows release scripts
by Steve Dower
· 10 years ago
5056455
Adds automated test script for the Windows installer and fixes download URL
by Steve Dower
· 10 years ago
3468a06
Fix download URL embedded in Windows installer.
by Steve Dower
· 10 years ago
268f3de
Require Mercurial on PATH when building a Windows release.
by Steve Dower
· 10 years ago
bb24087
Issue #23260: Update Windows installer
by Steve Dower
· 10 years ago
6b89973
Issue #23212: Update Windows copy of OpenSSL to 1.0.1l
by Steve Dower
· 10 years ago
3b225d8
Issue #23248: Update ssl error codes from latest OpenSSL git master.
by Antoine Pitrou
· 10 years ago
173ad83
Issue #23248: Update ssl error codes from latest OpenSSL git master.
by Antoine Pitrou
· 10 years ago
82e07b9
Issue #23181: More "codepoint" -> "code point".
by Serhiy Storchaka
· 10 years ago
d3faf43
Issue #23181: More "codepoint" -> "code point".
by Serhiy Storchaka
· 10 years ago
cbd3bd5
Closes #23160: Respect the environment variable SVNROOT in external-common.bat (patch by anselm.kruis)
by Steve Dower
· 10 years ago
864d57c
merge 3.4 (#23130)
by Benjamin Peterson
· 10 years ago
3cd1af5
merge 3.3 (#23130)
by Benjamin Peterson
· 10 years ago
9582b33
merge 3.2 (#23130)
by Benjamin Peterson
· 10 years ago
44e4b98
delete old ftpmirror script, which now has security bugs (closes #23130)
by Benjamin Peterson
· 10 years ago
494b09c
Backed out changeset ceaac3d483a1 (buildbots refreshed)
by Zachary Ware
· 10 years ago
d0b07d5
Fetch new external sources on the buildbots
by Zachary Ware
· 10 years ago
10e6585
Removes use of ValueOrDefault function that is not always available on the buildbots.
by Steve Dower
· 10 years ago
7a1104d
Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()
by Serhiy Storchaka
· 10 years ago
65e4cb1
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release.
by Steve Dower
· 10 years ago
cac7ec4
Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()
by Serhiy Storchaka
· 10 years ago
5d43833
Issue #22823: Use set literals instead of creating a set from a tuple.
by Serhiy Storchaka
· 10 years ago
740e1dc
Issue #17896: Move Windows external lib sources from .. to externals.
by Zachary Ware
· 10 years ago
Next »