Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backed out changeset 7d2018774925 | Serhiy Storchaka | 2015-02-15 | 1 | -2/+5 |
| | |||||
* | Use os.devnull instead of hardcoded '/dev/null'. | Serhiy Storchaka | 2015-02-15 | 1 | -5/+2 |
| | |||||
* | Issue #23212: Update Windows copy of OpenSSL to 1.0.1l | Steve Dower | 2015-01-31 | 1 | -2/+3 |
| | |||||
* | Issue #23199: libpython27.a in amd64 release is 32-bit | Steve Dower | 2015-01-31 | 1 | -19/+18 |
| | |||||
* | Issue #23248: Update ssl error codes from latest OpenSSL git master. | Antoine Pitrou | 2015-01-18 | 1 | -19/+38 |
| | |||||
* | Closes #23160: Respect the environment variable SVNROOT in ↵ | Steve Dower | 2015-01-15 | 1 | -8/+10 |
| | | | | external-common.bat (patch by anselm.kruis) | ||||
* | delete old ftpmirror script, which now has security bugs (closes #23130) | Benjamin Peterson | 2014-12-30 | 1 | -400/+0 |
| | |||||
* | Adds missing revocation.crl test file to msi.py | Steve Dower | 2014-11-26 | 1 | -0/+1 |
| | |||||
* | Adds missing files to msi.py | Steve Dower | 2014-11-26 | 1 | -0/+2 |
| | |||||
* | Update msi.py and uuids.py for 2.7.9 releases | Steve Dower | 2014-11-26 | 2 | -4/+6 |
| | |||||
* | Issue #22850: Backport ensurepip Windows installer changes to 2.7 | Steve Dower | 2014-11-13 | 1 | -14/+33 |
| | |||||
* | Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7 | Donald Stufft | 2014-11-11 | 1 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | * Backports ensurepip to the 2.7 branch * Backports some of the improved documentation to the 2.7 branch. * Adds a private backport of the 3.x mock library as test._mock_backport to enable saner testing of ensurepip. Key Differences from 3.x: * Ensurepip does not have any Makefile integration, specifically it is not ran by default in the Makefile. * There is no venv module in 2.7, so downstream distributors can completely disable ensurepip, ideally with a message redirecting to the correct way to install pip. * To match the ``python`` command in 2.7, ensurepip will install the unversioned ``pip`` command as well. * No-op and hide --default-pip and add --no-default-pip to restore the 3.x behavor on 2.7. | ||||
* | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 1 | -2/+3 |
| | |||||
* | Issue #17717: Pull NASM from svn.python.org for OpenSSL build. | Zachary Ware | 2014-11-01 | 1 | -0/+4 |
| | |||||
* | Closes #22663: patchcheck: only modify text files under Doc/ | Georg Brandl | 2014-10-19 | 1 | -1/+2 |
| | |||||
* | Issue #22644: Update the Windows build to OpenSSL 1.0.1j | Zachary Ware | 2014-10-17 | 1 | -2/+3 |
| | |||||
* | #22398 Tools/msi enhancements for 2.7 | Steve Dower | 2014-09-12 | 2 | -13/+8 |
| | | | | | | Fix build_tkinter.py. Update msi.py to use environment vars and correct tcl/tk paths. Update msilib.py to generate short names for files with multiple dots in the name. | ||||
* | Issue #22221: Backported fixes from Python 3 (issue #18960). | Serhiy Storchaka | 2014-09-05 | 1 | -1/+3 |
| | | | | | | | | | | | | | * Now the source encoding declaration on the second line isn't effective if the first line contains anything except a comment. This affects compile(), eval() and exec() too. * IDLE now ignores the source encoding declaration on the second line if the first line contains anything except a comment. * 2to3 and the findnocoding.py script now ignore the source encoding declaration on the second line if the first line contains anything except a comment. | ||||
* | backport many ssl features from Python 3 (closes #21308) | Benjamin Peterson | 2014-08-20 | 2 | -0/+309 |
| | | | | | A contribution of Alex Gaynor and David Reid with the generous support of Rackspace. May God have mercy on their souls. | ||||
* | Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. | Zachary Ware | 2014-08-07 | 1 | -2/+3 |
| | |||||
* | Closes #21665: Don't use OPTS=noxp or -DWINVER=0x0500 when compiling Tcl/Tk | Zachary Ware | 2014-07-22 | 2 | -16/+16 |
| | | | | | | | on the buildbots. 2.7 does still support Win2k, but using those options makes default ttk ugly while not using them doesn't seem to break Win2k. | ||||
* | #21959: Adds 2.7.8 product code to Tools/msi/uuids.py | Steve Dower | 2014-07-11 | 1 | -0/+1 |
| | |||||
* | Issue #21683: Add Tix build to the Windows buildbot scripts. | Zachary Ware | 2014-06-08 | 3 | -0/+18 |
| | |||||
* | Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h | Zachary Ware | 2014-06-06 | 1 | -2/+3 |
| | |||||
* | Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds | Steve Dower | 2014-05-30 | 1 | -1/+3 |
| | |||||
* | include test data in the windows installer, so tests don't fail (closes #19866) | Benjamin Peterson | 2014-05-18 | 1 | -0/+4 |
| | |||||
* | Issue #21476 Include idle icon files in Windows installer | Steve Dower | 2014-05-11 | 1 | -0/+1 |
| | |||||
* | Backport 4e9f1017355f from #3561. | Brian Curtin | 2014-05-10 | 1 | -3/+19 |
| | | | | | This brings the option to install Python on the Windows Path. Committed per Benjamin Peterson's approval on python-dev. | ||||
* | Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows | Zachary Ware | 2014-04-22 | 3 | -16/+20 |
| | | | | from 8.5.2 to 8.5.15. | ||||
* | Backed out changeset 81abb121dc65 | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 |
| | |||||
* | temporary change to get better debugging from windows bots | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 |
| | |||||
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 8 | -0/+0 |
| | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. | ||||
* | Issue #20027: Fixed locale aliases for devanagari locales. | Serhiy Storchaka | 2013-12-26 | 1 | -0/+6 |
| | |||||
* | update Barry's email (closes #19563) | Benjamin Peterson | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | Add 2.7.7 uuids. | Martin v. Löwis | 2013-11-10 | 1 | -0/+2 |
| | |||||
* | Issue #19308: fix the gdb plugin on gdbs linked with Python 3 | Antoine Pitrou | 2013-11-23 | 1 | -28/+61 |
| | |||||
* | Remove the use of non-existing re.ASCII. | Serhiy Storchaka | 2013-09-17 | 1 | -1/+1 |
| | | | | (fixes a regression in 3d46ef0c62c5, issue #18873) | ||||
* | Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python | Serhiy Storchaka | 2013-09-16 | 1 | -3/+3 |
| | | | | source code encoding only in comment lines. | ||||
* | #18803: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-25 | 11 | -13/+13 |
| | |||||
* | Issue #16067: Add description into MSI file to replace installer's temporary ↵ | Martin v. Löwis | 2013-08-03 | 1 | -1/+4 |
| | | | | name. | ||||
* | Add 2.7.6 uuids. | Martin v. Löwis | 2013-08-01 | 1 | -0/+2 |
| | |||||
* | Add 2.7.5 uuid | Martin v. Löwis | 2013-08-01 | 1 | -0/+1 |
| | |||||
* | Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. | Terry Jan Reedy | 2013-07-22 | 1 | -5/+6 |
| | |||||
* | Issue #17801: fix shebang line of gprof2html.py | Ned Deily | 2013-04-20 | 1 | -1/+1 |
| | |||||
* | Issue #17425: Build against openssl 0.9.8y on Windows. | Martin v. Loewis | 2013-03-22 | 1 | -2/+2 |
| | |||||
* | Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* | Terry Jan Reedy | 2013-03-11 | 2 | -2/+2 |
| | | | | found by Serhiy Storchaka and Matthew Barnett | ||||
* | Issue #17156: pygettext.py now correctly escapes non-ascii characters. | Serhiy Storchaka | 2013-02-09 | 1 | -6/+5 |
| | |||||
* | - Issue #17029: Let h2py search the multiarch system include directory. | doko@python.org | 2013-01-25 | 1 | -0/+6 |
| | |||||
* | Issue #15539: Fix backup file creation in pindent.py on Windows | Serhiy Storchaka | 2013-01-11 | 1 | -12/+22 |
| | |||||
* | Add a note about checking refleaks to patchcheck. | Ezio Melotti | 2013-01-11 | 1 | -1/+2 |
| |