summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge doc fixes from 3.6Martin Panter2017-01-1417-76/+76
|\
| * 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
| | | | | | | | | | | | | | | | | | * Indent versionchanged at method level, not class level * Mark up ``--help`` to avoid generating an en dash * Use forward slash in Unix command line with a dollar sign ($) prompt
* | | Issue #1621: Overflow should not be possible in listextend()Martin Panter2017-01-141-0/+3
| | |
* | | Issue #29145: Merge test from 3.6Martin Panter2017-01-141-0/+7
|\ \ \ | |/ /
| * | 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
| | | | | | | | | | | | Extracted from revision a1daf2d289ad by Zachary Ware.
* | | Merged upstream changes.Vinay Sajip2017-01-131-2/+5
|\ \ \
| * | | Document Python versions in which the removed features were deprecated.Serhiy Storchaka2017-01-131-2/+5
| | | |
* | | | Closed #29261: merged fix from 3.6.Vinay Sajip2017-01-131-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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 #29197: Removed deprecated function ntpath.splitunc().Serhiy Storchaka2017-01-135-61/+9
| | |
* | | Issue #29210: Removed support of deprecated argument "exclude" inSerhiy Storchaka2017-01-135-49/+11
| | | | | | | | | | | | tarfile.TarFile.add().
* | | Issue #29062: Merge hashlib-blake2.rst into hashlib.rstINADA Naoki2017-01-133-443/+434
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ / | | | | | | ctypes.CDLL instances.
| * | Issue #29219: Fixed infinite recursion in the repr of uninitializedSerhiy Storchaka2017-01-132-0/+7
| |\ \ | | |/ | | | | | | ctypes.CDLL instances.
| | * Issue #29219: Fixed infinite recursion in the repr of uninitializedSerhiy Storchaka2017-01-132-0/+7
| | | | | | | | | | | | ctypes.CDLL instances.
* | | Issue #29192: Removed deprecated features in the http.cookies module.Serhiy Storchaka2017-01-135-57/+22
| | |
* | | Issue #29193: A format string argument for string.Formatter.format()Serhiy Storchaka2017-01-135-14/+16
| | | | | | | | | | | | is now positional-only.
* | | Issue #29195: Removed support of deprecated undocumented keyword argumentsSerhiy Storchaka2017-01-133-120/+54
| | | | | | | | | | | | in methods of regular expression objects.
* | | Py_SIZE() was misused for dict.Serhiy Storchaka2017-01-131-1/+1
|\ \ \ | |/ /
| * | Py_SIZE() was misused for dict.Serhiy Storchaka2017-01-131-1/+1
| |\ \ | | |/
| | * Py_SIZE() was misused for dict.Serhiy Storchaka2017-01-131-1/+1
| | |
* | | Fix typoRaymond Hettinger2017-01-131-1/+1
| | |
* | | Closes #28130: Documented that time.tzset() updates time module globals.Alexander Belopolsky2017-01-121-2/+7
| | | | | | | | | | | | Thanks Greg Bengeult for the patch.
* | | Merge headsSerhiy Storchaka2017-01-120-0/+0
|\ \ \
| * \ \ Issue #22343: Merged change from 3.6.Vinay Sajip2017-01-121-0/+0
| |\ \ \
* | \ \ \ Null mergeSerhiy Storchaka2017-01-120-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | 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
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | | KeyError could be raised when cached function with full cache was simultaneously called from differen threads with the same uncached arguments.
| * | | | Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-125-30/+79
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | KeyError could be raised when cached function with full cache was simultaneously called from differen threads with the same uncached arguments.
| | * | Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-125-30/+79
| | |/ | | | | | | | | | | | | KeyError could be raised when cached function with full cache was simultaneously called from differen threads with the same uncached arguments.
* | | Merge 3.6Victor Stinner2017-01-122-8/+19
|\ \ \ | |/ /
| * | Merge 3.5Victor Stinner2017-01-122-8/+19
| |\ \ | | |/
| | * Fix script_helper.run_python_until_end(): copy SYSTEMROOTVictor Stinner2017-01-121-7/+18
| | | | | | | | | | | | | | | | | | Windows requires at least the SYSTEMROOT environment variable to start Python. If run_python_until_end() doesn't copy SYSTEMROOT, the function always fail on Windows.
| | * Issue #25591: Fix test_imaplib if ssl missVictor Stinner2017-01-121-1/+1
| | |
* | | Null mergeSerhiy Storchaka2017-01-110-0/+0
|\ \ \ | |/ /
| * | 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 #20804: The unittest.mock.sentinel attributes now preserve theirSerhiy Storchaka2017-01-115-0/+33
| | | | | | | | | | | | identity when they are copied or pickled.