summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #29263: LOAD_METHOD support for C methodsINADA Naoki2017-02-031-1/+1
* Closes #29213: Merged fix from 3.6.Vinay Sajip2017-02-022-7/+5
* Closes #24875: Merged fix from 3.6.Vinay Sajip2017-02-02113-1181/+819
|\
| * Rename struct.unpack() 2nd parameter to "buffer"Victor Stinner2017-02-021-3/+3
| * Issue #29300: Convert _struct module to Argument ClinicVictor Stinner2017-02-021-0/+4
| * Issue #29368: The extend() method is now called instead of the append()Serhiy Storchaka2017-02-021-5/+12
| * Issue #29377: Add three new wrappers to types.py (Manuel Krebber).Guido van Rossum2017-02-012-0/+22
| * Fix test_gdb.test_wrapper_call() on Python 2Victor Stinner2017-02-011-2/+2
| * Make test_gdb.test_wrapper_call() make reliableVictor Stinner2017-02-011-3/+2
| * python-gdb.py supports method-wrapperVictor Stinner2017-02-011-1/+20
| * Issue #29218: Remove unused install_misc commandBerker Peksag2017-02-011-31/+0
| * Issue #29283: Merge from 3.6Berker Peksag2017-01-301-2/+0
| |\
| * \ 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
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \