summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Closes #29308: Merged fix from 3.6.Vinay Sajip2017-01-27108-1141/+763
|\
| * Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDictSerhiy Storchaka2017-01-251-10/+9
| * issue29167: fix race condition in (Int)FlagEthan Furman2017-01-242-6/+99
| |\
| * \ Issue #29337: Fixed possible BytesWarning when compare the code objects.Serhiy Storchaka2017-01-24107-1131/+754
| |\ \
| | * | Issue #29338: Fix test_enum.Serhiy Storchaka2017-01-241-0/+4
| | * | Issues #29273: Merge test___all__ from 3.6Martin Panter2017-01-231-11/+0
| | |\ \
| | * | | Issue #29338: Don't output an empty signature for class constructor.Serhiy Storchaka2017-01-231-2/+2
| | * | | Issue #29338: The help of a builtin or extension class now includes theSerhiy Storchaka2017-01-231-3/+29
| | * | | Skip the test requiring ctypes if ctypes is unavailable.Gregory P. Smith2017-01-221-1/+6
| | |\ \ \
| | * \ \ \ typo fix, extra '.' on MacOS :)Gregory P. Smith2017-01-221-1/+1
| | |\ \ \ \
| | * \ \ \ \ Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.6->...Guido van Rossum2017-01-22105-1128/+721
| | |\ \ \ \ \
| | | * \ \ \ \ Issue #28556: various style fixes for typing.py (3.6->3.7)Guido van Rossum2017-01-222-36/+68
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Issue #29335: Fix subprocess.Popen.wait() when the child process hasGregory P. Smith2017-01-22105-1128/+721
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Issue #29290: Merge 3.6.Xiang Zhang2017-01-222-1/+18
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.Serhiy Storchaka2017-01-212-5/+20
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | Issue #29282: Backed out changeset b33012ef1417Mark Dickinson2017-01-211-234/+0
| | | | * | | | | | | | Issue #29282: add fused multiply-add function, math.fma.Mark Dickinson2017-01-211-0/+234
| | | | * | | | | | | | Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().Serhiy Storchaka2017-01-201-0/+10
| | | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.6->3.7)Guido van Rossum2017-01-18105-1128/+721
| | | | |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | Update and enhance python-gdb.pyVictor Stinner2017-01-181-1/+1
| | | | | * | | | | | | | | Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijls...Guido van Rossum2017-01-182-1/+42
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ Issue 29274: Merge doc fixes from 3.6Martin Panter2017-01-182-8/+8
| | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #3...Guido van Rossum2017-01-17104-1127/+720
| | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ mergeRaymond Hettinger2017-01-162-0/+21
| | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ Closes #29132: Merged fix from 3.6.Vinay Sajip2017-01-15104-1127/+720
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ \ \ Issue #29145: Merge test from 3.6Martin Panter2017-01-14104-1127/+720
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | | | | Issue #29197: Removed deprecated function ntpath.splitunc().Serhiy Storchaka2017-01-132-47/+2
| | | | | | | | * | | | | | | | | | | | Issue #29210: Removed support of deprecated argument "exclude" inSerhiy Storchaka2017-01-132-40/+3
| | | | | | | | * | | | | | | | | | | | Issue #29219: Fixed infinite recursion in the repr of uninitializedSerhiy Storchaka2017-01-131-0/+4
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | | | | | Issue #29192: Removed deprecated features in the http.cookies module.Serhiy Storchaka2017-01-132-44/+8
| | | | | | | | * | | | | | | | | | | | | Issue #29193: A format string argument for string.Formatter.format()Serhiy Storchaka2017-01-132-11/+4
| | | | | | | | * | | | | | | | | | | | | Null mergeSerhiy Storchaka2017-01-1296-985/+705
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-121-0/+15
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 3.6Victor Stinner2017-01-1296-985/+705
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | | | | | | Issue #20804: The unittest.mock.sentinel attributes now preserve theirSerhiy Storchaka2017-01-112-0/+19
| | | | | | | | | | * | | | | | | | | | | | | | Issue #29220: Merged fixes from 3.6.Vinay Sajip2017-01-1195-985/+686
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | | | | | | | Closes #29220: Fixed regression in logging.getLevelName().Vinay Sajip2017-01-112-3/+13
| | | | | | | | | | | * | | | | | | | | | | | | | Closes #29177: Merged fix from 3.6.Vinay Sajip2017-01-091-24/+62
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | | | | | | | | Add test for ea064ff3c10fRaymond Hettinger2017-01-091-0/+9
| | | | | | | | | | | * | | | | | | | | | | | | | | Issue #29142: Merge 3.6.Xiang Zhang2017-01-092-1/+3
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ mergeRaymond Hettinger2017-01-0896-988/+675
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ mergeRaymond Hettinger2017-01-0896-988/+675
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | | | | | | | | | | Issue #29200: Fix test to use self.assertEqual instead of py.test style testsRaymond Hettinger2017-01-071-12/+12
| | | | | | | | | | | | | * | | | | | | | | | | | | | | | Issue #29200: Add test for lru cache only calling __hash__ onceRaymond Hettinger2017-01-071-0/+36
| | | | | | | | | | | | | * | | | | | | | | | | | | | | | Issue #28815: Merge test tweak from 3.6Martin Panter2017-01-0895-988/+639
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 3.6Victor Stinner2017-01-0695-988/+639
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 3.6Victor Stinner2017-01-0695-988/+639
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ test_curses - substitute self.skip() with self.skipTest()Xavier de Gaye2017-01-061-2/+2
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 3.6INADA Naoki2017-01-061-0/+13
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with 3.6Terry Jan Reedy2017-01-041-3/+3
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \