Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27171: Fix typos in documentation, code comments, and tests | Martin Panter | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Fix a few typos. Patch by Eitan Adler. | Ezio Melotti | 2013-01-27 | 2 | -2/+2 |
| | |||||
* | Issue #27076: Doc, comment and test function name spelling fixes | Martin Panter | 2016-05-26 | 3 | -3/+3 |
| | | | | Most fixes to Doc/ and Lib/ directories by Ville Skyttä. | ||||
* | Fix python-gdb.py: get C types on demand | Victor Stinner | 2016-04-20 | 1 | -9/+17 |
| | | | | | | Issue #26799: Fix python-gdb.py: don't get C types once when the Python code is loaded, but get C types on demand. The C types can change if python-gdb.py is loaded before the Python executable. Patch written by Thomas Ilsche. | ||||
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 2 | -3/+3 |
| | |||||
* | Issue #26581: Use the first coding cookie on a line, not the last one. | Serhiy Storchaka | 2016-03-20 | 1 | -1/+1 |
| | |||||
* | Backed out changeset: e7065fc4a6c2 | Steve Dower | 2016-03-08 | 1 | -1/+1 |
| | |||||
* | Force clean externals on buildbots. | Steve Dower | 2016-03-08 | 1 | -1/+1 |
| | |||||
* | Updates build to use SHA256 hash when signing files | Steve Dower | 2016-02-08 | 1 | -0/+1 |
| | |||||
* | Issue #25505: Remove unused buggy method. | Terry Jan Reedy | 2015-10-30 | 1 | -2/+0 |
| | |||||
* | fix usage of undefined name (#25504) | Benjamin Peterson | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. | Zachary Ware | 2015-09-04 | 1 | -11/+15 |
| | | | | | This makes it possible to pass more than 7 tests by name through Tools\buildbot\test.bat | ||||
* | python-gdb.py: enhance py-bt command | Victor Stinner | 2015-09-03 | 1 | -14/+169 |
| | | | | | | | | | | * Add py-bt-full command * py-bt now gives an output similar to a regular Python traceback * py-bt indicates: - if the garbage collector is running - if the thread is waiting for the GIL - detect PyCFunction_Call to get the name of the builtin function | ||||
* | Close #24508: Backport the 3.5 MSBuild project files. | Zachary Ware | 2015-07-16 | 1 | -1/+1 |
| | | | | | | | The old project files move to PC/VS9.0 and remain supported. VS2008 is still required to build 2.7; VS2010 (or later, plus Windows SDK 7.1) is *also* required to use the new project files. | ||||
* | Deprecate unused scripts in Tools/buildbot. | Zachary Ware | 2015-06-16 | 5 | -3/+15 |
| | | | | | I would just outright delete them, but the readme in PCbuild recommended their use, so I figure it would be nice to leave them there for a while. | ||||
* | Clean up/refactor the batch scripts used for building on Windows. | Zachary Ware | 2015-06-09 | 10 | -192/+53 |
| | | | | | This is mostly a backport of issue #21907, but also includes a few extras necessary to make the bulidbot scripts as thin as possible. | ||||
* | Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library. | Steve Dower | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | Generates installer product codes for future releases. | Steve Dower | 2015-06-03 | 1 | -0/+10 |
| | |||||
* | Adds UUIDs for 2.7.10 | Steve Dower | 2015-05-11 | 1 | -0/+2 |
| | |||||
* | Issue #23330: h2py now supports arbitrary filenames in #include. | Serhiy Storchaka | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | Issue #17202: Add .bat to .hgeol to force them to CRLF. | Zachary Ware | 2015-04-13 | 11 | -189/+189 |
| | | | | | Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why. | ||||
* | Backed out changeset 7b1ceb925471 after buildbots have new OpenSSL source. | Zachary Ware | 2015-04-09 | 1 | -1/+1 |
| | |||||
* | Refresh OpenSSL sources on the buildbots | Zachary Ware | 2015-04-09 | 1 | -1/+1 |
| | |||||
* | Issue #23686: Update Windows build to use OpenSSL 1.0.2a | Zachary Ware | 2015-04-08 | 1 | -2/+3 |
| | |||||
* | Issue #23615: Module tarfile is now can be reloaded with imp.reload(). | Serhiy Storchaka | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | 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 |
| |