| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge with 3.4 | Martin v. Löwis | 2015-02-09 | 0 | -0/+0 |
| |\ | |||||
| | * | Amend b8ebf381390f: find patchlevel.py in extensions. | Martin v. Löwis | 2015-02-09 | 1 | -1/+1 |
| | | | |||||
| * | | Merge with 3.4 | Martin v. Löwis | 2015-02-09 | 1 | -145/+146 |
| |\ \ | |/ | |||||
| | * | Issue #17896: Update msi.py to new externals dir. | Martin v. Löwis | 2015-02-09 | 1 | -4/+4 |
| | | | |||||
| | * | Post-release updates for Python 3.4.3rc1. | Larry Hastings | 2015-02-08 | 2 | -1/+12 |
| | | | |||||
| | * | Added tag v3.4.3rc1 for changeset 69dd528ca625 | Larry Hastings | 2015-02-08 | 1 | -0/+1 |
| | | | |||||
| | * | Fix a copyright notice that still said 2014.v3.4.3rc1 | Larry Hastings | 2015-02-08 | 1 | -1/+1 |
| | | | |||||
| | * | Version bump for 3.4.3rc1. | Larry Hastings | 2015-02-08 | 6 | -11/+11 |
| | | | |||||
| | * | Updated pydoc topics data for 3.4.3rc1 release. | Larry Hastings | 2015-02-07 | 1 | -78/+78 |
| | | | |||||
| * | | Merge. | Larry Hastings | 2015-02-08 | 7 | -25/+158 |
| |\ \ | |||||
| | * | | Improve Windows release scripts | Steve Dower | 2015-02-08 | 5 | -35/+81 |
| | | | | |||||
| | * | | Issue #23285: Install new test directory. | Ned Deily | 2015-02-08 | 1 | -0/+1 |
| | | | | |||||
| | * | | Adds automated test script for the Windows installer and fixes download URL | Steve Dower | 2015-02-07 | 4 | -2/+88 |
| | | | | |||||
| * | | | Post-release updates for Python 3.5.0a1. | Larry Hastings | 2015-02-08 | 2 | -1/+13 |
| | | | | |||||
| * | | | Added tag v3.5.0a1 for changeset 5d4b6a57d5fd | Larry Hastings | 2015-02-08 | 1 | -0/+1 |
| | | | | |||||
| * | | | Fix a copyright notice that still said 2014.v3.5.0a1 | Larry Hastings | 2015-02-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | Release bump for 3.5.0a1. | Larry Hastings | 2015-02-08 | 6 | -7/+7 |
| | | | | |||||
| * | | | Updated pydoc topics data for 3.5.0a1 release. | Larry Hastings | 2015-02-07 | 1 | -78/+78 |
| |/ / | |||||
| * | | Fix whitespace. | Charles-François Natali | 2015-02-07 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #23285: PEP 475 -- Retry system calls failing with EINTR. | Charles-François Natali | 2015-02-07 | 18 | -522/+753 |
| | | | |||||
| * | | Closes #23357: Updated documentation on creating venvs. | Vinay Sajip | 2015-02-07 | 1 | -4/+7 |
| |\ \ | |/ | |||||
| | * | Corrected typo. | Vinay Sajip | 2015-02-07 | 1 | -1/+1 |
| | | | |||||
| | * | Minor change to documentation on creating venvs. | Vinay Sajip | 2015-02-07 | 1 | -4/+7 |
| | | | |||||
| * | | 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 |
| | | | | | | | | | Without it, we will generate invalid build information for sys.version | ||||
| * | | Merge | Barry Warsaw | 2015-02-06 | 0 | -0/+0 |
| |\ \ | |/ | |||||
| | * | Issue #23399: pyvenv creates relative symlinks where possible. | Barry Warsaw | 2015-02-06 | 2 | -6/+10 |
| | |\ | |||||
| * | \ | Trunk merge. | Barry Warsaw | 2015-02-06 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * \ \ | Fix definition mismatch for type_is_subtype_base_chain. | Steve Dower | 2015-02-06 | 1 | -1/+1 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Fix definition mismatch for type_is_subtype_base_chain. | Steve Dower | 2015-02-06 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Issue #23399: pyvenv creates relative symlinks where possible. | Barry Warsaw | 2015-02-06 | 2 | -6/+10 |
| |\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| | * | | Issue #23399: pyvenv creates relative symlinks where possible. | Barry Warsaw | 2015-02-06 | 2 | -6/+10 |
| | |/ | |||||
| * | | Issue #20289: cgi.FieldStorage() now supports the context management protocol. | Berker Peksag | 2015-02-06 | 5 | -6/+35 |
| | | | |||||
| * | | Fix typos in Doc/whatsnew/3.5.rst. | Berker Peksag | 2015-02-06 | 1 | -6/+6 |
| | | | |||||
| * | | Issue #23392: Added tests for marshal C API that works with FILE*. | Serhiy Storchaka | 2015-02-06 | 3 | -12/+255 |
| |\ \ | |/ | |||||
| | * | Issue #23392: Added tests for marshal C API that works with FILE*. | Serhiy Storchaka | 2015-02-06 | 3 | -12/+255 |
| | | | |||||
| * | | Issue #23881: Only use entry-values with gdb 7.4 in tests. | Serhiy Storchaka | 2015-02-06 | 1 | -8/+10 |
| |\ \ | |/ | | | | | Fixes a regression in issue #22765. Patch by Vinson Lee. | ||||
| | * | Issue #23881: Only use entry-values with gdb 7.4 in tests. | Serhiy Storchaka | 2015-02-06 | 1 | -8/+10 |
| | | | | | | | | | Fixes a regression in issue #22765. Patch by Vinson Lee. | ||||
| * | | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 133 | -4997/+7042 |
| | | | |||||
| * | | Fix missing :ref: for idle in doc build. | Ned Deily | 2015-02-06 | 1 | -3/+3 |
| |\ \ | |/ | |||||
| | * | Fix missing :ref: for idle in doc build. | Ned Deily | 2015-02-06 | 1 | -3/+3 |
| | | | |||||
| * | | merge 3.4 (#22735) | Benjamin Peterson | 2015-02-06 | 4 | -253/+621 |
| |\ \ | |/ | |||||
| | * | fix many custom mro() edge cases and improve code quality (#22735) | Benjamin Peterson | 2015-02-06 | 4 | -254/+622 |
| | | | | | | | | | Patch by Eldar Abusalimov. | ||||
| * | | Issue #23212: merge from 3.4 | Ned Deily | 2015-02-06 | 2 | -4/+4 |
| |\ \ | |/ | |||||
| | * | Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. | Ned Deily | 2015-02-06 | 2 | -4/+4 |
| | | | | | | | | | (currently only used for builds with <= 10.5 deployment targets) | ||||
| * | | (Merge 3.4) test_multiprocessing: tolerate a delta of 30 ms because of bad | Victor Stinner | 2015-02-05 | 1 | -2/+4 |
| |\ \ | |/ | | | | | clock resolution on Windows | ||||
| | * | test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolution | Victor Stinner | 2015-02-05 | 1 | -2/+4 |
| | | | | | | | | | on Windows | ||||
| * | | Issue #18982: Add tests for CLI of the calendar module. | Serhiy Storchaka | 2015-02-05 | 2 | -25/+132 |
| |\ \ | |/ | |||||
| | * | Issue #18982: Add tests for CLI of the calendar module. | Serhiy Storchaka | 2015-02-05 | 2 | -25/+132 |
| | | | |||||
| * | | Merge 3.4 (asyncio) | Victor Stinner | 2015-02-05 | 1 | -6/+6 |
| |\ \ | |/ | |||||
