index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Wix version and fixes wxs file.
Steve Dower
2015-03-21
2
-3/+3
*
Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better
Serhiy Storchaka
2015-03-20
3
-87/+51
*
Issue #23491: Implement PEP 441: Improving Python Zip Application Support
Brett Cannon
2015-03-13
2
-0/+16
*
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka
2015-03-12
2
-4/+4
|
\
|
*
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka
2015-03-12
2
-4/+1
*
|
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka
2015-03-11
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka
2015-03-11
1
-1/+1
|
*
Issue #17896: Update msi.py to new externals dir.
Martin v. Löwis
2015-02-09
1
-4/+4
|
*
Issue #23212: Update Windows copy of OpenSSL to 1.0.1l
Steve Dower
2015-01-31
1
-4/+4
*
|
Adds note about installed debug binaries.
Steve Dower
2015-03-10
1
-1/+1
*
|
Issue #23619: Ensure C variable is initialized before using it.
Steve Dower
2015-03-09
1
-2/+1
*
|
Issue #23612: Fixes upgrade code and version for Windows installer.
Steve Dower
2015-03-08
3
-5/+5
*
|
Minor updates to Windows installer upload script.
Steve Dower
2015-03-08
2
-3/+4
*
|
Add scripts for uploading Windows builds to a Linux server using pscp
Steve Dower
2015-03-05
3
-0/+108
*
|
Updates CRT installation for Windows installer.
Steve Dower
2015-03-01
11
-72/+180
*
|
Removes unused string resources from Windows installer.
Steve Dower
2015-02-20
1
-2/+0
*
|
Closes #23482: sqlite3_d.dll is not included in installer
Steve Dower
2015-02-19
1
-0/+7
*
|
Simplify MSI projects.
Steve Dower
2015-02-14
46
-334/+447
*
|
Closes #23437: Make user scripts directory versioned on Windows (patch by pmo...
Steve Dower
2015-02-14
1
-1/+2
*
|
Fix installer Back button going to wrong page when modifying.
Steve Dower
2015-02-12
2
-1/+10
*
|
Improve Windows release scripts
Steve Dower
2015-02-08
4
-28/+70
*
|
Adds automated test script for the Windows installer and fixes download URL
Steve Dower
2015-02-07
4
-2/+88
*
|
Fix download URL embedded in Windows installer.
Steve Dower
2015-02-06
1
-1/+1
*
|
Require Mercurial on PATH when building a Windows release.
Steve Dower
2015-02-06
1
-0/+3
*
|
Issue #23260: Update Windows installer
Steve Dower
2015-02-06
119
-4808/+6639
*
|
Issue #23248: Update ssl error codes from latest OpenSSL git master.
Antoine Pitrou
2015-01-18
1
-19/+38
|
\
\
|
|
/
|
*
Issue #23248: Update ssl error codes from latest OpenSSL git master.
Antoine Pitrou
2015-01-18
1
-19/+38
*
|
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-1/+1
|
*
Closes #23160: Respect the environment variable SVNROOT in external-common.ba...
Steve Dower
2015-01-15
1
-8/+10
*
|
merge 3.4 (#23130)
Benjamin Peterson
2014-12-30
1
-405/+0
|
\
\
|
|
/
|
*
merge 3.3 (#23130)
Benjamin Peterson
2014-12-30
1
-405/+0
|
|
\
|
|
*
merge 3.2 (#23130)
Benjamin Peterson
2014-12-30
1
-405/+0
|
|
|
\
|
|
|
*
delete old ftpmirror script, which now has security bugs (closes #23130)
Benjamin Peterson
2014-12-30
1
-405/+0
|
|
|
*
Add 3.2.4 UUIDs
Martin v. Löwis
2013-03-30
1
-0/+2
|
|
|
*
Issue #17425: Build with openssl 1.0.0k on Windows.
Martin v. Loewis
2013-03-24
1
-2/+2
*
|
|
|
Backed out changeset ceaac3d483a1 (buildbots refreshed)
Zachary Ware
2014-12-15
1
-1/+1
*
|
|
|
Fetch new external sources on the buildbots
Zachary Ware
2014-12-15
1
-1/+1
*
|
|
|
Removes use of ValueOrDefault function that is not always available on the bu...
Steve Dower
2014-12-12
1
-1/+1
*
|
|
|
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...
Steve Dower
2014-11-22
4
-19/+89
*
|
|
|
Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()
Serhiy Storchaka
2014-12-01
2
-10/+19
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()
Serhiy Storchaka
2014-12-01
2
-10/+19
*
|
|
|
Issue #22823: Use set literals instead of creating a set from a tuple.
Serhiy Storchaka
2014-11-15
1
-9/+9
*
|
|
|
Issue #17896: Move Windows external lib sources from .. to externals.
Zachary Ware
2014-11-02
2
-2/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #17896: Move Windows external lib sources from .. to externals.
Zachary Ware
2014-11-02
1
-1/+2
|
*
|
|
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.
Zachary Ware
2014-11-01
1
-0/+4
*
|
|
|
Issue #22186: Fix typos in Lib/.
Berker Peksag
2014-10-19
1
-3/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #22186: Fix typos in Lib/.
Berker Peksag
2014-10-19
1
-3/+3
*
|
|
|
merge with 3.4
Georg Brandl
2014-10-19
1
-1/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Closes #22663: patchcheck: only modify text files under Doc/
Georg Brandl
2014-10-19
1
-1/+2
[next]