summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #3...Guido van Rossum2017-01-182-12/+76
|\ \ | |/
| * Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #3...Guido van Rossum2017-01-182-12/+76
* | Merge from 3.5.Larry Hastings2017-01-171-1/+2
|\ \ | |/
| * Merge from 3.4.Larry Hastings2017-01-171-0/+1
| |\
| | * Post-release updates for 3.4.6.Larry Hastings2017-01-172-2/+14
| | * Added tag v3.4.6 for changeset b662f4776921Larry Hastings2017-01-161-0/+1
| | * Version bump for Python 3.4.6.v3.4.6Larry Hastings2017-01-163-10/+6
| * | Merge 3.5.3 release head with main 3.5 branch.Larry Hastings2017-01-1752-374/+587
| |\ \
| * | | Post-release updates for 3.5.3.Larry Hastings2017-01-172-2/+14
| * | | Added tag v3.5.3 for changeset 1880cb95a742Larry Hastings2017-01-161-0/+1
| * | | Version bump for Python 3.5.3.v3.5.3Larry Hastings2017-01-163-10/+6
| * | | Cherry-pick small copyright fix for 3.5.3 final.Larry Hastings2017-01-061-1/+1
| |\ \ \
* | \ \ \ mergeRaymond Hettinger2017-01-174-0/+27
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Issue #29011: Fix an important omission by adding Deque to the typing module.Raymond Hettinger2017-01-174-4/+41
* | | | | merge 3.5Benjamin Peterson2017-01-161-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | generate spaces instead of tabs into config.cBenjamin Peterson2017-01-161-1/+1
* | | | | Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode.Vinay Sajip2017-01-152-5/+13
* | | | | Issue #29062: Doc: Fix make suspiciousINADA Naoki2017-01-141-4/+4
* | | | | More instances of “when pass”Martin Panter2017-01-141-2/+2
* | | | | Merge doc fixes from 3.5Martin Panter2017-01-1418-75/+75
|\ \ \ \ \ | |/ / / /
| * | | | Avoid line breaks after hyphens, otherwise they are turned into spacesMartin Panter2017-01-1412-64/+64
| * | | | Fix grammar, typos and markup in documentation and code commentsMartin Panter2017-01-146-11/+11
* | | | | Merge tests from 3.5Martin Panter2017-01-142-2/+11
|\ \ \ \ \ | |/ / / /
| * | | | Issues #1621, #29145: Test for str.join() overflowMartin Panter2017-01-121-0/+7
| * | | | Issue #22980: Skip a sysconfig test if _ctypes is not available.Martin Panter2017-01-131-2/+4
* | | | | Fixes #29261: merged fix from 3.5.Vinay Sajip2017-01-131-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fixes #29261: added venv/scripts/common to LIBSUBDIRS.Vinay Sajip2017-01-131-1/+1
* | | | | Issue #29062: Merge hashlib-blake2.rst into hashlib.rstINADA Naoki2017-01-133-447/+434
* | | | | Issue #29219: Fixed infinite recursion in the repr of uninitializedSerhiy Storchaka2017-01-132-0/+7
|\ \ \ \ \ | |/ / / /
| * | | | Issue #29219: Fixed infinite recursion in the repr of uninitializedSerhiy Storchaka2017-01-132-0/+7
* | | | | Py_SIZE() was misused for dict.Serhiy Storchaka2017-01-131-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Py_SIZE() was misused for dict.Serhiy Storchaka2017-01-131-1/+1
* | | | | Null mergeSerhiy Storchaka2017-01-120-0/+0
|\ \ \ \ \
| * \ \ \ \ Issue #22343: Merged change from 3.5.Vinay Sajip2017-01-121-0/+0
| |\ \ \ \ \
* | \ \ \ \ \ Null mergeSerhiy Storchaka2017-01-121-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge headsSerhiy Storchaka2017-01-121-0/+0
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Issue #22343: Made bash activate script available on Windows.Vinay Sajip2017-01-121-0/+0
* | | | | | | Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-125-30/+79
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-125-30/+79
| |/ / / /
* | | | | Merge 3.5Victor Stinner2017-01-122-8/+19
|\ \ \ \ \ | |/ / / /
| * | | | Fix script_helper.run_python_until_end(): copy SYSTEMROOTVictor Stinner2017-01-121-7/+18
| * | | | Issue #25591: Fix test_imaplib if ssl missVictor Stinner2017-01-121-1/+1
* | | | | Merge with 3.5.Serhiy Storchaka2017-01-111-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Issue #20804: Document the limitation of the unittest.mock.sentinel attributes.Serhiy Storchaka2017-01-111-0/+3
* | | | | Issue #292Merged fixes from 3.5.Vinay Sajip2017-01-112-3/+16
|\ \ \ \ \ | |/ / / /
| * | | | Issue #29220: Improved fix and test.Vinay Sajip2017-01-112-3/+16
* | | | | Issue #29239: Fix --enable-optimizations bug numberMartin Panter2017-01-112-2/+2
* | | | | Issue #15657: Merge other doc fix from 3.5Martin Panter2017-01-111-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Issue #15657: METH_KEYWORDS cannot be used alone in Python 3Martin Panter2017-01-111-1/+1
* | | | | Issue #15657: Delete incorrect statement from PyMethodDef documentationMartin Panter2017-01-111-3/+2